From d551f947b8b27a21c6523249f7c20ee97aaf0214 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Wed, 15 Jun 2022 14:27:56 -0400 Subject: audio/lv2file: Updated for version 0.95. Signed-off-by: B. Watson Signed-off-by: Willy Sudiarto Raharjo --- audio/lv2file/lv2file.SlackBuild | 13 ++++--------- audio/lv2file/lv2file.info | 8 +++----- 2 files changed, 7 insertions(+), 14 deletions(-) (limited to 'audio/lv2file') diff --git a/audio/lv2file/lv2file.SlackBuild b/audio/lv2file/lv2file.SlackBuild index f2c28982b358..73ea081331d7 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 da774e4dec54..db9d2e33edf8 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" -- cgit v1.2.3