diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2007-08-21 15:56:01 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2007-08-21 15:56:01 +0000 |
commit | f2285b98de1e210b3155e40ddc9c8db1c6001cef (patch) | |
tree | b8c20e119f337e626058284c1443d7d9b3e2658e /media-plugins/mytharchive | |
parent | Stable on sparc wrt #189292 (diff) | |
download | historical-f2285b98de1e210b3155e40ddc9c8db1c6001cef.tar.gz historical-f2285b98de1e210b3155e40ddc9c8db1c6001cef.tar.bz2 historical-f2285b98de1e210b3155e40ddc9c8db1c6001cef.zip |
trunk ebuild from Dave Oxley <dave@daveoxley.co.uk>
Package-Manager: portage-2.1.3.6
Diffstat (limited to 'media-plugins/mytharchive')
-rw-r--r-- | media-plugins/mytharchive/ChangeLog | 8 | ||||
-rw-r--r-- | media-plugins/mytharchive/files/digest-mytharchive-0.21_pre14242 | 0 | ||||
-rw-r--r-- | media-plugins/mytharchive/mytharchive-0.21_pre14242.ebuild | 36 |
3 files changed, 43 insertions, 1 deletions
diff --git a/media-plugins/mytharchive/ChangeLog b/media-plugins/mytharchive/ChangeLog index 64635ebb40d6..e7ba82df436a 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.16 2007/08/07 16:29:14 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mytharchive/ChangeLog,v 1.17 2007/08/21 15:46:16 cardoe Exp $ + +*mytharchive-0.21_pre14242 (21 Aug 2007) + + 21 Aug 2007; Doug Goldstein <cardoe@gentoo.org> + +mytharchive-0.21_pre14242.ebuild: + trunk ebuild from Dave Oxley <dave@daveoxley.co.uk> *mytharchive-0.20.1_p14146 (07 Aug 2007) diff --git a/media-plugins/mytharchive/files/digest-mytharchive-0.21_pre14242 b/media-plugins/mytharchive/files/digest-mytharchive-0.21_pre14242 new file mode 100644 index 000000000000..e69de29bb2d1 --- /dev/null +++ b/media-plugins/mytharchive/files/digest-mytharchive-0.21_pre14242 diff --git a/media-plugins/mytharchive/mytharchive-0.21_pre14242.ebuild b/media-plugins/mytharchive/mytharchive-0.21_pre14242.ebuild new file mode 100644 index 000000000000..a3af79c03bcf --- /dev/null +++ b/media-plugins/mytharchive/mytharchive-0.21_pre14242.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mytharchive/mytharchive-0.21_pre14242.ebuild,v 1.1 2007/08/21 15:46:16 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 +} + +src_unpack() { + subversion_src_unpack + mythtv-plugins_src_unpack_patch || die "mythplugins patch failed" +} |