summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2006-09-29 14:35:06 +0000
committerDoug Goldstein <cardoe@gentoo.org>2006-09-29 14:35:06 +0000
commit211bff33ff44e75910ae8a81fa615a0d8bc5d0dd (patch)
tree944f26ec046a02f0c554944a14d8d1622c5c5578 /media-plugins/mythvideo
parentUpdated to not install files with executable permissions. Closing bug #133971. (diff)
downloadgentoo-2-211bff33ff44e75910ae8a81fa615a0d8bc5d0dd.tar.gz
gentoo-2-211bff33ff44e75910ae8a81fa615a0d8bc5d0dd.tar.bz2
gentoo-2-211bff33ff44e75910ae8a81fa615a0d8bc5d0dd.zip
Patch from upstream to fix segfault when exiting. Then patch to make the previous compile (wee for testing). Rev bump.
(Portage version: 2.1.2_pre1-r4)
Diffstat (limited to 'media-plugins/mythvideo')
-rw-r--r--media-plugins/mythvideo/ChangeLog9
-rw-r--r--media-plugins/mythvideo/files/digest-mythvideo-0.20_p113296
-rw-r--r--media-plugins/mythvideo/mythvideo-0.20_p11329.ebuild16
3 files changed, 30 insertions, 1 deletions
diff --git a/media-plugins/mythvideo/ChangeLog b/media-plugins/mythvideo/ChangeLog
index cf568e0e9cea..de2dcd4be6cc 100644
--- a/media-plugins/mythvideo/ChangeLog
+++ b/media-plugins/mythvideo/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for media-plugins/mythvideo
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/ChangeLog,v 1.36 2006/09/14 05:38:04 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/ChangeLog,v 1.37 2006/09/29 14:35:06 cardoe Exp $
+
+*mythvideo-0.20_p11329 (29 Sep 2006)
+
+ 29 Sep 2006; Doug Goldstein <cardoe@gentoo.org>
+ +mythvideo-0.20_p11329.ebuild:
+ Patch from upstream to fix segfault when exiting. Then patch to make the
+ previous compile (wee for testing). Rev bump.
*mythvideo-0.20 (14 Sep 2006)
diff --git a/media-plugins/mythvideo/files/digest-mythvideo-0.20_p11329 b/media-plugins/mythvideo/files/digest-mythvideo-0.20_p11329
new file mode 100644
index 000000000000..f1d0a6d72875
--- /dev/null
+++ b/media-plugins/mythvideo/files/digest-mythvideo-0.20_p11329
@@ -0,0 +1,6 @@
+MD5 aa071a34720466b7dd0c4fa63113ac26 mythplugins-0.20.tar.bz2 17852531
+RMD160 0c3c1a3c94d4feb429b88f0b7b73ea23917940f3 mythplugins-0.20.tar.bz2 17852531
+SHA256 b038e715fc322ef914055508ed1394c38b31b415f62e972f9626409a69223a43 mythplugins-0.20.tar.bz2 17852531
+MD5 6a09ec7e180d4000b5c7916180b8b0ae mythplugins-0.20_svn11329.patch.bz2 4290
+RMD160 3001e82550dc27ddac9ce95b0b0600faaddb21bd mythplugins-0.20_svn11329.patch.bz2 4290
+SHA256 7d03920a182f64dc4df8fab9c439559ec3d69fdf1a3ae372e2ea1329b632d5e1 mythplugins-0.20_svn11329.patch.bz2 4290
diff --git a/media-plugins/mythvideo/mythvideo-0.20_p11329.ebuild b/media-plugins/mythvideo/mythvideo-0.20_p11329.ebuild
new file mode 100644
index 000000000000..f846daeefcc0
--- /dev/null
+++ b/media-plugins/mythvideo/mythvideo-0.20_p11329.ebuild
@@ -0,0 +1,16 @@
+# 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.20_p11329.ebuild,v 1.1 2006/09/29 14:35:06 cardoe Exp $
+
+inherit mythtv-plugins
+
+DESCRIPTION="Video player module for MythTV."
+IUSE=""
+KEYWORDS="~amd64 ~ppc ~x86"
+
+RDEPEND="dev-perl/libwww-perl
+ dev-perl/HTML-Parser
+ dev-perl/URI
+ dev-perl/XML-Simple
+ media-video/mplayer"
+DEPEND="${RDEPEND}"