Hello community,

here is the log from the commit of package gnac for openSUSE:Factory checked in 
at 2015-04-27 13:05:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnac (Old)
 and      /work/SRC/openSUSE:Factory/.gnac.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnac"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnac/gnac.changes        2012-06-05 
15:31:22.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gnac.new/gnac.changes   2015-04-27 
13:05:27.000000000 +0200
@@ -1,0 +2,16 @@
+Fri Apr 24 12:44:53 UTC 2015 - dims...@opensuse.org
+
+- Port to GStreamer 1.0 (bgo#742683):
+  + Add gnac-gstreamer-1.0.patch.
+  + Replace pkgconfig(gstreamer*-0.10) with
+    pkgconfig(gstreamer*-1.0).
+  + Replace gstreamer-0_10-plugins-base and
+    gstreamer-0_10-plugins-good Requires with their GStreamer 1.0
+    counterparts: gstreamer-plugins-base and
+    gstreamer-plugins-good.
+  + Replace gstreamer-0_10-plugins-bad Recommends with
+    gstreamer-plugins-bad.
+- Add gnome-common BuildRequires and call to autoreconf and
+  intltoolize, as the above patch touches the build system.
+
+-------------------------------------------------------------------

New:
----
  gnac-gstreamer-1.0.patch

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

Other differences:
------------------
++++++ gnac.spec ++++++
--- /var/tmp/diff_new_pack.jG15Ty/_old  2015-04-27 13:05:27.000000000 +0200
+++ /var/tmp/diff_new_pack.jG15Ty/_new  2015-04-27 13:05:27.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gnac
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,23 +24,27 @@
 Group:          Productivity/Multimedia/Sound/Editors and Convertors
 Url:            http://gnac.sourceforge.net/
 Source:         
http://downloads.sourceforge.net/project/gnac/gnac/gnac-0.2.4.1/%{name}-%{version}.tar.bz2
+# PATCH-FIX-UPSTREAM gnac-gstreamer-1.0.patch bgo#742683 dims...@opensuse.org 
-- Port to GStreamer 1.0
+Patch0:         gnac-gstreamer-1.0.patch
 BuildRequires:  fdupes
+BuildRequires:  gnome-common
 BuildRequires:  gnome-doc-utils-devel
 BuildRequires:  intltool
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
-BuildRequires:  pkgconfig(gstreamer-0.10) >= 0.10.31
-BuildRequires:  pkgconfig(gstreamer-pbutils-0.10)
-BuildRequires:  pkgconfig(gstreamer-plugins-base-0.10) >= 0.10.31
-BuildRequires:  pkgconfig(gstreamer-tag-0.10)
+BuildRequires:  pkgconfig(gstreamer-1.0) >= 0.10.31
+BuildRequires:  pkgconfig(gstreamer-base-1.0)
+BuildRequires:  pkgconfig(gstreamer-pbutils-1.0)
+BuildRequires:  pkgconfig(gstreamer-plugins-base-1.0) >= 0.10.31
+BuildRequires:  pkgconfig(gstreamer-tag-1.0)
 BuildRequires:  pkgconfig(gtk+-3.0)
 BuildRequires:  pkgconfig(libnotify)
 BuildRequires:  pkgconfig(libxml-2.0)
 BuildRequires:  pkgconfig(unique-3.0)
-Requires:       gstreamer-0_10-plugins-base
-Requires:       gstreamer-0_10-plugins-good
+Requires:       gstreamer-plugins-base
+Requires:       gstreamer-plugins-good
 # Some supported formats are not in good
-Recommends:     gstreamer-0_10-plugins-bad
+Recommends:     gstreamer-plugins-bad
 Recommends:     %{name}-lang
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %glib2_gsettings_schema_requires
@@ -53,9 +57,12 @@
 %lang_package
 %prep
 %setup -q
+%patch0 -p1
 translation-update-upstream
 
 %build
+autoreconf -fiv
+intltoolize --force
 %configure
 %__make %{?_smp_mflags}
 

++++++ gnac-gstreamer-1.0.patch ++++++
++++ 1706 lines (skipped)


Reply via email to