summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2007-11-14 22:57:56 +0000
committerDoug Goldstein <cardoe@gentoo.org>2007-11-14 22:57:56 +0000
commit4e3df8c4bb05cfff5c9f2a6ded1ac65fe59e7e67 (patch)
treea5a3129f50e1b5be8474000b774b13ce99fef91f /media-plugins
parentMarked stable on amd64 for bug #194636 (diff)
downloadgentoo-2-4e3df8c4bb05cfff5c9f2a6ded1ac65fe59e7e67.tar.gz
gentoo-2-4e3df8c4bb05cfff5c9f2a6ded1ac65fe59e7e67.tar.bz2
gentoo-2-4e3df8c4bb05cfff5c9f2a6ded1ac65fe59e7e67.zip
upstream fix to hardcodes fps values since detection appeared broken
(Portage version: 2.1.3.19)
Diffstat (limited to 'media-plugins')
-rw-r--r--media-plugins/mytharchive/ChangeLog8
-rw-r--r--media-plugins/mytharchive/files/digest-mytharchive-0.20.2_p148070
-rw-r--r--media-plugins/mytharchive/mytharchive-0.20.2_p14807.ebuild31
3 files changed, 38 insertions, 1 deletions
diff --git a/media-plugins/mytharchive/ChangeLog b/media-plugins/mytharchive/ChangeLog
index 5c67e47bd948..c908c20db34e 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.21 2007/10/15 15:33:50 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mytharchive/ChangeLog,v 1.22 2007/11/14 22:57:55 cardoe Exp $
+
+*mytharchive-0.20.2_p14807 (14 Nov 2007)
+
+ 14 Nov 2007; Doug Klima <cardoe@gentoo.org>
+ +mytharchive-0.20.2_p14807.ebuild:
+ upstream fix to hardcodes fps values since detection appeared broken
15 Oct 2007; Doug Goldstein <cardoe@gentoo.org>
-mytharchive-0.20.1_p13375.ebuild, -mytharchive-0.20.1_p14146.ebuild:
diff --git a/media-plugins/mytharchive/files/digest-mytharchive-0.20.2_p14807 b/media-plugins/mytharchive/files/digest-mytharchive-0.20.2_p14807
new file mode 100644
index 000000000000..e69de29bb2d1
--- /dev/null
+++ b/media-plugins/mytharchive/files/digest-mytharchive-0.20.2_p14807
diff --git a/media-plugins/mytharchive/mytharchive-0.20.2_p14807.ebuild b/media-plugins/mytharchive/mytharchive-0.20.2_p14807.ebuild
new file mode 100644
index 000000000000..fd304be79882
--- /dev/null
+++ b/media-plugins/mytharchive/mytharchive-0.20.2_p14807.ebuild
@@ -0,0 +1,31 @@
+# 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.20.2_p14807.ebuild,v 1.1 2007/11/14 22:57:55 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
+}