diff options
Diffstat (limited to 'audio')
-rw-r--r-- | audio/transcribe/transcribe.SlackBuild | 15 | ||||
-rw-r--r-- | audio/transcribe/transcribe.info | 12 |
2 files changed, 8 insertions, 19 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 diff --git a/audio/transcribe/transcribe.info b/audio/transcribe/transcribe.info index 0c80185203..f0ab941d16 100644 --- a/audio/transcribe/transcribe.info +++ b/audio/transcribe/transcribe.info @@ -1,10 +1,10 @@ PRGNAM="transcribe" -VERSION="8.40" +VERSION="8.65" HOMEPAGE="http://www.seventhstring.com/" -DOWNLOAD="http://www.seventhstring.com/xscribe/downlinux32_old/xscsetup.tar.gz" -MD5SUM="06db3475e36287878326d4c7405795a5" -DOWNLOAD_x86_64="http://www.seventhstring.com/xscribe/downlinux64_old/xsc64setup.tar.gz" -MD5SUM_x86_64="5d9d27313b9b4797a85442506c75c116" -REQUIRES="libpng-legacy12" +DOWNLOAD="https://www.seventhstring.com/xscribe/downlinux32/xscsetup.tar.gz" +MD5SUM="ea24ecf7f66446642a35d82dd2828e4f" +DOWNLOAD_x86_64="https://www.seventhstring.com/xscribe/downlinux64/xsc64setup.tar.gz" +MD5SUM_x86_64="f817ae5bc54526175e8e066763689990" +REQUIRES="" MAINTAINER="B. Watson" EMAIL="yalhcru@gmail.com" |