summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Kalika <max@gentoo.org>2003-08-08 05:15:29 +0000
committerMax Kalika <max@gentoo.org>2003-08-08 05:15:29 +0000
commitc19e5c6e85b6f647a2a003e059e330b093bcb420 (patch)
tree7cebe918bb8d081638eaabde6bd310ef1707b567 /media-plugins/mythvideo
parentsecurity update (diff)
downloadgentoo-2-c19e5c6e85b6f647a2a003e059e330b093bcb420.tar.gz
gentoo-2-c19e5c6e85b6f647a2a003e059e330b093bcb420.tar.bz2
gentoo-2-c19e5c6e85b6f647a2a003e059e330b093bcb420.zip
Depend on either mythtv or mythfrontend.
Diffstat (limited to 'media-plugins/mythvideo')
-rw-r--r--media-plugins/mythvideo/ChangeLog17
-rw-r--r--media-plugins/mythvideo/Manifest4
-rw-r--r--media-plugins/mythvideo/mythvideo-0.10.ebuild15
3 files changed, 15 insertions, 21 deletions
diff --git a/media-plugins/mythvideo/ChangeLog b/media-plugins/mythvideo/ChangeLog
index ec24eda1c35c..6753a0de6f14 100644
--- a/media-plugins/mythvideo/ChangeLog
+++ b/media-plugins/mythvideo/ChangeLog
@@ -1,29 +1,32 @@
# ChangeLog for media-plugins/mythvideo
# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/ChangeLog,v 1.1 2003/07/08 23:54:58 johnm Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/ChangeLog,v 1.2 2003/08/08 05:13:41 max Exp $
- 03 Jul 2003; Max Kalika <max@lsit.ucsb.edu> mythvideo-0.8.ebuild:
+ 07 Aug 2003; Max Kalika <max@gentoo.org> mythvideo-0.10.ebuild:
+ Depend on either mythtv or mythfrontend.
+
+ 03 Jul 2003; Max Kalika <max@gentoo.org> mythvideo-0.8.ebuild:
Set KEYWORDS to ~x86.
*mythvideo-0.10 (01 Jul 2003)
- 01 Jul 2003; Max Kalika <max@lsit.ucsb.edu> mythvideo-0.10.ebuild:
+ 01 Jul 2003; Max Kalika <max@gentoo.org> mythvideo-0.10.ebuild:
Bump version to 0.10. Add similar note as mythtv regarding the importance of
keeping database up to date between upgrades.
- 26 Jun 2003; Max Kalika <max@lsit.ucsb.edu> mythvideo-0.8.ebuild:
+ 26 Jun 2003; Max Kalika <max@gentoo.org> mythvideo-0.8.ebuild:
Fix proper USE flag syntax.
- 22 Jun 2003; Max Kalika <max@lsit.ucsb.edu> mythvideo-0.9.ebuild:
+ 22 Jun 2003; Max Kalika <max@gentoo.org> mythvideo-0.9.ebuild:
Cleanup and consistancy: depend on sed-4, die if sed fails. Drop unused
myconf setting.
- 18 Jun 2003; Max Kalika <max@lsit.ucsb.edu> mythvideo-0.9.ebuild:
+ 18 Jun 2003; Max Kalika <max@gentoo.org> mythvideo-0.9.ebuild:
Change depend to media-tv/mythtv.
*mythvideo-0.9 (09 Jun 2003)
- 09 Jun 2003; Max Kalika <max@lsit.ucsb.edu> mythvideo-0.9.ebuild:
+ 09 Jun 2003; Max Kalika <max@gentoo.org> mythvideo-0.9.ebuild:
Bump to 0.9. Make all sed operations inline. Drop all config file handling
as it is all done online in the database now.
diff --git a/media-plugins/mythvideo/Manifest b/media-plugins/mythvideo/Manifest
index 12fefc987a25..dfcf699ae162 100644
--- a/media-plugins/mythvideo/Manifest
+++ b/media-plugins/mythvideo/Manifest
@@ -1,3 +1,3 @@
-MD5 ddde854faa7cf78930840df3c0cba83b mythvideo-0.10.ebuild 1717
-MD5 a7ff67be94c10c17387ea6b6dcc56f4a ChangeLog 1410
+MD5 c941afde9a6ccac5e694cdc43db6bf52 mythvideo-0.10.ebuild 1736
+MD5 0ad2b67f0b510fcd5a979c77a8fd2e66 ChangeLog 1500
MD5 bdd77fadda8f0eb40802ceb421042c18 files/digest-mythvideo-0.10 67
diff --git a/media-plugins/mythvideo/mythvideo-0.10.ebuild b/media-plugins/mythvideo/mythvideo-0.10.ebuild
index 8474504406a3..1410ef05c1e6 100644
--- a/media-plugins/mythvideo/mythvideo-0.10.ebuild
+++ b/media-plugins/mythvideo/mythvideo-0.10.ebuild
@@ -1,10 +1,9 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/mythvideo-0.10.ebuild,v 1.1 2003/07/08 23:54:58 johnm Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/mythvideo-0.10.ebuild,v 1.2 2003/08/08 05:13:41 max Exp $
inherit flag-o-matic
-IUSE=""
DESCRIPTION="Video player module for MythTV."
HOMEPAGE="http://www.mythtv.org/"
SRC_URI="http://www.mythtv.org/mc/${P}.tar.bz2"
@@ -13,21 +12,18 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
-DEPEND=">=media-tv/mythtv-${PV}
- >=sys-apps/sed-4"
+DEPEND=">=sys-apps/sed-4
+ || ( >=media-tv/mythtv-${PV} >=media-tv/mythfrontend-${PV} )"
src_unpack() {
-
unpack ${A}
for i in `grep -lr "usr/local" "${S}"` ; do
sed -e "s:/usr/local:/usr:" -i "${i}" || die "sed failed"
done
-
}
src_compile() {
-
cpu="`get-flag march`"
if [ ! -z "${cpu}" ] ; then
sed -e "s:pentiumpro:${cpu}:g" -i "${S}/settings.pro" || die "sed failed"
@@ -36,11 +32,9 @@ src_compile() {
qmake -o "${S}/Makefile" "${S}/${PN}.pro"
emake || die "compile problem"
-
}
src_install () {
-
make INSTALL_ROOT="${D}" install || die "make install failed"
insinto "/usr/share/mythtv/database/${PN}"
@@ -48,11 +42,9 @@ src_install () {
dodoc COPYING README
newdoc videodb/README README.db
-
}
pkg_postinst() {
-
einfo "If this is the first time you install MythVideo,"
einfo "you need to add /usr/share/mythtv/database/${PN}/metadata.sql"
einfo "to your MythTV database."
@@ -67,5 +59,4 @@ pkg_postinst() {
ewarn "which need to be performed or this package will not work"
ewarn "properly."
echo
-
}