mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-26 22:06:35 +01:00
audio/transcribe: Updated for version 8.70.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
953736c6f1
commit
d8d0b10019
2 changed files with 10 additions and 4 deletions
|
@ -25,7 +25,7 @@
|
|||
# in Help/About)
|
||||
|
||||
PRGNAM=transcribe
|
||||
VERSION=${VERSION:-8.65}
|
||||
VERSION=${VERSION:-8.70}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -84,6 +84,12 @@ install -oroot -groot -m0644 readme_gtk.html $PKG/usr/doc/$PRGNAM-$VERSION/
|
|||
install -oroot -groot -m0644 gtkicons/xsc128x128.png $PKG/usr/share/pixmaps/
|
||||
install -oroot -groot -m0755 $PRGNAM.sh $PKG/usr/bin/$PRGNAM
|
||||
|
||||
# Starting with v8.70, a gstreamer plugin is included.
|
||||
if [ -e libgstvideosection.so ]; then
|
||||
mkdir -p $PKG/usr/lib$LIBDIRSUFFIX/gstreamer-1.0
|
||||
install -m0755 libgstvideosection.so $PKG/usr/lib$LIBDIRSUFFIX/gstreamer-1.0
|
||||
fi
|
||||
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
cat $CWD/$PRGNAM.desktop > $PKG/usr/share/applications/$PRGNAM.desktop
|
||||
cat $CWD/slack-desc > $PKG/install/slack-desc
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="transcribe"
|
||||
VERSION="8.65"
|
||||
VERSION="8.70"
|
||||
HOMEPAGE="http://www.seventhstring.com/"
|
||||
DOWNLOAD="https://www.seventhstring.com/xscribe/downlinux32/xscsetup.tar.gz"
|
||||
MD5SUM="ea24ecf7f66446642a35d82dd2828e4f"
|
||||
MD5SUM="31069cb5808b18553e3e0a6e79b23eb0"
|
||||
DOWNLOAD_x86_64="https://www.seventhstring.com/xscribe/downlinux64/xsc64setup.tar.gz"
|
||||
MD5SUM_x86_64="f817ae5bc54526175e8e066763689990"
|
||||
MD5SUM_x86_64="acdccf60a944c591aee179eea8df8d37"
|
||||
REQUIRES=""
|
||||
MAINTAINER="B. Watson"
|
||||
EMAIL="yalhcru@gmail.com"
|
||||
|
|
Loading…
Reference in a new issue