From 1745a7eadd8bba5dad9ae37f99daae47790e26d6 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sun, 8 Mar 2020 15:09:50 -0400 Subject: audio/guitarix: Updated for version 0.39.0. Signed-off-by: B. Watson --- audio/guitarix/guitarix.SlackBuild | 10 +++++++++- audio/guitarix/guitarix.info | 6 +++--- 2 files changed, 12 insertions(+), 4 deletions(-) (limited to 'audio/guitarix') diff --git a/audio/guitarix/guitarix.SlackBuild b/audio/guitarix/guitarix.SlackBuild index 60245ea73885..b9ea8aafe341 100644 --- a/audio/guitarix/guitarix.SlackBuild +++ b/audio/guitarix/guitarix.SlackBuild @@ -9,6 +9,7 @@ # Note to self: git URL for guitarix is: # git://git.code.sf.net/p/guitarix/git/ +# 20200307 bkw: Updated for 3.39.1. # 20191211 bkw: Updated for 0.38.1. # 20180828 bkw: Updated for 0.37.3. @@ -45,7 +46,7 @@ # - Stop writing outside of $TMP. PRGNAM=guitarix -VERSION=${VERSION:-0.38.1} +VERSION=${VERSION:-0.39.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -112,6 +113,7 @@ LIBDIR="/usr/lib${LIBDIRSUFFIX}" --no-avahi \ --no-ldconfig \ --no-desktop-update \ + --no-faust \ --includeresampler \ --includeconvolver \ --ladspa \ @@ -122,6 +124,12 @@ LIBDIR="/usr/lib${LIBDIRSUFFIX}" ./waf build # -v # verbose, shows actual commands ./waf install --destdir=$PKG +# 20200307 bkw: 0.39.0 installs this in the wrong dir +if [ "$VERSION" = "0.39.0" ]; then + mv $PKG/$LIBDIR/lv2/gx_wah.lv2/manifest.ttl $PKG/$LIBDIR/lv2/gx_colwah.lv2/ + rmdir $PKG/$LIBDIR/lv2/gx_wah.lv2 +fi + # --install-roboto-font does the wrong thing, we'll install it manually. mkdir -p $PKG/usr/share/fonts/TTF install -m0644 fonts/* $PKG/usr/share/fonts/TTF diff --git a/audio/guitarix/guitarix.info b/audio/guitarix/guitarix.info index 22726782c11b..8ab1359ef989 100644 --- a/audio/guitarix/guitarix.info +++ b/audio/guitarix/guitarix.info @@ -1,8 +1,8 @@ PRGNAM="guitarix" -VERSION="0.38.1" +VERSION="0.39.0" HOMEPAGE="http://guitarix.sourceforge.net/" -DOWNLOAD="http://downloads.sourceforge.net/guitarix/guitarix2-0.38.1.tar.xz" -MD5SUM="d9aec810bf164cbf040b298cb9c45d50" +DOWNLOAD="http://downloads.sourceforge.net/guitarix/guitarix2-0.39.0.tar.xz" +MD5SUM="04c22ff9baaa69d256e2ca84ba288936" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="jack liblrdf lilv" -- cgit v1.2.3