This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goclient. from 1e9d573 Second update round of Czech translation + add it to x2goclient.pro. new 5a70b2d macbuild.sh: switch to bundling PulseAudio 12.2 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 5a70b2d3f4f56b9589912247227780c4c05a91bf Author: Mihai Moldovan <ionic@ionic.de> Date: Thu Jan 24 11:10:25 2019 +0100 macbuild.sh: switch to bundling PulseAudio 12.2 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 d7b08e4..902c960 100644 --- a/debian/changelog +++ b/debian/changelog @@ -40,6 +40,8 @@ x2goclient (4.1.2.2-0x2go1) UNRELEASED; urgency=medium section being the general fallback. - x2goclient.pro: fix quoting issue in system() call. Qmake's quoting rules are really weird. + - macbuild.sh: switch to bundling PulseAudio 12.2 since it's now available + in MacPorts. * debian/control: + Add build-depend on pkg-config. * x2goclient.spec: diff --git a/macbuild.sh b/macbuild.sh index 76f9d0b..f73bb18 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-12.1" + "pulse-12.2" "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