diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-09-10 19:49:29 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-09-10 19:49:29 +0000 |
commit | 5bc44c9bacc478c9bccd4cb2819d33e440ef8ddc (patch) | |
tree | 05d8842be666cafe3f7db320475ff835205d0acf /media-plugins | |
parent | revision bump: ant moved to ant-core (Manifest recommit) (diff) | |
download | gentoo-2-5bc44c9bacc478c9bccd4cb2819d33e440ef8ddc.tar.gz gentoo-2-5bc44c9bacc478c9bccd4cb2819d33e440ef8ddc.tar.bz2 gentoo-2-5bc44c9bacc478c9bccd4cb2819d33e440ef8ddc.zip |
Version bump
Diffstat (limited to 'media-plugins')
-rw-r--r-- | media-plugins/mythdvd/ChangeLog | 7 | ||||
-rw-r--r-- | media-plugins/mythdvd/Manifest | 2 | ||||
-rw-r--r-- | media-plugins/mythdvd/files/digest-mythdvd-0.16 | 1 | ||||
-rw-r--r-- | media-plugins/mythdvd/mythdvd-0.16.ebuild | 31 | ||||
-rw-r--r-- | media-plugins/mythgame/ChangeLog | 7 | ||||
-rw-r--r-- | media-plugins/mythgame/Manifest | 2 | ||||
-rw-r--r-- | media-plugins/mythgame/files/digest-mythgame-0.16 | 1 | ||||
-rw-r--r-- | media-plugins/mythgame/mythgame-0.16.ebuild | 27 |
8 files changed, 76 insertions, 2 deletions
diff --git a/media-plugins/mythdvd/ChangeLog b/media-plugins/mythdvd/ChangeLog index c5826e88313b..223733d56317 100644 --- a/media-plugins/mythdvd/ChangeLog +++ b/media-plugins/mythdvd/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-plugins/mythdvd # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythdvd/ChangeLog,v 1.13 2004/06/24 23:33:09 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythdvd/ChangeLog,v 1.14 2004/09/10 19:49:29 aliz Exp $ + +*mythdvd-0.16 (10 Sep 2004) + + 10 Sep 2004; Daniel Ahlberg <aliz@gentoo.org> mythdvd-0.16.ebuild: + Version bump. 07 Jun 2004; Aron Griffis <agriffis@gentoo.org> mythdvd-0.13.ebuild: Fix use invocation diff --git a/media-plugins/mythdvd/Manifest b/media-plugins/mythdvd/Manifest index 152dea6a4046..89c0178e1592 100644 --- a/media-plugins/mythdvd/Manifest +++ b/media-plugins/mythdvd/Manifest @@ -1,3 +1,4 @@ +MD5 1bea196a1a47c5bdbe83897abc244dc9 mythdvd-0.16.ebuild 784 MD5 f4a6d428642b200ce20415c0428ee3f2 mythdvd-0.13.ebuild 2376 MD5 70c89669984fb7ba3b9230e7feb9eb51 mythdvd-0.15.ebuild 1297 MD5 888f3e19f104ef11a95ad38e6749e3a8 mythdvd-0.14.ebuild 1296 @@ -6,3 +7,4 @@ MD5 20e2255501865de5b568424821abf69d metadata.xml 161 MD5 afa9416eab98d5f2ad7a39bc35be2561 files/digest-mythdvd-0.13 65 MD5 11e5f49a3ebb04645d97007cb08afdd7 files/digest-mythdvd-0.14 65 MD5 b55c9f7a0cd1aca33657af5716845ae4 files/digest-mythdvd-0.15 65 +MD5 bfb7b02049fa6f765e435f9cdb97199f files/digest-mythdvd-0.16 65 diff --git a/media-plugins/mythdvd/files/digest-mythdvd-0.16 b/media-plugins/mythdvd/files/digest-mythdvd-0.16 new file mode 100644 index 000000000000..59d27a2480aa --- /dev/null +++ b/media-plugins/mythdvd/files/digest-mythdvd-0.16 @@ -0,0 +1 @@ +MD5 e85a98eb36e57d715862ed5158930169 mythdvd-0.16.tar.bz2 124293 diff --git a/media-plugins/mythdvd/mythdvd-0.16.ebuild b/media-plugins/mythdvd/mythdvd-0.16.ebuild new file mode 100644 index 000000000000..8772fb1ce8b6 --- /dev/null +++ b/media-plugins/mythdvd/mythdvd-0.16.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythdvd/mythdvd-0.16.ebuild,v 1.1 2004/09/10 19:49:29 aliz 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 debug nls" + +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 + + myth_src_compile || die +} diff --git a/media-plugins/mythgame/ChangeLog b/media-plugins/mythgame/ChangeLog index 5a4ee9ad20d9..7732a32021c6 100644 --- a/media-plugins/mythgame/ChangeLog +++ b/media-plugins/mythgame/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-plugins/mythgame # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgame/ChangeLog,v 1.16 2004/06/24 23:33:30 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgame/ChangeLog,v 1.17 2004/09/10 19:49:24 aliz Exp $ + +*mythgame-0.16 (10 Sep 2004) + + 10 Sep 2004; Daniel Ahlberg <aliz@gentoo.org> mythgame-0.16.ebuild: + Version bump *mythgame-0.15 (01 Jun 2004) diff --git a/media-plugins/mythgame/Manifest b/media-plugins/mythgame/Manifest index c5b431e3b197..70da6fd6ab4a 100644 --- a/media-plugins/mythgame/Manifest +++ b/media-plugins/mythgame/Manifest @@ -1,4 +1,5 @@ MD5 a2c91a046b00107283592e54761359a7 mythgame-0.14.ebuild 1009 +MD5 a8ca977464d0577afc44d7a9a7095fec mythgame-0.16.ebuild 597 MD5 35dc0e50811535aa5716e9a0b629a835 mythgame-0.13.ebuild 1984 MD5 09de7f98234c5288e88b79bf592a5232 mythgame-0.15.ebuild 1011 MD5 25fb44a1b3d92d3a64a258293e1d9408 ChangeLog 2670 @@ -6,3 +7,4 @@ MD5 20e2255501865de5b568424821abf69d metadata.xml 161 MD5 ba98a6a8ff627a1e603a490d0c21a131 files/digest-mythgame-0.13 65 MD5 b2fb16ec79b3ec5d217bc4d12d5701a9 files/digest-mythgame-0.14 65 MD5 e5049b74067dde8ebda7ffbd4938d9b7 files/digest-mythgame-0.15 65 +MD5 f888a89361c8ecaa4657c919f5b95b25 files/digest-mythgame-0.16 65 diff --git a/media-plugins/mythgame/files/digest-mythgame-0.16 b/media-plugins/mythgame/files/digest-mythgame-0.16 new file mode 100644 index 000000000000..005c18f37f5d --- /dev/null +++ b/media-plugins/mythgame/files/digest-mythgame-0.16 @@ -0,0 +1 @@ +MD5 cbcb73a0bbf5677518388697f9e716bc mythgame-0.16.tar.bz2 68112 diff --git a/media-plugins/mythgame/mythgame-0.16.ebuild b/media-plugins/mythgame/mythgame-0.16.ebuild new file mode 100644 index 000000000000..2ee04174e9eb --- /dev/null +++ b/media-plugins/mythgame/mythgame-0.16.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgame/mythgame-0.16.ebuild,v 1.1 2004/09/10 19:49:24 aliz 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="debug nls" +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 + + dodoc gamelist.xml +} |