diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2005-02-11 16:01:54 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2005-02-11 16:01:54 +0000 |
commit | 7582ba3dd7c62ad459395c47587241fd06c3f59a (patch) | |
tree | 8c78fc7bf32822408d639afef75ab64a7afc2005 | |
parent | new revision that depends on ksvg instead of ksvgplugin+libksvg. bug 80270. (diff) | |
download | historical-7582ba3dd7c62ad459395c47587241fd06c3f59a.tar.gz historical-7582ba3dd7c62ad459395c47587241fd06c3f59a.tar.bz2 historical-7582ba3dd7c62ad459395c47587241fd06c3f59a.zip |
revision bump
Package-Manager: portage-2.0.51.16
20 files changed, 148 insertions, 61 deletions
diff --git a/media-plugins/mythdvd/ChangeLog b/media-plugins/mythdvd/ChangeLog index 3be4ffe461b7..6559a885befd 100644 --- a/media-plugins/mythdvd/ChangeLog +++ b/media-plugins/mythdvd/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-plugins/mythdvd # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythdvd/ChangeLog,v 1.17 2005/01/22 08:11:28 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythdvd/ChangeLog,v 1.18 2005/02/11 16:01:54 cardoe Exp $ + +*mythdvd-0.17 (11 Feb 2005) + + 11 Feb 2005; Doug Goldstein <cardoe@gentoo.org> metadata.xml, + +mythdvd-0.17.ebuild: + revision bump 22 Jan 2005; Doug Goldstein <cardoe@gentoo.org> -mythdvd-0.13.ebuild, -mythdvd-0.14.ebuild, -mythdvd-0.15.ebuild: diff --git a/media-plugins/mythdvd/Manifest b/media-plugins/mythdvd/Manifest index 187a86cca790..95db5496d008 100644 --- a/media-plugins/mythdvd/Manifest +++ b/media-plugins/mythdvd/Manifest @@ -1,14 +1,6 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 1c261508315079864453439decaed79f mythdvd-0.16.ebuild 808 -MD5 20e2255501865de5b568424821abf69d metadata.xml 161 -MD5 9ebfeadcd4d1da6540f956620e3f84aa ChangeLog 2315 +MD5 f62b279158be4af1fab89f6da0ce81ee mythdvd-0.17.ebuild 856 +MD5 f62db0df6ee8ee1d4fe7b9c3d74432a7 metadata.xml 222 +MD5 28394c60d36a246ac69c81915e5a005b ChangeLog 2449 +MD5 385db2c60a8bb48b5ac6264082372df6 files/digest-mythdvd-0.17 65 MD5 bfb7b02049fa6f765e435f9cdb97199f files/digest-mythdvd-0.16 65 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.0 (GNU/Linux) - -iD8DBQFB8grB5+pdB4IBr0URAl2rAKCrsamwBYJZLfAj1LM3zUwe5FUUswCfZZOA -KajBcZYL+G7QHC4QWJj5T3g= -=t9ER ------END PGP SIGNATURE----- diff --git a/media-plugins/mythdvd/files/digest-mythdvd-0.17 b/media-plugins/mythdvd/files/digest-mythdvd-0.17 new file mode 100644 index 000000000000..e3de17ee4c6a --- /dev/null +++ b/media-plugins/mythdvd/files/digest-mythdvd-0.17 @@ -0,0 +1 @@ +MD5 38c3e1b0a28dd6239183076a40f90fad mythdvd-0.17.tar.bz2 131029 diff --git a/media-plugins/mythdvd/metadata.xml b/media-plugins/mythdvd/metadata.xml index a6b9e38a1b93..1cb3ba51155e 100644 --- a/media-plugins/mythdvd/metadata.xml +++ b/media-plugins/mythdvd/metadata.xml @@ -2,4 +2,7 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <herd>media-tv</herd> +<maintainer> + <email>cardoe@gentoo.org</email> +</maintainer> </pkgmetadata> diff --git a/media-plugins/mythdvd/mythdvd-0.17.ebuild b/media-plugins/mythdvd/mythdvd-0.17.ebuild new file mode 100644 index 000000000000..cac8b028d06f --- /dev/null +++ b/media-plugins/mythdvd/mythdvd-0.17.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythdvd/mythdvd-0.17.ebuild,v 1.1 2005/02/11 16:01:54 cardoe Exp $ + +inherit myth + +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 ~amd64" +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} )" + +setup_pro() { + return 0 +} + +src_compile() { + econf --enable-vcd `use_enable transcode` || die "failed to enable vcd and transcode" + + myth_src_compile || die "failed to compile" +} diff --git a/media-plugins/mythgallery/ChangeLog b/media-plugins/mythgallery/ChangeLog index 649b40844515..ca61d07ce556 100644 --- a/media-plugins/mythgallery/ChangeLog +++ b/media-plugins/mythgallery/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-plugins/mythgallery # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgallery/ChangeLog,v 1.23 2005/01/22 08:18:17 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgallery/ChangeLog,v 1.24 2005/02/11 15:59:16 cardoe Exp $ + +*mythgallery-0.17 (11 Feb 2005) + + 11 Feb 2005; Doug Goldstein <cardoe@gentoo.org> metadata.xml, + +mythgallery-0.17.ebuild: + revision bump 22 Jan 2005; Doug Goldstein <cardoe@gentoo.org> -mythgallery-0.13.ebuild, -mythgallery-0.14.ebuild, -mythgallery-0.15.ebuild: diff --git a/media-plugins/mythgallery/Manifest b/media-plugins/mythgallery/Manifest index 538c176c7cbd..9a4c220581aa 100644 --- a/media-plugins/mythgallery/Manifest +++ b/media-plugins/mythgallery/Manifest @@ -1,14 +1,6 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 e640b94d35c2228661c6efd1e11da45c mythgallery-0.16.ebuild 686 -MD5 20e2255501865de5b568424821abf69d metadata.xml 161 -MD5 69a4803a546d8a7278055c13d7d93856 ChangeLog 3733 +MD5 f62db0df6ee8ee1d4fe7b9c3d74432a7 metadata.xml 222 +MD5 07a45b93fb30ba7474165d98d01d689c mythgallery-0.17.ebuild 726 +MD5 30688e2a76a4b59a48967103e6f2b8a1 ChangeLog 3875 MD5 0ca4e7d13c8988f8e2c456d1b4e9c414 files/digest-mythgallery-0.16 68 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.0 (GNU/Linux) - -iD8DBQFB8gxT5+pdB4IBr0URAlgaAKCZCzcJr1+jU/xdQoLy4vOdgCyT8ACfRtpr -zf159pYosNcblfS8wrIod1M= -=JJLJ ------END PGP SIGNATURE----- +MD5 95241fda0f7454c8bd6d0f664471ec6b files/digest-mythgallery-0.17 68 diff --git a/media-plugins/mythgallery/files/digest-mythgallery-0.17 b/media-plugins/mythgallery/files/digest-mythgallery-0.17 new file mode 100644 index 000000000000..d3be96d4dc9d --- /dev/null +++ b/media-plugins/mythgallery/files/digest-mythgallery-0.17 @@ -0,0 +1 @@ +MD5 349d6e81d1b53a3650a1a8c30a7f9e11 mythgallery-0.17.tar.bz2 73707 diff --git a/media-plugins/mythgallery/metadata.xml b/media-plugins/mythgallery/metadata.xml index a6b9e38a1b93..1cb3ba51155e 100644 --- a/media-plugins/mythgallery/metadata.xml +++ b/media-plugins/mythgallery/metadata.xml @@ -2,4 +2,7 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <herd>media-tv</herd> +<maintainer> + <email>cardoe@gentoo.org</email> +</maintainer> </pkgmetadata> diff --git a/media-plugins/mythgallery/mythgallery-0.17.ebuild b/media-plugins/mythgallery/mythgallery-0.17.ebuild new file mode 100644 index 000000000000..85e2ea4783cf --- /dev/null +++ b/media-plugins/mythgallery/mythgallery-0.17.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgallery/mythgallery-0.17.ebuild,v 1.1 2005/02/11 15:59:16 cardoe Exp $ + +inherit myth + +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 ~amd64" +IUSE="opengl" + +DEPEND=">=sys-apps/sed-4 + opengl? ( virtual/opengl ) + media-libs/tiff + || ( ~media-tv/mythtv-${PV} ~media-tv/mythfrontend-${PV} )" + +setup_pro() { + return 0 +} + +src_compile() { + econf `use_enable opengl` || die "enabling opengl failed" + + myth_src_compile || die "compile failed" +} diff --git a/media-plugins/mythgame/ChangeLog b/media-plugins/mythgame/ChangeLog index 67da0d0f31e9..5a22c8747b05 100644 --- a/media-plugins/mythgame/ChangeLog +++ b/media-plugins/mythgame/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-plugins/mythgame # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgame/ChangeLog,v 1.20 2005/01/22 08:20:17 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgame/ChangeLog,v 1.21 2005/02/11 15:56:54 cardoe Exp $ + +*mythgame-0.17 (11 Feb 2005) + + 11 Feb 2005; Doug Goldstein <cardoe@gentoo.org> metadata.xml, + +mythgame-0.17.ebuild: + revision bump 22 Jan 2005; Doug Goldstein <cardoe@gentoo.org> -mythgame-0.13.ebuild, -mythgame-0.14.ebuild, -mythgame-0.15.ebuild: diff --git a/media-plugins/mythgame/Manifest b/media-plugins/mythgame/Manifest index 3eeb20ef9a0c..efc5ea1f70f9 100644 --- a/media-plugins/mythgame/Manifest +++ b/media-plugins/mythgame/Manifest @@ -1,14 +1,6 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 20e2255501865de5b568424821abf69d metadata.xml 161 -MD5 a8e82765cd60b915261d0d0065741733 ChangeLog 3180 +MD5 4c6d51179957a1cffc7b322cfca17a35 mythgame-0.17.ebuild 637 +MD5 f62db0df6ee8ee1d4fe7b9c3d74432a7 metadata.xml 222 +MD5 7eeba40c69bff3d8dc913bc2e7dafdf2 ChangeLog 3316 MD5 26435a6a1ff8cc4fcab190401084337f mythgame-0.16.ebuild 621 +MD5 d6da9e35b7e18ddddf9af6617de83f35 files/digest-mythgame-0.17 65 MD5 f888a89361c8ecaa4657c919f5b95b25 files/digest-mythgame-0.16 65 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.0 (GNU/Linux) - -iD8DBQFB8g4C5+pdB4IBr0URAlZJAKCe/fHllTd6LxE4FBOWSr0vDyT7OACfQmdk -ZqR+Kc0+o0mGvolyLjtt5DY= -=lvZG ------END PGP SIGNATURE----- diff --git a/media-plugins/mythgame/files/digest-mythgame-0.17 b/media-plugins/mythgame/files/digest-mythgame-0.17 new file mode 100644 index 000000000000..be1f304201ec --- /dev/null +++ b/media-plugins/mythgame/files/digest-mythgame-0.17 @@ -0,0 +1 @@ +MD5 4f007eef830c49a9b64362a9f44c072b mythgame-0.17.tar.bz2 89043 diff --git a/media-plugins/mythgame/metadata.xml b/media-plugins/mythgame/metadata.xml index a6b9e38a1b93..1cb3ba51155e 100644 --- a/media-plugins/mythgame/metadata.xml +++ b/media-plugins/mythgame/metadata.xml @@ -2,4 +2,7 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <herd>media-tv</herd> +<maintainer> + <email>cardoe@gentoo.org</email> +</maintainer> </pkgmetadata> diff --git a/media-plugins/mythgame/mythgame-0.17.ebuild b/media-plugins/mythgame/mythgame-0.17.ebuild new file mode 100644 index 000000000000..22aeb992562a --- /dev/null +++ b/media-plugins/mythgame/mythgame-0.17.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgame/mythgame-0.17.ebuild,v 1.1 2005/02/11 15:56:54 cardoe Exp $ + +inherit myth + +DESCRIPTION="Game emulator module for MythTV." +HOMEPAGE="http://www.mythtv.org/" +SRC_URI="http://www.mythtv.org/mc/${P}.tar.bz2" +IUSE="" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~amd64" + +DEPEND=">=sys-apps/sed-4 + sys-libs/zlib + || ( ~media-tv/mythtv-${PV} ~media-tv/mythfrontend-${PV} )" + +setup_pro() { + return 0 +} + +src_install () { + myth_src_install || die "install failed" + + dodoc gamelist.xml +} diff --git a/media-plugins/mythmusic/ChangeLog b/media-plugins/mythmusic/ChangeLog index b74e93cf8556..ceda5ad42ad7 100644 --- a/media-plugins/mythmusic/ChangeLog +++ b/media-plugins/mythmusic/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-plugins/mythmusic # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythmusic/ChangeLog,v 1.26 2005/01/20 08:20:59 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythmusic/ChangeLog,v 1.27 2005/02/11 15:54:58 cardoe Exp $ + +*mythmusic-0.17 (11 Feb 2005) + + 11 Feb 2005; Doug Goldstein <cardoe@gentoo.org> + -mythmusic-0.16.20050119.ebuild, +mythmusic-0.17.ebuild: + revision bump *mythmusic-0.16.20050119 (20 Jan 2005) diff --git a/media-plugins/mythmusic/Manifest b/media-plugins/mythmusic/Manifest index f523356215f9..174d9b21c5cc 100644 --- a/media-plugins/mythmusic/Manifest +++ b/media-plugins/mythmusic/Manifest @@ -1,16 +1,6 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 f62db0df6ee8ee1d4fe7b9c3d74432a7 metadata.xml 222 MD5 b38502c2e8035e7f49ccf7e716b7e431 mythmusic-0.16.ebuild 1187 MD5 b2bf65701f41cda138bb52bfa7b37246 ChangeLog 4460 -MD5 e415019f78df1973e5b94fb7d37b0b4d mythmusic-0.16.20050119.ebuild 1260 -MD5 ca8468462153d924438275098c42a178 files/digest-mythmusic-0.16.20050119 76 +MD5 0f77d836dd4ffdc5900701f79396c7cb mythmusic-0.17.ebuild 1201 +MD5 0c4f0d4e54c834f25ac644f8eed3b589 files/digest-mythmusic-0.17 67 MD5 8042c0bc391d60a2d3842e9956cb6ad7 files/digest-mythmusic-0.16 67 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.0 (GNU/Linux) - -iD8DBQFB72n15+pdB4IBr0URAvdFAJ48vT75JTs2f4JkbsJT/R0RA7a8aQCfQ9fG -OncLHrvG8H/P8bDqiEGFUI0= -=eB91 ------END PGP SIGNATURE----- diff --git a/media-plugins/mythmusic/files/digest-mythmusic-0.16.20050119 b/media-plugins/mythmusic/files/digest-mythmusic-0.16.20050119 deleted file mode 100644 index 78e8a292ef85..000000000000 --- a/media-plugins/mythmusic/files/digest-mythmusic-0.16.20050119 +++ /dev/null @@ -1 +0,0 @@ -MD5 3eefedbe8cbcb80949ff9c6b015f88a5 mythmusic-0.16.20050119.tar.bz2 272259 diff --git a/media-plugins/mythmusic/files/digest-mythmusic-0.17 b/media-plugins/mythmusic/files/digest-mythmusic-0.17 new file mode 100644 index 000000000000..1f3483a8df01 --- /dev/null +++ b/media-plugins/mythmusic/files/digest-mythmusic-0.17 @@ -0,0 +1 @@ +MD5 a196419e77ec40b3e35c70404d2430fe mythmusic-0.17.tar.bz2 295078 diff --git a/media-plugins/mythmusic/mythmusic-0.16.20050119.ebuild b/media-plugins/mythmusic/mythmusic-0.17.ebuild index 6e9567712465..87a0a8d3abe2 100644 --- a/media-plugins/mythmusic/mythmusic-0.16.20050119.ebuild +++ b/media-plugins/mythmusic/mythmusic-0.17.ebuild @@ -1,19 +1,17 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythmusic/mythmusic-0.16.20050119.ebuild,v 1.1 2005/01/20 08:20:59 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythmusic/mythmusic-0.17.ebuild,v 1.1 2005/02/11 15:54:58 cardoe Exp $ -inherit myth flag-o-matic +inherit myth gcc flag-o-matic DESCRIPTION="Music player module for MythTV." HOMEPAGE="http://www.mythtv.org/" -SRC_URI="mirror://gentoo/${P}.tar.bz2" +SRC_URI="http://www.mythtv.org/mc/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 -amd64" -IUSE="opengl sdl X nls" - -S=${WORKDIR}/mythmusic +IUSE="opengl sdl X" DEPEND=">=media-sound/cdparanoia-3.9.8 >=media-libs/libmad-0.14.2b @@ -25,7 +23,7 @@ DEPEND=">=media-sound/cdparanoia-3.9.8 X? ( =sci-libs/fftw-2* ) opengl? ( virtual/opengl =sci-libs/fftw-2* ) sdl? ( >=media-libs/libsdl-1.2.5 ) - || ( ~media-tv/mythtv-0.16.20050115* ~media-tv/mythfrontend-0.16.20050115* )" + || ( ~media-tv/mythtv-${PV} ~media-tv/mythfrontend-${PV} )" setup_pro() { return 0 @@ -47,5 +45,5 @@ src_compile() { `use_enable opengl` \ `use_enable sdl` - myth_src_compile || die "compile failed" + myth_src_compile || die } |