summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ahlberg <aliz@gentoo.org>2004-09-10 19:43:23 +0000
committerDaniel Ahlberg <aliz@gentoo.org>2004-09-10 19:43:23 +0000
commit0e5241dbeab9c9f621b1c8448474870ab4dbf9d4 (patch)
tree7b0125a2d1e2bb56f31a2ce437926bef27f6a928 /media-plugins/mythvideo
parentrevision bump: ant moved to ant-core (diff)
downloadhistorical-0e5241dbeab9c9f621b1c8448474870ab4dbf9d4.tar.gz
historical-0e5241dbeab9c9f621b1c8448474870ab4dbf9d4.tar.bz2
historical-0e5241dbeab9c9f621b1c8448474870ab4dbf9d4.zip
Version bump
Diffstat (limited to 'media-plugins/mythvideo')
-rw-r--r--media-plugins/mythvideo/ChangeLog7
-rw-r--r--media-plugins/mythvideo/Manifest5
-rw-r--r--media-plugins/mythvideo/files/digest-mythvideo-0.161
-rw-r--r--media-plugins/mythvideo/files/mythvideo-0.16-gcc34.patch10
-rw-r--r--media-plugins/mythvideo/mythvideo-0.16.ebuild30
5 files changed, 51 insertions, 2 deletions
diff --git a/media-plugins/mythvideo/ChangeLog b/media-plugins/mythvideo/ChangeLog
index 38f362006545..48201e05be66 100644
--- a/media-plugins/mythvideo/ChangeLog
+++ b/media-plugins/mythvideo/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-plugins/mythvideo
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/ChangeLog,v 1.16 2004/07/14 13:29:30 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/ChangeLog,v 1.17 2004/09/10 19:43:23 aliz Exp $
+
+*mythvideo-0.16 (10 Sep 2004)
+
+ 10 Sep 2004; Daniel Ahlberg <aliz@gentoo.org> mythvideo-0.16.ebuild:
+ Version bump.
14 Jul 2004; Daniel Ahlberg <aliz@gentoo.org> mythvideo-0.15.1.ebuild:
Added some perl depenedencies for imdb perl scripts.
diff --git a/media-plugins/mythvideo/Manifest b/media-plugins/mythvideo/Manifest
index c6de1995b192..29f979850bae 100644
--- a/media-plugins/mythvideo/Manifest
+++ b/media-plugins/mythvideo/Manifest
@@ -1,8 +1,11 @@
MD5 02c3a2410e4229316d7a865769d15d95 mythvideo-0.15.1.ebuild 1100
MD5 813af8cc2f4f2d0b1a9042f8fac551a9 mythvideo-0.14.ebuild 1042
+MD5 4ccac3a99de7a64e23057932690f1fc6 mythvideo-0.16.ebuild 740
MD5 56d0a98a784b77d676c10395c387ea23 mythvideo-0.13.ebuild 1771
-MD5 6174de1fd3e1dbeb3dba069bc7890796 ChangeLog 3026
+MD5 56e8711a9c3ad44eedaac81eeba5b7d7 ChangeLog 3145
MD5 20e2255501865de5b568424821abf69d metadata.xml 161
MD5 a8800f5c5151851b8e57a6a777fde3b0 files/digest-mythvideo-0.13 67
MD5 51fbad420f3d94ef8747f16c24ee8c18 files/digest-mythvideo-0.14 67
+MD5 149ad98053d263e3e10aa8af927b3cf8 files/digest-mythvideo-0.16 67
+MD5 266d70fb466366df03737135389fbbff files/mythvideo-0.16-gcc34.patch 266
MD5 e15e758ba887eb0ff1df3ff4f24db090 files/digest-mythvideo-0.15.1 69
diff --git a/media-plugins/mythvideo/files/digest-mythvideo-0.16 b/media-plugins/mythvideo/files/digest-mythvideo-0.16
new file mode 100644
index 000000000000..55b054e00c73
--- /dev/null
+++ b/media-plugins/mythvideo/files/digest-mythvideo-0.16
@@ -0,0 +1 @@
+MD5 fab66c2defc3621bb40d7bc4dd9e0ba3 mythvideo-0.16.tar.bz2 277436
diff --git a/media-plugins/mythvideo/files/mythvideo-0.16-gcc34.patch b/media-plugins/mythvideo/files/mythvideo-0.16-gcc34.patch
new file mode 100644
index 000000000000..1a6efda18170
--- /dev/null
+++ b/media-plugins/mythvideo/files/mythvideo-0.16-gcc34.patch
@@ -0,0 +1,10 @@
+--- mythvideo/videogallery.cpp 2004-09-10 19:34:22.146614146 +0000
++++ mythvideo/videogallery.cpp 2004-09-10 19:34:41.502917718 +0000
+@@ -17,6 +17,7 @@
+ #include <qstringlist.h>
+ #include <qpixmap.h>
+ #include <unistd.h>
++#include <math.h>
+
+ using namespace std;
+
diff --git a/media-plugins/mythvideo/mythvideo-0.16.ebuild b/media-plugins/mythvideo/mythvideo-0.16.ebuild
new file mode 100644
index 000000000000..0abdbe11eb5b
--- /dev/null
+++ b/media-plugins/mythvideo/mythvideo-0.16.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/mythvideo-0.16.ebuild,v 1.1 2004/09/10 19:43:23 aliz Exp $
+
+inherit myth eutils
+
+DESCRIPTION="Video player module for MythTV."
+HOMEPAGE="http://www.mythtv.org/"
+SRC_URI="http://www.mythtv.org/mc/${P}.tar.bz2"
+IUSE="debug nls"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+
+DEPEND=">=sys-apps/sed-4
+ dev-perl/libwww-perl
+ dev-perl/HTML-Parser
+ dev-perl/URI
+ || ( media-video/mplayer media-video/xine-ui )
+ || ( ~media-tv/mythtv-${PV} ~media-tv/mythfrontend-${PV} )"
+
+setup_pro() {
+ return 0
+}
+
+src_unpack() {
+ myth_src_unpack || die
+
+ epatch ${FILESDIR}/${P}-gcc34.patch
+}