diff options
Diffstat (limited to 'multimedia/straw-viewer/straw-viewer.SlackBuild')
-rw-r--r-- | multimedia/straw-viewer/straw-viewer.SlackBuild | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/multimedia/straw-viewer/straw-viewer.SlackBuild b/multimedia/straw-viewer/straw-viewer.SlackBuild index 7ac1fee7a9..953b339045 100644 --- a/multimedia/straw-viewer/straw-viewer.SlackBuild +++ b/multimedia/straw-viewer/straw-viewer.SlackBuild @@ -6,6 +6,11 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20200525 bkw: +# - update to latest git. +# - add patch to re-enable mplayer. +# - add note in README about new --api-host option. + # 20200310 bkw: update to not-quite-latest git. Next commit after 9089523 # removes mplayer support, which kinda sucks for Slackware users since # mplayer ships with the OS (but mpv and vlc don't). My next update will @@ -17,7 +22,7 @@ # issues that have been fixed. PRGNAM=straw-viewer -VERSION=${VERSION:-0.0.2+20200307_9089523} +VERSION=${VERSION:-0.0.3+20200516_820ebc7} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -76,6 +81,12 @@ esac echo "=== GTK=$GTK BUILD_GTK=$BUILD_GTK GTKOPT=$GTKOPT" +# 20200525 bkw: Upstream removed mplayer support because it's flaky. +# That's as may be, but mplayer is included in core Slackware and the +# other players aren't. So we'll give the user the option to at least +# try it. Patch made with: git diff 9c9bbdf4..9089523 +patch -p1 < $CWD/restore_mplayer.diff + # 20200228 bkw: upstream claims gtk+3-3.20 is required, but everything # actually works fine with 14.2's 3.18. So: sed -i 's,"3.20","3.18",' share/gtk-$PRGNAM.glade |