Hello community,

here is the log from the commit of package gnome-gmail-notifier for 
openSUSE:Factory checked in at 2013-03-08 09:09:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-gmail-notifier (Old)
 and      /work/SRC/openSUSE:Factory/.gnome-gmail-notifier.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnome-gmail-notifier", Maintainer is ""

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/gnome-gmail-notifier/gnome-gmail-notifier.changes    
    2012-02-15 16:15:58.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.gnome-gmail-notifier.new/gnome-gmail-notifier.changes
   2013-03-08 09:09:56.000000000 +0100
@@ -1,0 +2,11 @@
+Fri Mar  1 14:06:26 UTC 2013 - [email protected]
+
+- Port to GStreamer 1.0:
+  + Add gnome-gmail-notifier-gstreamer-1.0.patch: Actual port.
+  + Add gnome-common BuildRequires and call to autogen.sh and as
+    above patch touches the build system.
+  + Replace gstreamer-0_10-plugins-good, gstreamer-0_10-utils and
+    pkgconfig(gstreamer-0.10) BuildRequires with gstreamer-utils,
+    gstreamer-plugins-good and pkgconfig(gstreamer-1.0).
+
+-------------------------------------------------------------------

New:
----
  gnome-gmail-notifier-gstreamer-1.0.patch

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

Other differences:
------------------
++++++ gnome-gmail-notifier.spec ++++++
--- /var/tmp/diff_new_pack.xxkt67/_old  2013-03-08 09:10:04.000000000 +0100
+++ /var/tmp/diff_new_pack.xxkt67/_new  2013-03-08 09:10:04.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-gmail-notifier
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -28,14 +28,18 @@
 Patch0:         gnome-gmail-notifier-libnotify-0.7.patch
 # PATCH-FIX-UPSTREAM gnome-gmail-notifier-glib-2.31.patch issue#95 
[email protected] -- Fix build with glib 2.31.
 Patch1:         gnome-gmail-notifier-glib-2.31.patch
+# PATCH-FIX-UPSTREAM gnome-gmail-notifier-gstreamer-1.0.patch issue#99 
[email protected] -- Port to GStreamer 1.0
+Patch2:         gnome-gmail-notifier-gstreamer-1.0.patch
 BuildRequires:  fdupes
-BuildRequires:  gstreamer-0_10-plugins-good
-BuildRequires:  gstreamer-0_10-utils
+# Needed for patch2
+BuildRequires:  gnome-common
+BuildRequires:  gstreamer-plugins-good
+BuildRequires:  gstreamer-utils
 BuildRequires:  intltool
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(gconf-2.0)
 BuildRequires:  pkgconfig(gnome-keyring-1)
-BuildRequires:  pkgconfig(gstreamer-0.10)
+BuildRequires:  pkgconfig(gstreamer-1.0)
 BuildRequires:  pkgconfig(gtk+-2.0)
 BuildRequires:  pkgconfig(libnotify)
 BuildRequires:  pkgconfig(libsoup-2.4)
@@ -54,8 +58,11 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
+# Needed for patch2
+NOCONFIGURE=1 ./autogen.sh
 %configure
 %__make %{?_smp_mflags}
 

++++++ gnome-gmail-notifier-gstreamer-1.0.patch ++++++
Index: gnome-gmail-notifier-0.10.1/configure.ac
===================================================================
--- gnome-gmail-notifier-0.10.1.orig/configure.ac
+++ gnome-gmail-notifier-0.10.1/configure.ac
@@ -44,13 +44,13 @@ PKG_CHECK_MODULES(GGN, glib-2.0 >= $GLIB
                        libnotify >= $LIBNOTIFY_REQUIRED
                        libsoup-2.4 >= $LIBSOUP_REQUIRED
                        libxml-2.0 >= $LIBXML2_REQUIRED
-                       gstreamer-0.10 >= $GSTREAMER_REQUIRED
+                       gstreamer-1.0 >= $GSTREAMER_REQUIRED
                        gnome-keyring-1 >= $GNOME_KEYRING_REQUIRED)
 
 AC_SUBST(GGN_CFLAGS)
 AC_SUBST(GGN_LIBS)
 
-AC_PATH_PROG(GST_INSPECT, gst-inspect-0.10, no)
+AC_PATH_PROG(GST_INSPECT, gst-inspect-1.0, no)
 if test x$GST_INSPECT = xno; then
     AC_MSG_ERROR([Could not find a gst-inspect in your PATH])
 fi
Index: gnome-gmail-notifier-0.10.1/src/ggn-audio.c
===================================================================
--- gnome-gmail-notifier-0.10.1.orig/src/ggn-audio.c
+++ gnome-gmail-notifier-0.10.1/src/ggn-audio.c
@@ -114,7 +114,7 @@ static void ggn_audio_pad_added (GstElem
   GstPad *sinkpad;
 
   /* get the dynamic pad for the end of the chain. */
-  sinkpad = gst_element_get_pad (convert, "sink");
+  sinkpad = gst_element_get_static_pad (convert, "sink");
 
   /* link the two pads together. */
   gst_pad_link (pad, sinkpad);
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to