From c1c6d83ef4710dc06d8134c3ef4c81bd1f5e53322d1da65a2e8ff3aca29f82f0 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 13 Mar 2013 23:21:03 +0000 Subject: [PATCH 1/2] Accepting request 159238 from home:posophe:branches:GNOME:Apps Update to 0.9.8 version Incompatible with versions < 12.3 Needed for Factory ( dropping gstreamer-0.10 ) OBS-URL: https://build.opensuse.org/request/show/159238 OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/audio-recorder?expand=0&rev=4 --- audio-recorder-0.9.1.tar.gz | 3 --- audio-recorder-0.9.8.tar.gz | 3 +++ audio-recorder.changes | 18 ++++++++++++++++++ audio-recorder.spec | 20 +++++++++----------- 4 files changed, 30 insertions(+), 14 deletions(-) delete mode 100644 audio-recorder-0.9.1.tar.gz create mode 100644 audio-recorder-0.9.8.tar.gz diff --git a/audio-recorder-0.9.1.tar.gz b/audio-recorder-0.9.1.tar.gz deleted file mode 100644 index 7fa292b..0000000 --- a/audio-recorder-0.9.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5dc7672d42ff6e5d16e3c96f099739a68f1ff9e7afefd95589a3b4502f80ad17 -size 5189223 diff --git a/audio-recorder-0.9.8.tar.gz b/audio-recorder-0.9.8.tar.gz new file mode 100644 index 0000000..8537d48 --- /dev/null +++ b/audio-recorder-0.9.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4ae35c234e07f1d21d8dfb91c51b7c5d7571fa39db12bf5beab39d718f0f571 +size 6389760 diff --git a/audio-recorder.changes b/audio-recorder.changes index fb8b64f..2e49247 100644 --- a/audio-recorder.changes +++ b/audio-recorder.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Wed Mar 13 21:23:23 UTC 2013 - p.drouand@gmail.com + +- Update to version 0.9.8: + * Fixed Audio-recorder could not find configuration values + (in dconf) and exited. bln#1074928 + * Trying to fix this by calling g_settings_schema_source_lookup() + with recursive=TRUE in dconf.c. +- Changes since version 0.9.7: + * A.r will now remember lastly used media-players (dbus-player.c). + * New/changed key in data/org.gnome.audio-recorder.gschema.xml. +- Changes since version 0.9.6: + * Moving to Gstreamer 1.0. +- Made some improvements to follow application changes: + * Drop GTK2 support for GTK3 + * Drop gconf2 support for Dconf + * Build with GStreamer-1.0 + ------------------------------------------------------------------- Sun Apr 29 07:45:37 UTC 2012 - badshah400@gmail.com diff --git a/audio-recorder.spec b/audio-recorder.spec index 989d8e0..fd87df1 100644 --- a/audio-recorder.spec +++ b/audio-recorder.spec @@ -1,7 +1,7 @@ # # spec file for package audio-recorder # -# Copyright (c) 2010 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 @@ -16,7 +16,7 @@ # Name: audio-recorder -Version: 0.9.1 +Version: 0.9.8 Release: 1 License: GPL-3.0 Summary: An audio recorder application for the GNOME 2/3 @@ -35,18 +35,16 @@ BuildRequires: intltool BuildRequires: libtool BuildRequires: pkgconfig(dbus-1) BuildRequires: pkgconfig(dbus-glib-1) -BuildRequires: pkgconfig(gconf-2.0) +BuildRequires: pkgconfig(dconf) BuildRequires: pkgconfig(glib-2.0) -BuildRequires: pkgconfig(gstreamer-0.10) -BuildRequires: pkgconfig(gstreamer-base-0.10) -BuildRequires: pkgconfig(gstreamer-interfaces-0.10) -BuildRequires: pkgconfig(gtk+-2.0) +BuildRequires: pkgconfig(gstreamer-1.0) +BuildRequires: pkgconfig(gtk+-3.0) BuildRequires: pkgconfig(libgnome-media-profiles-3.0) BuildRequires: pkgconfig(libpulse) -Requires: gstreamer-0_10-plugins-bad -Requires: gstreamer-0_10-plugins-base -Requires: gstreamer-0_10-plugins-good -Requires: gstreamer-0_10-plugins-ugly +Requires: gstreamer-plugins-bad +Requires: gstreamer-plugins-base +Requires: gstreamer-plugins-good +Requires: gstreamer-plugins-ugly Recommends: %{name}-lang BuildRoot: %{_tmppath}/%{name}-%{version}-build From 7f5ea68295e525b93300b1ae11669e31679730356662c7364e81b41df6c177e9 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 13 Mar 2013 23:34:58 +0000 Subject: [PATCH 2/2] cleanup OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/audio-recorder?expand=0&rev=5 --- ...-recorder-gio-gdesktopappinfo-header.patch | 13 ------ audio-recorder.changes | 43 +++++++++++++------ audio-recorder.spec | 12 ++---- 3 files changed, 34 insertions(+), 34 deletions(-) delete mode 100644 audio-recorder-gio-gdesktopappinfo-header.patch diff --git a/audio-recorder-gio-gdesktopappinfo-header.patch b/audio-recorder-gio-gdesktopappinfo-header.patch deleted file mode 100644 index 46bed83..0000000 --- a/audio-recorder-gio-gdesktopappinfo-header.patch +++ /dev/null @@ -1,13 +0,0 @@ -Index: audio-recorder/configure.in -=================================================================== ---- audio-recorder.orig/configure.in -+++ audio-recorder/configure.in -@@ -56,7 +56,7 @@ PKG_CHECK_MODULES(GLIB, glib-2.0 >= $GLI - AC_SUBST(GLIB_CFLAGS) - AC_SUBST(GLIB_LIBS) - --PKG_CHECK_MODULES(GIO, gio-2.0 >= $GLIB_REQUIRED) -+PKG_CHECK_MODULES(GIO, gio-unix-2.0 >= $GLIB_REQUIRED) - AC_SUBST(GIO_CFLAGS) - AC_SUBST(GIO_LIBS) - diff --git a/audio-recorder.changes b/audio-recorder.changes index 2e49247..576baa4 100644 --- a/audio-recorder.changes +++ b/audio-recorder.changes @@ -2,19 +2,36 @@ Wed Mar 13 21:23:23 UTC 2013 - p.drouand@gmail.com - Update to version 0.9.8: - * Fixed Audio-recorder could not find configuration values - (in dconf) and exited. bln#1074928 - * Trying to fix this by calling g_settings_schema_source_lookup() - with recursive=TRUE in dconf.c. -- Changes since version 0.9.7: - * A.r will now remember lastly used media-players (dbus-player.c). - * New/changed key in data/org.gnome.audio-recorder.gschema.xml. -- Changes since version 0.9.6: - * Moving to Gstreamer 1.0. -- Made some improvements to follow application changes: - * Drop GTK2 support for GTK3 - * Drop gconf2 support for Dconf - * Build with GStreamer-1.0 + + lp#1074928: Audio-recorder could not find configuration values + (in dconf) and exited. +- Changes from version 0.9.7: + + Audio-recorder will now remember lastly used media-players. + + New/changed key in data/org.gnome.audio-recorder.gschema.xml. +- Changes from version 0.9.5: + + Moving to Gstreamer 1.0. +- Changes from verion 0.9.4: + + Complete the port to GTK3. +- Changes from version 0.9.3: + + Improved timer and VAD-modules. + + Better gst-pipeline. +- Replace Requires and BuildRequires for GStreamer 1.0 port: + + Old BuildRequires: pkgconfig(gstreamer-0.10), + pkgconfig(gstreamer-base-0.10) and + pkgconfig(gstreamer-interfaces-0.10), + + Old Requires: gstreamer-0_10-plugins-bad, + gstreamer-0_10-plugins-base, gstreamer-0_10-plugins-good and + gstreamer-0_10-plugins-ugly + + New BuildRequires: pkgconfig(gstreamer-1.0) + + New Requires: gstreamer-plugins-bad, gstreamer-plugins-base, + gstreamer-plugins-good and gstreamer-plugins-ugly. +- Replace pkgconfig(gtk+-2.0) BuildRequires with + pkgconfig(gtk+-3.0), following upstream. +- Replace pkgconfig(gconf-2.0) BuildRequires with pkgconfig(dconf), + following upstreams port to GSettings. +- Drop audio-recorder-gio-gdesktopappinfo-header.patch: as it's + only applied on openSUSE <= 12.1, it became useless after the + port of audio-recorder to GStreamer 1.0, which only exists since + openSUSE 12.3. ------------------------------------------------------------------- Sun Apr 29 07:45:37 UTC 2012 - badshah400@gmail.com diff --git a/audio-recorder.spec b/audio-recorder.spec index fd87df1..a998418 100644 --- a/audio-recorder.spec +++ b/audio-recorder.spec @@ -15,18 +15,17 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: audio-recorder Version: 0.9.8 -Release: 1 -License: GPL-3.0 +Release: 0 Summary: An audio recorder application for the GNOME 2/3 -Url: https://launchpad.net/audio-recorder +License: GPL-3.0 Group: Productivity/Multimedia/Sound/Utilities +Url: https://launchpad.net/audio-recorder Source: https://launchpad.net/audio-recorder/trunk/version%{version}/+download/%{name}-%{version}.tar.gz # PATCH-FIX-OPENSUSE audio-recorder-correct-desktop-menu.patch badshah400@gmail.com -- Fixes the .desktop file by removing unity related tags from it. Patch0: audio-recorder-correct-desktop-menu.patch -# PATCH-FIX-UPSTREAM audio-recorder-gio-gdesktopappinfo-header.patch badshah400@gmail.com -- Use gio-unix-2.0 pkgconfig module so that the gdesktopappinfo.h header is correctly located. -Patch1: audio-recorder-gio-gdesktopappinfo-header.patch BuildRequires: autoconf BuildRequires: fdupes BuildRequires: gettext @@ -78,9 +77,6 @@ User can also control the recorder from command line with %prep %setup -q -n %{name} %patch0 -p1 -%if 0%{?suse_version} <= 1210 -%patch1 -p1 -%endif %build aclocal && autoconf && automake -a