Accepting request 151509 from home:dimstar:branches:GNOME:Factory
For 12.3: Do not build the gstreamer backed for libcanberra. Removes the gstreamer 1.0 binary inclusion in all gtk apps... thus greatly improving stability!) OBS-URL: https://build.opensuse.org/request/show/151509 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libcanberra?expand=0&rev=58
This commit is contained in:
parent
d6759fd852
commit
6e2a249ddb
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 6 15:38:50 UTC 2013 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Drop pkgconfig(gstreamer-1.0) BuildRequires: no longer build the
|
||||||
|
gstreamer backend. The default is PulseAudio, with a fallback to
|
||||||
|
alsa, which is sufficient. Helps against issues like bnc#800963.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 9 18:27:56 UTC 2012 - michael.meeks@suse.com
|
Fri Nov 9 18:27:56 UTC 2012 - michael.meeks@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libcanberra
|
# spec file for package libcanberra
|
||||||
#
|
#
|
||||||
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -38,7 +38,6 @@ BuildRequires: lynx
|
|||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
BuildRequires: pkgconfig(alsa)
|
BuildRequires: pkgconfig(alsa)
|
||||||
BuildRequires: pkgconfig(glib-2.0) >= 2.32
|
BuildRequires: pkgconfig(glib-2.0) >= 2.32
|
||||||
BuildRequires: pkgconfig(gstreamer-1.0)
|
|
||||||
BuildRequires: pkgconfig(gtk+-2.0)
|
BuildRequires: pkgconfig(gtk+-2.0)
|
||||||
%if %build_gtk3
|
%if %build_gtk3
|
||||||
BuildRequires: pkgconfig(gtk+-3.0)
|
BuildRequires: pkgconfig(gtk+-3.0)
|
||||||
@ -224,7 +223,6 @@ rm -rf %{buildroot}
|
|||||||
%{_libdir}/libcanberra.so.*
|
%{_libdir}/libcanberra.so.*
|
||||||
%dir %{_libdir}/libcanberra-%{version}
|
%dir %{_libdir}/libcanberra-%{version}
|
||||||
%{_libdir}/libcanberra-%{version}/libcanberra-alsa.so
|
%{_libdir}/libcanberra-%{version}/libcanberra-alsa.so
|
||||||
%{_libdir}/libcanberra-%{version}/libcanberra-gstreamer.so
|
|
||||||
%{_libdir}/libcanberra-%{version}/libcanberra-multi.so
|
%{_libdir}/libcanberra-%{version}/libcanberra-multi.so
|
||||||
%{_libdir}/libcanberra-%{version}/libcanberra-null.so
|
%{_libdir}/libcanberra-%{version}/libcanberra-null.so
|
||||||
%{_libdir}/libcanberra-%{version}/libcanberra-oss.so
|
%{_libdir}/libcanberra-%{version}/libcanberra-oss.so
|
||||||
|
Loading…
Reference in New Issue
Block a user