diff options
46 files changed, 237 insertions, 684 deletions
diff --git a/media-plugins/mythdvd/ChangeLog b/media-plugins/mythdvd/ChangeLog index e72974acaccc..34c91d48568e 100644 --- a/media-plugins/mythdvd/ChangeLog +++ b/media-plugins/mythdvd/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-plugins/mythdvd # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythdvd/ChangeLog,v 1.10 2004/04/26 18:16:38 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythdvd/ChangeLog,v 1.11 2004/06/01 17:13:13 aliz Exp $ + +*mythdvd-0.15 (01 Jun 2004) + + 01 Jun 2004; Daniel Ahlberg <aliz@gentoo.org> mythdvd-0.11.ebuild, + mythdvd-0.12.ebuild, mythdvd-0.15.ebuild: + Version bump and ebuilds cleanup. 26 Apr 2004; Aron Griffis <agriffis@gentoo.org> mythdvd-0.11.ebuild, mythdvd-0.12.ebuild, mythdvd-0.13.ebuild, mythdvd-0.14.ebuild: diff --git a/media-plugins/mythdvd/Manifest b/media-plugins/mythdvd/Manifest index ef76cb2aa3a3..c138cce8f4ea 100644 --- a/media-plugins/mythdvd/Manifest +++ b/media-plugins/mythdvd/Manifest @@ -1,5 +1,6 @@ MD5 2770a980a01ad507d396e1976d8a8339 mythdvd-0.11.ebuild 1989 MD5 fb4b5f49808d1cf354631ebf3d207482 mythdvd-0.13.ebuild 2401 +MD5 2d9f0b30b62ca33e8dc6411e22554133 mythdvd-0.15.ebuild 1305 MD5 f0da973ae2176d631cc4220ff41c20f4 mythdvd-0.12.ebuild 2401 MD5 2d9f0b30b62ca33e8dc6411e22554133 mythdvd-0.14.ebuild 1305 MD5 461f653725819587e9c922c38a2ba8c6 ChangeLog 1381 @@ -8,3 +9,4 @@ MD5 29d1ec475eee7e6e4d5b6a605611c4c7 files/digest-mythdvd-0.11 64 MD5 43523be8d2e4958df76e6e1b2b63791c files/digest-mythdvd-0.12 65 MD5 afa9416eab98d5f2ad7a39bc35be2561 files/digest-mythdvd-0.13 65 MD5 11e5f49a3ebb04645d97007cb08afdd7 files/digest-mythdvd-0.14 65 +MD5 b55c9f7a0cd1aca33657af5716845ae4 files/digest-mythdvd-0.15 65 diff --git a/media-plugins/mythdvd/files/digest-mythdvd-0.11 b/media-plugins/mythdvd/files/digest-mythdvd-0.11 deleted file mode 100644 index 031bee3283f4..000000000000 --- a/media-plugins/mythdvd/files/digest-mythdvd-0.11 +++ /dev/null @@ -1 +0,0 @@ -MD5 0ed928b49be755e6b66d7d0b153e94e8 mythdvd-0.11.tar.bz2 87816 diff --git a/media-plugins/mythdvd/files/digest-mythdvd-0.12 b/media-plugins/mythdvd/files/digest-mythdvd-0.12 deleted file mode 100644 index c393d99b65da..000000000000 --- a/media-plugins/mythdvd/files/digest-mythdvd-0.12 +++ /dev/null @@ -1 +0,0 @@ -MD5 877a5746006e27267c5119777f52dd86 mythdvd-0.12.tar.bz2 112111 diff --git a/media-plugins/mythdvd/files/digest-mythdvd-0.15 b/media-plugins/mythdvd/files/digest-mythdvd-0.15 new file mode 100644 index 000000000000..f6043ee14009 --- /dev/null +++ b/media-plugins/mythdvd/files/digest-mythdvd-0.15 @@ -0,0 +1 @@ +MD5 23c979a49adb12979ffb3c2fd5a3522f mythdvd-0.15.tar.bz2 124367 diff --git a/media-plugins/mythdvd/mythdvd-0.11.ebuild b/media-plugins/mythdvd/mythdvd-0.11.ebuild deleted file mode 100644 index 2318fbd88d89..000000000000 --- a/media-plugins/mythdvd/mythdvd-0.11.ebuild +++ /dev/null @@ -1,70 +0,0 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythdvd/mythdvd-0.11.ebuild,v 1.5 2004/04/26 18:16:38 agriffis Exp $ - -inherit flag-o-matic - -DESCRIPTION="DVD player module for MythTV." -HOMEPAGE="http://www.mythtv.org/" -SRC_URI="http://www.mythtv.org/mc/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86" -IUSE="transcode" - -DEPEND="media-libs/libdvdread - >=sys-apps/sed-4 - >=media-plugins/mythvideo-${PV} - transcode? ( media-video/transcode ) - || ( media-video/mplayer media-video/xine-ui media-video/ogle ) - || ( >=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" - fi - - qmake -o "${S}/Makefile" "${S}/${PN}.pro" - - econf "`use_enable transcode`" || die "econf failed" - emake || die "compile problem" -} - -src_install () { - einstall INSTALL_ROOT="${D}" - - insinto "/usr/share/mythtv/database/${PN}" - doins dvddb/*.sql - - dodoc AUTHORS COPYING README UPGRADING - newdoc dvddb/README README.db -} - -pkg_postinst() { - einfo "If this is the first time you install MythDVD," - einfo "you need to add /usr/share/mythtv/database/${PN}/metadata.sql" - einfo "to your MythTV database." - einfo - einfo "You might run 'mysql < /usr/share/mythtv/database/${PN}/metadata.sql'" - einfo - einfo "If you're upgrading from an older version and for more" - einfo "setup and usage instructions, please refer to:" - einfo " /usr/share/doc/${PF}/README.gz" - einfo " /usr/share/doc/${PF}/README.db.gz" - einfo " /usr/share/doc/${PF}/UPGRADING.gz" - ewarn "This part is important as there might be database changes" - ewarn "which need to be performed or this package will not work" - ewarn "properly." - echo -} diff --git a/media-plugins/mythdvd/mythdvd-0.12.ebuild b/media-plugins/mythdvd/mythdvd-0.12.ebuild deleted file mode 100644 index 2331ecf56106..000000000000 --- a/media-plugins/mythdvd/mythdvd-0.12.ebuild +++ /dev/null @@ -1,82 +0,0 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythdvd/mythdvd-0.12.ebuild,v 1.4 2004/04/26 18:16:38 agriffis Exp $ - -inherit flag-o-matic - -DESCRIPTION="DVD player module for MythTV." -HOMEPAGE="http://www.mythtv.org/" -SRC_URI="http://www.mythtv.org/mc/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86" -IUSE="alsa lirc transcode" - -DEPEND="media-libs/libdvdread - >=sys-apps/sed-4 - >=media-plugins/mythvideo-${PV} - transcode? ( media-video/transcode ) - || ( media-video/mplayer media-video/xine-ui media-video/ogle ) - || ( >=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:g" -i "${i}" || die "sed failed" - done -} - -src_compile() { - local myconf="--enable-vcd" - myconf="${myconf} `use_enable transcode`" - - local cpu="`get-flag march || get-flag mcpu`" - if [ "${cpu}" ] ; then - sed -e "s:pentiumpro:${cpu}:g" -i "settings.pro" || die "sed failed" - fi - - qmake -o "Makefile" "${PN}.pro" - - if [ "`use alsa`" ] ; then - echo "CONFIG += using_alsa" >> settings.pro - echo "EXTRA_LIBS += -lasound" >> settings.pro - fi - if [ "`use lirc`" ] ; then - sed -e "s:#CONFIG += using_lirc:CONFIG += using_lirc:" \ - -e "s:#EXTRA_LIBS += -llirc_client:EXTRA_LIBS += -llirc_client:" \ - -i "settings.pro" || die "enable lirc sed failed" - fi - - econf ${myconf} || die "econf failed" - emake || die "compile problem" -} - -src_install () { - einstall INSTALL_ROOT="${D}" - - insinto "/usr/share/mythtv/database/${PN}" - doins dvddb/*.sql - - dodoc AUTHORS COPYING README UPGRADING - newdoc dvddb/README README.db -} - -pkg_postinst() { - einfo "If this is the first time you install MythDVD," - einfo "you need to add /usr/share/mythtv/database/${PN}/metadata.sql" - einfo "to your MythTV database." - einfo - einfo "You might run 'mysql < /usr/share/mythtv/database/${PN}/metadata.sql'" - einfo - einfo "If you're upgrading from an older version and for more" - einfo "setup and usage instructions, please refer to:" - einfo " /usr/share/doc/${PF}/README.gz" - einfo " /usr/share/doc/${PF}/README.db.gz" - einfo " /usr/share/doc/${PF}/UPGRADING.gz" - ewarn "This part is important as there might be database changes" - ewarn "which need to be performed or this package will not work" - ewarn "properly." - echo -} diff --git a/media-plugins/mythdvd/mythdvd-0.15.ebuild b/media-plugins/mythdvd/mythdvd-0.15.ebuild new file mode 100644 index 000000000000..6fe988176e74 --- /dev/null +++ b/media-plugins/mythdvd/mythdvd-0.15.ebuild @@ -0,0 +1,50 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythdvd/mythdvd-0.15.ebuild,v 1.1 2004/06/01 17:13:13 aliz Exp $ + +inherit flag-o-matic + +DESCRIPTION="DVD player module for MythTV." +HOMEPAGE="http://www.mythtv.org/" +SRC_URI="http://www.mythtv.org/mc/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="transcode" + +DEPEND=">=sys-apps/sed-4 + >=media-plugins/mythvideo-${PV}* + media-libs/libdvdread + transcode? ( media-video/transcode ) + || ( media-video/mplayer media-video/xine-ui media-video/ogle ) + || ( >=media-tv/mythtv-${PV} >=media-tv/mythfrontend-${PV} )" + +src_unpack() { + unpack ${A} && cd "${S}" + + for i in `grep -lr "usr/local" "${S}"` ; do + sed -e "s:/usr/local:/usr:g" -i "${i}" || die "sed failed" + done +} + +src_compile() { + local myconf + myconf="--enable-vcd" + myconf="${myconf} `use_enable transcode`" + + local cpu="`get-flag march || get-flag mcpu`" + if [ "${cpu}" ] ; then + sed -e "s:pentiumpro:${cpu}:g" -i "settings.pro" || die "sed failed" + fi + + qmake -o "Makefile" "${PN}.pro" + + econf ${myconf} || die "econf failed" + emake || die "compile problem" +} + +src_install () { + einstall INSTALL_ROOT="${D}" + dodoc AUTHORS COPYING README README-database UPGRADING +} diff --git a/media-plugins/mythgallery/ChangeLog b/media-plugins/mythgallery/ChangeLog index 1390a6788789..cf4a4194f93c 100644 --- a/media-plugins/mythgallery/ChangeLog +++ b/media-plugins/mythgallery/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-plugins/mythgallery # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgallery/ChangeLog,v 1.16 2004/04/26 18:21:03 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgallery/ChangeLog,v 1.17 2004/06/01 17:15:29 aliz Exp $ + +*mythgallery-0.15 (01 Jun 2004) + + 01 Jun 2004; Daniel Ahlberg <aliz@gentoo.org> mythgallery-0.11.ebuild, + mythgallery-0.12.ebuild, mythgallery-0.15.ebuild: + Version bump and cleanups. 26 Apr 2004; Aron Griffis <agriffis@gentoo.org> mythgallery-0.14.ebuild: Add die following econf for bug 48950 diff --git a/media-plugins/mythgallery/Manifest b/media-plugins/mythgallery/Manifest index b654be05d47d..87125b7fec0e 100644 --- a/media-plugins/mythgallery/Manifest +++ b/media-plugins/mythgallery/Manifest @@ -1,6 +1,7 @@ MD5 134dcb09725981d9cd1a230f9b16e3ee mythgallery-0.14.ebuild 1147 MD5 8d127105f66ad8835d354c6911168476 mythgallery-0.11.ebuild 1707 MD5 e84837db0758d77b2fdeddc7f84d64f3 mythgallery-0.13.ebuild 1710 +MD5 134dcb09725981d9cd1a230f9b16e3ee mythgallery-0.15.ebuild 1147 MD5 f1d01fb5674e783ce920d55f829bd659 mythgallery-0.12.ebuild 1710 MD5 3ce11bce5c1c869699403422703f0d6f ChangeLog 2836 MD5 20e2255501865de5b568424821abf69d metadata.xml 161 @@ -8,3 +9,4 @@ MD5 f367099e5641367ed71e682eed2243e5 files/digest-mythgallery-0.11 67 MD5 2ead189a9b4ae726aa0565a7f4d7a78f files/digest-mythgallery-0.12 68 MD5 be630e30bf64c7e32e3675cdd626bf02 files/digest-mythgallery-0.13 68 MD5 289cc198151b47c06f4b8767ab79d0be files/digest-mythgallery-0.14 68 +MD5 12c009b36daaaa5323bdc46f38c9ff00 files/digest-mythgallery-0.15 68 diff --git a/media-plugins/mythgallery/files/digest-mythgallery-0.11 b/media-plugins/mythgallery/files/digest-mythgallery-0.11 deleted file mode 100644 index 26f97524e9ef..000000000000 --- a/media-plugins/mythgallery/files/digest-mythgallery-0.11 +++ /dev/null @@ -1 +0,0 @@ -MD5 03c4466e71b98ba1535210a3781ba952 mythgallery-0.11.tar.bz2 9981 diff --git a/media-plugins/mythgallery/files/digest-mythgallery-0.12 b/media-plugins/mythgallery/files/digest-mythgallery-0.12 deleted file mode 100644 index 6f980e8baa29..000000000000 --- a/media-plugins/mythgallery/files/digest-mythgallery-0.12 +++ /dev/null @@ -1 +0,0 @@ -MD5 e9b9ca211bf928d4cb6b1ff1f5e00406 mythgallery-0.12.tar.bz2 15495 diff --git a/media-plugins/mythgallery/files/digest-mythgallery-0.15 b/media-plugins/mythgallery/files/digest-mythgallery-0.15 new file mode 100644 index 000000000000..66f4e54d2a1c --- /dev/null +++ b/media-plugins/mythgallery/files/digest-mythgallery-0.15 @@ -0,0 +1 @@ +MD5 3afde5f72d071c24db11746dd3e66c61 mythgallery-0.15.tar.bz2 43595 diff --git a/media-plugins/mythgallery/mythgallery-0.11.ebuild b/media-plugins/mythgallery/mythgallery-0.11.ebuild deleted file mode 100644 index ecb3a9665bfd..000000000000 --- a/media-plugins/mythgallery/mythgallery-0.11.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgallery/mythgallery-0.11.ebuild,v 1.4 2004/04/20 17:45:06 eradicator Exp $ - -IUSE="" - -inherit flag-o-matic - -DESCRIPTION="Gallery and slideshow module for MythTV." -HOMEPAGE="http://www.mythtv.org/" -SRC_URI="http://www.mythtv.org/mc/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86" - -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" - fi - - qmake -o "${S}/Makefile" "${S}/${PN}.pro" - - emake || die "compile problem" -} - -src_install() { - einstall INSTALL_ROOT="${D}" - - insinto "/usr/share/mythtv/database/${PN}" - doins database/*.sql - - dodoc COPYING README UPGRADING -} - -pkg_postinst() { - einfo "If this is the first time you install MythGallery," - einfo "you need to add /usr/share/mythtv/database/${PN}/gallery.sql" - einfo "to your MythTV database." - einfo - einfo "You might run 'mysql < /usr/share/mythtv/database/${PN}/gallery.sql'" - einfo - einfo "If you're upgrading from an older version and for more" - einfo "setup and usage instructions, please refer to:" - einfo " /usr/share/doc/${PF}/README.gz" - einfo " /usr/share/doc/${PF}/UPGRADING.gz" - ewarn "This part is important as there might be database changes" - ewarn "which need to be performed or this package will not work" - ewarn "properly." - echo -} diff --git a/media-plugins/mythgallery/mythgallery-0.12.ebuild b/media-plugins/mythgallery/mythgallery-0.12.ebuild deleted file mode 100644 index 26ea04bd342a..000000000000 --- a/media-plugins/mythgallery/mythgallery-0.12.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgallery/mythgallery-0.12.ebuild,v 1.4 2004/04/20 17:45:06 eradicator Exp $ - -IUSE="" - -inherit flag-o-matic - -DESCRIPTION="Gallery and slideshow module for MythTV." -HOMEPAGE="http://www.mythtv.org/" -SRC_URI="http://www.mythtv.org/mc/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86" - -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:g" -i "${i}" || die "sed failed" - done -} - -src_compile() { - local cpu="`get-flag march || get-flag mcpu`" - if [ "${cpu}" ] ; then - sed -e "s:pentiumpro:${cpu}:g" -i "settings.pro" || die "sed failed" - fi - - qmake -o "Makefile" "${PN}.pro" - emake || die "compile problem" -} - -src_install() { - einstall INSTALL_ROOT="${D}" - - insinto "/usr/share/mythtv/database/${PN}" - doins database/*.sql - - dodoc COPYING README UPGRADING -} - -pkg_postinst() { - einfo "If this is the first time you install MythGallery," - einfo "you need to add /usr/share/mythtv/database/${PN}/gallery.sql" - einfo "to your MythTV database." - einfo - einfo "You might run 'mysql < /usr/share/mythtv/database/${PN}/gallery.sql'" - einfo - einfo "If you're upgrading from an older version and for more" - einfo "setup and usage instructions, please refer to:" - einfo " /usr/share/doc/${PF}/README.gz" - einfo " /usr/share/doc/${PF}/UPGRADING.gz" - ewarn "This part is important as there might be database changes" - ewarn "which need to be performed or this package will not work" - ewarn "properly." - echo -} diff --git a/media-plugins/mythgallery/mythgallery-0.15.ebuild b/media-plugins/mythgallery/mythgallery-0.15.ebuild new file mode 100644 index 000000000000..474a3beaefb9 --- /dev/null +++ b/media-plugins/mythgallery/mythgallery-0.15.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgallery/mythgallery-0.15.ebuild,v 1.1 2004/06/01 17:15:29 aliz Exp $ + +inherit flag-o-matic + +DESCRIPTION="Gallery and slideshow module for MythTV." +HOMEPAGE="http://www.mythtv.org/" +SRC_URI="http://www.mythtv.org/mc/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="opengl" + +DEPEND=">=sys-apps/sed-4 + opengl? ( virtual/opengl ) + || ( >=media-tv/mythtv-${PV}* >=media-tv/mythfrontend-${PV}* )" + +src_unpack() { + unpack ${A} && cd "${S}" + + for i in `grep -lr "usr/local" "${S}"` ; do + sed -e "s:/usr/local:/usr:g" -i "${i}" || die "sed failed" + done +} + +src_compile() { + local myconf + myconf="${myconf} `use_enable opengl`" + + local cpu="`get-flag march || get-flag mcpu`" + if [ "${cpu}" ] ; then + sed -e "s:pentiumpro:${cpu}:g" -i "settings.pro" || die "sed failed" + fi + + qmake -o "Makefile" "${PN}.pro" + + econf ${myconf} || die "econf failed" + emake || die "compile problem" +} + +src_install() { + einstall INSTALL_ROOT="${D}" + dodoc AUTHORS COPYING README UPGRADING +} diff --git a/media-plugins/mythgame/ChangeLog b/media-plugins/mythgame/ChangeLog index 6d6b34521074..2bd1deba33a2 100644 --- a/media-plugins/mythgame/ChangeLog +++ b/media-plugins/mythgame/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-plugins/mythgame # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgame/ChangeLog,v 1.14 2004/04/20 17:45:31 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgame/ChangeLog,v 1.15 2004/06/01 17:17:10 aliz Exp $ + +*mythgame-0.15 (01 Jun 2004) + + 01 Jun 2004; Daniel Ahlberg <aliz@gentoo.org> mythgame-0.11.ebuild, + mythgame-0.12.ebuild, mythgame-0.15.ebuild: + Version bump and cleanups. 20 Apr 2004; Jeremy Huddleston <eradicator@gentoo.org> mythgame-0.11.ebuild, mythgame-0.12.ebuild, mythgame-0.13.ebuild, mythgame-0.14.ebuild: diff --git a/media-plugins/mythgame/Manifest b/media-plugins/mythgame/Manifest index c04ae067333f..fd3b759fe2a1 100644 --- a/media-plugins/mythgame/Manifest +++ b/media-plugins/mythgame/Manifest @@ -2,9 +2,11 @@ MD5 2d88ee960a77aab4923da0c0e7f7e918 mythgame-0.12.ebuild 1995 MD5 59944a2d4973f1da5a430e1b845c68f8 mythgame-0.14.ebuild 1020 MD5 f93a85010bf23771390cd4305bfde5a9 mythgame-0.11.ebuild 1992 MD5 2ca40e3cf45fbb02e89bbf651af52a45 mythgame-0.13.ebuild 1995 +MD5 59944a2d4973f1da5a430e1b845c68f8 mythgame-0.15.ebuild 1020 MD5 ded7344c31822b8e0d83eac66246599e ChangeLog 2505 MD5 20e2255501865de5b568424821abf69d metadata.xml 161 MD5 2bd60d4f779ab52e53d15145940b8946 files/digest-mythgame-0.11 65 MD5 ace6a7f7f30d271f0c3e7bb1ea4ea89b files/digest-mythgame-0.12 65 MD5 ba98a6a8ff627a1e603a490d0c21a131 files/digest-mythgame-0.13 65 MD5 b2fb16ec79b3ec5d217bc4d12d5701a9 files/digest-mythgame-0.14 65 +MD5 e5049b74067dde8ebda7ffbd4938d9b7 files/digest-mythgame-0.15 65 diff --git a/media-plugins/mythgame/files/digest-mythgame-0.15 b/media-plugins/mythgame/files/digest-mythgame-0.15 new file mode 100644 index 000000000000..2c4ae0d08538 --- /dev/null +++ b/media-plugins/mythgame/files/digest-mythgame-0.15 @@ -0,0 +1 @@ +MD5 87e2cf46909ccad4ed44c935a41ff9f3 mythgame-0.15.tar.bz2 68191 diff --git a/media-plugins/mythgame/mythgame-0.11.ebuild b/media-plugins/mythgame/mythgame-0.11.ebuild deleted file mode 100644 index 2b998c157f74..000000000000 --- a/media-plugins/mythgame/mythgame-0.11.ebuild +++ /dev/null @@ -1,69 +0,0 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgame/mythgame-0.11.ebuild,v 1.5 2004/04/20 17:45:31 eradicator Exp $ - -IUSE="" - -inherit flag-o-matic - -DESCRIPTION="Game emulator module for MythTV." -HOMEPAGE="http://www.mythtv.org/" -SRC_URI="http://www.mythtv.org/mc/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86" - -DEPEND="sys-libs/zlib - >=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" - fi - - qmake -o "${S}/Makefile" "${S}/${PN}.pro" - - emake || die "compile problem" -} - -src_install () { - einstall INSTALL_ROOT="${D}" - - insinto "/usr/share/mythtv/database/${PN}" - doins gamedb/*.sql - - dodoc README UPGRADING gamelist.xml -} - -pkg_postinst() { - einfo "If this is the first time you install MythGame," - einfo "you need to add /usr/share/mythtv/database/${PN}/metadata.sql" - einfo "/usr/share/mythtv/database/${PN}/nesdb.sql and " - einfo "/usr/share/mythtv/database/${PN}/snesdata.sql" - einfo "to your MythTV database in that order." - einfo - einfo "You might run in this order:" - einfo "'mysql < /usr/share/mythtv/database/${PN}/gamemetadata.sql'" - einfo "'mysql < /usr/share/mythtv/database/${PN}/nesdb.sql'" - einfo "'mysql < /usr/share/mythtv/database/${PN}/snesdata.sql'" - einfo - einfo "If you're upgrading from an older version and for more" - einfo "setup and usage instructions, please refer to:" - einfo " /usr/share/doc/${PF}/README.gz" - einfo " /usr/share/doc/${PF}/UPGRADING.gz" - ewarn "This part is important as there might be database changes" - ewarn "which need to be performed or this package will not work" - ewarn "properly." - echo -} diff --git a/media-plugins/mythgame/mythgame-0.12.ebuild b/media-plugins/mythgame/mythgame-0.12.ebuild deleted file mode 100644 index d93b8391c544..000000000000 --- a/media-plugins/mythgame/mythgame-0.12.ebuild +++ /dev/null @@ -1,68 +0,0 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgame/mythgame-0.12.ebuild,v 1.4 2004/04/20 17:45:31 eradicator Exp $ - -IUSE="" - -inherit flag-o-matic - -DESCRIPTION="Game emulator module for MythTV." -HOMEPAGE="http://www.mythtv.org/" -SRC_URI="http://www.mythtv.org/mc/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86" - -DEPEND="sys-libs/zlib - >=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:g" -i "${i}" || die "sed failed" - done -} - -src_compile() { - local cpu="`get-flag march || get-flag mcpu`" - if [ "${cpu}" ] ; then - sed -e "s:pentiumpro:${cpu}:g" -i "settings.pro" || die "sed failed" - fi - - qmake -o "Makefile" "${PN}.pro" - emake || die "compile problem" -} - -src_install () { - einstall INSTALL_ROOT="${D}" - - insinto "/usr/share/mythtv/database/${PN}" - doins gamedb/*.sql - - dodoc README UPGRADING gamelist.xml -} - -pkg_postinst() { - einfo "If this is the first time you install MythGame," - einfo "you need to add /usr/share/mythtv/database/${PN}/metadata.sql" - einfo "/usr/share/mythtv/database/${PN}/nesdb.sql and " - einfo "/usr/share/mythtv/database/${PN}/snesdata.sql" - einfo "to your MythTV database in that order." - einfo - einfo "You might run in this order:" - einfo "'mysql < /usr/share/mythtv/database/${PN}/gamemetadata.sql'" - einfo "'mysql < /usr/share/mythtv/database/${PN}/nesdb.sql'" - einfo "'mysql < /usr/share/mythtv/database/${PN}/snesdata.sql'" - einfo - einfo "If you're upgrading from an older version and for more" - einfo "setup and usage instructions, please refer to:" - einfo " /usr/share/doc/${PF}/README.gz" - einfo " /usr/share/doc/${PF}/UPGRADING.gz" - ewarn "This part is important as there might be database changes" - ewarn "which need to be performed or this package will not work" - ewarn "properly." - echo -} diff --git a/media-plugins/mythgame/mythgame-0.15.ebuild b/media-plugins/mythgame/mythgame-0.15.ebuild new file mode 100644 index 000000000000..77c7196e6adc --- /dev/null +++ b/media-plugins/mythgame/mythgame-0.15.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgame/mythgame-0.15.ebuild,v 1.1 2004/06/01 17:17:10 aliz Exp $ + +IUSE="" + +inherit flag-o-matic + +DESCRIPTION="Game emulator module for MythTV." +HOMEPAGE="http://www.mythtv.org/" +SRC_URI="http://www.mythtv.org/mc/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" + +DEPEND=">=sys-apps/sed-4 + sys-libs/zlib + || ( >=media-tv/mythtv-${PV}* >=media-tv/mythfrontend-${PV}* )" + +src_unpack() { + unpack ${A} && cd "${S}" + + for i in `grep -lr "usr/local" "${S}"` ; do + sed -e "s:/usr/local:/usr:g" -i "${i}" || die "sed failed" + done +} + +src_compile() { + local cpu="`get-flag march || get-flag mcpu`" + if [ "${cpu}" ] ; then + sed -e "s:pentiumpro:${cpu}:g" -i "settings.pro" || die "sed failed" + fi + + qmake -o "Makefile" "${PN}.pro" + emake || die "compile problem" +} + +src_install () { + einstall INSTALL_ROOT="${D}" + dodoc README UPGRADING gamelist.xml +} diff --git a/media-plugins/mythmusic/ChangeLog b/media-plugins/mythmusic/ChangeLog index f9bd1786dc8e..69a10267a765 100644 --- a/media-plugins/mythmusic/ChangeLog +++ b/media-plugins/mythmusic/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-plugins/mythmusic # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythmusic/ChangeLog,v 1.19 2004/05/01 17:30:44 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythmusic/ChangeLog,v 1.20 2004/06/01 17:19:13 aliz Exp $ + +*mythmusic-0.15.1 (01 Jun 2004) + + 01 Jun 2004; Daniel Ahlberg <aliz@gentoo.org> mythmusic-0.11.ebuild, + mythmusic-0.12.ebuild, mythmusic-0.15.1.ebuild: + Version bump and cleanups. 01 May 2004; Aron Griffis <agriffis@gentoo.org> mythmusic-0.14.ebuild: Add inherit eutils diff --git a/media-plugins/mythmusic/Manifest b/media-plugins/mythmusic/Manifest index b8e849806a53..3135280b72b9 100644 --- a/media-plugins/mythmusic/Manifest +++ b/media-plugins/mythmusic/Manifest @@ -1,10 +1,12 @@ MD5 131c376ed96a0217394dd8d2777d7c25 mythmusic-0.12.ebuild 2302 +MD5 71b66f89cad5e01460f8b365acd5ff3e mythmusic-0.15.1.ebuild 1811 MD5 71b66f89cad5e01460f8b365acd5ff3e mythmusic-0.14.ebuild 1811 MD5 863b9ba062460e918a49704d73f0eedc mythmusic-0.11.ebuild 2194 MD5 8e0f746611fc5b11d81c2c492fc49472 mythmusic-0.13.ebuild 2302 MD5 870246d8dbbbea978a1eb31de1b8ebbe ChangeLog 3435 MD5 20e2255501865de5b568424821abf69d metadata.xml 161 MD5 8f32dd57de13b3cce86d582ecc59c4d2 files/asm_fix.diff 507 +MD5 848e6023c9cf8a12929e5dc1bd7468d6 files/digest-mythmusic-0.15.1 69 MD5 d3782b76395f4d656284b24c9ee8e7b4 files/digest-mythmusic-0.11 67 MD5 84fa19b3a9087c7357d9de3c374abee2 files/digest-mythmusic-0.12 67 MD5 2019c295b59aab34531f15790e8d79f0 files/digest-mythmusic-0.13 67 diff --git a/media-plugins/mythmusic/files/digest-mythmusic-0.11 b/media-plugins/mythmusic/files/digest-mythmusic-0.11 deleted file mode 100644 index f4a0e354e145..000000000000 --- a/media-plugins/mythmusic/files/digest-mythmusic-0.11 +++ /dev/null @@ -1 +0,0 @@ -MD5 3c6add40f3680fd755b6011d37e6c24b mythmusic-0.11.tar.bz2 167010 diff --git a/media-plugins/mythmusic/files/digest-mythmusic-0.12 b/media-plugins/mythmusic/files/digest-mythmusic-0.12 deleted file mode 100644 index e3da303d57cc..000000000000 --- a/media-plugins/mythmusic/files/digest-mythmusic-0.12 +++ /dev/null @@ -1 +0,0 @@ -MD5 04afe787b0dea4092abc1aced3e58d2e mythmusic-0.12.tar.bz2 198951 diff --git a/media-plugins/mythmusic/files/digest-mythmusic-0.15.1 b/media-plugins/mythmusic/files/digest-mythmusic-0.15.1 new file mode 100644 index 000000000000..b0e8a5aab3e3 --- /dev/null +++ b/media-plugins/mythmusic/files/digest-mythmusic-0.15.1 @@ -0,0 +1 @@ +MD5 9cbd46dc0185eef72b68ee2fc7d36583 mythmusic-0.15.1.tar.bz2 228563 diff --git a/media-plugins/mythmusic/mythmusic-0.11.ebuild b/media-plugins/mythmusic/mythmusic-0.11.ebuild deleted file mode 100644 index f38d12033924..000000000000 --- a/media-plugins/mythmusic/mythmusic-0.11.ebuild +++ /dev/null @@ -1,77 +0,0 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythmusic/mythmusic-0.11.ebuild,v 1.5 2004/04/26 18:29:00 agriffis Exp $ - -inherit flag-o-matic - -DESCRIPTION="Music player module for MythTV." -HOMEPAGE="http://www.mythtv.org/" -SRC_URI="http://www.mythtv.org/mc/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86" -IUSE="opengl sdl X" - -DEPEND=">=media-sound/cdparanoia-3.9.8 - >=media-libs/libmad-0.14.2b - >=media-libs/libid3tag-0.14.2b - >=media-libs/libvorbis-1.0 - >=media-libs/libcdaudio-0.99.6 - >=media-libs/flac-1.1.0 - >=sys-apps/sed-4 - X? ( =dev-libs/fftw-2* ) - opengl? ( virtual/opengl =dev-libs/fftw-2* ) - sdl? ( >=media-libs/libsdl-1.2.5 ) - || ( >=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() { - local myconf - myconf="${myconf} `use_enable X fftw`" - myconf="${myconf} `use_enable opengl`" - myconf="${myconf} `use_enable sdl`" - - cpu="`get-flag march`" - if [ ! -z "${cpu}" ] ; then - sed -e "s:pentiumpro:${cpu}:g" -i "${S}/settings.pro" || die "sed failed" - fi - - qmake -o "${S}/Makefile" "${S}/${PN}.pro" - - econf ${myconf} || die "econf failed" - emake || die "compile problem" -} - -src_install() { - einstall INSTALL_ROOT="${D}" - - insinto "/usr/share/mythtv/database/${PN}" - doins musicdb/*.sql - - dodoc AUTHORS COPYING README UPGRADING - newdoc musicdb/README README.db -} - -pkg_postinst() { - einfo "If this is the first time you install MythMusic," - einfo "you need to add /usr/share/mythtv/database/${PN}/metadata.sql" - einfo "to your MythTV database." - einfo - einfo "You might run 'mysql < /usr/share/mythtv/database/${PN}/metadata.sql'" - einfo - einfo "If you're upgrading from an older version and for more" - einfo "setup and usage instructions, please refer to:" - einfo " /usr/share/doc/${PF}/README.gz" - einfo " /usr/share/doc/${PF}/UPGRADING.gz" - ewarn "This part is important as there might be database changes" - ewarn "which need to be performed or this package will not work" - ewarn "properly." -} diff --git a/media-plugins/mythmusic/mythmusic-0.12.ebuild b/media-plugins/mythmusic/mythmusic-0.15.1.ebuild index 629937106db1..eaa321e1ae2e 100644 --- a/media-plugins/mythmusic/mythmusic-0.12.ebuild +++ b/media-plugins/mythmusic/mythmusic-0.15.1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythmusic/mythmusic-0.12.ebuild,v 1.4 2004/04/26 18:29:00 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythmusic/mythmusic-0.15.1.ebuild,v 1.1 2004/06/01 17:19:13 aliz Exp $ -inherit flag-o-matic +inherit gcc flag-o-matic eutils DESCRIPTION="Music player module for MythTV." HOMEPAGE="http://www.mythtv.org/" @@ -10,7 +10,7 @@ SRC_URI="http://www.mythtv.org/mc/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86" +KEYWORDS="~x86" IUSE="opengl sdl X" DEPEND=">=media-sound/cdparanoia-3.9.8 @@ -23,10 +23,10 @@ DEPEND=">=media-sound/cdparanoia-3.9.8 X? ( =dev-libs/fftw-2* ) opengl? ( virtual/opengl =dev-libs/fftw-2* ) sdl? ( >=media-libs/libsdl-1.2.5 ) - || ( >=media-tv/mythtv-${PV} >=media-tv/mythfrontend-${PV} )" + || ( >=media-tv/mythtv-${PV}* >=media-tv/mythfrontend-${PV}* )" src_unpack() { - unpack ${A} + unpack ${A} && cd "${S}" for i in `grep -lr "usr/local" "${S}"` ; do sed -e "s:/usr/local:/usr:" -i "${i}" || die "sed failed" @@ -39,9 +39,11 @@ src_compile() { myconf="${myconf} `use_enable opengl`" myconf="${myconf} `use_enable sdl`" - # Fix bug 31952 - replace-flags mcpu=pentium4 mcpu=pentium3 - replace-flags march=pentium4 march=pentium3 + if [ "`gcc-version`" = "3.2" ] || [ "`gcc-version`" = "3.3" ] ; then + replace-flags mcpu=pentium4 mcpu=pentium3 + replace-flags march=pentium4 march=pentium3 + fi + local cpu="`get-flag march || get-flag mcpu`" if [ "${cpu}" ] ; then sed -e "s:pentiumpro:${cpu}:g" -i "settings.pro" || die "sed failed" @@ -55,26 +57,5 @@ src_compile() { src_install() { einstall INSTALL_ROOT="${D}" - - insinto "/usr/share/mythtv/database/${PN}" - doins musicdb/*.sql - dodoc AUTHORS COPYING README UPGRADING - newdoc musicdb/README README.db -} - -pkg_postinst() { - einfo "If this is the first time you install MythMusic," - einfo "you need to add /usr/share/mythtv/database/${PN}/metadata.sql" - einfo "to your MythTV database." - einfo - einfo "You might run 'mysql < /usr/share/mythtv/database/${PN}/metadata.sql'" - einfo - einfo "If you're upgrading from an older version and for more" - einfo "setup and usage instructions, please refer to:" - einfo " /usr/share/doc/${PF}/README.gz" - einfo " /usr/share/doc/${PF}/UPGRADING.gz" - ewarn "This part is important as there might be database changes" - ewarn "which need to be performed or this package will not work" - ewarn "properly." } diff --git a/media-plugins/mythnews/ChangeLog b/media-plugins/mythnews/ChangeLog index e1924bd48049..38235bc5f223 100644 --- a/media-plugins/mythnews/ChangeLog +++ b/media-plugins/mythnews/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-plugins/mythnews # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythnews/ChangeLog,v 1.7 2004/04/20 17:45:50 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythnews/ChangeLog,v 1.8 2004/06/01 17:20:41 aliz Exp $ + +*mythnews-0.15 (01 Jun 2004) + + 01 Jun 2004; Daniel Ahlberg <aliz@gentoo.org> mythnews-0.12.ebuild, + mythnews-0.15.ebuild: + Version bump and cleanups. 20 Apr 2004; Jeremy Huddleston <eradicator@gentoo.org> mythnews-0.12.ebuild, mythnews-0.13.ebuild, mythnews-0.14.ebuild: diff --git a/media-plugins/mythnews/Manifest b/media-plugins/mythnews/Manifest index 76997ed0ba8b..7856719426a6 100644 --- a/media-plugins/mythnews/Manifest +++ b/media-plugins/mythnews/Manifest @@ -1,4 +1,5 @@ MD5 b07d62731ef070560c315b54bab86da2 mythnews-0.13.ebuild 1006 +MD5 fe749b922a1728202b8bb0569c405ba1 mythnews-0.15.ebuild 1020 MD5 ac7340d9c7116838516f35a78fd0a09e mythnews-0.12.ebuild 1006 MD5 fe749b922a1728202b8bb0569c405ba1 mythnews-0.14.ebuild 1020 MD5 0d884a7dcf7add4804bbc38e816ac46d ChangeLog 909 @@ -6,3 +7,4 @@ MD5 20e2255501865de5b568424821abf69d metadata.xml 161 MD5 4173f85528c0fed69c65345d080ddc6b files/digest-mythnews-0.12 65 MD5 ba1aaa752cf2b8e1d989d5db1cb23b5d files/digest-mythnews-0.13 65 MD5 983d80ea01fdfb7d74da92ccc5dc98a0 files/digest-mythnews-0.14 65 +MD5 33a5ffe0f2f8797b381ee76faf3940c4 files/digest-mythnews-0.15 65 diff --git a/media-plugins/mythnews/files/digest-mythnews-0.12 b/media-plugins/mythnews/files/digest-mythnews-0.12 deleted file mode 100644 index e088a24c6e4e..000000000000 --- a/media-plugins/mythnews/files/digest-mythnews-0.12 +++ /dev/null @@ -1 +0,0 @@ -MD5 d819aeb23f7ef1795b21f21ff78f3b0f mythnews-0.12.tar.bz2 40278 diff --git a/media-plugins/mythnews/files/digest-mythnews-0.15 b/media-plugins/mythnews/files/digest-mythnews-0.15 new file mode 100644 index 000000000000..f8ddba60964c --- /dev/null +++ b/media-plugins/mythnews/files/digest-mythnews-0.15 @@ -0,0 +1 @@ +MD5 891981dd39d649191f8062eda39d53b0 mythnews-0.15.tar.bz2 34618 diff --git a/media-plugins/mythnews/mythnews-0.12.ebuild b/media-plugins/mythnews/mythnews-0.15.ebuild index 31a23b6e2d89..49519cccaeb0 100644 --- a/media-plugins/mythnews/mythnews-0.12.ebuild +++ b/media-plugins/mythnews/mythnews-0.15.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythnews/mythnews-0.12.ebuild,v 1.4 2004/04/20 17:45:50 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythnews/mythnews-0.15.ebuild,v 1.1 2004/06/01 17:20:41 aliz Exp $ IUSE="" @@ -12,13 +12,13 @@ SRC_URI="http://www.mythtv.org/mc/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86" +KEYWORDS="~x86" DEPEND=">=sys-apps/sed-4 - || ( >=media-tv/mythtv-${PV} >=media-tv/mythfrontend-${PV} )" + || ( >=media-tv/mythtv-${PV}* >=media-tv/mythfrontend-${PV}* )" src_unpack() { - unpack ${A} + unpack ${A} && cd "${S}" for i in `grep -lr "usr/local" "${S}"` ; do sed -e "s:/usr/local:/usr:g" -i "${i}" || die "sed failed" diff --git a/media-plugins/mythvideo/ChangeLog b/media-plugins/mythvideo/ChangeLog index 37f8de110003..bb25ca468722 100644 --- a/media-plugins/mythvideo/ChangeLog +++ b/media-plugins/mythvideo/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-plugins/mythvideo # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/ChangeLog,v 1.13 2004/04/20 17:46:24 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/ChangeLog,v 1.14 2004/06/01 17:22:04 aliz Exp $ + +*mythvideo-0.15.1 (01 Jun 2004) + + 01 Jun 2004; Daniel Ahlberg <aliz@gentoo.org> mythvideo-0.11.ebuild, + mythvideo-0.12.ebuild, mythvideo-0.15.1.ebuild: + Version bump and cleanups. 20 Apr 2004; Jeremy Huddleston <eradicator@gentoo.org> mythvideo-0.11.ebuild, mythvideo-0.12.ebuild, mythvideo-0.13.ebuild, diff --git a/media-plugins/mythvideo/Manifest b/media-plugins/mythvideo/Manifest index 56ff4e6569b6..638c195cf35d 100644 --- a/media-plugins/mythvideo/Manifest +++ b/media-plugins/mythvideo/Manifest @@ -1,3 +1,4 @@ +MD5 5fe367c089ba59c9e5b0489fb7cfe6d4 mythvideo-0.15.1.ebuild 1053 MD5 8293832fbcff7fa04a63924946518f0e mythvideo-0.12.ebuild 1782 MD5 5fe367c089ba59c9e5b0489fb7cfe6d4 mythvideo-0.14.ebuild 1053 MD5 ab880b645c727db4b27e8b71f91289a6 mythvideo-0.11.ebuild 1765 @@ -8,3 +9,4 @@ MD5 1c1055ed7527e3c6e5c556e1f79456bc files/digest-mythvideo-0.11 67 MD5 8b1f40b48872fd36d6dfd997ee675a30 files/digest-mythvideo-0.12 67 MD5 a8800f5c5151851b8e57a6a777fde3b0 files/digest-mythvideo-0.13 67 MD5 51fbad420f3d94ef8747f16c24ee8c18 files/digest-mythvideo-0.14 67 +MD5 e15e758ba887eb0ff1df3ff4f24db090 files/digest-mythvideo-0.15.1 69 diff --git a/media-plugins/mythvideo/files/digest-mythvideo-0.15.1 b/media-plugins/mythvideo/files/digest-mythvideo-0.15.1 new file mode 100644 index 000000000000..cef27e83c7fc --- /dev/null +++ b/media-plugins/mythvideo/files/digest-mythvideo-0.15.1 @@ -0,0 +1 @@ +MD5 500a2f7206a08c0be495c44b5cb35cc7 mythvideo-0.15.1.tar.bz2 218076 diff --git a/media-plugins/mythvideo/mythvideo-0.11.ebuild b/media-plugins/mythvideo/mythvideo-0.11.ebuild deleted file mode 100644 index 043b4d38a096..000000000000 --- a/media-plugins/mythvideo/mythvideo-0.11.ebuild +++ /dev/null @@ -1,65 +0,0 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/mythvideo-0.11.ebuild,v 1.5 2004/04/20 17:46:24 eradicator Exp $ - -IUSE="" - -inherit flag-o-matic - -DESCRIPTION="Video player module for MythTV." -HOMEPAGE="http://www.mythtv.org/" -SRC_URI="http://www.mythtv.org/mc/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86" - -DEPEND=">=sys-apps/sed-4 - || ( media-video/mplayer media-video/xine-ui ) - || ( >=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" - fi - - qmake -o "${S}/Makefile" "${S}/${PN}.pro" - - emake || die "compile problem" -} - -src_install () { - einstall INSTALL_ROOT="${D}" - - insinto "/usr/share/mythtv/database/${PN}" - doins videodb/*.sql - - 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." - einfo - einfo "You might run 'mysql < /usr/share/mythtv/database/${PN}/metadata.sql'" - einfo - einfo "If you're upgrading from an older version and for more" - einfo "setup and usage instructions, please refer to:" - einfo " /usr/share/doc/${PF}/README.gz" - einfo " /usr/share/doc/${PF}/README.db.gz" - ewarn "This part is important as there might be database changes" - ewarn "which need to be performed or this package will not work" - ewarn "properly." - echo -} diff --git a/media-plugins/mythvideo/mythvideo-0.12.ebuild b/media-plugins/mythvideo/mythvideo-0.12.ebuild deleted file mode 100644 index 28032c4407b3..000000000000 --- a/media-plugins/mythvideo/mythvideo-0.12.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/mythvideo-0.12.ebuild,v 1.4 2004/04/20 17:46:24 eradicator Exp $ - -IUSE="" - -inherit flag-o-matic - -DESCRIPTION="Video player module for MythTV." -HOMEPAGE="http://www.mythtv.org/" -SRC_URI="http://www.mythtv.org/mc/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86" - -DEPEND=">=sys-apps/sed-4 - || ( media-video/mplayer media-video/xine-ui ) - || ( >=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() { - local cpu="`get-flag march || get-flag mcpu`" - if [ ! -z "${cpu}" ] ; then - sed -e "s:pentiumpro:${cpu}:g" -i "settings.pro" || die "sed failed" - fi - - qmake -o "Makefile" "${PN}.pro" - emake || die "compile problem" -} - -src_install () { - einstall INSTALL_ROOT="${D}" - - insinto "/usr/share/mythtv/database/${PN}" - doins videodb/*.sql - - dodoc COPYING README UPGRADING - 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." - einfo - einfo "You might run 'mysql < /usr/share/mythtv/database/${PN}/metadata.sql'" - einfo - einfo "If you're upgrading from an older version and for more" - einfo "setup and usage instructions, please refer to:" - einfo " /usr/share/doc/${PF}/README.gz" - einfo " /usr/share/doc/${PF}/README.db.gz" - ewarn "This part is important as there might be database changes" - ewarn "which need to be performed or this package will not work" - ewarn "properly." - echo -} diff --git a/media-plugins/mythweather/mythweather-0.11.ebuild b/media-plugins/mythvideo/mythvideo-0.15.1.ebuild index 0d601c4958eb..31eb896c0e0d 100644 --- a/media-plugins/mythweather/mythweather-0.11.ebuild +++ b/media-plugins/mythvideo/mythvideo-0.15.1.ebuild @@ -1,24 +1,25 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythweather/mythweather-0.11.ebuild,v 1.4 2004/04/20 17:46:53 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/mythvideo-0.15.1.ebuild,v 1.1 2004/06/01 17:22:04 aliz Exp $ IUSE="" inherit flag-o-matic -DESCRIPTION="Weather forcast module for MythTV." +DESCRIPTION="Video player module for MythTV." HOMEPAGE="http://www.mythtv.org/" SRC_URI="http://www.mythtv.org/mc/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86" +KEYWORDS="~x86" DEPEND=">=sys-apps/sed-4 - || ( >=media-tv/mythtv-${PV} >=media-tv/mythfrontend-${PV} )" + || ( media-video/mplayer media-video/xine-ui ) + || ( >=media-tv/mythtv-${PV}* >=media-tv/mythfrontend-${PV}* )" src_unpack() { - unpack ${A} + unpack ${A} && cd "${S}" for i in `grep -lr "usr/local" "${S}"` ; do sed -e "s:/usr/local:/usr:" -i "${i}" || die "sed failed" @@ -26,17 +27,16 @@ src_unpack() { } src_compile() { - cpu="`get-flag march`" + local cpu="`get-flag march || get-flag mcpu`" if [ ! -z "${cpu}" ] ; then - sed -e "s:pentiumpro:${cpu}:g" -i "${S}/settings.pro" || die "sed failed" + sed -e "s:pentiumpro:${cpu}:g" -i "settings.pro" || die "sed failed" fi - qmake -o "${S}/Makefile" "${S}/${PN}.pro" - + qmake -o "Makefile" "${PN}.pro" emake || die "compile problem" } -src_install() { +src_install () { einstall INSTALL_ROOT="${D}" - dodoc AUTHORS COPYING README + dodoc COPYING README UPGRADING } diff --git a/media-plugins/mythweather/ChangeLog b/media-plugins/mythweather/ChangeLog index 2768f47e5a08..56ab3f528471 100644 --- a/media-plugins/mythweather/ChangeLog +++ b/media-plugins/mythweather/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-plugins/mythweather # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythweather/ChangeLog,v 1.13 2004/04/20 17:46:53 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythweather/ChangeLog,v 1.14 2004/06/01 17:23:26 aliz Exp $ + +*mythweather-0.15 (01 Jun 2004) + + 01 Jun 2004; Daniel Ahlberg <aliz@gentoo.org> mythweather-0.11.ebuild, + mythweather-0.12.ebuild, mythweather-0.15.ebuild: + Version bump and cleanups. 20 Apr 2004; Jeremy Huddleston <eradicator@gentoo.org> mythweather-0.11.ebuild, mythweather-0.12.ebuild, mythweather-0.13.ebuild, diff --git a/media-plugins/mythweather/Manifest b/media-plugins/mythweather/Manifest index 756ee0493839..74d1f78e5eab 100644 --- a/media-plugins/mythweather/Manifest +++ b/media-plugins/mythweather/Manifest @@ -2,9 +2,11 @@ MD5 c81de3dc23aa29251e966ed5c018c343 mythweather-0.12.ebuild 995 MD5 86e8a7863834dbe93e152da25951407c mythweather-0.14.ebuild 1009 MD5 03f2f8eae7bff731832df0d77c5af8f1 mythweather-0.11.ebuild 988 MD5 7e8a136d64e0e47789317c20f9d7f8c2 mythweather-0.13.ebuild 995 +MD5 86e8a7863834dbe93e152da25951407c mythweather-0.15.ebuild 1009 MD5 1dd5b43df06cecb4ae48cf9d7c7dc9ef ChangeLog 2281 MD5 20e2255501865de5b568424821abf69d metadata.xml 161 MD5 6a31e4f0a87c61e3e7f0eb55dca2f03b files/digest-mythweather-0.11 69 MD5 916ba5d7844b0abae782627b8d1a21fe files/digest-mythweather-0.12 69 MD5 ea775d05013e97dd4c419804de2ed3b6 files/digest-mythweather-0.13 69 MD5 1ab52ed2da7b97e38a6f31621371a400 files/digest-mythweather-0.14 69 +MD5 acf4a287fc12a8d0a64dc92ac04c4522 files/digest-mythweather-0.15 69 diff --git a/media-plugins/mythweather/files/digest-mythweather-0.11 b/media-plugins/mythweather/files/digest-mythweather-0.11 deleted file mode 100644 index 0f0b4fe72b99..000000000000 --- a/media-plugins/mythweather/files/digest-mythweather-0.11 +++ /dev/null @@ -1 +0,0 @@ -MD5 22ec089fb144ef2c316b028c67d266af mythweather-0.11.tar.bz2 814175 diff --git a/media-plugins/mythweather/files/digest-mythweather-0.12 b/media-plugins/mythweather/files/digest-mythweather-0.12 deleted file mode 100644 index 14f49fcf11a2..000000000000 --- a/media-plugins/mythweather/files/digest-mythweather-0.12 +++ /dev/null @@ -1 +0,0 @@ -MD5 8daad867e4eaf04506401975647d6144 mythweather-0.12.tar.bz2 824577 diff --git a/media-plugins/mythweather/files/digest-mythweather-0.15 b/media-plugins/mythweather/files/digest-mythweather-0.15 new file mode 100644 index 000000000000..ab8bfda83312 --- /dev/null +++ b/media-plugins/mythweather/files/digest-mythweather-0.15 @@ -0,0 +1 @@ +MD5 0e1f011e3572dc3fd7a5fb9aa00d91e1 mythweather-0.15.tar.bz2 847427 diff --git a/media-plugins/mythweather/mythweather-0.12.ebuild b/media-plugins/mythweather/mythweather-0.15.ebuild index 7c6bd435b4ad..46f0d5d621d3 100644 --- a/media-plugins/mythweather/mythweather-0.12.ebuild +++ b/media-plugins/mythweather/mythweather-0.15.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythweather/mythweather-0.12.ebuild,v 1.4 2004/04/20 17:46:53 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythweather/mythweather-0.15.ebuild,v 1.1 2004/06/01 17:23:26 aliz Exp $ IUSE="" @@ -12,13 +12,13 @@ SRC_URI="http://www.mythtv.org/mc/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86" +KEYWORDS="~x86" DEPEND=">=sys-apps/sed-4 - || ( >=media-tv/mythtv-${PV} >=media-tv/mythfrontend-${PV} )" + || ( >=media-tv/mythtv-${PV}* >=media-tv/mythfrontend-${PV}* )" src_unpack() { - unpack ${A} + unpack ${A} && cd "${S}" for i in `grep -lr "usr/local" "${S}"` ; do sed -e "s:/usr/local:/usr:" -i "${i}" || die "sed failed" |