diff options
author | Johannes Schoepfer <slackbuilds@schoepfer.info> | 2024-05-24 20:47:45 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-05-24 23:32:43 +0700 |
commit | 91607fe861eb9eceeba226533ade1da29732cdfa (patch) | |
tree | cdb3f73746d48a67a2613799bcf15382ea856976 /audio | |
parent | fa7504ba35ccd06d6649d31101f9ef8222eb13a9 (diff) |
audio/amSynth: Updated for version 1.13.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio')
-rw-r--r-- | audio/amSynth/amSynth.SlackBuild | 6 | ||||
-rw-r--r-- | audio/amSynth/amSynth.info | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/audio/amSynth/amSynth.SlackBuild b/audio/amSynth/amSynth.SlackBuild index 29fd9693b0711..e5bea99b44a84 100644 --- a/audio/amSynth/amSynth.SlackBuild +++ b/audio/amSynth/amSynth.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=amSynth -VERSION=${VERSION:-1.13.3} +VERSION=${VERSION:-1.13.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -93,14 +93,14 @@ CXXFLAGS="$SLKCFLAGS" \ --build=$ARCH-slackware-linux make -make install-strip DESTDIR=$PKG +make install DESTDIR=$PKG find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true # only if pandoc is present if [ -d $PKG/usr/man ]; then - find $PKG/usr/man -type f -exec gzip -9 {} \; + find $PKG/usr/man -type f -exec gzip -9 {} + for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done fi diff --git a/audio/amSynth/amSynth.info b/audio/amSynth/amSynth.info index 1a86859565a96..14de834611659 100644 --- a/audio/amSynth/amSynth.info +++ b/audio/amSynth/amSynth.info @@ -1,8 +1,8 @@ PRGNAM="amSynth" -VERSION="1.13.3" +VERSION="1.13.4" HOMEPAGE="https://amsynth.github.io/" -DOWNLOAD="https://github.com/amsynth/amsynth/releases/download/release-1.13.3/amsynth-1.13.3.tar.gz" -MD5SUM="be8aceb8f2b5a01d43831acd87730092" +DOWNLOAD="https://github.com/amsynth/amsynth/releases/download/release-1.13.4/amsynth-1.13.4.tar.gz" +MD5SUM="6bbec1dce1808b06b1389a1cb2b3af75" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |