summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2006-01-22 07:52:26 +0000
committerDoug Goldstein <cardoe@gentoo.org>2006-01-22 07:52:26 +0000
commitce067a7cf346e538eac7dc0008f9f3901f6d4077 (patch)
treef809265eacfab58f2b64a02551698da26a3f8aeb /media-plugins
parentStable on x86; bug #119722 (diff)
downloadgentoo-2-ce067a7cf346e538eac7dc0008f9f3901f6d4077.tar.gz
gentoo-2-ce067a7cf346e538eac7dc0008f9f3901f6d4077.tar.bz2
gentoo-2-ce067a7cf346e538eac7dc0008f9f3901f6d4077.zip
Providing testing SVN snapshot
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'media-plugins')
-rw-r--r--media-plugins/mythdvd/ChangeLog10
-rw-r--r--media-plugins/mythdvd/Manifest6
-rw-r--r--media-plugins/mythdvd/files/digest-mythdvd-0.19_pre86421
-rw-r--r--media-plugins/mythdvd/mythdvd-0.19_pre8642.ebuild24
-rw-r--r--media-plugins/mythvideo/ChangeLog10
-rw-r--r--media-plugins/mythvideo/Manifest6
-rw-r--r--media-plugins/mythvideo/files/digest-mythvideo-0.19_pre86421
-rw-r--r--media-plugins/mythvideo/mythvideo-0.19_pre8642.ebuild20
8 files changed, 70 insertions, 8 deletions
diff --git a/media-plugins/mythdvd/ChangeLog b/media-plugins/mythdvd/ChangeLog
index f7207b72117a..150160cde967 100644
--- a/media-plugins/mythdvd/ChangeLog
+++ b/media-plugins/mythdvd/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for media-plugins/mythdvd
-# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythdvd/ChangeLog,v 1.26 2005/07/27 11:17:16 pvdabeel Exp $
+# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythdvd/ChangeLog,v 1.27 2006/01/22 07:52:26 cardoe Exp $
+
+*mythdvd-0.19_pre8642 (22 Jan 2006)
+
+ 22 Jan 2006; Doug Goldstein <cardoe@gentoo.org>
+ +mythdvd-0.19_pre8642.ebuild:
+ Providing testing SVN snapshot
27 Jul 2005; Pieter Van den Abeele <pvdabeel@gentoo.org>
mythdvd-0.18.1.ebuild:
diff --git a/media-plugins/mythdvd/Manifest b/media-plugins/mythdvd/Manifest
index 3a4b242d0cc0..6b545afbd8c2 100644
--- a/media-plugins/mythdvd/Manifest
+++ b/media-plugins/mythdvd/Manifest
@@ -1,4 +1,6 @@
-MD5 0d38c3cf8eb4af27251e052fbcfaacf7 ChangeLog 3445
+MD5 531420553a8a12522a83424eeabb8e56 ChangeLog 3598
+MD5 8739e9d1295223762426254acdc96551 files/digest-mythdvd-0.18.1 72
+MD5 7c30adab29ed6174c066f414eaae61aa files/digest-mythdvd-0.19_pre8642 78
MD5 f62db0df6ee8ee1d4fe7b9c3d74432a7 metadata.xml 222
MD5 9affc61cb46c37590cb405643fd0aa2e mythdvd-0.18.1.ebuild 700
-MD5 8739e9d1295223762426254acdc96551 files/digest-mythdvd-0.18.1 72
+MD5 e6180bf62e09e15ac461447ca419a614 mythdvd-0.19_pre8642.ebuild 722
diff --git a/media-plugins/mythdvd/files/digest-mythdvd-0.19_pre8642 b/media-plugins/mythdvd/files/digest-mythdvd-0.19_pre8642
new file mode 100644
index 000000000000..e0399cc71aa3
--- /dev/null
+++ b/media-plugins/mythdvd/files/digest-mythdvd-0.19_pre8642
@@ -0,0 +1 @@
+MD5 3a31877ecd35563ec49757d0b9996dce mythplugins-0.19_pre8642.tar.bz2 9886301
diff --git a/media-plugins/mythdvd/mythdvd-0.19_pre8642.ebuild b/media-plugins/mythdvd/mythdvd-0.19_pre8642.ebuild
new file mode 100644
index 000000000000..3c82e2edef01
--- /dev/null
+++ b/media-plugins/mythdvd/mythdvd-0.19_pre8642.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythdvd/mythdvd-0.19_pre8642.ebuild,v 1.1 2006/01/22 07:52:26 cardoe Exp $
+
+inherit mythtv-plugins
+
+DESCRIPTION="DVD player module for MythTV."
+HOMEPAGE="http://www.mythtv.org/"
+SRC_URI="mirror://gentoo/mythplugins-${PV}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="transcode"
+
+RDEPEND="~media-tv/mythtv-${PV}
+ ~media-plugins/mythvideo-${PV}
+ transcode? ( media-video/transcode
+ media-libs/libdvdread )
+ || ( media-video/mplayer media-video/xine-ui media-video/ogle )"
+
+S=${WORKDIR}/mythplugins
+
+MTVCONF="--enable-vcd $(use_enable transcode)"
diff --git a/media-plugins/mythvideo/ChangeLog b/media-plugins/mythvideo/ChangeLog
index f83ff3865076..bbdeee9b877d 100644
--- a/media-plugins/mythvideo/ChangeLog
+++ b/media-plugins/mythvideo/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for media-plugins/mythvideo
-# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/ChangeLog,v 1.30 2005/07/27 11:16:20 pvdabeel Exp $
+# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/ChangeLog,v 1.31 2006/01/22 07:51:32 cardoe Exp $
+
+*mythvideo-0.19_pre8642 (22 Jan 2006)
+
+ 22 Jan 2006; Doug Goldstein <cardoe@gentoo.org>
+ +mythvideo-0.19_pre8642.ebuild:
+ Providing testing SVN snapshot
27 Jul 2005; Pieter Van den Abeele <pvdabeel@gentoo.org>
mythvideo-0.18.1.ebuild:
diff --git a/media-plugins/mythvideo/Manifest b/media-plugins/mythvideo/Manifest
index 45f39a92fcc1..554ebf53295a 100644
--- a/media-plugins/mythvideo/Manifest
+++ b/media-plugins/mythvideo/Manifest
@@ -1,4 +1,6 @@
-MD5 dc25a56399c0da61c1b92db7acbe9358 ChangeLog 4951
+MD5 4bbc15f445749ebed7a1ac7af2796b0b ChangeLog 5108
+MD5 8739e9d1295223762426254acdc96551 files/digest-mythvideo-0.18.1 72
+MD5 7c30adab29ed6174c066f414eaae61aa files/digest-mythvideo-0.19_pre8642 78
MD5 f62db0df6ee8ee1d4fe7b9c3d74432a7 metadata.xml 222
MD5 a6b1efa4ffe8db954df9c487f137c061 mythvideo-0.18.1.ebuild 622
-MD5 8739e9d1295223762426254acdc96551 files/digest-mythvideo-0.18.1 72
+MD5 4ecd6565839be25f386b0c5109cd5ddc mythvideo-0.19_pre8642.ebuild 582
diff --git a/media-plugins/mythvideo/files/digest-mythvideo-0.19_pre8642 b/media-plugins/mythvideo/files/digest-mythvideo-0.19_pre8642
new file mode 100644
index 000000000000..e0399cc71aa3
--- /dev/null
+++ b/media-plugins/mythvideo/files/digest-mythvideo-0.19_pre8642
@@ -0,0 +1 @@
+MD5 3a31877ecd35563ec49757d0b9996dce mythplugins-0.19_pre8642.tar.bz2 9886301
diff --git a/media-plugins/mythvideo/mythvideo-0.19_pre8642.ebuild b/media-plugins/mythvideo/mythvideo-0.19_pre8642.ebuild
new file mode 100644
index 000000000000..cb0d6813382a
--- /dev/null
+++ b/media-plugins/mythvideo/mythvideo-0.19_pre8642.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/mythvideo-0.19_pre8642.ebuild,v 1.1 2006/01/22 07:51:32 cardoe Exp $
+
+inherit mythtv-plugins
+
+DESCRIPTION="Video player module for MythTV."
+HOMEPAGE="http://www.mythtv.org/"
+SRC_URI="mirror://gentoo/mythplugins-${PV}.tar.bz2"
+IUSE=""
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+DEPEND="dev-perl/libwww-perl
+ dev-perl/HTML-Parser
+ dev-perl/URI
+ dev-perl/XML-Simple
+ ~media-tv/mythtv-${PV}
+ media-video/mplayer"