diff options
author | Alexandre Rostovtsev <tetromino@gentoo.org> | 2012-12-15 18:17:35 +0000 |
---|---|---|
committer | Alexandre Rostovtsev <tetromino@gentoo.org> | 2012-12-15 18:17:35 +0000 |
commit | 22228b91fcda6b30e8caa6f686d136ce24975abe (patch) | |
tree | 2db7c0363d4dc42b6f9f6836eb96e5b160099ea8 /media-video/totem/totem-2.32.0-r2.ebuild | |
parent | Mask totem[upnp-av] after upnp -> upnp-av rename on arches where media-video/... (diff) | |
download | gentoo-2-22228b91fcda6b30e8caa6f686d136ce24975abe.tar.gz gentoo-2-22228b91fcda6b30e8caa6f686d136ce24975abe.tar.bz2 gentoo-2-22228b91fcda6b30e8caa6f686d136ce24975abe.zip |
Rename upnp USE flag to upnp-av (bug #435776, thanks to Michał Górny). Drop old.
(Portage version: 2.2.0_alpha148/cvs/Linux x86_64, signed Manifest commit with key CF0ADD61)
Diffstat (limited to 'media-video/totem/totem-2.32.0-r2.ebuild')
-rw-r--r-- | media-video/totem/totem-2.32.0-r2.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/media-video/totem/totem-2.32.0-r2.ebuild b/media-video/totem/totem-2.32.0-r2.ebuild index e3db6dda06bc..735c9d56e2c2 100644 --- a/media-video/totem/totem-2.32.0-r2.ebuild +++ b/media-video/totem/totem-2.32.0-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/totem/totem-2.32.0-r2.ebuild,v 1.12 2012/05/05 08:58:51 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/totem/totem-2.32.0-r2.ebuild,v 1.13 2012/12/15 18:17:35 tetromino Exp $ EAPI="3" GCONF_DEBUG="yes" @@ -19,7 +19,7 @@ LICENSE="GPL-2 LGPL-2" SLOT="0" KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="bluetooth debug doc iplayer lirc nautilus nsplugin python tracker upnp +youtube" #zeroconf +IUSE="bluetooth debug doc iplayer lirc nautilus nsplugin python tracker upnp-av +youtube" #zeroconf # TODO: # Cone (VLC) plugin needs someone with the right setup (remi ?) @@ -69,7 +69,7 @@ RDEPEND=">=dev-libs/glib-2.25.11:2 nsplugin? ( media-plugins/gst-plugins-soup:0.10 ) python? ( ${PYTHON_DEPS} ) tracker? ( >=app-misc/tracker-0.8.1 ) - upnp? ( media-video/coherence ) + upnp-av? ( media-video/coherence ) youtube? ( <dev-libs/libgdata-0.9 >=dev-libs/libgdata-0.4 @@ -121,7 +121,7 @@ pkg_setup() { use lirc && plugins="${plugins},lirc" use python && plugins="${plugins},opensubtitles,jamendo,pythonconsole,dbus-service" use tracker && plugins="${plugins},tracker" - use upnp && plugins="${plugins},coherence_upnp" + use upnp-av && plugins="${plugins},coherence_upnp" use youtube && plugins="${plugins},youtube" #use vala && plugins="${plugins},sample-vala" #use zeroconf && plugins="${plugins},publish" |