summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
author B. Watson2022-06-15 20:27:56 +0200
committer Willy Sudiarto Raharjo2022-06-18 04:09:53 +0200
commitd551f947b8b27a21c6523249f7c20ee97aaf0214 (patch)
treedcfdc47274b41bd99ac40a23e1e554b2ef273371 /audio
parentc660a9d52ccb230ef89666232a2100b6cd90e37b (diff)
downloadslackbuilds-d551f947b8b27a21c6523249f7c20ee97aaf0214.tar.gz
audio/lv2file: Updated for version 0.95.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio')
-rw-r--r--audio/lv2file/lv2file.SlackBuild13
-rw-r--r--audio/lv2file/lv2file.info8
2 files changed, 7 insertions, 14 deletions
diff --git a/audio/lv2file/lv2file.SlackBuild b/audio/lv2file/lv2file.SlackBuild
index f2c28982b3..73ea081331 100644
--- a/audio/lv2file/lv2file.SlackBuild
+++ b/audio/lv2file/lv2file.SlackBuild
@@ -6,6 +6,8 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
+# 20220615 bkw: update for v0.95.
+
# 20170301 bkw:
# - use long-format github URL (thanks, David!)
@@ -15,7 +17,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=lv2file
-VERSION=${VERSION:-0.84}
+VERSION=${VERSION:-0.95}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -53,10 +55,6 @@ fi
set -e
-# The man page is in the debian archive, which might be an older
-# version than the release. For 0.84, the 0.83 man page is still valid.
-MANVER=0.83
-
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
@@ -79,11 +77,8 @@ make
strip $PRGNAM
make install DESTDIR=$PKG
-# Use the debian man page (which is actually by the lv2file author,
-# I dunno why it's not in the lv2file source distrib to begin with)
-tar xvf $CWD/${PRGNAM}_$MANVER-1.debian.tar.gz debian/$PRGNAM.1
mkdir -p $PKG/usr/man/man1
-gzip -9c < debian/$PRGNAM.1 > $PKG/usr/man/man1/$PRGNAM.1.gz
+gzip -9c < $PRGNAM.1 > $PKG/usr/man/man1/$PRGNAM.1.gz
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a README LICENSE $PKG/usr/doc/$PRGNAM-$VERSION
diff --git a/audio/lv2file/lv2file.info b/audio/lv2file/lv2file.info
index da774e4dec..db9d2e33ed 100644
--- a/audio/lv2file/lv2file.info
+++ b/audio/lv2file/lv2file.info
@@ -1,10 +1,8 @@
PRGNAM="lv2file"
-VERSION="0.84"
+VERSION="0.95"
HOMEPAGE="https://github.com/jeremysalwen/lv2file"
-DOWNLOAD="https://github.com/jeremysalwen/lv2file/archive/upstream/0.84/lv2file-upstream-0.84.tar.gz \
- http://ftp.debian.org/debian/pool/main/l/lv2file/lv2file_0.83-1.debian.tar.gz"
-MD5SUM="259719c6291d4b774db3e3a485e12d18 \
- e73910547be4c8f37d43bde140e5096e"
+DOWNLOAD="https://github.com/jeremysalwen/lv2file/archive/upstream/0.95/lv2file-upstream-0.95.tar.gz"
+MD5SUM="cd4c9399b293052069c956e88b6124b5"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="lilv argtable"