From 099557a3615ae71aaf3cf236262b8d0b1fb2b60f953f47f0d1cd79e9fd5336c2 Mon Sep 17 00:00:00 2001 From: Alexei Sorokin Date: Fri, 4 Sep 2015 16:04:59 +0000 Subject: [PATCH] Accepting request 329148 from home:altesholz:branches:multimedia:apps Enabling the equalizer failed due to some wrong quotes in patch 0008-fix-locale-issues.patch: $ pulseaudio-equalizer-gtk Getting settings... ls: cannot access /home/holz/.config/pulse/presets/*.preset: No such file or directory Applying settings... Disabling persistence... Current operation: saving configuration (disable-config) ------------------------------------- Equalizer setting saved (disable-config). ------------------------------------- Enabling... PulseAudio Equalizer/LADSPA Processor 2.7 (05/02/2010) ------------------------------------- Current operation: disabling equalizer ------------------------------------- Unloading & reloading stream-restore module... Unloading module-ladspa-sink... Moving active PulseAudio clients to ALSA sink (alsa_output.pci-0000_0a_04.0.analog-stereo)... /usr/bin/pulseaudio-equalizer: line 356: module-stream-restore: No such file or directory iconv: error while closing output file: Broken pipe /usr/bin/pulseaudio-equalizer: line 376: s/: No such file or directory /usr/bin/pulseaudio-equalizer: line 399: s/: No such file or directory ------------------------------------- Equalizer status: [disabled] Equalizer configuration status: [disabled] ------------------------------------- OBS-URL: https://build.opensuse.org/request/show/329148 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/pulseaudio-equalizer?expand=0&rev=8 --- 0008-fix-locale-issues.patch | 4 ++-- pulseaudio-equalizer.changes | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/0008-fix-locale-issues.patch b/0008-fix-locale-issues.patch index 283e319..2fb2471 100644 --- a/0008-fix-locale-issues.patch +++ b/0008-fix-locale-issues.patch @@ -51,7 +51,7 @@ diff -aur a/usr/bin/pulseaudio-equalizer b/usr/bin/pulseaudio-equalizer # Move active client sinks to ALSA sink echo "Moving active PulseAudio clients to ALSA sink ($PA_MASTER_SINK)..." - echo >>/tmp/eqcommands.sh "$(pacmd "list-sink-inputs" | grep 'index: ' | sed 's/ index: /move-sink-input /g' | sed "s/$/ $PA_MASTER_SINK/g")" -+ echo >>/tmp/eqcommands.sh "$(pacmd "list-sink-inputs" | iconv -c -t ascii | sed -e '/index: /!d;s/ index: /move-sink-input /g;s/$/ $PA_MASTER_SINK/g")" ++ echo >>/tmp/eqcommands.sh "$(pacmd "list-sink-inputs" | iconv -c -t ascii | sed -e '/index: /!d;s/ index: /move-sink-input /g;s/$/ $PA_MASTER_SINK/g')" # Transfer current mute/sink volume to ALSA sink echo "Transferring current mute ($PA_CURRENT_MUTE) & volume ($PA_CURRENT_VOLUME%) to ALSA sink ($PA_MASTER_SINK)..." @@ -69,7 +69,7 @@ diff -aur a/usr/bin/pulseaudio-equalizer b/usr/bin/pulseaudio-equalizer # Move currently active client sinks to LADSPA sink echo "Moving active PulseAudio clients to LADSPA sink ($PA_LADSPA_SINK)..." - echo >>/tmp/eqcommands.sh "$(pacmd "list-sink-inputs" | grep 'index: ' | sed 's/ index: /move-sink-input /g' | sed "s/$/ $PA_LADSPA_SINK/g")" -+ echo >>/tmp/eqcommands.sh "$(pacmd "list-sink-inputs" | iconv -c -t ascii | sed -e '/index: /!d;s/ index: /move-sink-input /g' | sed "s/$/ $PA_LADSPA_SINK/g')" ++ echo >>/tmp/eqcommands.sh "$(pacmd "list-sink-inputs" | iconv -c -t ascii | sed -e '/index: /!d;s/ index: /move-sink-input /g' | sed 's/$/ $PA_LADSPA_SINK/g')" # Execute all queued commands (for potential speed benefit)... pacmd /dev/null diff --git a/pulseaudio-equalizer.changes b/pulseaudio-equalizer.changes index 045ccf3..493ee9e 100644 --- a/pulseaudio-equalizer.changes +++ b/pulseaudio-equalizer.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Sep 4 14:47:08 UTC 2015 - altesholz@gmail.com + +- Some quotes in patch 0008-fix-locale-issues.patch were wrong: ' instead of " and the other way around. + ------------------------------------------------------------------- Wed Apr 29 21:12:32 UTC 2015 - sor.alexei@meowr.ru