[pulseaudio-commits] 2 commits - po/POTFILES.in src/Makefile.am

Arun Raghavan arun at kemper.freedesktop.org
Thu Jul 19 04:29:20 PDT 2012


 po/POTFILES.in  |    1 +
 src/Makefile.am |    1 +
 2 files changed, 2 insertions(+)

New commits:
commit 3f4c4ea7a6ba6b8f0a53f54ec17d983f9fbcbe11
Author: Arun Raghavan <arun.raghavan at collabora.co.uk>
Date:   Thu Jul 19 16:55:03 2012 +0530

    build: Fix distcheck failure on libwebrtc-util
    
    Without -avoid-version, libtool creates a libwebrtc-util.so.0 and
    libwebrtc-util.so.0.0.0 which are not cleaned up by make uninstall,
    which in turn causes make distcheck to fail.

diff --git a/src/Makefile.am b/src/Makefile.am
index 65b2743..63ad837 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1846,6 +1846,7 @@ modlibexec_LTLIBRARIES += libwebrtc-util.la
 libwebrtc_util_la_SOURCES = modules/echo-cancel/webrtc.cc
 libwebrtc_util_la_CXXFLAGS = $(AM_CXXFLAGS) $(SERVER_CFLAGS) $(WEBRTC_CFLAGS) -DHAVE_WEBRTC=1
 libwebrtc_util_la_LIBADD = $(WEBRTC_LIBS)
+libwebrtc_util_la_LDFLAGS = -avoid-version
 
 module_echo_cancel_la_CFLAGS += -DHAVE_WEBRTC=1
 module_echo_cancel_la_LIBADD += libwebrtc-util.la

commit 17576af2df908c2231c75b22cc67e5ab3a8c0baf
Author: Arun Raghavan <arun.raghavan at collabora.co.uk>
Date:   Thu Jul 19 16:40:49 2012 +0530

    i18n: module-coreaudio-device now has some translatable strings

diff --git a/po/POTFILES.in b/po/POTFILES.in
index 0b18ad4..c90c410 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -195,3 +195,4 @@ src/modules/module-equalizer-sink.c
 src/modules/module-filter-apply.c
 src/tests/resampler-test.c
 src/modules/module-virtual-surround-sink.c
+src/modules/macosx/module-coreaudio-device.c



More information about the pulseaudio-commits mailing list