From b3152e52d37275a1e5970df36af1abc9d01be47b Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Wed, 3 Aug 2016 05:10:23 -0400 Subject: audio/transcribe: Fix DOWNLOAD, add libpng-legacy12 to REQUIRES. --- audio/transcribe/transcribe.SlackBuild | 8 +++++++- audio/transcribe/transcribe.info | 6 +++--- 2 files changed, 10 insertions(+), 4 deletions(-) (limited to 'audio') 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 diff --git a/audio/transcribe/transcribe.info b/audio/transcribe/transcribe.info index 044ea5cc56..0c80185203 100644 --- a/audio/transcribe/transcribe.info +++ b/audio/transcribe/transcribe.info @@ -1,10 +1,10 @@ PRGNAM="transcribe" VERSION="8.40" HOMEPAGE="http://www.seventhstring.com/" -DOWNLOAD="http://www.seventhstring.com/xscribe/downlinux/xscsetup.tar.gz" +DOWNLOAD="http://www.seventhstring.com/xscribe/downlinux32_old/xscsetup.tar.gz" MD5SUM="06db3475e36287878326d4c7405795a5" -DOWNLOAD_x86_64="http://www.seventhstring.com/xscribe/downlinux64/xsc64setup.tar.gz" +DOWNLOAD_x86_64="http://www.seventhstring.com/xscribe/downlinux64_old/xsc64setup.tar.gz" MD5SUM_x86_64="5d9d27313b9b4797a85442506c75c116" -REQUIRES="" +REQUIRES="libpng-legacy12" MAINTAINER="B. Watson" EMAIL="yalhcru@gmail.com" -- cgit v1.2.3