forked from pool/libcanberra
Accepting request 136732 from GNOME:Factory
Pushing GNOME:Factory towards openSUSE:Factory OBS-URL: https://build.opensuse.org/request/show/136732 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcanberra?expand=0&rev=34
This commit is contained in:
commit
ef80576cb9
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:127a5ef07805856d63758e5180ebfb241d1f80094fd301c287591a15b8cfcd72
|
||||
size 315728
|
BIN
libcanberra-0.30.tar.xz
(Stored with Git LFS)
Normal file
BIN
libcanberra-0.30.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 25 11:52:28 UTC 2012 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 0.30:
|
||||
+ Minor bug fixes
|
||||
+ Explicitly require x11 for GTK linking
|
||||
+ Port to GStreamer 1.0.
|
||||
- Add pkgconfig(glib-2.0) BuildRequires so it can be versioned.
|
||||
- Add pkgconfig(x11) BuildRequires: new explicit dependency.
|
||||
- Drop libcanberra-gst10.patch: fixed upstream.
|
||||
- Drop libtool BuildRequires and call to ./autogen.sh: no patch
|
||||
requires bootstrapping.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 3 16:07:52 UTC 2012 - dimstar@opensuse.org
|
||||
|
||||
- Add libcanberra-gst10.patch: Port libcanberra to GStreamer 1.0.
|
||||
- Add libtool BuildRequires and call ./autogen.sh in build, as
|
||||
above patch touches the build system
|
||||
- Replace pkgconfig(gstreamer-0.10) BuildRequires with
|
||||
pkgconfig(gstreamer-1.0).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 2 19:19:56 UTC 2012 - dimstar@opensuse.org
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define build_gtk3 1
|
||||
|
||||
Name: libcanberra
|
||||
Version: 0.29
|
||||
Version: 0.30
|
||||
Release: 0
|
||||
Summary: Portable sound event library
|
||||
License: LGPL-2.0+
|
||||
@ -28,20 +28,22 @@ Url: http://0pointer.de/lennart/projects/libcanberra/
|
||||
Source: http://0pointer.de/lennart/projects/libcanberra/%{name}-%{version}.tar.xz
|
||||
Source1: libcanberra-gtk-module.sh
|
||||
Source99: baselibs.conf
|
||||
#PATCH-FIX-UPSTREAM libcanberra-multi-backend.patch bnc#753243 dimstar@opensuse.org -- Set the multi backend as default and allow it actually to work.
|
||||
#PATCH-FIX-UPSTREAM libcanberra-multi-backend.patch bnc#753243 fdo#51662 dimstar@opensuse.org -- Set the multi backend as default and allow it actually to work.
|
||||
Patch0: libcanberra-multi-backend.patch
|
||||
BuildRequires: gtk-doc
|
||||
BuildRequires: libltdl-devel
|
||||
BuildRequires: lynx
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: pkgconfig(alsa)
|
||||
BuildRequires: pkgconfig(gstreamer-0.10)
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.32
|
||||
BuildRequires: pkgconfig(gstreamer-1.0)
|
||||
BuildRequires: pkgconfig(gtk+-2.0)
|
||||
%if %build_gtk3
|
||||
BuildRequires: pkgconfig(gtk+-3.0)
|
||||
%endif
|
||||
BuildRequires: pkgconfig(libpulse) >= 0.9.11
|
||||
BuildRequires: pkgconfig(vorbisfile)
|
||||
BuildRequires: pkgconfig(x11)
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%define debug_package_requires libcanberra0 = %{version}-%{release}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user