Hello community,

here is the log from the commit of package totem for openSUSE:Factory
checked in at Fri Aug 12 10:27:51 CEST 2011.



--------
--- GNOME/totem/totem.changes   2011-07-07 09:23:33.000000000 +0200
+++ /mounts/work_src_done/STABLE/totem/totem.changes    2011-08-04 
16:05:12.000000000 +0200
@@ -1,0 +2,23 @@
+Wed Aug  3 19:38:27 CEST 2011 - dims...@opensuse.org
+
+- Update to version 3.1.4:
+  + Add Grilo plugin
+  + Remove Coherence UPNP, Tracker and Jamendo plugins
+  + Add plugin to rotate videos
+  + Fix audio tracks not appearing with their language names
+  + Add keyboard shortcut for "Save"
+  + Remove sidebar drop-down item, and use menu items instead
+  + Fix translations of the nautilus properties window
+  + Subtitles plugin bug fixes
+- Add pkgconfig(grilo-0.1) BuildRequires for the new grilo plugin
+- Remove the disabled plugin-upnp package. Grilo is the new
+  framework also taking over the UPnP capabilities and the plugin
+  is in the main package. Obsolete totem-plugin-upnp by totem main
+  package.
+- Drop patches:
+  + totem-libgdata-0.9.patch: fixed upstream
+  + totem-gdk-multibackend.patch: fixed upstream
+- Remove gnome-common BuildRequires and call of gnome-autogen.sh,
+  as we don't have any patches left.
+
+-------------------------------------------------------------------
@@ -24 +46,0 @@
-

calling whatdependson for head-i586


Old:
----
  totem-3.1.0.tar.bz2
  totem-gdk-multibackend.patch
  totem-libgdata-0.9.patch

New:
----
  totem-3.1.4.tar.bz2

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

Other differences:
------------------
++++++ totem.spec ++++++
--- /var/tmp/diff_new_pack.pCgx2c/_old  2011-08-12 10:26:31.000000000 +0200
+++ /var/tmp/diff_new_pack.pCgx2c/_new  2011-08-12 10:26:31.000000000 +0200
@@ -17,42 +17,35 @@
 
 # norootforbuild
 
-# disabled, Coherence framework still uses PyGTK, and thus conflicts with the 
new pygobject introspected bindings
-%define enable_upnp_plugin 0
 
 Name:           totem
 License:        GPLv2+ ; LGPLv2.1+
 Group:          Productivity/Multimedia/Video/Players
-Version:        3.1.0
-Release:        2
+Version:        3.1.4
+Release:        1
 Url:            http://www.gnome.org/projects/totem/
 Summary:        Movie Player for the GNOME Desktop
-Source0:        %{name}-%{version}.tar.bz2
-# PATCH-FIX-UPSTREAM totem-libgdata-0.9.patch vu...@opensuse.org -- Taken from 
git, build against libgdata 0.9
-Patch0:         totem-libgdata-0.9.patch
-# PATCH-FIX-UPSTREAM totem-gdk-multibackend.patch vu...@opensuse.org -- Taken 
from git, fix gdk backend detection
-Patch1:         totem-gdk-multibackend.patch
+Source0:        
http://download.gnome.org/sources/totem/3.1/%{name}-%{version}.tar.bz2
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
-# Needed for patch0 and patch1
-BuildRequires:  gnome-common
 BuildRequires:  gnome-doc-utils-devel
 BuildRequires:  gstreamer-0_10-plugins-good
 BuildRequires:  intltool
 BuildRequires:  lirc-devel
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
-BuildRequires:  vala
+BuildRequires:  vala >= 0.12.1
 # 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(clutter-gst-1.0) >= 1.3.9
+BuildRequires:  pkgconfig(clutter-gtk-1.0) >= 1.0.2
 BuildRequires:  pkgconfig(dbus-glib-1)
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(gnome-icon-theme)
+BuildRequires:  pkgconfig(grilo-0.1) >= 0.1.16
 BuildRequires:  pkgconfig(gstreamer-0.10)
 BuildRequires:  pkgconfig(gstreamer-plugins-base-0.10)
 BuildRequires:  pkgconfig(gstreamer-tag-0.10)
@@ -62,7 +55,7 @@
 BuildRequires:  pkgconfig(libepc-ui-1.0)
 BuildRequires:  pkgconfig(libgdata)
 BuildRequires:  pkgconfig(libnautilus-extension)
-BuildRequires:  pkgconfig(libpeas-1.0)
+BuildRequires:  pkgconfig(libpeas-1.0) >= 1.1.0
 BuildRequires:  pkgconfig(libxml-2.0)
 BuildRequires:  pkgconfig(mx-1.0)
 BuildRequires:  pkgconfig(pygobject-2.0)
@@ -77,12 +70,11 @@
 Recommends:     totem-plugins
 Recommends:     totem-browser-plugin
 Suggests:       gnome-dvb-daemon
-%if %{enable_upnp_plugin}
-Suggests:       totem-plugin-upnp
-%endif
 # Since totem-devel no longer exists, obsolete it.
 Provides:       totem-devel = %{version}
 Obsoletes:      totem-devel < %{version} 
+# totem-plugin-upnp has been substituted by a grilo plugin.
+Obsoletes:      totem-plugin-upnp <= %{version}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %glib2_gsettings_schema_requires
 
@@ -110,22 +102,6 @@
 
 This package includes plugins for Totem, to add advanced features.
 
-%if %{enable_upnp_plugin}
-
-%package plugin-upnp
-License:        GPLv2+ ; LGPLv2.1+
-Summary:        Plugins for Totem Movie Player -- UPnP Support
-Group:          Productivity/Multimedia/Video/Players
-Requires:       %{name} = %{version}
-Requires:       python-coherence
-Supplements:    packageand(%{name}:python-coherence)
-
-%description plugin-upnp
-Totem is movie player for the GNOME desktop based on GStreamer.
-
-This package include the UPnP plugin for Totem.
-%endif
-
 %package plugin-zeitgeist
 License:        GPLv2+ ; LGPLv2.1+
 Summary:        Plugins for Totem Movie Player -- Zeitgeist Support
@@ -196,11 +172,8 @@
 %prep
 %setup -q
 translation-update-upstream
-%patch0 -p1
-%patch1 -p1
 
 %build
-NOCONFIGURE=1 gnome-autogen.sh
 export BROWSER_PLUGIN_DIR=%{_libdir}/browser-plugins
 %configure\
         --disable-static\
@@ -290,10 +263,10 @@
 %{_libdir}/totem/plugins/brasero-disc-recorder/
 %{_libdir}/totem/plugins/chapters/
 %{_libdir}/totem/plugins/dbus/
+%{_libdir}/totem/plugins/grilo/
 %{_libdir}/totem/plugins/gromit/
 %{_libdir}/totem/plugins/im-status/
 %{_libdir}/totem/plugins/iplayer/
-%{_libdir}/totem/plugins/jamendo/
 %{_libdir}/totem/plugins/lirc/
 %{_libdir}/totem/plugins/media-player-keys/
 %{_libdir}/totem/plugins/ontop/
@@ -301,27 +274,19 @@
 %{_libdir}/totem/plugins/properties/
 %{_libdir}/totem/plugins/publish/
 %{_libdir}/totem/plugins/pythonconsole/
+%{_libdir}/totem/plugins/rotation/
 %{_libdir}/totem/plugins/save-file/
 %{_libdir}/totem/plugins/screensaver/
 %{_libdir}/totem/plugins/screenshot/
 %{_libdir}/totem/plugins/skipto/
 %{_libdir}/totem/plugins/youtube/
-%{_datadir}/GConf/gsettings/jamendo.convert
 %{_datadir}/GConf/gsettings/opensubtitles.convert
 %{_datadir}/GConf/gsettings/publish.convert
 %{_datadir}/GConf/gsettings/pythonconsole.convert
-%{_datadir}/glib-2.0/schemas/org.gnome.totem.plugins.jamendo.gschema.xml
 %{_datadir}/glib-2.0/schemas/org.gnome.totem.plugins.opensubtitles.gschema.xml
 %{_datadir}/glib-2.0/schemas/org.gnome.totem.plugins.publish.gschema.xml
 %{_datadir}/glib-2.0/schemas/org.gnome.totem.plugins.pythonconsole.gschema.xml
 
-%if %{enable_upnp_plugin}
-
-%files plugin-upnp
-%defattr(-, root, root)
-%{_libdir}/totem/plugins/coherence_upnp/
-%endif
-
 %files plugin-zeitgeist
 %defattr(-, root, root)
 %{_libdir}/totem/plugins/zeitgeist-dp/

++++++ totem-3.1.0.tar.bz2 -> totem-3.1.4.tar.bz2 ++++++
++++ 55701 lines of diff (skipped)


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



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to