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
commitfbe958aece5259f08cdb80ef65f02c56973a6401 (patch)
tree3350e8d12e94249422cbee22387ce5f5100b27aa /media-plugins
parentsecurity update (diff)
downloadhistorical-fbe958aece5259f08cdb80ef65f02c56973a6401.tar.gz
historical-fbe958aece5259f08cdb80ef65f02c56973a6401.tar.bz2
historical-fbe958aece5259f08cdb80ef65f02c56973a6401.zip
Depend on either mythtv or mythfrontend.
Diffstat (limited to 'media-plugins')
-rw-r--r--media-plugins/mythvideo/ChangeLog17
-rw-r--r--media-plugins/mythvideo/Manifest4
-rw-r--r--media-plugins/mythvideo/mythvideo-0.10.ebuild15
-rw-r--r--media-plugins/mythweather/ChangeLog5
-rw-r--r--media-plugins/mythweather/Manifest4
-rw-r--r--media-plugins/mythweather/mythweather-0.10.ebuild6
6 files changed, 24 insertions, 27 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
-
}
diff --git a/media-plugins/mythweather/ChangeLog b/media-plugins/mythweather/ChangeLog
index 801df88a4989..232b2d1b114a 100644
--- a/media-plugins/mythweather/ChangeLog
+++ b/media-plugins/mythweather/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-plugins/mythweather
# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythweather/ChangeLog,v 1.1 2003/07/08 23:56:30 johnm Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythweather/ChangeLog,v 1.2 2003/08/08 05:15:27 max Exp $
+
+ 07 Aug 2003; Max Kalika <max@gentoo.org> mythweather-0.10.ebuild:
+ Depend on either mythtv or mythfrontend.
03 Jul 2003; Max Kalika <max@lsit.ucsb.edu> mythweather-0.8.ebuild:
Set KEYWORDS to ~x86.
diff --git a/media-plugins/mythweather/Manifest b/media-plugins/mythweather/Manifest
index 183886c82508..104d35428bcb 100644
--- a/media-plugins/mythweather/Manifest
+++ b/media-plugins/mythweather/Manifest
@@ -1,3 +1,3 @@
+MD5 11893933c13d93476fb961b975275cb9 mythweather-0.10.ebuild 1006
+MD5 970907082f5f1bf4f65dce8f3372661f ChangeLog 1205
MD5 09666f4a410bc5eda6781edd029505f7 files/digest-mythweather-0.10 69
-MD5 acc9b6eaab5b47d947cd0699d6ce9fe8 ChangeLog 1095
-MD5 607bdff4999a2fde4c84cef0383a852b mythweather-0.10.ebuild 972
diff --git a/media-plugins/mythweather/mythweather-0.10.ebuild b/media-plugins/mythweather/mythweather-0.10.ebuild
index 7f0ec791b08e..ea98065b87cc 100644
--- a/media-plugins/mythweather/mythweather-0.10.ebuild
+++ b/media-plugins/mythweather/mythweather-0.10.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythweather/mythweather-0.10.ebuild,v 1.2 2003/08/07 04:03:45 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythweather/mythweather-0.10.ebuild,v 1.3 2003/08/08 05:15:27 max Exp $
inherit flag-o-matic
@@ -12,8 +12,8 @@ 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}