mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
audio/qmidiarp: Updated for version 0.5.1.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
651762a2ca
commit
a0ef644f2d
3 changed files with 10 additions and 10 deletions
|
@ -24,7 +24,7 @@
|
|||
|
||||
|
||||
PRGNAM=qmidiarp
|
||||
VERSION=${VERSION:-0.4.2}
|
||||
VERSION=${VERSION:-0.5.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -71,7 +71,7 @@ find . \
|
|||
-exec chmod 644 {} \;
|
||||
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
CXXFLAGS="$SLKCFLAGS"
|
||||
CXXFLAGS="$SLKCFLAGS" \
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--libdir=/usr/lib${LIBDIRSUFFIX} \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="qmidiarp"
|
||||
VERSION="0.4.2"
|
||||
VERSION="0.5.1"
|
||||
HOMEPAGE="http://qmidiarp.sourceforge.net/"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/project/qmidiarp/qmidiarp/0.4.2/qmidiarp-0.4.2.tar.bz2"
|
||||
MD5SUM="366eae1be3c251b986d457e613214512"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/project/qmidiarp/qmidiarp/0.5.1/qmidiarp-0.5.1.tar.bz2"
|
||||
MD5SUM="1ca6ed34745e1c881c3c033299c59368"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="jack-audio-connection-kit"
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
# HOW TO EDIT THIS FILE:
|
||||
# The "handy ruler" below makes it easier to edit a package description. Line
|
||||
# up the first '|' above the ':' following the base package name, and the '|'
|
||||
# on the right side marks the last column you can put a character in. You must
|
||||
# make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':'.
|
||||
# The "handy ruler" below makes it easier to edit a package description.
|
||||
# Line up the first '|' above the ':' following the base package name, and
|
||||
# the '|' on the right side marks the last column you can put a character in.
|
||||
# You must make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':' except on otherwise blank lines.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
qmidiarp: qmidiarp (an arpeggiator, sequencer and MIDI LFO)
|
||||
|
|
Loading…
Reference in a new issue