head 1.2; access; symbols pkgsrc-2020Q3:1.1.0.4 pkgsrc-2020Q3-base:1.1 pkgsrc-2020Q2:1.1.0.2 pkgsrc-2020Q2-base:1.1; locks; strict; comment @# @; 1.2 date 2020.12.03.22.32.41; author nia; state dead; branches; next 1.1; commitid f78WhVKa3WFYDlyC; 1.1 date 2020.05.23.20.11.23; author rillig; state Exp; branches; next ; commitid Ia0V5ut0YvZd6p9C; desc @@ 1.2 log @qmmp: Update to 1.4.2 Version 1.4.1 * fixed NetBSD build * fixed 'jump to track' dialog delay * fixed feature to disable formats in the ffmpeg plugin * fixed some streams detection in the mpeg plugin * fixed losing of equalizer settings * fixed codec and bitrate displaying for IceCast streams * fixed playback startup detection in the mpris plugin * updated Russian translation * updated Dutch translation (Heimen Stoffels) * updated Galician translation (Delio Docampo Cordeiro) * updated Polish translation (mrerexx) * updated Portuguese translation (Sérgio Marques) * updated Spanish translation (Joel Barrios) * updated Turkish translation (abcmen) Version 1.4.2 * fixed playlist updating * fixed memory leak * fixed kwin support * fixed xing header parsing in the mpeg plugin * updated Greek translation (Dimitrios Glentadakis) @ text @$NetBSD: patch-src_plugins_Ui_skinned_scripts_kwin_sh,v 1.1 2020/05/23 20:11:23 rillig Exp $ Fix shell portability. --- src/plugins/Ui/skinned/scripts/kwin.sh.orig 2020-01-14 17:06:24.000000000 +0000 +++ src/plugins/Ui/skinned/scripts/kwin.sh 2020-05-15 05:39:14.852611863 +0000 @@@@ -19,10 +19,11 @@@@ do # find qmmp window rule in KWin match=`kreadconfig5 --file kwinrulesrc --group $i --key wmclass` - if [[ "${match,,}" = *"qmmp"* ]]; then + case $match in + *[Qq][Mm][Mm][Pp]*) found=$i break - fi + esac i=$((i+1)) done @ 1.1 log @audio/qmmp: fix shell portability @ text @d1 1 a1 1 $NetBSD$ @