1
0

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
This commit is contained in:
Dominique Leuenberger 2013-03-13 23:21:03 +00:00 committed by Git OBS Bridge
parent 832b367be9
commit c1c6d83ef4
4 changed files with 30 additions and 14 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5dc7672d42ff6e5d16e3c96f099739a68f1ff9e7afefd95589a3b4502f80ad17
size 5189223

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b4ae35c234e07f1d21d8dfb91c51b7c5d7571fa39db12bf5beab39d718f0f571
size 6389760

View File

@ -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

View File

@ -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