diff options
author | B. Watson <yalhcru@gmail.com> | 2016-08-03 05:10:23 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-08-13 07:22:55 +0700 |
commit | b3152e52d37275a1e5970df36af1abc9d01be47b (patch) | |
tree | 35122840d3f3f7be0b4d9f302284fcd18e13772e /audio/transcribe/transcribe.SlackBuild | |
parent | 266a2b3297a13fd958be7076a4b2f78726ab3d0f (diff) | |
download | slackbuilds-b3152e52d37275a1e5970df36af1abc9d01be47b.tar.gz |
audio/transcribe: Fix DOWNLOAD, add libpng-legacy12 to REQUIRES.
Diffstat (limited to 'audio/transcribe/transcribe.SlackBuild')
-rw-r--r-- | audio/transcribe/transcribe.SlackBuild | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/transcribe/transcribe.SlackBuild b/audio/transcribe/transcribe.SlackBuild index 5a7b510167..257dc452ba 100644 --- a/audio/transcribe/transcribe.SlackBuild +++ b/audio/transcribe/transcribe.SlackBuild @@ -29,9 +29,15 @@ # These errors don't seem to actually cause any harm (app runs fine), but # I don't want to try to suppress them in the wrapper script either. +# Yes, this is an older release of Transcribe! The 8.61 release fails +# to run on Slackware 14.2, with this message: +# ./transcribe: symbol lookup error: ./transcribe: undefined symbol: gdk_wayland_display_get_type +# Possibly installing wayland would fix this, but that's a project +# for another day. + PRGNAM=transcribe VERSION=${VERSION:-8.40} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then |