This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goclient. commit 126719a563916aa981fb736db4642eac3cc5f8b4 Author: Mihai Moldovan <ionic@ionic.de> Date: Sun Nov 5 13:57:55 2017 +0100 macbuild.sh: switch to bundling PulseAudio 11.1 since it's now available in MacPorts. --- debian/changelog | 2 ++ macbuild.sh | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 6e39042..eff0422 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,8 @@ x2goclient (4.1.1.1-0x2go1) UNRELEASED; urgency=medium * New upstream version (4.1.1.1): - src/pulsemanager.cpp: print out PA --version output as a debug message. - macbuild.sh: also bundle xauth binary as nxauth binary. + - macbuild.sh: switch to bundling PulseAudio 11.1 since it's now available + in MacPorts. -- X2Go Release Manager <git-admin@x2go.org> Sun, 29 Oct 2017 11:44:44 +0100 diff --git a/macbuild.sh b/macbuild.sh index 2204bb1..9aaf73e 100755 --- a/macbuild.sh +++ b/macbuild.sh @@ -179,7 +179,7 @@ NXAUTH="xauth" PULSEAUDIO_BINARIES=( "pulseaudio" "esdcompat" "pacat" "pacmd" "pactl" "pamon" "paplay" "parec" "parecord" "pasuspender" ) PULSEAUDIO_LIBRARIES=( "libpulse-simple.0.dylib" - "pulse-10.0" + "pulse-11.1" "pulseaudio" ) RESOURCE_FILES=( "audio/startup.wav" ) -- Alioth's /srv/git/code.x2go.org/x2goclient.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git