[X2Go-Commits] [x2goclient] 01/01: macbuild.sh: switch to bundling PulseAudio 10.0 since it's now available in MacPorts.

git-admin at x2go.org git-admin at x2go.org
Mon Jan 23 11:09:06 CET 2017


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository x2goclient.

commit 2120fa94f383e24beb479621e13198bc80e588a4
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Mon Jan 23 10:09:12 2017 +0100

    macbuild.sh: switch to bundling PulseAudio 10.0 since it's now available in MacPorts.
---
 debian/changelog |    2 ++
 macbuild.sh      |    6 +++---
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 4c77d47..d9d2a5d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -545,6 +545,8 @@ x2goclient (4.1.0.0-0x2go1) UNRELEASED; urgency=medium
     - res/i18n/x2goclient_fr.ts: fixup French translation file.
     - res/i18n/x2goclient_sv.ts: fixup Swedish translation file a little bit
       and add comments/requests for re-translations for the next time.
+    - macbuild.sh: switch to bundling PulseAudio 10.0 since it's now available
+      in MacPorts.
 
   [ Bernard Cafarelli ]
   * New upstream version (4.1.0.0):
diff --git a/macbuild.sh b/macbuild.sh
index 69e342d..e59db97 100755
--- a/macbuild.sh
+++ b/macbuild.sh
@@ -178,13 +178,13 @@ NXPROXY="nxproxy"
 PULSEAUDIO_BINARIES=( "pulseaudio" "esdcompat" "pacat" "pacmd"      "pactl"
                       "pamon"      "paplay"    "parec" "parecord"   "pasuspender" )
 PULSEAUDIO_LIBRARIES=( "libpulse-simple.0.dylib"
-                       "pulse-9.0"
+                       "pulse-10.0"
                        "pulseaudio" )
 RESOURCE_FILES=( "audio/startup.wav" )
 
 typeset -a special_files_regex
-special_files_regex+=( "pulseaudio/libpulsecommon-[0-9]\.[0-9]\.dylib"
-                       "pulseaudio/libpulsecore-[0-9]\.[0-9]\.dylib"   )
+special_files_regex+=( "pulseaudio/libpulsecommon-[0-9]+\.[0-9]+\.dylib"
+                       "pulseaudio/libpulsecore-[0-9]+\.[0-9]+\.dylib"   )
 
 typeset -r dependency_base_format='@executable_path/../Frameworks/'
 

--
Alioth's /srv/git/code.x2go.org/x2goclient.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git


More information about the x2go-commits mailing list