summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2007-08-27 14:43:28 +0000
committerDoug Goldstein <cardoe@gentoo.org>2007-08-27 14:43:28 +0000
commit8c2c875ccb186542db0a51a3332c3640a5ab46be (patch)
tree916d265dde4b5ae3cdc9952f313efe83d0066c74 /media-plugins/mytharchive
parentfix trunk and 0.20.2 svn mythweb install issues. remove old trunk builds. add... (diff)
downloadgentoo-2-8c2c875ccb186542db0a51a3332c3640a5ab46be.tar.gz
gentoo-2-8c2c875ccb186542db0a51a3332c3640a5ab46be.tar.bz2
gentoo-2-8c2c875ccb186542db0a51a3332c3640a5ab46be.zip
trunk bump
(Portage version: 2.1.3.7)
Diffstat (limited to 'media-plugins/mytharchive')
-rw-r--r--media-plugins/mytharchive/ChangeLog8
-rw-r--r--media-plugins/mytharchive/files/digest-mytharchive-0.21_pre143200
-rw-r--r--media-plugins/mytharchive/mytharchive-0.21_pre14320.ebuild36
3 files changed, 43 insertions, 1 deletions
diff --git a/media-plugins/mytharchive/ChangeLog b/media-plugins/mytharchive/ChangeLog
index bc3b9c0c7a81..77d6f0e3c6d6 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.18 2007/08/24 14:11:03 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mytharchive/ChangeLog,v 1.19 2007/08/27 14:43:28 cardoe Exp $
+
+*mytharchive-0.21_pre14320 (27 Aug 2007)
+
+ 27 Aug 2007; Doug Goldstein <cardoe@gentoo.org>
+ +mytharchive-0.21_pre14320.ebuild:
+ trunk bump
*mytharchive-0.20.2_p14282 (24 Aug 2007)
diff --git a/media-plugins/mytharchive/files/digest-mytharchive-0.21_pre14320 b/media-plugins/mytharchive/files/digest-mytharchive-0.21_pre14320
new file mode 100644
index 000000000000..e69de29bb2d1
--- /dev/null
+++ b/media-plugins/mytharchive/files/digest-mytharchive-0.21_pre14320
diff --git a/media-plugins/mytharchive/mytharchive-0.21_pre14320.ebuild b/media-plugins/mytharchive/mytharchive-0.21_pre14320.ebuild
new file mode 100644
index 000000000000..cb9cee2a3604
--- /dev/null
+++ b/media-plugins/mytharchive/mytharchive-0.21_pre14320.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_pre14320.ebuild,v 1.1 2007/08/27 14:43:28 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"
+}