diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2003-12-11 21:55:51 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2003-12-11 21:55:51 +0000 |
commit | b68987e9d0009c54474b882634e408881adae6a3 (patch) | |
tree | 285e8b16e509f6466697c03f98741d3f3d03013c | |
parent | version bumps (diff) | |
download | gentoo-2-b68987e9d0009c54474b882634e408881adae6a3.tar.gz gentoo-2-b68987e9d0009c54474b882634e408881adae6a3.tar.bz2 gentoo-2-b68987e9d0009c54474b882634e408881adae6a3.zip |
version bumps
28 files changed, 491 insertions, 21 deletions
diff --git a/media-plugins/mythdvd/ChangeLog b/media-plugins/mythdvd/ChangeLog index 3515383fcc9d..decc2a156ac8 100644 --- a/media-plugins/mythdvd/ChangeLog +++ b/media-plugins/mythdvd/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-plugins/mythdvd # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythdvd/ChangeLog,v 1.4 2003/10/28 16:18:27 max Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythdvd/ChangeLog,v 1.5 2003/12/11 21:55:46 aliz Exp $ + +*mythdvd-0.13 (11 Dec 2003) + + 11 Dec 2003; Daniel Ahlberg <aliz@gentoo.org> mythdvd-0.13.ebuild: + Version bump. 28 Oct 2003; Max Kalika <max@gentoo.org> mythdvd-0.12.ebuild: Extend CPU detection. diff --git a/media-plugins/mythdvd/Manifest b/media-plugins/mythdvd/Manifest index 301608a8f6d6..d87922875cdb 100644 --- a/media-plugins/mythdvd/Manifest +++ b/media-plugins/mythdvd/Manifest @@ -1,7 +1,7 @@ MD5 00fc0fff830f25508d04a99963a988fc mythdvd-0.11.ebuild 1962 -MD5 3ea44914896929d3a547f9a964714f44 mythdvd-0.13.ebuild 2374 +MD5 4e359fa5159a7543f910611941478053 mythdvd-0.13.ebuild 2376 MD5 3ea44914896929d3a547f9a964714f44 mythdvd-0.12.ebuild 2374 -MD5 86256dd7ce471b2138f11684b6f79f23 ChangeLog 661 +MD5 90754f1ebad3a0de54c5c347899b7abf ChangeLog 777 MD5 20e2255501865de5b568424821abf69d metadata.xml 161 MD5 29d1ec475eee7e6e4d5b6a605611c4c7 files/digest-mythdvd-0.11 64 MD5 43523be8d2e4958df76e6e1b2b63791c files/digest-mythdvd-0.12 65 diff --git a/media-plugins/mythdvd/files/digest-mythdvd-0.13 b/media-plugins/mythdvd/files/digest-mythdvd-0.13 new file mode 100644 index 000000000000..413e6b5d3779 --- /dev/null +++ b/media-plugins/mythdvd/files/digest-mythdvd-0.13 @@ -0,0 +1 @@ +MD5 c835938627ad1ce5124cc33e24539e28 mythdvd-0.13.tar.bz2 116060 diff --git a/media-plugins/mythdvd/mythdvd-0.13.ebuild b/media-plugins/mythdvd/mythdvd-0.13.ebuild new file mode 100644 index 000000000000..7f705afadde5 --- /dev/null +++ b/media-plugins/mythdvd/mythdvd-0.13.ebuild @@ -0,0 +1,82 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythdvd/mythdvd-0.13.ebuild,v 1.1 2003/12/11 21:55:46 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="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} + 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/mythgallery/ChangeLog b/media-plugins/mythgallery/ChangeLog index 37cb1a1e17ad..9bab9a92b041 100644 --- a/media-plugins/mythgallery/ChangeLog +++ b/media-plugins/mythgallery/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-plugins/mythgallery # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgallery/ChangeLog,v 1.8 2003/12/08 17:16:22 max Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgallery/ChangeLog,v 1.9 2003/12/11 21:55:46 aliz Exp $ + +*mythgallery-0.13 (11 Dec 2003) + + 11 Dec 2003; Daniel Ahlberg <aliz@gentoo.org> mythgallery-0.13.ebuild: + Version bump. 08 Dec 2003; <max@gentoo.org> mythgallery-0.10.ebuild: Remove stale version. diff --git a/media-plugins/mythgallery/Manifest b/media-plugins/mythgallery/Manifest index 6579e3f91155..2f178058e752 100644 --- a/media-plugins/mythgallery/Manifest +++ b/media-plugins/mythgallery/Manifest @@ -1,7 +1,7 @@ MD5 e7617040c11110efb67d6c159c366001 mythgallery-0.11.ebuild 1691 -MD5 7c66035139e3ecebbe77d639c6268bad mythgallery-0.13.ebuild 1694 +MD5 f40660709cbbf65ee6b28b6031b08208 mythgallery-0.13.ebuild 1696 MD5 7c66035139e3ecebbe77d639c6268bad mythgallery-0.12.ebuild 1694 -MD5 439fd287ea5dd288e9832302475e4869 ChangeLog 1920 +MD5 006429b9cf88aa3f2941defe1c995bbf ChangeLog 2044 MD5 20e2255501865de5b568424821abf69d metadata.xml 161 MD5 f367099e5641367ed71e682eed2243e5 files/digest-mythgallery-0.11 67 MD5 2ead189a9b4ae726aa0565a7f4d7a78f files/digest-mythgallery-0.12 68 diff --git a/media-plugins/mythgallery/files/digest-mythgallery-0.13 b/media-plugins/mythgallery/files/digest-mythgallery-0.13 new file mode 100644 index 000000000000..84bf1503126a --- /dev/null +++ b/media-plugins/mythgallery/files/digest-mythgallery-0.13 @@ -0,0 +1 @@ +MD5 c119ad01b0083f1c8205219870c2008c mythgallery-0.13.tar.bz2 17095 diff --git a/media-plugins/mythgallery/mythgallery-0.13.ebuild b/media-plugins/mythgallery/mythgallery-0.13.ebuild new file mode 100644 index 000000000000..9600f41b4944 --- /dev/null +++ b/media-plugins/mythgallery/mythgallery-0.13.ebuild @@ -0,0 +1,60 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgallery/mythgallery-0.13.ebuild,v 1.1 2003/12/11 21:55:46 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" + +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/mythgame/ChangeLog b/media-plugins/mythgame/ChangeLog index 9cdf480fba14..942202737f56 100644 --- a/media-plugins/mythgame/ChangeLog +++ b/media-plugins/mythgame/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-plugins/mythgame # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgame/ChangeLog,v 1.8 2003/12/08 17:16:27 max Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgame/ChangeLog,v 1.9 2003/12/11 21:55:46 aliz Exp $ + +*mythgame-0.13 (11 Dec 2003) + + 11 Dec 2003; Daniel Ahlberg <aliz@gentoo.org> mythgame-0.13.ebuild: + Version bump. 08 Dec 2003; <max@gentoo.org> mythgame-0.10.ebuild: Remove stale version. diff --git a/media-plugins/mythgame/Manifest b/media-plugins/mythgame/Manifest index 92b5e79a781d..5c6e0546ccf6 100644 --- a/media-plugins/mythgame/Manifest +++ b/media-plugins/mythgame/Manifest @@ -1,7 +1,7 @@ MD5 e7b5eb2fce13a0317d734ffd6515a289 mythgame-0.12.ebuild 1979 MD5 3c46ea652d6e76a76eb15e34026c4777 mythgame-0.11.ebuild 1976 -MD5 2fd79b3947f14457fa99b84b5b80ee7c mythgame-0.13.ebuild 1980 -MD5 12c4b9497f4af92d5aaf427c224a43c3 ChangeLog 1863 +MD5 f749fb3dcc144909342fdcd44a667681 mythgame-0.13.ebuild 1981 +MD5 9ad229ec4c9fe99e7d9a6abf4d657a6f ChangeLog 1981 MD5 20e2255501865de5b568424821abf69d metadata.xml 161 MD5 2bd60d4f779ab52e53d15145940b8946 files/digest-mythgame-0.11 65 MD5 ace6a7f7f30d271f0c3e7bb1ea4ea89b files/digest-mythgame-0.12 65 diff --git a/media-plugins/mythgame/files/digest-mythgame-0.13 b/media-plugins/mythgame/files/digest-mythgame-0.13 new file mode 100644 index 000000000000..d488afcd7046 --- /dev/null +++ b/media-plugins/mythgame/files/digest-mythgame-0.13 @@ -0,0 +1 @@ +MD5 2ee55ba79bfd5fb93328a537621b03e9 mythgame-0.13.tar.bz2 64292 diff --git a/media-plugins/mythgame/mythgame-0.13.ebuild b/media-plugins/mythgame/mythgame-0.13.ebuild new file mode 100644 index 000000000000..e1356793378e --- /dev/null +++ b/media-plugins/mythgame/mythgame-0.13.ebuild @@ -0,0 +1,66 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgame/mythgame-0.13.ebuild,v 1.1 2003/12/11 21:55:46 aliz Exp $ + +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/mythmusic/ChangeLog b/media-plugins/mythmusic/ChangeLog index ba9a68c714cb..d3f5de31a3ce 100644 --- a/media-plugins/mythmusic/ChangeLog +++ b/media-plugins/mythmusic/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-plugins/mythmusic # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythmusic/ChangeLog,v 1.10 2003/12/08 17:16:12 max Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythmusic/ChangeLog,v 1.11 2003/12/11 21:55:46 aliz Exp $ + +*mythmusic-0.13 (11 Dec 2003) + + 11 Dec 2003; Daniel Ahlberg <aliz@gentoo.org> mythmusic-0.13.ebuild: + Version bump. 08 Dec 2003; <max@gentoo.org> mythmusic-0.10.ebuild: Remove stale version. diff --git a/media-plugins/mythmusic/Manifest b/media-plugins/mythmusic/Manifest index 54f5a7967ebf..64508ae22c8b 100644 --- a/media-plugins/mythmusic/Manifest +++ b/media-plugins/mythmusic/Manifest @@ -1,7 +1,7 @@ MD5 3c6686816bdc93e1ff340a9e01d2c8a9 mythmusic-0.12.ebuild 2275 MD5 95f428155f470dbd515a99a40c6c51f2 mythmusic-0.11.ebuild 2167 -MD5 3c6686816bdc93e1ff340a9e01d2c8a9 mythmusic-0.13.ebuild 2275 -MD5 cca442c36b3e5a75834b4e176cbe1a7e ChangeLog 2292 +MD5 ffe0e4e7a8485629537ba18f9899acfa mythmusic-0.13.ebuild 2277 +MD5 85f365c2f485edfc3c98ea07502cd864 ChangeLog 2412 MD5 20e2255501865de5b568424821abf69d metadata.xml 161 MD5 d3782b76395f4d656284b24c9ee8e7b4 files/digest-mythmusic-0.11 67 MD5 84fa19b3a9087c7357d9de3c374abee2 files/digest-mythmusic-0.12 67 diff --git a/media-plugins/mythmusic/files/digest-mythmusic-0.13 b/media-plugins/mythmusic/files/digest-mythmusic-0.13 new file mode 100644 index 000000000000..58e048368ede --- /dev/null +++ b/media-plugins/mythmusic/files/digest-mythmusic-0.13 @@ -0,0 +1 @@ +MD5 b467f5e25ff4d9b492b9b7e032594333 mythmusic-0.13.tar.bz2 200517 diff --git a/media-plugins/mythmusic/mythmusic-0.13.ebuild b/media-plugins/mythmusic/mythmusic-0.13.ebuild new file mode 100644 index 000000000000..b5aeeac0a685 --- /dev/null +++ b/media-plugins/mythmusic/mythmusic-0.13.ebuild @@ -0,0 +1,80 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythmusic/mythmusic-0.13.ebuild,v 1.1 2003/12/11 21:55:46 aliz 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`" + + # Fix bug 31952 + replace-flags mcpu=pentium4 mcpu=pentium3 + replace-flags march=pentium4 march=pentium3 + 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} + 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/mythnews/ChangeLog b/media-plugins/mythnews/ChangeLog index 1079f68b54de..1ad7ef4c2ba2 100644 --- a/media-plugins/mythnews/ChangeLog +++ b/media-plugins/mythnews/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-plugins/mythnews # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythnews/ChangeLog,v 1.2 2003/10/28 16:35:34 max Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythnews/ChangeLog,v 1.3 2003/12/11 21:55:46 aliz Exp $ + +*mythnews-0.13 (11 Dec 2003) + + 11 Dec 2003; Daniel Ahlberg <aliz@gentoo.org> mythnews-0.13.ebuild: + Version bump. 28 Oct 2003; Max Kalika <max@gentoo.org> mythnews-0.12.ebuild: Extend CPU detection. diff --git a/media-plugins/mythnews/Manifest b/media-plugins/mythnews/Manifest index 7a485f06b3c5..7244941d82df 100644 --- a/media-plugins/mythnews/Manifest +++ b/media-plugins/mythnews/Manifest @@ -1,6 +1,6 @@ -MD5 4b3a6e51e22a4694afce8a3094f4ad4d mythnews-0.13.ebuild 990 +MD5 3474e731ebbd54db323bd0ca0db98a49 mythnews-0.13.ebuild 992 MD5 4b3a6e51e22a4694afce8a3094f4ad4d mythnews-0.12.ebuild 990 -MD5 6dedd0011fc733757f1d29c5b1725379 ChangeLog 441 +MD5 8a8991d5a70d1220a4a188f61929663d ChangeLog 559 MD5 20e2255501865de5b568424821abf69d metadata.xml 161 MD5 4173f85528c0fed69c65345d080ddc6b files/digest-mythnews-0.12 65 MD5 ba1aaa752cf2b8e1d989d5db1cb23b5d files/digest-mythnews-0.13 65 diff --git a/media-plugins/mythnews/files/digest-mythnews-0.13 b/media-plugins/mythnews/files/digest-mythnews-0.13 new file mode 100644 index 000000000000..7ee463813b8a --- /dev/null +++ b/media-plugins/mythnews/files/digest-mythnews-0.13 @@ -0,0 +1 @@ +MD5 e041cc050391b1be7d20448c86592d42 mythnews-0.13.tar.bz2 40454 diff --git a/media-plugins/mythnews/mythnews-0.13.ebuild b/media-plugins/mythnews/mythnews-0.13.ebuild new file mode 100644 index 000000000000..1a77b9461eff --- /dev/null +++ b/media-plugins/mythnews/mythnews-0.13.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythnews/mythnews-0.13.ebuild,v 1.1 2003/12/11 21:55:46 aliz Exp $ + +inherit flag-o-matic + +DESCRIPTION="RSS feed news reading 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 [ ! -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}" + dodoc AUTHORS COPYING README ChangeLog +} diff --git a/media-plugins/mythvideo/ChangeLog b/media-plugins/mythvideo/ChangeLog index 341f4ba538e1..7e39ca5b4ffd 100644 --- a/media-plugins/mythvideo/ChangeLog +++ b/media-plugins/mythvideo/ChangeLog @@ -1,6 +1,11 @@ # 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.7 2003/12/08 17:16:17 max Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/ChangeLog,v 1.8 2003/12/11 21:55:47 aliz Exp $ + +*mythvideo-0.13 (11 Dec 2003) + + 11 Dec 2003; Daniel Ahlberg <aliz@gentoo.org> mythvideo-0.13.ebuild: + Version bump. 08 Dec 2003; <max@gentoo.org> mythvideo-0.10.ebuild: Remove stale version. diff --git a/media-plugins/mythvideo/Manifest b/media-plugins/mythvideo/Manifest index 73644a2c2e66..e93bd168bc1f 100644 --- a/media-plugins/mythvideo/Manifest +++ b/media-plugins/mythvideo/Manifest @@ -1,7 +1,7 @@ MD5 add8f024706f4df18cf81f298e6b631e mythvideo-0.12.ebuild 1766 MD5 e108d5867e5f2a919a2fa1c6c404fd37 mythvideo-0.11.ebuild 1749 -MD5 508641c610490f86396950d7af5cf44b mythvideo-0.13.ebuild 1767 -MD5 17e9edba7fb94a112fda9a3d3c308633 ChangeLog 2095 +MD5 4f740772725ac111d6e8913c84b34135 mythvideo-0.13.ebuild 1768 +MD5 9fd93bf48a82d42ba35ab9c87aa1e1b6 ChangeLog 2215 MD5 20e2255501865de5b568424821abf69d metadata.xml 161 MD5 1c1055ed7527e3c6e5c556e1f79456bc files/digest-mythvideo-0.11 67 MD5 8b1f40b48872fd36d6dfd997ee675a30 files/digest-mythvideo-0.12 67 diff --git a/media-plugins/mythvideo/files/digest-mythvideo-0.13 b/media-plugins/mythvideo/files/digest-mythvideo-0.13 new file mode 100644 index 000000000000..56cbecbc397d --- /dev/null +++ b/media-plugins/mythvideo/files/digest-mythvideo-0.13 @@ -0,0 +1 @@ +MD5 ae0475608559e9914f7e4a88507dd66c mythvideo-0.13.tar.bz2 234512 diff --git a/media-plugins/mythvideo/mythvideo-0.13.ebuild b/media-plugins/mythvideo/mythvideo-0.13.ebuild new file mode 100644 index 000000000000..29d8a6240629 --- /dev/null +++ b/media-plugins/mythvideo/mythvideo-0.13.ebuild @@ -0,0 +1,62 @@ +# 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.13.ebuild,v 1.1 2003/12/11 21:55:47 aliz Exp $ + +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/ChangeLog b/media-plugins/mythweather/ChangeLog index c03fa6c27aaf..4f0631b38951 100644 --- a/media-plugins/mythweather/ChangeLog +++ b/media-plugins/mythweather/ChangeLog @@ -1,6 +1,11 @@ # 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.8 2003/12/08 17:16:07 max Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythweather/ChangeLog,v 1.9 2003/12/11 21:55:47 aliz Exp $ + +*mythweather-0.13 (11 Dec 2003) + + 11 Dec 2003; Daniel Ahlberg <aliz@gentoo.org> mythweather-0.13.ebuild: + Version bump. 08 Dec 2003; <max@gentoo.org> mythweather-0.10.ebuild: Remove stale version. diff --git a/media-plugins/mythweather/Manifest b/media-plugins/mythweather/Manifest index 8bec5844fe3e..871c35594c84 100644 --- a/media-plugins/mythweather/Manifest +++ b/media-plugins/mythweather/Manifest @@ -1,7 +1,7 @@ MD5 860c410d8ecf89fca2f87188220346b7 mythweather-0.12.ebuild 979 MD5 103f2dc2a77568b205f86d9f8a21e4a8 mythweather-0.11.ebuild 972 -MD5 860c410d8ecf89fca2f87188220346b7 mythweather-0.13.ebuild 979 -MD5 312125cee5e9f3162959a716991ed9d3 ChangeLog 1761 +MD5 2010eadcf11c848c70b6a258d2aae42b mythweather-0.13.ebuild 980 +MD5 27c2a1028161b6cccca62e83ff60ee5a ChangeLog 1885 MD5 20e2255501865de5b568424821abf69d metadata.xml 161 MD5 6a31e4f0a87c61e3e7f0eb55dca2f03b files/digest-mythweather-0.11 69 MD5 916ba5d7844b0abae782627b8d1a21fe files/digest-mythweather-0.12 69 diff --git a/media-plugins/mythweather/files/digest-mythweather-0.13 b/media-plugins/mythweather/files/digest-mythweather-0.13 new file mode 100644 index 000000000000..7d623e427962 --- /dev/null +++ b/media-plugins/mythweather/files/digest-mythweather-0.13 @@ -0,0 +1 @@ +MD5 6e24255b7b2634a9343eacf7f75b4344 mythweather-0.13.tar.bz2 829213 diff --git a/media-plugins/mythweather/mythweather-0.13.ebuild b/media-plugins/mythweather/mythweather-0.13.ebuild new file mode 100644 index 000000000000..247c95b4bcd7 --- /dev/null +++ b/media-plugins/mythweather/mythweather-0.13.ebuild @@ -0,0 +1,39 @@ +# 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.13.ebuild,v 1.1 2003/12/11 21:55:47 aliz Exp $ + +inherit flag-o-matic + +DESCRIPTION="Weather forcast 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() { + 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}" + dodoc AUTHORS COPYING README +} |