mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
audio/qtractor: Updated for version 0.9.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
7bdc2d071f
commit
90ee0cc890
3 changed files with 6 additions and 5 deletions
|
@ -6,4 +6,4 @@ as a fairly-featured Linux desktop audio workstation GUI, specially
|
|||
dedicated to the personal home-studio.
|
||||
|
||||
Optional dependencies include libvorbis, libmad libsamplerate, liblo,
|
||||
librubberband, dssi, VST SDK, lv2, liblilv, and nsm.
|
||||
librubberband, dssi, VST SDK, lv2, liblilv, nsm and suil (recommended).
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
# Written by Zbigniew Baniewski <Zbigniew [dot] Baniewski [at] gmail [dot] com>
|
||||
|
||||
PRGNAM=qtractor
|
||||
VERSION=${VERSION:-0.6.4}
|
||||
VERSION=${VERSION:-0.9.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -54,6 +54,7 @@ find -L . \
|
|||
CFLAGS="$SLKCFLAGS" \
|
||||
CXXFLAGS="$SLKCFLAGS" \
|
||||
./configure \
|
||||
--enable-qt4 \
|
||||
--prefix=/usr \
|
||||
--libdir=/usr/lib${LIBDIRSUFFIX} \
|
||||
--sysconfdir=/etc \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="qtractor"
|
||||
VERSION="0.6.4"
|
||||
VERSION="0.9.2"
|
||||
HOMEPAGE="http://qtractor.sourceforge.net/"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/qtractor/qtractor-0.6.4.tar.gz"
|
||||
MD5SUM="37396d7dae7a5d6348d481d2d77a88cb"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/qtractor/qtractor-0.9.2.tar.gz"
|
||||
MD5SUM="9a29884999f4f9b148c1d6874910cba5"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="jack-audio-connection-kit ladspa_sdk"
|
||||
|
|
Loading…
Reference in a new issue