diff options
author | B. Watson <yalhcru@gmail.com> | 2016-10-17 21:54:44 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-10-22 08:47:29 +0700 |
commit | 27d1fc8c225f0839ef9f1d372af72f942e5c8f74 (patch) | |
tree | 04d02533e4f4d4c557a11017db96a93f601328e3 /audio/transcribe/transcribe.SlackBuild | |
parent | ead7da872a36cf5180acef0eddd837665255a512 (diff) | |
download | slackbuilds-27d1fc8c225f0839ef9f1d372af72f942e5c8f74.tar.gz |
audio/transcribe: Updated for version 8.65.
Diffstat (limited to 'audio/transcribe/transcribe.SlackBuild')
-rw-r--r-- | audio/transcribe/transcribe.SlackBuild | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/audio/transcribe/transcribe.SlackBuild b/audio/transcribe/transcribe.SlackBuild index 5c95212f47..420bda1c37 100644 --- a/audio/transcribe/transcribe.SlackBuild +++ b/audio/transcribe/transcribe.SlackBuild @@ -24,20 +24,9 @@ # so be careful that $VERSION matches the actual version number (found # in Help/About) -# If you run transcribe from a terminal, you'll see: -# sh: lsb_release: command not found -# 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:-2} +VERSION=${VERSION:-8.65} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then |