This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goclient. from 2579c87 debian/changelog: add bug closure for #1307. new a2d0a0b macbuild.sh: switch to bundling PulseAudio 12.1 since it's now available in MacPorts. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: debian/changelog | 2 ++ macbuild.sh | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goclient. commit a2d0a0b684c1576bb681539d770a894e242675ad Author: Mihai Moldovan <ionic@ionic.de> Date: Tue Jul 17 22:32:45 2018 +0200 macbuild.sh: switch to bundling PulseAudio 12.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 3cd2915..5e22cd3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,8 @@ x2goclient (4.1.2.2-0x2go1) UNRELEASED; urgency=medium * New upstream version (4.1.2.2): - src/printwidget.cpp: add QButtonGroup include, fixes compile errors with Qt 5.11+. Fixes: #1307. + - macbuild.sh: switch to bundling PulseAudio 12.1 since it's now available + in MacPorts. -- X2Go Release Manager <git-admin@x2go.org> Tue, 26 Jun 2018 00:39:28 +0200 diff --git a/macbuild.sh b/macbuild.sh index 9aaf73e..76f9d0b 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-11.1" + "pulse-12.1" "pulseaudio" ) RESOURCE_FILES=( "audio/startup.wav" ) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git