audio/guitarix: Updated for version 0.42.1.
Fix pointer cast in system libs Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
8e003998fb
commit
ddb741b132
|
@ -9,6 +9,7 @@
|
|||
# Note to self: git URL for guitarix is:
|
||||
# git://git.code.sf.net/p/guitarix/git/
|
||||
|
||||
# 20200408 kb6: Updated for 0.42.1. Add -fpermissive compiler flag.
|
||||
# 20201105 bkw: Add no-upgrade note to README.
|
||||
# 20200307 bkw: Updated for 3.39.0.
|
||||
# 20191211 bkw: Updated for 0.38.1.
|
||||
|
@ -47,7 +48,7 @@
|
|||
# - Stop writing outside of $TMP.
|
||||
|
||||
PRGNAM=guitarix
|
||||
VERSION=${VERSION:-0.39.0}
|
||||
VERSION=${VERSION:-0.42.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -107,7 +108,7 @@ fi
|
|||
LIBDIR="/usr/lib${LIBDIRSUFFIX}"
|
||||
./waf configure \
|
||||
--prefix=/usr \
|
||||
--cxxflags-release="$SLKCFLAGS -DNDEBUG" \
|
||||
--cxxflags-release="$SLKCFLAGS -DNDEBUG -fpermissive" \
|
||||
--ladspadir="$LIBDIR/ladspa/" \
|
||||
--lv2dir="$LIBDIR/lv2/" \
|
||||
--libdir="$LIBDIR" \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="guitarix"
|
||||
VERSION="0.39.0"
|
||||
VERSION="0.42.1"
|
||||
HOMEPAGE="http://guitarix.sourceforge.net/"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/guitarix/guitarix2-0.39.0.tar.xz"
|
||||
MD5SUM="04c22ff9baaa69d256e2ca84ba288936"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/guitarix/guitarix2-0.42.1.tar.xz"
|
||||
MD5SUM="f583b67fbef3f3a9c947850d64c94849"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="jack liblrdf lilv"
|
||||
|
|
Loading…
Reference in New Issue