summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2008-10-01 23:00:24 +0000
committerDoug Goldstein <cardoe@gentoo.org>2008-10-01 23:00:24 +0000
commitc6da09d5776528e95a1411ba8e4462355b0b01d3 (patch)
tree95c2de53383b4a12908d511a02b76900ba709a5b /media-plugins/mytharchive
parentStable on x86 (bug #238465) (diff)
downloadgentoo-2-c6da09d5776528e95a1411ba8e4462355b0b01d3.tar.gz
gentoo-2-c6da09d5776528e95a1411ba8e4462355b0b01d3.tar.bz2
gentoo-2-c6da09d5776528e95a1411ba8e4462355b0b01d3.zip
EAPI=2 for mjpegtools USE=png depend. Danisk translation updates
(Portage version: 2.2_rc11/cvs/Linux 2.6.26-gentoo-r1 x86_64)
Diffstat (limited to 'media-plugins/mytharchive')
-rw-r--r--media-plugins/mytharchive/ChangeLog8
-rw-r--r--media-plugins/mytharchive/mytharchive-0.21_p18355.ebuild22
2 files changed, 29 insertions, 1 deletions
diff --git a/media-plugins/mytharchive/ChangeLog b/media-plugins/mytharchive/ChangeLog
index fdf3490e17a7..5f3f94bd660f 100644
--- a/media-plugins/mytharchive/ChangeLog
+++ b/media-plugins/mytharchive/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for media-plugins/mytharchive
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/mytharchive/ChangeLog,v 1.31 2008/08/12 03:37:04 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mytharchive/ChangeLog,v 1.32 2008/10/01 23:00:24 cardoe Exp $
+
+*mytharchive-0.21_p18355 (01 Oct 2008)
+
+ 01 Oct 2008; Doug Goldstein <cardoe@gentoo.org>
+ +mytharchive-0.21_p18355.ebuild:
+ EAPI=2 for mjpegtools USE=png depend. Danisk translation updates
*mytharchive-0.21_p17948 (12 Aug 2008)
diff --git a/media-plugins/mytharchive/mytharchive-0.21_p18355.ebuild b/media-plugins/mytharchive/mytharchive-0.21_p18355.ebuild
new file mode 100644
index 000000000000..a9249628495a
--- /dev/null
+++ b/media-plugins/mytharchive/mytharchive-0.21_p18355.ebuild
@@ -0,0 +1,22 @@
+# 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.21_p18355.ebuild,v 1.1 2008/10/01 23:00:24 cardoe Exp $
+
+EAPI=2
+inherit mythtv-plugins
+
+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[png]
+ >=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}"