diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2006-11-14 06:02:15 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2006-11-14 06:02:15 +0000 |
commit | 9e7e5368524fccd726aacff7a6cd4d82387c415f (patch) | |
tree | 59075d2bbf2ad1187a6da7983e8c5c33877c8c2b /media-plugins | |
parent | Stable for HPPA (bug #154966). (diff) | |
download | historical-9e7e5368524fccd726aacff7a6cd4d82387c415f.tar.gz historical-9e7e5368524fccd726aacff7a6cd4d82387c415f.tar.bz2 historical-9e7e5368524fccd726aacff7a6cd4d82387c415f.zip |
Rev bump to latest upstream fixes
Package-Manager: portage-2.1.2_rc1-r3
Diffstat (limited to 'media-plugins')
-rw-r--r-- | media-plugins/mythmusic/ChangeLog | 8 | ||||
-rw-r--r-- | media-plugins/mythmusic/files/digest-mythmusic-0.20_p11671 | 6 | ||||
-rw-r--r-- | media-plugins/mythmusic/mythmusic-0.20_p11671.ebuild | 32 | ||||
-rw-r--r-- | media-plugins/mythphone/ChangeLog | 8 | ||||
-rw-r--r-- | media-plugins/mythphone/files/digest-mythphone-0.20_p11671 | 6 | ||||
-rw-r--r-- | media-plugins/mythphone/mythphone-0.20_p11671.ebuild | 14 | ||||
-rw-r--r-- | media-plugins/mythvideo/ChangeLog | 8 | ||||
-rw-r--r-- | media-plugins/mythvideo/files/digest-mythvideo-0.20_p11671 | 6 | ||||
-rw-r--r-- | media-plugins/mythvideo/mythvideo-0.20_p11671.ebuild | 26 |
9 files changed, 111 insertions, 3 deletions
diff --git a/media-plugins/mythmusic/ChangeLog b/media-plugins/mythmusic/ChangeLog index efc21a1837f4..867c8729e5e4 100644 --- a/media-plugins/mythmusic/ChangeLog +++ b/media-plugins/mythmusic/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-plugins/mythmusic # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythmusic/ChangeLog,v 1.48 2006/10/20 22:15:31 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythmusic/ChangeLog,v 1.49 2006/11/14 05:57:56 cardoe Exp $ + +*mythmusic-0.20_p11671 (14 Nov 2006) + + 14 Nov 2006; Doug Goldstein <cardoe@gentoo.org> + +mythmusic-0.20_p11671.ebuild: + Rev bump to latest upstream fixes 20 Oct 2006; Diego Pettenò <flameeyes@gentoo.org> mythmusic-0.19.ebuild, mythmusic-0.20.ebuild: diff --git a/media-plugins/mythmusic/files/digest-mythmusic-0.20_p11671 b/media-plugins/mythmusic/files/digest-mythmusic-0.20_p11671 new file mode 100644 index 000000000000..a036ff08af5c --- /dev/null +++ b/media-plugins/mythmusic/files/digest-mythmusic-0.20_p11671 @@ -0,0 +1,6 @@ +MD5 aa071a34720466b7dd0c4fa63113ac26 mythplugins-0.20.tar.bz2 17852531 +RMD160 0c3c1a3c94d4feb429b88f0b7b73ea23917940f3 mythplugins-0.20.tar.bz2 17852531 +SHA256 b038e715fc322ef914055508ed1394c38b31b415f62e972f9626409a69223a43 mythplugins-0.20.tar.bz2 17852531 +MD5 d66dc1140a4a25a9001993ae61d1680e mythplugins-0.20_svn11671.patch.bz2 18044 +RMD160 77695effa943042530147dea4d2c97640a7cb344 mythplugins-0.20_svn11671.patch.bz2 18044 +SHA256 549a7a0b91e4ea1b8802d081fb59db935ef8c06942f82666a39a3cf3b95593e2 mythplugins-0.20_svn11671.patch.bz2 18044 diff --git a/media-plugins/mythmusic/mythmusic-0.20_p11671.ebuild b/media-plugins/mythmusic/mythmusic-0.20_p11671.ebuild new file mode 100644 index 000000000000..bd4b74582223 --- /dev/null +++ b/media-plugins/mythmusic/mythmusic-0.20_p11671.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythmusic/mythmusic-0.20_p11671.ebuild,v 1.1 2006/11/14 05:57:56 cardoe Exp $ + +inherit mythtv-plugins flag-o-matic toolchain-funcs eutils + +DESCRIPTION="Music player module for MythTV." +IUSE="aac cdr fftw sdl" +KEYWORDS="~amd64 ~ppc ~x86" + +RDEPEND=">=media-sound/cdparanoia-3.9.8 + >=media-libs/libmad-0.15.1b + >=media-libs/libid3tag-0.15.1b + >=media-libs/libvorbis-1.0 + >=media-libs/libcdaudio-0.99.6 + ~media-libs/flac-1.1.2 + aac? ( >=media-libs/faad2-2.0-r7 ) + fftw? ( =sci-libs/fftw-2* ) + sdl? ( >=media-libs/libsdl-1.2.5 ) + cdr? ( virtual/cdrtools )" + +DEPEND="${RDEPEND}" + +src_unpack() { + if [[ $(gcc-version) = "3.2" || $(gcc-version) == "3.3" ]]; then + replace-cpu-flags pentium4 pentium3 + fi + + mythtv-plugins_src_unpack || die "unpack failed" +} + +MTVCONF="$(use_enable aac) $(use_enable fftw) $(use_enable sdl)" diff --git a/media-plugins/mythphone/ChangeLog b/media-plugins/mythphone/ChangeLog index 6e1a7d0363b8..11f5ac14b222 100644 --- a/media-plugins/mythphone/ChangeLog +++ b/media-plugins/mythphone/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-plugins/mythphone # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythphone/ChangeLog,v 1.14 2006/09/14 05:42:15 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythphone/ChangeLog,v 1.15 2006/11/14 06:01:02 cardoe Exp $ + +*mythphone-0.20_p11671 (14 Nov 2006) + + 14 Nov 2006; Doug Goldstein <cardoe@gentoo.org> + +mythphone-0.20_p11671.ebuild: + Rev bump to latest upstream fixes *mythphone-0.20 (14 Sep 2006) diff --git a/media-plugins/mythphone/files/digest-mythphone-0.20_p11671 b/media-plugins/mythphone/files/digest-mythphone-0.20_p11671 new file mode 100644 index 000000000000..a036ff08af5c --- /dev/null +++ b/media-plugins/mythphone/files/digest-mythphone-0.20_p11671 @@ -0,0 +1,6 @@ +MD5 aa071a34720466b7dd0c4fa63113ac26 mythplugins-0.20.tar.bz2 17852531 +RMD160 0c3c1a3c94d4feb429b88f0b7b73ea23917940f3 mythplugins-0.20.tar.bz2 17852531 +SHA256 b038e715fc322ef914055508ed1394c38b31b415f62e972f9626409a69223a43 mythplugins-0.20.tar.bz2 17852531 +MD5 d66dc1140a4a25a9001993ae61d1680e mythplugins-0.20_svn11671.patch.bz2 18044 +RMD160 77695effa943042530147dea4d2c97640a7cb344 mythplugins-0.20_svn11671.patch.bz2 18044 +SHA256 549a7a0b91e4ea1b8802d081fb59db935ef8c06942f82666a39a3cf3b95593e2 mythplugins-0.20_svn11671.patch.bz2 18044 diff --git a/media-plugins/mythphone/mythphone-0.20_p11671.ebuild b/media-plugins/mythphone/mythphone-0.20_p11671.ebuild new file mode 100644 index 000000000000..7bb94fa9b4ba --- /dev/null +++ b/media-plugins/mythphone/mythphone-0.20_p11671.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythphone/mythphone-0.20_p11671.ebuild,v 1.1 2006/11/14 06:01:02 cardoe Exp $ + +inherit mythtv-plugins + +DESCRIPTION="Phone and video calls with SIP." +IUSE="festival" +KEYWORDS="~amd64 ~ppc ~x86" + +RDEPEND="festival? ( app-accessibility/festival )" +DEPEND="${RDEPEND}" + +MTVCONF=$(use_enable festival) diff --git a/media-plugins/mythvideo/ChangeLog b/media-plugins/mythvideo/ChangeLog index 0ec8718a08ac..005d89778fae 100644 --- a/media-plugins/mythvideo/ChangeLog +++ b/media-plugins/mythvideo/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-plugins/mythvideo # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/ChangeLog,v 1.40 2006/11/07 07:45:47 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/ChangeLog,v 1.41 2006/11/14 06:02:15 cardoe Exp $ + +*mythvideo-0.20_p11671 (14 Nov 2006) + + 14 Nov 2006; Doug Goldstein <cardoe@gentoo.org> + +mythvideo-0.20_p11671.ebuild: + Rev bump to latest upstream fixes 07 Nov 2006; Doug Goldstein <cardoe@gentoo.org> mythvideo-0.19.ebuild, mythvideo-0.20_p11329.ebuild: diff --git a/media-plugins/mythvideo/files/digest-mythvideo-0.20_p11671 b/media-plugins/mythvideo/files/digest-mythvideo-0.20_p11671 new file mode 100644 index 000000000000..a036ff08af5c --- /dev/null +++ b/media-plugins/mythvideo/files/digest-mythvideo-0.20_p11671 @@ -0,0 +1,6 @@ +MD5 aa071a34720466b7dd0c4fa63113ac26 mythplugins-0.20.tar.bz2 17852531 +RMD160 0c3c1a3c94d4feb429b88f0b7b73ea23917940f3 mythplugins-0.20.tar.bz2 17852531 +SHA256 b038e715fc322ef914055508ed1394c38b31b415f62e972f9626409a69223a43 mythplugins-0.20.tar.bz2 17852531 +MD5 d66dc1140a4a25a9001993ae61d1680e mythplugins-0.20_svn11671.patch.bz2 18044 +RMD160 77695effa943042530147dea4d2c97640a7cb344 mythplugins-0.20_svn11671.patch.bz2 18044 +SHA256 549a7a0b91e4ea1b8802d081fb59db935ef8c06942f82666a39a3cf3b95593e2 mythplugins-0.20_svn11671.patch.bz2 18044 diff --git a/media-plugins/mythvideo/mythvideo-0.20_p11671.ebuild b/media-plugins/mythvideo/mythvideo-0.20_p11671.ebuild new file mode 100644 index 000000000000..f25174c56d9c --- /dev/null +++ b/media-plugins/mythvideo/mythvideo-0.20_p11671.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/mythvideo-0.20_p11671.ebuild,v 1.1 2006/11/14 06:02:15 cardoe Exp $ + +inherit mythtv-plugins + +DESCRIPTION="Video player module for MythTV." +IUSE="mplayer xine" +KEYWORDS="~amd64 ~ppc ~x86" + +RDEPEND="dev-perl/libwww-perl + dev-perl/HTML-Parser + dev-perl/URI + dev-perl/XML-Simple + mplayer? ( || ( media-video/mplayer media-video/mplayer-bin ) ) + xine? ( media-video/xine-ui )" +DEPEND="${RDEPEND}" + +pkg_postinst() { + einfo "MythVideo can use any media player to playback files, since" + einfo "it's a setting in the setup menu." + einfo + einfo "MythTv also has an 'Internal' player you can use, though" + einfo "it will not support as many formats. If you want to use it," + einfo "set the player to 'Internal' (note spelling & caps)." +} |