diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2007-09-21 17:06:31 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2007-09-21 17:06:31 +0000 |
commit | 7f7749792b0b1a4277e64ee200574a0278711321 (patch) | |
tree | 1aa737d4d03b1fa4352fcee18de25aec1945f401 /media-plugins | |
parent | add glib-2.14.1 from the gnome-experimental overlay (diff) | |
download | historical-7f7749792b0b1a4277e64ee200574a0278711321.tar.gz historical-7f7749792b0b1a4277e64ee200574a0278711321.tar.bz2 historical-7f7749792b0b1a4277e64ee200574a0278711321.zip |
upstream rev bump
Package-Manager: portage-2.1.3.9
Diffstat (limited to 'media-plugins')
15 files changed, 104 insertions, 6 deletions
diff --git a/media-plugins/mythflix/ChangeLog b/media-plugins/mythflix/ChangeLog index 88d46f81ca5a..bd13899f2f74 100644 --- a/media-plugins/mythflix/ChangeLog +++ b/media-plugins/mythflix/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-plugins/mythflix # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythflix/ChangeLog,v 1.11 2007/08/29 15:16:23 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythflix/ChangeLog,v 1.12 2007/09/21 17:01:15 cardoe Exp $ + +*mythflix-0.21_pre14390 (21 Sep 2007) + + 21 Sep 2007; Doug Goldstein <cardoe@gentoo.org> + +mythflix-0.21_pre14390.ebuild: + upstream rev bump 29 Aug 2007; Doug Goldstein <cardoe@gentoo.org> mythflix-0.20.2_p14282.ebuild: diff --git a/media-plugins/mythvideo/files/digest-mythvideo-0.21_pre14242 b/media-plugins/mythflix/files/digest-mythflix-0.21_pre14390 index e69de29bb2d1..e69de29bb2d1 100644 --- a/media-plugins/mythvideo/files/digest-mythvideo-0.21_pre14242 +++ b/media-plugins/mythflix/files/digest-mythflix-0.21_pre14390 diff --git a/media-plugins/mythflix/mythflix-0.21_pre14390.ebuild b/media-plugins/mythflix/mythflix-0.21_pre14390.ebuild new file mode 100644 index 000000000000..0c75146a0523 --- /dev/null +++ b/media-plugins/mythflix/mythflix-0.21_pre14390.ebuild @@ -0,0 +1,9 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythflix/mythflix-0.21_pre14390.ebuild,v 1.1 2007/09/21 17:01:15 cardoe Exp $ + +inherit mythtv-plugins subversion + +DESCRIPTION="NetFlix manager via MythTV." +IUSE="" +KEYWORDS="~amd64 ~ppc ~x86" diff --git a/media-plugins/mythmusic/ChangeLog b/media-plugins/mythmusic/ChangeLog index e8cd7ec3ad22..6fa71e40c595 100644 --- a/media-plugins/mythmusic/ChangeLog +++ b/media-plugins/mythmusic/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-plugins/mythmusic # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythmusic/ChangeLog,v 1.64 2007/09/04 18:29:40 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythmusic/ChangeLog,v 1.65 2007/09/21 17:02:43 cardoe Exp $ + +*mythmusic-0.21_pre14465 (21 Sep 2007) + + 21 Sep 2007; Doug Goldstein <cardoe@gentoo.org> + +mythmusic-0.21_pre14465.ebuild: + upstream rev bump 04 Sep 2007; Doug Goldstein <cardoe@gentoo.org> -mythmusic-0.21_pre14242.ebuild, mythmusic-0.21_pre14320.ebuild: diff --git a/media-plugins/mythmusic/files/digest-mythmusic-0.21_pre14465 b/media-plugins/mythmusic/files/digest-mythmusic-0.21_pre14465 new file mode 100644 index 000000000000..e69de29bb2d1 --- /dev/null +++ b/media-plugins/mythmusic/files/digest-mythmusic-0.21_pre14465 diff --git a/media-plugins/mythmusic/mythmusic-0.21_pre14465.ebuild b/media-plugins/mythmusic/mythmusic-0.21_pre14465.ebuild new file mode 100644 index 000000000000..d5b833884ce0 --- /dev/null +++ b/media-plugins/mythmusic/mythmusic-0.21_pre14465.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythmusic/mythmusic-0.21_pre14465.ebuild,v 1.1 2007/09/21 17:02:43 cardoe Exp $ + +inherit mythtv-plugins flag-o-matic toolchain-funcs eutils subversion + +DESCRIPTION="Music player module for MythTV." +IUSE="aac cdr fftw libvisual sdl" +KEYWORDS="~amd64 ~ppc ~x86" + +RDEPEND=">=media-sound/cdparanoia-3.9.8 + >=media-libs/libmad-0.15.1b + >=media-libs/libvorbis-1.0 + >=media-libs/libcdaudio-0.99.6 + >=media-libs/flac-1.1.2 + >=media-libs/taglib-1.4 + aac? ( >=media-libs/faad2-2.0-r7 ) + fftw? ( sci-libs/fftw ) + sdl? ( >=media-libs/libsdl-1.2.5 ) + cdr? ( virtual/cdrtools ) + libvisual? ( =media-libs/libvisual-0.4* )" + +DEPEND="${RDEPEND}" + +pkg_config() { + if use libvisual && ! use sdl; then + eerror "libvisual support requires sdl support. enable 'sdl' USE flag" + die "libvisual support requires sdl support. enable 'sdl' USE flag" + fi +} + +src_unpack() { + if [[ $(gcc-version) = "3.2" || $(gcc-version) == "3.3" ]]; then + replace-cpu-flags pentium4 pentium3 + fi + + subversion_src_unpack + mythtv-plugins_src_unpack_patch || die "unpack failed" +} + +MTVCONF="$(use_enable aac) $(use_enable fftw) $(use_enable sdl)" diff --git a/media-plugins/mythnews/ChangeLog b/media-plugins/mythnews/ChangeLog index f1fc32c530d6..4af3c63976e3 100644 --- a/media-plugins/mythnews/ChangeLog +++ b/media-plugins/mythnews/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-plugins/mythnews # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythnews/ChangeLog,v 1.32 2007/08/29 15:28:39 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythnews/ChangeLog,v 1.33 2007/09/21 17:03:36 cardoe Exp $ + +*mythnews-0.21_pre14465 (21 Sep 2007) + + 21 Sep 2007; Doug Goldstein <cardoe@gentoo.org> + +mythnews-0.21_pre14465.ebuild: + upstream rev bump 29 Aug 2007; Doug Goldstein <cardoe@gentoo.org> mythnews-0.20.2_p14282.ebuild: diff --git a/media-plugins/mythnews/files/digest-mythnews-0.21_pre14465 b/media-plugins/mythnews/files/digest-mythnews-0.21_pre14465 new file mode 100644 index 000000000000..e69de29bb2d1 --- /dev/null +++ b/media-plugins/mythnews/files/digest-mythnews-0.21_pre14465 diff --git a/media-plugins/mythnews/mythnews-0.21_pre14465.ebuild b/media-plugins/mythnews/mythnews-0.21_pre14465.ebuild new file mode 100644 index 000000000000..e1502bc0ef8c --- /dev/null +++ b/media-plugins/mythnews/mythnews-0.21_pre14465.ebuild @@ -0,0 +1,9 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythnews/mythnews-0.21_pre14465.ebuild,v 1.1 2007/09/21 17:03:36 cardoe Exp $ + +inherit mythtv-plugins subversion + +DESCRIPTION="RSS feed news reading module for MythTV." +IUSE="" +KEYWORDS="~amd64 ~ppc ~x86" diff --git a/media-plugins/mythvideo/ChangeLog b/media-plugins/mythvideo/ChangeLog index 73112316c539..739d0cbdb95f 100644 --- a/media-plugins/mythvideo/ChangeLog +++ b/media-plugins/mythvideo/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-plugins/mythvideo # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/ChangeLog,v 1.59 2007/08/29 19:00:17 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/ChangeLog,v 1.60 2007/09/21 17:04:46 cardoe Exp $ + +*mythvideo-0.21_pre14485 (21 Sep 2007) + + 21 Sep 2007; Doug Goldstein <cardoe@gentoo.org> + -mythvideo-0.21_pre14242.ebuild, +mythvideo-0.21_pre14485.ebuild: + upstream rev bump 29 Aug 2007; Doug Goldstein <cardoe@gentoo.org> mythvideo-0.21_pre14242.ebuild, mythvideo-0.21_pre14320.ebuild: diff --git a/media-plugins/mythvideo/files/digest-mythvideo-0.21_pre14485 b/media-plugins/mythvideo/files/digest-mythvideo-0.21_pre14485 new file mode 100644 index 000000000000..e69de29bb2d1 --- /dev/null +++ b/media-plugins/mythvideo/files/digest-mythvideo-0.21_pre14485 diff --git a/media-plugins/mythvideo/mythvideo-0.21_pre14242.ebuild b/media-plugins/mythvideo/mythvideo-0.21_pre14485.ebuild index dcc2e097b43b..54210f8f5377 100644 --- a/media-plugins/mythvideo/mythvideo-0.21_pre14242.ebuild +++ b/media-plugins/mythvideo/mythvideo-0.21_pre14485.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/mythvideo-0.21_pre14242.ebuild,v 1.2 2007/08/29 19:00:17 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/mythvideo-0.21_pre14485.ebuild,v 1.1 2007/09/21 17:04:46 cardoe Exp $ inherit mythtv-plugins subversion diff --git a/media-plugins/mythweather/ChangeLog b/media-plugins/mythweather/ChangeLog index ef75141db238..9b9c55f1520e 100644 --- a/media-plugins/mythweather/ChangeLog +++ b/media-plugins/mythweather/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-plugins/mythweather # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythweather/ChangeLog,v 1.41 2007/08/29 15:37:04 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythweather/ChangeLog,v 1.42 2007/09/21 17:06:31 cardoe Exp $ + +*mythweather-0.21_pre14485 (21 Sep 2007) + + 21 Sep 2007; Doug Goldstein <cardoe@gentoo.org> + +mythweather-0.21_pre14485.ebuild: + upstream rev bump 29 Aug 2007; Doug Goldstein <cardoe@gentoo.org> mythweather-0.20.2_p14282.ebuild: diff --git a/media-plugins/mythweather/files/digest-mythweather-0.21_pre14485 b/media-plugins/mythweather/files/digest-mythweather-0.21_pre14485 new file mode 100644 index 000000000000..e69de29bb2d1 --- /dev/null +++ b/media-plugins/mythweather/files/digest-mythweather-0.21_pre14485 diff --git a/media-plugins/mythweather/mythweather-0.21_pre14485.ebuild b/media-plugins/mythweather/mythweather-0.21_pre14485.ebuild new file mode 100644 index 000000000000..ede79fb153df --- /dev/null +++ b/media-plugins/mythweather/mythweather-0.21_pre14485.ebuild @@ -0,0 +1,9 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythweather/mythweather-0.21_pre14485.ebuild,v 1.1 2007/09/21 17:06:31 cardoe Exp $ + +inherit mythtv-plugins subversion + +DESCRIPTION="Weather forecast module for MythTV." +IUSE="" +KEYWORDS="~amd64 ~ppc ~x86" |