forked from pool/libcanberra
Accepting request 19753 from GNOME:Factory
Copy from GNOME:Factory/libcanberra based on submit request 19753 from user vuntz OBS-URL: https://build.opensuse.org/request/show/19753 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcanberra?expand=0&rev=9
This commit is contained in:
parent
443402e9c9
commit
e1d829a5c1
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:95eab38f188c5f3feeb5a52126c06ae8aff830e89e41ebfafcae7770dd08484a
|
|
||||||
size 356359
|
|
3
libcanberra-0.16.tar.bz2
Normal file
3
libcanberra-0.16.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:56cb1216dabe0c4c918e2cfac3f218ad433d17a743784a1dde9be5e5a776de76
|
||||||
|
size 357618
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 27 16:46:02 CEST 2009 - vuntz@novell.com
|
||||||
|
|
||||||
|
- Update to version 0.16:
|
||||||
|
+ add description to autostart file
|
||||||
|
+ dso: quieten gcc a bit
|
||||||
|
+ implement ca_context_playing() call
|
||||||
|
+ vorbis: fix implicit channel map decoding master
|
||||||
|
- Use spec-cleaner script to split BuildRequires/Requires lines,
|
||||||
|
and reorder the preamble.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 5 11:54:06 CEST 2009 - vuntz@novell.com
|
Wed Aug 5 11:54:06 CEST 2009 - vuntz@novell.com
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libcanberra (Version 0.15)
|
# spec file for package libcanberra (Version 0.16)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -15,19 +15,26 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
|
||||||
|
|
||||||
|
|
||||||
Name: libcanberra
|
Name: libcanberra
|
||||||
Summary: Portable sound event library
|
Version: 0.16
|
||||||
BuildRequires: alsa-devel gconf2-devel gstreamer-0_10-devel gtk-doc gtk2-devel libpulse-devel >= 0.9.11 libvorbis-devel lynx update-desktop-files
|
|
||||||
Url: http://0pointer.de/lennart/projects/libcanberra/
|
|
||||||
License: LGPL v2.0 or later
|
|
||||||
Version: 0.15
|
|
||||||
Release: 1
|
Release: 1
|
||||||
|
License: LGPL v2.0 or later
|
||||||
|
Summary: Portable sound event library
|
||||||
|
Url: http://0pointer.de/lennart/projects/libcanberra/
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Source: libcanberra-%{version}.tar.bz2
|
Source: libcanberra-%{version}.tar.bz2
|
||||||
Source1: libcanberra-gtk-module.sh
|
Source1: libcanberra-gtk-module.sh
|
||||||
|
BuildRequires: alsa-devel
|
||||||
|
BuildRequires: gconf2-devel
|
||||||
|
BuildRequires: gstreamer-0_10-devel
|
||||||
|
BuildRequires: gtk-doc
|
||||||
|
BuildRequires: gtk2-devel
|
||||||
|
BuildRequires: libpulse-devel >= 0.9.11
|
||||||
|
BuildRequires: libvorbis-devel
|
||||||
|
BuildRequires: lynx
|
||||||
|
BuildRequires: update-desktop-files
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%define debug_package_requires libcanberra0 = %{version}-%{release}
|
%define debug_package_requires libcanberra0 = %{version}-%{release}
|
||||||
|
|
||||||
@ -35,8 +42,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|||||||
License: LGPL v2.0 or later
|
License: LGPL v2.0 or later
|
||||||
Summary: Portable sound event library
|
Summary: Portable sound event library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Requires: sound-theme-freedesktop
|
|
||||||
Requires: libpulse0 >= 0.9.11
|
Requires: libpulse0 >= 0.9.11
|
||||||
|
Requires: sound-theme-freedesktop
|
||||||
|
|
||||||
%description
|
%description
|
||||||
libcanberra is an implementation of the XDG Sound Theme and Name
|
libcanberra is an implementation of the XDG Sound Theme and Name
|
||||||
@ -46,11 +53,9 @@ designed to be portable. It consists of the following parts:
|
|||||||
|
|
||||||
1. 1. libcanberra: the main library
|
1. 1. libcanberra: the main library
|
||||||
|
|
||||||
|
|
||||||
2. 2. libcanberra-gtk: some glue code to make it easier to use
|
2. 2. libcanberra-gtk: some glue code to make it easier to use
|
||||||
libcanberra from Gtk+ applications
|
libcanberra from Gtk+ applications
|
||||||
|
|
||||||
|
|
||||||
3. 3. libcanberra-gtk-module: a Gtk+ module that uses libcanberra-gtk to
|
3. 3. libcanberra-gtk-module: a Gtk+ module that uses libcanberra-gtk to
|
||||||
trigger input feedback event sounds
|
trigger input feedback event sounds
|
||||||
|
|
||||||
@ -62,11 +67,9 @@ designed to be portable. It consists of the following parts:
|
|||||||
|
|
||||||
1. 1. libcanberra: the main library
|
1. 1. libcanberra: the main library
|
||||||
|
|
||||||
|
|
||||||
2. 2. libcanberra-gtk: some glue code to make it easier to use
|
2. 2. libcanberra-gtk: some glue code to make it easier to use
|
||||||
libcanberra from Gtk+ applications
|
libcanberra from Gtk+ applications
|
||||||
|
|
||||||
|
|
||||||
3. 3. libcanberra-gtk-module: a Gtk+ module that uses libcanberra-gtk to
|
3. 3. libcanberra-gtk-module: a Gtk+ module that uses libcanberra-gtk to
|
||||||
trigger input feedback event sounds
|
trigger input feedback event sounds
|
||||||
|
|
||||||
@ -84,11 +87,9 @@ designed to be portable. It consists of the following parts:
|
|||||||
|
|
||||||
1. 1. libcanberra: the main library
|
1. 1. libcanberra: the main library
|
||||||
|
|
||||||
|
|
||||||
2. 2. libcanberra-gtk: some glue code to make it easier to use
|
2. 2. libcanberra-gtk: some glue code to make it easier to use
|
||||||
libcanberra from Gtk+ applications
|
libcanberra from Gtk+ applications
|
||||||
|
|
||||||
|
|
||||||
3. 3. libcanberra-gtk-module: a Gtk+ module that uses libcanberra-gtk to
|
3. 3. libcanberra-gtk-module: a Gtk+ module that uses libcanberra-gtk to
|
||||||
trigger input feedback event sounds
|
trigger input feedback event sounds
|
||||||
|
|
||||||
@ -107,11 +108,9 @@ designed to be portable. It consists of the following parts:
|
|||||||
|
|
||||||
1. 1. libcanberra: the main library
|
1. 1. libcanberra: the main library
|
||||||
|
|
||||||
|
|
||||||
2. 2. libcanberra-gtk: some glue code to make it easier to use
|
2. 2. libcanberra-gtk: some glue code to make it easier to use
|
||||||
libcanberra from Gtk+ applications
|
libcanberra from Gtk+ applications
|
||||||
|
|
||||||
|
|
||||||
3. 3. libcanberra-gtk-module: a Gtk+ module that uses libcanberra-gtk to
|
3. 3. libcanberra-gtk-module: a Gtk+ module that uses libcanberra-gtk to
|
||||||
trigger input feedback event sounds
|
trigger input feedback event sounds
|
||||||
|
|
||||||
@ -119,10 +118,10 @@ trigger input feedback event sounds
|
|||||||
License: LGPL v2.0 or later
|
License: LGPL v2.0 or later
|
||||||
Summary: Portable sound event library
|
Summary: Portable sound event library
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: libcanberra0 = %{version}
|
|
||||||
Requires: libcanberra-gtk0 = %{version}
|
|
||||||
Requires: gtk-doc
|
Requires: gtk-doc
|
||||||
Requires: gtk2-devel
|
Requires: gtk2-devel
|
||||||
|
Requires: libcanberra-gtk0 = %{version}
|
||||||
|
Requires: libcanberra0 = %{version}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
libcanberra is an implementation of the XDG Sound Theme and Name
|
libcanberra is an implementation of the XDG Sound Theme and Name
|
||||||
@ -132,11 +131,9 @@ designed to be portable. It consists of the following parts:
|
|||||||
|
|
||||||
1. 1. libcanberra: the main library
|
1. 1. libcanberra: the main library
|
||||||
|
|
||||||
|
|
||||||
2. 2. libcanberra-gtk: some glue code to make it easier to use
|
2. 2. libcanberra-gtk: some glue code to make it easier to use
|
||||||
libcanberra from Gtk+ applications
|
libcanberra from Gtk+ applications
|
||||||
|
|
||||||
|
|
||||||
3. 3. libcanberra-gtk-module: a Gtk+ module that uses libcanberra-gtk to
|
3. 3. libcanberra-gtk-module: a Gtk+ module that uses libcanberra-gtk to
|
||||||
trigger input feedback event sounds
|
trigger input feedback event sounds
|
||||||
|
|
||||||
@ -149,14 +146,14 @@ trigger input feedback event sounds
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%makeinstall
|
%makeinstall
|
||||||
%suse_update_desktop_file $RPM_BUILD_ROOT%{_datadir}/gnome/autostart/libcanberra-login-sound.desktop
|
%suse_update_desktop_file %{buildroot}%{_datadir}/gnome/autostart/libcanberra-login-sound.desktop
|
||||||
find $RPM_BUILD_ROOT \( -name *.a -o -name *.la \) -exec rm {} \;
|
find %{buildroot} \( -name *.a -o -name *.la \) -exec rm {} \;
|
||||||
install -D -m755 %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/X11/xinit/xinitrc.d/libcanberra-gtk-module.sh
|
install -D -m755 %{SOURCE1} %{buildroot}%{_sysconfdir}/X11/xinit/xinitrc.d/libcanberra-gtk-module.sh
|
||||||
rm $RPM_BUILD_ROOT%{_datadir}/doc/libcanberra/README
|
rm %{buildroot}%{_datadir}/doc/libcanberra/README
|
||||||
%find_gconf_schemas
|
%find_gconf_schemas
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf %{buildroot}
|
||||||
|
|
||||||
%post -n libcanberra0 -p /sbin/ldconfig
|
%post -n libcanberra0 -p /sbin/ldconfig
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user