diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2009-07-19 04:30:35 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2009-07-19 04:30:35 +0000 |
commit | 32795d9064007d8b900a54055d2a11a8b1f1c679 (patch) | |
tree | ab1d048784c0869d6b6e7c96f4098383739b629b /media-plugins/mytharchive/mytharchive-0.21_p20566.ebuild | |
parent | Version bump (diff) | |
download | gentoo-2-32795d9064007d8b900a54055d2a11a8b1f1c679.tar.gz gentoo-2-32795d9064007d8b900a54055d2a11a8b1f1c679.tar.bz2 gentoo-2-32795d9064007d8b900a54055d2a11a8b1f1c679.zip |
version bump. use new eclass bits. clean old version.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'media-plugins/mytharchive/mytharchive-0.21_p20566.ebuild')
-rw-r--r-- | media-plugins/mytharchive/mytharchive-0.21_p20566.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/media-plugins/mytharchive/mytharchive-0.21_p20566.ebuild b/media-plugins/mytharchive/mytharchive-0.21_p20566.ebuild new file mode 100644 index 000000000000..301a9be3d54c --- /dev/null +++ b/media-plugins/mytharchive/mytharchive-0.21_p20566.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mytharchive/mytharchive-0.21_p20566.ebuild,v 1.1 2009/07/19 04:30:35 cardoe Exp $ + +EAPI=2 +inherit qt3 mythtv-plugins + +DESCRIPTION="Allows for archiving your videos to DVD." +IUSE="" +KEYWORDS="~amd64 ~ppc ~x86" + +RDEPEND=">=dev-lang/python-2.3.5 + dev-python/mysql-python + dev-python/imaging + <media-video/mjpegtools-1.8.99999 + >=media-video/mjpegtools-1.6.2[png] + >=media-video/dvdauthor-0.6.11 + >=media-video/ffmpeg-0.4.9 + >=app-cdr/dvd+rw-tools-5.21.4.10.8 + virtual/cdrtools + media-video/transcode" +DEPEND="${RDEPEND}" |