diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2008-01-07 20:11:44 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2008-01-07 20:11:44 +0000 |
commit | 604a4a8020ae3f9bf8bb8464e70b5daef0e6de09 (patch) | |
tree | f92b9733860a04997014cc9391d4350a9f398758 /media-plugins/mytharchive | |
parent | stabilize newer revision. new revision for imdb.pl fixes (diff) | |
download | gentoo-2-604a4a8020ae3f9bf8bb8464e70b5daef0e6de09.tar.gz gentoo-2-604a4a8020ae3f9bf8bb8464e70b5daef0e6de09.tar.bz2 gentoo-2-604a4a8020ae3f9bf8bb8464e70b5daef0e6de09.zip |
newer revision stable. new revision for mythburn.py fps param
(Portage version: 2.1.4_rc14)
Diffstat (limited to 'media-plugins/mytharchive')
4 files changed, 42 insertions, 5 deletions
diff --git a/media-plugins/mytharchive/ChangeLog b/media-plugins/mytharchive/ChangeLog index c908c20db34e..25cd2077eea5 100644 --- a/media-plugins/mytharchive/ChangeLog +++ b/media-plugins/mytharchive/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-plugins/mytharchive -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mytharchive/ChangeLog,v 1.22 2007/11/14 22:57:55 cardoe Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mytharchive/ChangeLog,v 1.23 2008/01/07 20:11:43 cardoe Exp $ + +*mytharchive-0.20.2_p14877 (07 Jan 2008) + + 07 Jan 2008; Doug Klima <cardoe@gentoo.org> + mytharchive-0.20.2_p14807.ebuild, +mytharchive-0.20.2_p14877.ebuild: + newer revision stable. new revision for mythburn.py fps param *mytharchive-0.20.2_p14807 (14 Nov 2007) diff --git a/media-plugins/mytharchive/files/digest-mytharchive-0.20.2_p14877 b/media-plugins/mytharchive/files/digest-mytharchive-0.20.2_p14877 new file mode 100644 index 000000000000..e69de29bb2d1 --- /dev/null +++ b/media-plugins/mytharchive/files/digest-mytharchive-0.20.2_p14877 diff --git a/media-plugins/mytharchive/mytharchive-0.20.2_p14807.ebuild b/media-plugins/mytharchive/mytharchive-0.20.2_p14807.ebuild index fd304be79882..732ae06fe9e0 100644 --- a/media-plugins/mytharchive/mytharchive-0.20.2_p14807.ebuild +++ b/media-plugins/mytharchive/mytharchive-0.20.2_p14807.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mytharchive/mytharchive-0.20.2_p14807.ebuild,v 1.1 2007/11/14 22:57:55 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mytharchive/mytharchive-0.20.2_p14807.ebuild,v 1.2 2008/01/07 20:11:43 cardoe Exp $ inherit mythtv-plugins subversion DESCRIPTION="Allows for archiving your videos to DVD." IUSE="" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ppc x86" RDEPEND=">=dev-lang/python-2.3.5 dev-python/mysql-python diff --git a/media-plugins/mytharchive/mytharchive-0.20.2_p14877.ebuild b/media-plugins/mytharchive/mytharchive-0.20.2_p14877.ebuild new file mode 100644 index 000000000000..8d9fcd9f136a --- /dev/null +++ b/media-plugins/mytharchive/mytharchive-0.20.2_p14877.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mytharchive/mytharchive-0.20.2_p14877.ebuild,v 1.1 2008/01/07 20:11:43 cardoe Exp $ + +inherit mythtv-plugins subversion + +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 + >=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}" + +pkg_setup() +{ + mythtv-plugins_pkg_setup + + if ! built_with_use media-video/mjpegtools png; then + eerror "You MUST build media-video/mjpegtools with the png USE flag" + die "You MUST build media-video/mjpegtools with the png USE flag" + fi +} |