public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-video/totem: totem-3.2.1.ebuild metadata.xml ChangeLog
@ 2012-02-04 13:21 Justin Lecher (jlec)
  0 siblings, 0 replies; only message in thread
From: Justin Lecher (jlec) @ 2012-02-04 13:21 UTC (permalink / raw
  To: gentoo-commits

jlec        12/02/04 13:21:56

  Modified:             totem-3.2.1.ebuild metadata.xml ChangeLog
  Log:
  Enable support for zeitgeist plugin
  
  (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  media-video/totem/totem-3.2.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/totem/totem-3.2.1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/totem/totem-3.2.1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/totem/totem-3.2.1.ebuild?r1=1.3&r2=1.4

Index: totem-3.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/totem/totem-3.2.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- totem-3.2.1.ebuild	22 Jan 2012 01:34:18 -0000	1.3
+++ totem-3.2.1.ebuild	4 Feb 2012 13:21:56 -0000	1.4
@@ -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-3.2.1.ebuild,v 1.3 2012/01/22 01:34:18 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/totem/totem-3.2.1.ebuild,v 1.4 2012/02/04 13:21:56 jlec Exp $
 
 EAPI="4"
 GCONF_DEBUG="yes"
@@ -18,14 +18,13 @@
 LICENSE="GPL-2 LGPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86 ~x86-fbsd"
-IUSE="bluetooth doc grilo +introspection iplayer lirc nautilus nsplugin +python +youtube vala" # zeroconf
+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
-# XXX: Add Zeitgeist support when it gets added to GNOME 3 (3.2?)
 # Runtime dependency on gnome-session-2.91
 RDEPEND=">=dev-libs/glib-2.27.92:2
 	>=x11-libs/gdk-pixbuf-2.23.0:2
@@ -79,7 +78,8 @@
 		>=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] )"
+		>=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
 
@@ -99,6 +99,7 @@
 
 # see bug #359379
 REQUIRED_USE="python? ( introspection )"
+REQUIRED_USE="zeitgeist? ( vala )"
 
 pkg_setup() {
 	DOCS="AUTHORS ChangeLog NEWS README TODO"
@@ -131,6 +132,7 @@
 	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"
 



1.14                 media-video/totem/metadata.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/totem/metadata.xml?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/totem/metadata.xml?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/totem/metadata.xml?r1=1.13&r2=1.14

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/totem/metadata.xml,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- metadata.xml	3 Nov 2011 06:18:47 -0000	1.13
+++ metadata.xml	4 Feb 2012 13:21:56 -0000	1.14
@@ -1,31 +1,32 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<herd>gnome</herd>
-<herd>video</herd>
-<herd>gstreamer</herd>
-<longdescription>
+	<herd>gnome</herd>
+	<herd>video</herd>
+	<herd>gstreamer</herd>
+	<longdescription>
 Totem is movie player for the GNOME desktop. It features a playlist, fullscreen mode, seek and volume controls, as well as a pretty complete keyboard navigation. It comes with added functionality such as a video thumbnailer for Nautilus, Nautilus properties tab and a webcam utility.
 </longdescription>
-<use>
-	<flag name="bluetooth">Enable support for user-presence detection via the
+	<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
+		<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
+		<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>
+		<flag name="introspection">Use <pkg>dev-libs/gobject-introspection</pkg>
 		for introspection</flag>
-	<flag name="iplayer">Enable BBC player support</flag>
-	<flag name="lirc">Enable support for controlling Totem with a remote control
+		<flag name="iplayer">Enable BBC player support</flag>
+		<flag name="lirc">Enable support for controlling Totem with a remote control
 		using <pkg>app-misc/lirc</pkg></flag>
-	<flag name="nautilus">Enable the nautilus extension</flag>
-	<flag name="python">Build support for <pkg>dev-lang/python</pkg> plugins</flag>
-	<flag name="tracker">Enable support for searching media files using the
+		<flag name="nautilus">Enable the nautilus extension</flag>
+		<flag name="python">Build support for <pkg>dev-lang/python</pkg> plugins</flag>
+		<flag name="tracker">Enable support for searching media files using the
 		indexer <pkg>app-misc/tracker</pkg></flag>
-	<flag name="upnp">Enable DLNA support through
+		<flag name="upnp">Enable DLNA support through
 		<pkg>media-video/coherence</pkg></flag>
-	<flag name="youtube">Enable youtube plugin</flag>
-	<flag name="vala">Enable bindings for <pkg>dev-lang/vala</pkg></flag>
-</use>
+		<flag name="youtube">Enable youtube plugin</flag>
+		<flag name="vala">Enable bindings for <pkg>dev-lang/vala</pkg></flag>
+		<flag name="zeitgeist">Build the plugin to inject events to <pkg>gnome-extra/zeitgeist</pkg></flag>
+	</use>
 </pkgmetadata>



1.331                media-video/totem/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/totem/ChangeLog?rev=1.331&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/totem/ChangeLog?rev=1.331&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/totem/ChangeLog?r1=1.330&r2=1.331

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/totem/ChangeLog,v
retrieving revision 1.330
retrieving revision 1.331
diff -u -r1.330 -r1.331
--- ChangeLog	22 Jan 2012 01:34:18 -0000	1.330
+++ ChangeLog	4 Feb 2012 13:21:56 -0000	1.331
@@ -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.330 2012/01/22 01:34:18 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/totem/ChangeLog,v 1.331 2012/02/04 13:21:56 jlec Exp $
+
+  04 Feb 2012; Justin Lecher <jlec@gentoo.org> totem-3.2.1.ebuild,
+  metadata.xml:
+  Enable support for zeitgeist plugin
 
   22 Jan 2012; Alexandre Rostovtsev <tetromino@gentoo.org>
   totem-2.32.0-r2.ebuild, totem-3.2.1.ebuild:






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-02-04 13:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-04 13:21 [gentoo-commits] gentoo-x86 commit in media-video/totem: totem-3.2.1.ebuild metadata.xml ChangeLog Justin Lecher (jlec)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox