diff options
author | Pacho Ramos <pacho@gentoo.org> | 2012-03-10 16:40:08 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2012-03-10 16:40:08 +0000 |
commit | ac6fd25a3a0d84918fa62307de9f64be7fef1857 (patch) | |
tree | b63aa9998fc7e629e21bc91382a8a6652e582119 /media-video/totem | |
parent | Moving dbunit to DBUnit (diff) | |
download | gentoo-2-ac6fd25a3a0d84918fa62307de9f64be7fef1857.tar.gz gentoo-2-ac6fd25a3a0d84918fa62307de9f64be7fef1857.tar.bz2 gentoo-2-ac6fd25a3a0d84918fa62307de9f64be7fef1857.zip |
Drop galago support as it's dead and will go away soon. Remove old.
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'media-video/totem')
-rw-r--r-- | media-video/totem/ChangeLog | 6 | ||||
-rw-r--r-- | media-video/totem/metadata.xml | 2 | ||||
-rw-r--r-- | media-video/totem/totem-2.32.0-r2.ebuild | 6 | ||||
-rw-r--r-- | media-video/totem/totem-3.2.1.ebuild | 177 |
4 files changed, 7 insertions, 184 deletions
diff --git a/media-video/totem/ChangeLog b/media-video/totem/ChangeLog index dd8ab2542433..7f2501534357 100644 --- a/media-video/totem/ChangeLog +++ b/media-video/totem/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-video/totem # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/totem/ChangeLog,v 1.335 2012/02/20 08:18:35 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/totem/ChangeLog,v 1.336 2012/03/10 16:40:08 pacho Exp $ + + 10 Mar 2012; Pacho Ramos <pacho@gentoo.org> -totem-3.2.1.ebuild, metadata.xml, + totem-2.32.0-r2.ebuild: + Drop galago support as it's dead and will go away soon. Remove old. 20 Feb 2012; Alexandre Rostovtsev <tetromino@gentoo.org> totem-3.2.2.ebuild: Do not fail on USE=-python (bug #404975, thanks to Rion for reporting). diff --git a/media-video/totem/metadata.xml b/media-video/totem/metadata.xml index ef92ef5daeff..9d4f5675c900 100644 --- a/media-video/totem/metadata.xml +++ b/media-video/totem/metadata.xml @@ -10,8 +10,6 @@ Totem is movie player for the GNOME desktop. It features a playlist, fullscreen <use> <flag name="bluetooth">Enable support for user-presence detection via the user's bluetooth handset using <pkg>net-wireless/bluez</pkg></flag> - <flag name="galago">Allow Totem to set your IM client to "away" when a movie - is playing in fullscreen using <pkg>dev-libs/libgalago</pkg></flag> <flag name="grilo">Use <pkg>media-libs/grilo</pkg> to browse media content from various sources</flag> <flag name="introspection">Use <pkg>dev-libs/gobject-introspection</pkg> diff --git a/media-video/totem/totem-2.32.0-r2.ebuild b/media-video/totem/totem-2.32.0-r2.ebuild index bbee53bdc92f..0718f2f390e3 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.10 2012/01/22 01:34:18 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/totem/totem-2.32.0-r2.ebuild,v 1.11 2012/03/10 16:40:08 pacho 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 galago iplayer lirc nautilus nsplugin python tracker upnp +youtube" #zeroconf +IUSE="bluetooth debug doc iplayer lirc nautilus nsplugin python tracker upnp +youtube" #zeroconf # TODO: # Cone (VLC) plugin needs someone with the right setup (remi ?) @@ -58,7 +58,6 @@ RDEPEND=">=dev-libs/glib-2.25.11:2 >=x11-libs/libXxf86vm-1.0.1 bluetooth? ( net-wireless/bluez ) - galago? ( >=dev-libs/libgalago-0.5.2 ) iplayer? ( dev-python/pygobject:2 dev-python/pygtk:2 @@ -118,7 +117,6 @@ pkg_setup() { local plugins="properties,thumbnail,screensaver,ontop,gromit,media-player-keys,skipto,brasero-disc-recorder,screenshot,chapters" use bluetooth && plugins="${plugins},bemused" - use galago && plugins="${plugins},galago" use iplayer && plugins="${plugins},iplayer" use lirc && plugins="${plugins},lirc" use python && plugins="${plugins},opensubtitles,jamendo,pythonconsole,dbus-service" diff --git a/media-video/totem/totem-3.2.1.ebuild b/media-video/totem/totem-3.2.1.ebuild deleted file mode 100644 index b379009bd88c..000000000000 --- a/media-video/totem/totem-3.2.1.ebuild +++ /dev/null @@ -1,177 +0,0 @@ -# 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-3.2.1.ebuild,v 1.6 2012/02/14 04:09:20 tetromino Exp $ - -EAPI="4" -GCONF_DEBUG="yes" -GNOME2_LA_PUNT="yes" # plugins are dlopened -WANT_AUTOMAKE="1.11" -PYTHON_DEPEND="python? 2:2.5" -PYTHON_USE_WITH="threads" -PYTHON_USE_WITH_OPT="python" - -inherit gnome2 multilib python - -DESCRIPTION="Media player for GNOME" -HOMEPAGE="http://projects.gnome.org/totem/" - -LICENSE="GPL-2 LGPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~x86-fbsd" -IUSE="bluetooth doc grilo +introspection iplayer lirc nautilus nsplugin +python +youtube vala zeitgeist" # zeroconf - -# TODO: -# Cone (VLC) plugin needs someone with the right setup (remi ?) -# coherence plugin broken upstream -# -# FIXME: Automagic tracker-0.9.0 -# Runtime dependency on gnome-session-2.91 -RDEPEND=">=dev-libs/glib-2.27.92:2 - >=x11-libs/gdk-pixbuf-2.23.0:2 - >=x11-libs/gtk+-2.99.3:3[introspection?] - >=dev-libs/totem-pl-parser-2.32.4[introspection?] - >=dev-libs/libpeas-1.1.0[gtk] - >=x11-themes/gnome-icon-theme-2.16 - x11-libs/cairo - >=dev-libs/libxml2-2.6:2 - >=media-libs/clutter-1.6.8:1.0 - >=media-libs/clutter-gst-1.3.9:1.0 - >=media-libs/clutter-gtk-1.0.2:1.0 - >=media-libs/gstreamer-0.10.30:0.10 - >=media-libs/gst-plugins-base-0.10.30:0.10 - x11-libs/mx:1.0 - - media-libs/gst-plugins-good:0.10 - media-plugins/gst-plugins-taglib:0.10 - media-plugins/gst-plugins-gio:0.10 - media-plugins/gst-plugins-pango:0.10 - media-plugins/gst-plugins-x:0.10 - media-plugins/gst-plugins-meta:0.10 - - x11-libs/libICE - x11-libs/libSM - x11-libs/libX11 - x11-libs/libXtst - >=x11-libs/libXxf86vm-1.0.1 - x11-themes/gnome-icon-theme-symbolic - - bluetooth? ( net-wireless/bluez ) - grilo? ( >=media-libs/grilo-0.1.16 ) - introspection? ( >=dev-libs/gobject-introspection-0.6.7 ) - lirc? ( app-misc/lirc ) - nautilus? ( >=gnome-base/nautilus-2.91.3 ) - nsplugin? ( - >=dev-libs/dbus-glib-0.82 - >=x11-misc/shared-mime-info-0.22 ) - python? ( - >=dev-libs/gobject-introspection-0.6.7 - >=dev-python/pygobject-2.90.3:3 - >=x11-libs/gtk+-2.91.7:3[introspection] - dev-python/pyxdg - dev-python/gst-python:0.10 - dev-python/dbus-python - iplayer? ( - dev-python/httplib2 - dev-python/feedparser - dev-python/beautifulsoup ) ) - vala? ( >=dev-lang/vala-0.12.1:0.12 ) - youtube? ( - >=dev-libs/libgdata-0.7.0 - net-libs/libsoup:2.4 - media-plugins/gst-plugins-soup:0.10 - >=dev-libs/totem-pl-parser-2.32.4[quvi] ) - zeitgeist? ( dev-libs/libzeitgeist )" -# zeroconf? ( >=net-libs/libepc-0.5.0 ) -# XXX: zeroconf requires unreleased version of libepc - -DEPEND="${RDEPEND} - sys-devel/gettext - x11-proto/xproto - x11-proto/xextproto - app-text/scrollkeeper - >=app-text/gnome-doc-utils-0.20.3 - >=dev-util/intltool-0.40 - >=dev-util/pkgconfig-0.20 - app-text/docbook-xml-dtd:4.5 - gnome-base/gnome-common - dev-util/gtk-doc-am - doc? ( >=dev-util/gtk-doc-1.14 )" -# docbook-xml-dtd is needed for user doc - -# see bug #359379 -REQUIRED_USE="python? ( introspection )" -REQUIRED_USE="zeitgeist? ( vala )" - -pkg_setup() { - DOCS="AUTHORS ChangeLog NEWS README TODO" - G2CONF="${G2CONF} - --disable-run-in-source-tree - --disable-schemas-compile - --disable-scrollkeeper - --disable-static - --with-smclient=auto - --enable-easy-codec-installation - $(use_enable introspection) - $(use_enable nautilus) - $(use_enable nsplugin browser-plugins) - $(use_enable python) - $(use_enable python introspection) - $(use_enable vala) - VALAC=$(type -P valac-0.12) - BROWSER_PLUGIN_DIR=/usr/$(get_libdir)/nsbrowser/plugins" - #--with-smclient=auto needed to correctly link to libICE and libSM - - # Disabled: sample-python, sample-vala, zeitgeist-dp - local plugins="brasero-disc-recorder,chapters,im-status,gromit" - plugins="${plugins},media-player-keys,ontop,properties,screensaver" - plugins="${plugins},screenshot,sidebar-test,skipto" - use bluetooth && plugins="${plugins},bemused" - use grilo && plugins="${plugins},grilo" - use iplayer && plugins="${plugins},iplayer" - use lirc && plugins="${plugins},lirc" - use nautilus && plugins="${plugins},save-file" - use python && plugins="${plugins},dbusservice,pythonconsole,opensubtitles" - use vala && plugins="${plugins},rotation" - use youtube && plugins="${plugins},youtube" - use zeitgeist && plugins="${plugins},zeitgeist-dp" - # XXX: zeroconf requires unreleased version of libepc - # use zeroconf && plugins="${plugins},publish" - - G2CONF="${G2CONF} --with-plugins=${plugins}" - - python_set_active_version 2 - python_pkg_setup -} - -src_prepare() { - # AC_CONFIG_AUX_DIR_DEFAULT doesn't exist, and eautoreconf/aclocal fails - mkdir -p m4 - - #if [[ ${PV} != 9999 ]]; then - # intltoolize --force --copy --automake || die "intltoolize failed" - # eautoreconf - #fi - - # disable pyc compiling - echo > py-compile - - gnome2_src_prepare -} - -pkg_postinst() { - gnome2_pkg_postinst - if use python; then - python_need_rebuild - python_mod_optimize /usr/$(get_libdir)/totem/plugins - fi - - ewarn - ewarn "If totem doesn't play some video format, please check your" - ewarn "USE flags on media-plugins/gst-plugins-meta" - ewarn -} - -pkg_postrm() { - gnome2_pkg_postrm - use python && python_mod_cleanup /usr/$(get_libdir)/totem/plugins -} |