This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goclient. from 50cb6c6 src/onmainwindow.cpp: also remove proxy "host:port" parsing at connect time. Fixes: #1418. new fc45ceb macbuild.sh: switch to bundling PulseAudio 13.0 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 fc45ceba457170d0bd803076876512f64ea9a144 Author: Mihai Moldovan <ionic@ionic.de> Date: Thu Dec 5 10:57:45 2019 +0100 macbuild.sh: switch to bundling PulseAudio 13.0 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 0ee9918..c73a939 100644 --- a/debian/changelog +++ b/debian/changelog @@ -128,6 +128,8 @@ x2goclient (4.1.2.2-0x2go1) UNRELEASED; urgency=medium arbitrary address parser. Too much effort for little gain. - src/onmainwindow.cpp: also remove proxy "host:port" parsing at connect time. Fixes: #1418. + - macbuild.sh: switch to bundling PulseAudio 13.0 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 f73bb18..1a5cb94 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.2" + "pulse-13.0" "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