This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository pyhoca-gui. from 5c8bd28 Make the published applications menu tree more robust against unknown icon image types. new 8aa4026 Upgrade PulseAudio from 1.1 to 5.0-rev18 (Fixes: #533) 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 | 6 ++++++ pyhoca/wxgui/basepath.py | 4 ++-- setup.py | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/pyhoca-gui.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pyhoca-gui. commit 8aa40263bc94f4e596a303792ad96b3f0c331751 Author: Mike DePaulo <mikedep333@gmail.com> Date: Sat Jul 5 09:29:47 2014 -0400 Upgrade PulseAudio from 1.1 to 5.0-rev18 (Fixes: #533) --- debian/changelog | 6 ++++++ pyhoca/wxgui/basepath.py | 4 ++-- setup.py | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index b489363..16a060e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,6 @@ pyhoca-gui (0.5.0.0-0x2go1) UNRELEASED; urgency=low + [ Mike Gabriel ] * New upstream version (0.5.0.0): - Add X2Go Session Broker support. - Adapt to new backend concept found in Python X2Go (>= 0.5.0.0). @@ -68,6 +69,11 @@ pyhoca-gui (0.5.0.0-0x2go1) UNRELEASED; urgency=low * debian/control: + Add D (bin:package pyhoca-gui): python-cups. (Fixes: #460). + [ Mike DePaulo ] + * New upstream version (0.5.0.0): + - Upgrade PulseAudio from 1.1 to 5.0-rev18 from OBS. + Fixes choppy sound in Adobe Flash Player (Fixes: #533) + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Wed, 08 Jan 2014 21:28:37 +0100 pyhoca-gui (0.4.0.10-0x2go1) UNRELEASED; urgency=low diff --git a/pyhoca/wxgui/basepath.py b/pyhoca/wxgui/basepath.py index f259476..5c58807 100644 --- a/pyhoca/wxgui/basepath.py +++ b/pyhoca/wxgui/basepath.py @@ -31,7 +31,7 @@ def reload_base_paths(): else: _locale_location = os.path.join(_base_location, 'build', 'mo') _nxproxy_location = os.path.join(_base_location, '..', 'pyhoca-contrib', 'mswin', 'nxproxy-mswin', 'nxproxy.exe') - _pulseaudio_location = os.path.join(_base_location, '..', 'pyhoca-contrib', 'mswin', 'pulseaudio-mswin', 'pulseaudio-1.1', 'pulseaudio.exe') + _pulseaudio_location = os.path.join(_base_location, '..', 'pyhoca-contrib', 'mswin', 'pulseaudio-mswin', 'pulseaudio-5.0-rev18', 'pulseaudio.exe') else: if _X2GOCLIENT_OS == 'Windows': _base_location = os.path.abspath(os.path.curdir) @@ -57,4 +57,4 @@ def reload_base_paths(): global locale_basepath locale_basepath = _locale_location -reload_base_paths() \ No newline at end of file +reload_base_paths() diff --git a/setup.py b/setup.py index 2160144..f8ea22c 100755 --- a/setup.py +++ b/setup.py @@ -230,7 +230,7 @@ if platform.system() == 'Windows': dll_data_files = [("Microsoft.VC90.CRT", glob(r'..\\pyhoca-contrib\\mswin\\ms-vc-runtime\\*.*'))] nxproxy_files = [("nxproxy", glob(r'..\\pyhoca-contrib\\mswin\\nxproxy-mswin\\nxproxy-3.5.0.12\\*.*'))] - pulseaudio_files = [("pulseaudio", glob(r'..\\pyhoca-contrib\\mswin\\pulseaudio-mswin\\pulseaudio-1.1\\*.*'))] + pulseaudio_files = [("pulseaudio", glob(r'..\\pyhoca-contrib\\mswin\\pulseaudio-mswin\\pulseaudio-5.0-rev18\\*.*'))] xserver_files = datafilelist('vcxsrv', r'..\\pyhoca-contrib\\mswin\\vcxsrv-mswin\\vcxsrv-1.14.2.0') icon_files = datafilelist('icons\\PyHoca', r'icons\\PyHoca') -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/pyhoca-gui.git