new release

This commit is contained in:
Lennart Poettering 2009-01-21 21:25:47 +00:00
parent 01e3253ec0
commit 626caf6561
4 changed files with 14 additions and 43 deletions

View File

@ -1 +1 @@
libcanberra-0.10.tar.gz
libcanberra-0.11.tar.gz

View File

@ -1,30 +0,0 @@
From 5081594cb8cbb69fc282260388b2bb0164ce31dd Mon Sep 17 00:00:00 2001
From: Lennart Poettering <lennart@poettering.net>
Date: Sun, 14 Dec 2008 22:04:01 +0100
Subject: [PATCH] Run lc-l-s in "Application" phase of gnome-session
There is no need to make g-s wait for this lc-l-s when it plays the
welcome tune. Hence move it to "Application" phase instead of "Desktop"
phase.
This is a result of a discussion with Behdad Esfahbod to optimize the
login time.
---
src/libcanberra-login-sound.desktop.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/libcanberra-login-sound.desktop.in b/src/libcanberra-login-sound.desktop.in
index 5b4cf7f..9fcf357 100644
--- a/src/libcanberra-login-sound.desktop.in
+++ b/src/libcanberra-login-sound.desktop.in
@@ -4,6 +4,6 @@ Name=GNOME Login Sound
Exec=@bindir@/canberra-gtk-play --id="desktop-login" --description="GNOME Login"
OnlyShowIn=GNOME;
AutostartCondition=GNOME /desktop/gnome/sound/event_sounds
-X-GNOME-Autostart-Phase=Desktop
+X-GNOME-Autostart-Phase=Application
X-GNOME-Provides=login-sound
X-GNOME-Autostart-Notify=true
--
1.6.0.5

View File

@ -1,6 +1,6 @@
Name: libcanberra
Version: 0.10
Release: 4%{?dist}
Version: 0.11
Release: 5%{?dist}
Summary: Portable Sound Event Library
Group: System Environment/Libraries
Source0: http://0pointer.de/lennart/projects/libcanberra/libcanberra-%{version}.tar.gz
@ -18,7 +18,6 @@ BuildRequires: libtdb-devel
BuildRequires: GConf2-devel
Requires: sound-theme-freedesktop
Requires: pulseaudio-libs >= 0.9.11-1
Patch1: 0001-Run-lc-l-s-in-Application-phase-of-gnome-session.patch
%description
A small and lightweight implementation of the XDG Sound Theme Specification
@ -69,7 +68,6 @@ fi
%prep
%setup -q
%patch1 -p1 -b .0001-Run-lc-l-s-in-Application-phase-of-gnome-session
%build
%configure --disable-static --disable-rpath --enable-pulse --enable-alsa --enable-null --with-builtin=dso
@ -88,13 +86,13 @@ rm -rf $RPM_BUILD_ROOT
%defattr(-,root,root)
%doc README LGPL
%{_libdir}/libcanberra.so.*
%dir %{_libdir}/libcanberra
%{_libdir}/libcanberra/libcanberra-alsa.so
%{_libdir}/libcanberra/libcanberra-pulse.so
%{_libdir}/libcanberra/libcanberra-null.so
%{_libdir}/libcanberra/libcanberra-multi.so
%{_libdir}/libcanberra/libcanberra-oss.so
%{_libdir}/libcanberra/libcanberra-gstreamer.so
%dir %{_libdir}/libcanberra-%{version}
%{_libdir}/libcanberra-%{version}/libcanberra-alsa.so
%{_libdir}/libcanberra-%{version}/libcanberra-pulse.so
%{_libdir}/libcanberra-%{version}/libcanberra-null.so
%{_libdir}/libcanberra-%{version}/libcanberra-multi.so
%{_libdir}/libcanberra-%{version}/libcanberra-oss.so
%{_libdir}/libcanberra-%{version}/libcanberra-gstreamer.so
%files gtk2
%defattr(-,root,root)
@ -116,6 +114,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/pkgconfig/libcanberra.pc
%changelog
* Wed Jan 21 2009 Lennart Poettering <lpoetter@redhat.com> 0.11-1
- New version
* Sun Dec 14 2008 Lennart Poettering <lpoetter@redhat.com> 0.10-4
- Moved login sound to "Application" startup phase.

View File

@ -1 +1 @@
2623370bfcecaeecaeb85e5ec445f340 libcanberra-0.10.tar.gz
c661db14cb0b1fe9b6963defacc3bba6 libcanberra-0.11.tar.gz