summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2007-08-21 15:46:16 +0000
committerDoug Goldstein <cardoe@gentoo.org>2007-08-21 15:46:16 +0000
commit3c9b028ed64b5987d5e4d4c7bd94014f23e6ea75 (patch)
tree9f2a17fb68cf7b954197c847734a470d9e1bea66 /media-plugins/mytharchive
parentmajor cleanup and new style pkg-config / virtuals (diff)
downloadgentoo-2-3c9b028ed64b5987d5e4d4c7bd94014f23e6ea75.tar.gz
gentoo-2-3c9b028ed64b5987d5e4d4c7bd94014f23e6ea75.tar.bz2
gentoo-2-3c9b028ed64b5987d5e4d4c7bd94014f23e6ea75.zip
trunk ebuild from Dave Oxley <dave@daveoxley.co.uk>
(Portage version: 2.1.3.6)
Diffstat (limited to 'media-plugins/mytharchive')
-rw-r--r--media-plugins/mytharchive/ChangeLog8
-rw-r--r--media-plugins/mytharchive/files/digest-mytharchive-0.21_pre142420
-rw-r--r--media-plugins/mytharchive/mytharchive-0.21_pre14242.ebuild36
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"
+}