[pulseaudio-commits] [SCM] PulseAudio Sound Server branch, stable-queue, updated. v0.9.21-118-g70f69ac

Lennart Poettering gitmailer-noreply at 0pointer.de
Thu Nov 25 17:41:36 PST 2010


This is an automated email from the git hooks/post-receive script. It was
generated because of a push to the "PulseAudio Sound Server" repository.

The stable-queue branch has been updated
      from  3a67ddeae70820d0d12badd284b243c36fb0d6c3 (commit)

- Log -----------------------------------------------------------------
70f69ac build-sys: simplify things for building on fedora
1af3253 i18n: update POTFILES.in
-----------------------------------------------------------------------

Summary of changes:
 Makefile.am    |    3 ++-
 po/POTFILES.in |    1 +
 2 files changed, 3 insertions(+), 1 deletions(-)

-----------------------------------------------------------------------

commit 1af3253f05e1c889c6d8edc109582c16a5ffd84f
Author: Lennart Poettering <lennart at poettering.net>
Date:   Fri Nov 26 01:58:46 2010 +0100

    i18n: update POTFILES.in

diff --git a/po/POTFILES.in b/po/POTFILES.in
index 0bf7087..e661bfe 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -153,6 +153,7 @@ src/daemon/dumpmodules.c
 src/daemon/daemon-conf.c
 src/daemon/caps.c
 src/daemon/pulseaudio.desktop.in
+src/daemon/pulseaudio-kde.desktop.in
 src/pulse/channelmap.c
 src/pulse/error.c
 src/pulse/proplist.c

commit 70f69ac519981d50d1242a0eefb703dcef5615ab
Author: Lennart Poettering <lennart at poettering.net>
Date:   Fri Nov 26 02:08:21 2010 +0100

    build-sys: simplify things for building on fedora

diff --git a/Makefile.am b/Makefile.am
index 2713c0a..5385bf3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -55,6 +55,7 @@ homepage: all dist doxygen
 	test -d $$HOME/homepage/private
 	mkdir -p $$HOME/homepage/private/projects/pulseaudio $$HOME/homepage/private/projects/pulseaudio/doxygen
 	cp pulseaudio- at PACKAGE_VERSION@.tar.gz $$HOME/homepage/private/projects/pulseaudio
+	cp pulseaudio- at PACKAGE_VERSION@.tar.gz $$HOME/git.fedora/pulseaudio
 	cp -a doxygen/html/* $$HOME/homepage/private/projects/pulseaudio/doxygen
 
 doxygen:
@@ -67,7 +68,7 @@ untabify:
 	find \( -name '*.c' -o -name '*.h' \) -exec perl -i -pe 's/\t/        /g;' \{\} \;
 
 fedora-snapshot: dist
-	cp $(distdir).tar.gz $$HOME/cvs.fedora/pulseaudio/devel/$(distdir).tar.gz
+	cp $(distdir).tar.gz $$HOME/git.fedora/pulseaudio/$(distdir).tar.gz
 
 dist-hook:
 	if test -d .git ; then \

-- 
hooks/post-receive
PulseAudio Sound Server



More information about the pulseaudio-commits mailing list