Hello community,

here is the log from the commit of package totem for openSUSE:Factory
checked in at Mon Jun 6 11:29:05 CEST 2011.



--------
--- GNOME/totem/totem.changes   2011-04-28 11:34:20.000000000 +0200
+++ /mounts/work_src_done/STABLE/totem/totem.changes    2011-05-27 
17:34:15.000000000 +0200
@@ -1,0 +2,36 @@
+Fri May 27 17:23:25 CEST 2011 - [email protected]
+
+- Package zeitgeist plugin:
+  + add vala and pkgconfig(zeitgeist-1.0) BuildRequires.
+  + create a plugin-zeitgeist subpackage.
+- Fix Supplements in plugin-upnp to not mention %{totem}, which
+  can't work, but %{name}.
+
+
+-------------------------------------------------------------------
+Mon May 16 22:06:55 CEST 2011 - [email protected]
+
+- Update to version 3.1.0:
+  + Use clutter-gst to draw the video, the only major related
+    change is simpler zoom modes
+  + Use GStreamer API directly for audio preview utility (used in
+    nautilus), thumbnailer and nautilus properties window
+  + Show container format in the properties
+  + Add ability to switch video tracks
+  + Add ability to "thumbnail" DVD ISOs
+  + Advertise support for audio/x-stm and audio/x-s3m
+  + Fix possible dropped chapters in chapter plugin
+  + Code changes:
+    - Port media-player-keys plugin to GDBus
+    - Add pylint support for all Python plugins, and fix errors
+      from it, and port all of the plugins to GObject Introspection
+    - Simplify screenshot code
+  + Remove XVidMode support in backend
+  + Remove video indexer: it wasn't used
+  + Remove thumbnail plugin which doesn't serve a purpose in GNOME3
+- Add gnome-dvb-daemon Suggests, as it's a nice addon.
+- Add newly-needed pkgconfig(clutter-1.0),
+  pkgconfig(clutter-gst-1.0), pkgconfig(clutter-gtk-1.0) and
+  pkgconfig(mx-1.0) BuildRequires.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  totem-3.0.1.tar.bz2

New:
----
  totem-3.1.0.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ totem.spec ++++++
--- /var/tmp/diff_new_pack.L0c0o7/_old  2011-06-06 11:27:22.000000000 +0200
+++ /var/tmp/diff_new_pack.L0c0o7/_new  2011-06-06 11:27:22.000000000 +0200
@@ -23,9 +23,8 @@
 Name:           totem
 License:        GPLv2+ ; LGPLv2.1+
 Group:          Productivity/Multimedia/Video/Players
-Version:        3.0.1
+Version:        3.1.0
 Release:        1
-# FIXME: add gnome-dvb-daemon Suggests/Recommends when we'll have it?
 Url:            http://www.gnome.org/projects/totem/
 Summary:        Movie Player for the GNOME Desktop
 Source0:        %{name}-%{version}.tar.bz2
@@ -38,10 +37,14 @@
 BuildRequires:  lirc-devel
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
+BuildRequires:  vala
 # We need these to pickup the playbin plugin
 BuildRequires:  gstreamer-0_10-plugins-base gstreamer-utils
 BuildRequires:  pkgconfig(bluez)
 BuildRequires:  pkgconfig(cairo)
+BuildRequires:  pkgconfig(clutter-1.0)
+BuildRequires:  pkgconfig(clutter-gst-1.0)
+BuildRequires:  pkgconfig(clutter-gtk-1.0)
 BuildRequires:  pkgconfig(dbus-glib-1)
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(gnome-icon-theme)
@@ -56,6 +59,7 @@
 BuildRequires:  pkgconfig(libnautilus-extension)
 BuildRequires:  pkgconfig(libpeas-1.0)
 BuildRequires:  pkgconfig(libxml-2.0)
+BuildRequires:  pkgconfig(mx-1.0)
 BuildRequires:  pkgconfig(pygobject-2.0)
 BuildRequires:  pkgconfig(shared-mime-info)
 BuildRequires:  pkgconfig(sm)
@@ -67,10 +71,12 @@
 %endif
 BuildRequires:  pkgconfig(xrandr)
 BuildRequires:  pkgconfig(xxf86vm)
+BuildRequires:  pkgconfig(zeitgeist-1.0)
 Requires:       gstreamer010 gstreamer010-plugins-base 
gstreamer010-plugins-good iso-codes
 Recommends:     %{name}-lang
 Recommends:     totem-plugins
 Recommends:     totem-browser-plugin
+Suggests:       gnome-dvb-daemon
 %if %{enable_upnp_plugin}
 Suggests:       totem-plugin-upnp
 %endif
@@ -112,7 +118,7 @@
 Group:          Productivity/Multimedia/Video/Players
 Requires:       %{name} = %{version}
 Requires:       python-coherence
-Supplements:    packageand(%{totem}:python-coherence)
+Supplements:    packageand(%{name}:python-coherence)
 
 %description plugin-upnp
 Totem is movie player for the GNOME desktop based on GStreamer.
@@ -120,12 +126,24 @@
 This package include the UPnP plugin for Totem.
 %endif
 
+%package plugin-zeitgeist
+License:        GPLv2+ ; LGPLv2.1+
+Summary:        Plugins for Totem Movie Player -- Zeitgeist Support
+Group:          Productivity/Multimedia/Video/Players
+Requires:       %{name} = %{version}
+Supplements:    packageand(%{name}:zeitgeist)
+
+%description plugin-zeitgeist
+Totem is movie player for the GNOME desktop based on GStreamer.
+
+This package include the Zeitgeist plugin for Totem.
+
 %package -n nautilus-totem
 License:        GPLv2+ ; LGPLv2.1+
 Summary:        Totem Plugin for Nautilus
 Group:          Productivity/Multimedia/Video/Players
 Requires:       %{name} = %{version}
-Supplements:    packageand(totem:nautilus)
+Supplements:    packageand(%{name}:nautilus)
 
 %description -n nautilus-totem
 Totem is movie player for the GNOME desktop based on GStreamer.
@@ -137,7 +155,7 @@
 Summary:        Browser Plugin Based on Totem Movie Player for the GNOME 
Desktop
 Group:          Productivity/Multimedia/Video/Players
 Requires:       %{name} = %{version}
-Supplements:    packageand(totem:MozillaFirefox)
+Supplements:    packageand(%{name}:MozillaFirefox)
 Provides:       totem-plugin = 2.25.3
 Obsoletes:      totem-plugin < 2.25.3
 
@@ -154,7 +172,7 @@
 Group:          Productivity/Multimedia/Video/Players
 Requires:       %{name} = %{version}
 Requires:       %{name}-browser-plugin = %{version}
-Supplements:    packageand(totem:MozillaFirefox)
+Supplements:    packageand(%{name}:MozillaFirefox)
 Provides:       totem-plugin = 2.25.3
 Obsoletes:      totem-plugin < 2.25.3
 
@@ -180,8 +198,6 @@
 translation-update-upstream
 
 %build
-# FIXME: Build as root modifies system!
-#   totem-2.20.0: --disable-scrollkeeper does not work properly.
 export BROWSER_PLUGIN_DIR=%{_libdir}/browser-plugins
 %configure\
         --disable-static\
@@ -286,7 +302,6 @@
 %{_libdir}/totem/plugins/screensaver/
 %{_libdir}/totem/plugins/screenshot/
 %{_libdir}/totem/plugins/skipto/
-%{_libdir}/totem/plugins/thumbnail/
 %{_libdir}/totem/plugins/tracker/
 %{_libdir}/totem/plugins/youtube/
 %{_datadir}/GConf/gsettings/jamendo.convert
@@ -305,6 +320,10 @@
 %{_libdir}/totem/plugins/coherence_upnp/
 %endif
 
+%files plugin-zeitgeist
+%defattr(-, root, root)
+%{_libdir}/totem/plugins/zeitgeist-dp/
+
 %files browser-plugin
 %defattr(-, root, root)
 %{_libexecdir}/totem-plugin-viewer

++++++ totem-3.0.1.tar.bz2 -> totem-3.1.0.tar.bz2 ++++++
++++ 33840 lines of diff (skipped)


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to