diff options
author | B. Watson <yalhcru@gmail.com> | 2020-05-25 23:17:10 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-06-01 08:46:39 +0700 |
commit | 16027fe8c543f337c2482b7dc71d5a5ae9a0e53a (patch) | |
tree | bbd9e0093f05f678503ec35167288efd32c33831 /multimedia/straw-viewer/straw-viewer.SlackBuild | |
parent | 768d7de53e75d6f92895a32d09b79e3614472d28 (diff) | |
download | slackbuilds-16027fe8c543f337c2482b7dc71d5a5ae9a0e53a.tar.gz |
multimedia/straw-viewer: Updated for version 0.0.3+20200516_820ebc7.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 |