summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2010-10-01 03:31:06 +0000
committerDoug Goldstein <cardoe@gentoo.org>2010-10-01 03:31:06 +0000
commit04ade4cc1cb9b31d4be111fc8f20281046965505 (patch)
treeb22c335fe06d5b0bc87429a42ee1260e0cde0988 /media-plugins/mythnetvision
parentUpstream version bump. Fix compilation with Qt 4.7 (bug #338613) (diff)
downloadgentoo-2-04ade4cc1cb9b31d4be111fc8f20281046965505.tar.gz
gentoo-2-04ade4cc1cb9b31d4be111fc8f20281046965505.tar.bz2
gentoo-2-04ade4cc1cb9b31d4be111fc8f20281046965505.zip
Version bump. Fixes Qt-4.7 compilation (bug #338973)
(Portage version: 2.1.9.12/cvs/Linux x86_64)
Diffstat (limited to 'media-plugins/mythnetvision')
-rw-r--r--media-plugins/mythnetvision/ChangeLog8
-rw-r--r--media-plugins/mythnetvision/mythnetvision-0.23.1_p26407.ebuild29
2 files changed, 36 insertions, 1 deletions
diff --git a/media-plugins/mythnetvision/ChangeLog b/media-plugins/mythnetvision/ChangeLog
index 108b2152a846..4df987db1f97 100644
--- a/media-plugins/mythnetvision/ChangeLog
+++ b/media-plugins/mythnetvision/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for media-plugins/mythnetvision
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythnetvision/ChangeLog,v 1.4 2010/07/27 16:01:57 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythnetvision/ChangeLog,v 1.5 2010/10/01 03:31:06 cardoe Exp $
+
+*mythnetvision-0.23.1_p26407 (01 Oct 2010)
+
+ 01 Oct 2010; Doug Goldstein <cardoe@gentoo.org>
+ +mythnetvision-0.23.1_p26407.ebuild:
+ Version bump. Fixes Qt-4.7 compilation (bug #338973)
*mythnetvision-0.23.1_p25396 (27 Jul 2010)
diff --git a/media-plugins/mythnetvision/mythnetvision-0.23.1_p26407.ebuild b/media-plugins/mythnetvision/mythnetvision-0.23.1_p26407.ebuild
new file mode 100644
index 000000000000..f52aeac54054
--- /dev/null
+++ b/media-plugins/mythnetvision/mythnetvision-0.23.1_p26407.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythnetvision/mythnetvision-0.23.1_p26407.ebuild,v 1.1 2010/10/01 03:31:06 cardoe Exp $
+
+EAPI=2
+
+PYTHON_DEPEND="2:2.5"
+
+inherit qt4 mythtv-plugins python
+
+DESCRIPTION="MythTV Plugin for watching internet content"
+IUSE=""
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND=">=dev-python/pycurl-7.19.0
+ >=dev-python/imdbpy-3.8
+ >=dev-python/mysql-python-1.2.2
+ media-tv/mythtv[python]
+ media-plugins/mythbrowser
+ www-plugins/adobe-flash"
+DEPEND="media-plugins/mythbrowser"
+
+src_install() {
+ mythtv-plugins_src_install
+
+ # Fix up permissions
+ fperms 755 /usr/share/mythtv/mythnetvision/scripts/*.pl
+ fperms 755 /usr/share/mythtv/mythnetvision/scripts/*.py
+}