commit 00ee73c685194d0ff7d1d1a348839047cf5874d0
Author: Marcin Banasiak <[email protected]>
Date:   Thu Mar 28 22:09:08 2013 +0100

    Update to 3.8.0

 totem-configure.patch | 38 ++++++++------------------------------
 totem.spec            | 19 +++++++++----------
 2 files changed, 17 insertions(+), 40 deletions(-)
---
diff --git a/totem.spec b/totem.spec
index 6256ed1..139df06 100644
--- a/totem.spec
+++ b/totem.spec
@@ -5,18 +5,18 @@
 Summary:       Movie player for GNOME based on the gstreamer engine
 Summary(pl.UTF-8):     Odtwarzacz filmów dla GNOME oparty na silniku gstreamer
 Name:          totem
-Version:       3.6.3
-Release:       2
+Version:       3.8.0
+Release:       1
 License:       GPL v2
 Group:         X11/Applications/Multimedia
-Source0:       
http://ftp.gnome.org/pub/GNOME/sources/totem/3.6/%{name}-%{version}.tar.xz
-# Source0-md5: 0afbc46fcb5a1c2634fb3ef7c181ecb9
+Source0:       
http://ftp.gnome.org/pub/GNOME/sources/totem/3.8/%{name}-%{version}.tar.xz
+# Source0-md5: 76eb42c772fa37f76678f270402303bd
 # PLD-specific patches
 Patch0:                %{name}-configure.patch
 URL:           http://www.gnome.org/projects/totem/
-BuildRequires: autoconf >= 2.52
+BuildRequires: autoconf >= 2.64
 BuildRequires: automake >= 1:1.11
-BuildRequires: clutter-devel >= 1.8.0
+BuildRequires: clutter-devel >= 1.10.0
 BuildRequires: clutter-gst-devel >= 1.9.0
 BuildRequires: clutter-gtk-devel >= 1.0.2
 BuildRequires: dbus-glib-devel >= 0.82
@@ -40,7 +40,6 @@ BuildRequires:        libtool
 BuildRequires: libxml2-devel >= 1:2.6.31
 BuildRequires: libzeitgeist-devel >= 0.3.6
 %{?with_lirc:BuildRequires:    lirc-devel}
-BuildRequires: mx-devel
 BuildRequires: nautilus-devel >= 3.0.0
 BuildRequires: pkgconfig
 BuildRequires: pylint
@@ -69,6 +68,7 @@ Requires:     clutter-gst >= 2.0.0-2
 Requires:      glib2 >= 1:2.34.0
 Requires:      gnome-icon-theme >= 3.0.0
 Requires:      gstreamer-audiosink >= 1.0.0
+Requires:      gstreamer-plugins-bad >= 1.0.2
 Requires:      gstreamer-plugins-base >= 1.0.0
 Requires:      gstreamer-plugins-good >= 1.0.0
 Requires:      gstreamer-soundtouch >= 1.0.0
@@ -76,7 +76,7 @@ Requires:     gstreamer-soup >= 1.0.0
 Requires:      gstreamer-videosink >= 1.0.0
 Requires:      gstreamer-visualisation >= 1.0.0
 Requires:      hicolor-icon-theme
-Suggests:      gstreamer-ffmpeg
+Suggests:      gstreamer-libav
 Suggests:      gstreamer-mpeg
 Suggests:      gstreamer-pango
 Suggests:      python-dbus
@@ -251,12 +251,11 @@ of audio and video files in the properties dialog.
 %{__gtkdocize}
 %{__intltoolize}
 %{__libtoolize}
-%{__aclocal}
+%{__aclocal} -I m4 -I libgd
 %{__autoconf}
 %{__autoheader}
 %{__automake}
 %configure \
-       --disable-scrollkeeper \
        --disable-silent-rules \
        --enable-nautilus \
        --enable-python \
diff --git a/totem-configure.patch b/totem-configure.patch
index 1aa7735..ada0ae4 100644
--- a/totem-configure.patch
+++ b/totem-configure.patch
@@ -1,12 +1,6 @@
---- totem-3.6.3/configure.in.old       2012-11-19 22:50:20.671741675 +0100
-+++ totem-3.6.3/configure.in   2012-11-19 22:51:44.924618745 +0100
-@@ -121,84 +121,15 @@ fi
- # Backend requirements
- # ================================================================
- 
--BACKEND_MODULES="gstreamer-1.0 >= $GST_REQS gstreamer-base-1.0 >= $GST_REQS 
gstreamer-plugins-base-1.0 >= $GST_PLUG_BASE_REQS $MISSING_PLUGINS_MODULES 
gstreamer-tag-1.0 >= $GSTPLUG_REQS gstreamer-audio-1.0 gstreamer-video-1.0 
clutter-1.0 >= $CLUTTER_REQS clutter-gst-2.0 >= $CLUTTER_GST_REQS 
clutter-gtk-1.0 cairo gnome-icon-theme >= $GNOMEICON_REQS 
gsettings-desktop-schemas"
-+BACKEND_MODULES="gstreamer-1.0 >= $GST_REQS gstreamer-base-1.0 >= $GST_REQS 
gstreamer-plugins-base-1.0 >= $GST_PLUG_BASE_REQS $MISSING_PLUGINS_MODULES 
gstreamer-tag-1.0 >= $GSTPLUG_REQS gstreamer-audio-1.0 gstreamer-video-1.0 
clutter-1.0 >= $CLUTTER_REQS clutter-gst-2.0 >= $CLUTTER_GST_REQS 
clutter-gtk-1.0 cairo gsettings-desktop-schemas"
- 
+--- totem-3.8.0/configure.ac.new       2013-03-28 21:32:33.215758291 +0100
++++ totem-3.8.0/configure.ac   2013-03-28 21:36:08.991256002 +0100
+@@ -134,63 +134,6 @@ BACKEND_MODULES="gstreamer-1.0 >= $GST_R
  PKG_CHECK_MODULES(BACKEND, $BACKEND_MODULES)
  PKG_CHECK_MODULES(BACKEND_TEST, $BACKEND_MODULES gtk+-3.0 >= $GTK_REQS)
  
@@ -47,8 +41,8 @@
 -
 -dnl Check for elements from gst-plugins-good
 -dnl Set plugins which contain below elements
--set -- autodetect goom
--for good_element in autoaudiosink goom
+-set -- autodetect goom scaletempo
+-for good_element in autoaudiosink goom scaletempo
 -do
 -      AC_MSG_CHECKING([GStreamer 1.0 $good_element element])
 -      if $gst10_inspect $good_element >/dev/null 2>/dev/null; then
@@ -63,25 +57,9 @@
 -      shift;
 -done
 -
- dnl Check for elements from gst-plugins-bad
- dnl Set plugins which contain below elements
- PKG_CHECK_MODULES(GST_PLUGINS_BAD, gstreamer-plugins-bad-1.0 >= 1.0.2)
- 
--set -- scaletempo
--for bad_element in scaletempo
--do
--      AC_MSG_CHECKING([GStreamer 1.0 $bad_element element])
--      if $gst10_inspect $bad_element >/dev/null 2>/dev/null; then
--              AC_MSG_RESULT([yes])
--      else
--              AC_MSG_RESULT([no])
--              AC_MSG_ERROR([
--                      Cannot find required GStreamer-1.0 plugin '$1'.
--                      It should be part of gst-plugins-bad. Please install it.
--              ])
--      fi
--      shift;
--done
+-dnl Check for elements from gst-plugins-bad
+-dnl Set plugins which contain below elements
+-PKG_CHECK_MODULES(GST_PLUGINS_BAD, gstreamer-plugins-bad-1.0 >= 1.0.2)
 -
  dnl Check the smclient backend
  AC_MSG_CHECKING([which smclient backend to use])
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/totem.git/commitdiff/00ee73c685194d0ff7d1d1a348839047cf5874d0

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to