diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2018-10-15 14:30:03 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-10-21 06:47:05 +0700 |
commit | 71351f0e8e33d97ddc17e78a5dcc9806ea300bfb (patch) | |
tree | bd03d3c85396f87e1c36109bc0a31ac5d5561e54 /libraries/aubio | |
parent | e0de815b565ff0dfd39fd30d201e8be7888d25e4 (diff) | |
download | slackbuilds-71351f0e8e33d97ddc17e78a5dcc9806ea300bfb.tar.gz |
libraries/aubio: Updated for version 0.4.7.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'libraries/aubio')
-rw-r--r-- | libraries/aubio/README | 4 | ||||
-rw-r--r-- | libraries/aubio/aubio.SlackBuild | 4 | ||||
-rw-r--r-- | libraries/aubio/aubio.info | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/libraries/aubio/README b/libraries/aubio/README index 512e909f40..1f7d7c3080 100644 --- a/libraries/aubio/README +++ b/libraries/aubio/README @@ -7,5 +7,5 @@ results too. jack-audio-connection-kit and ffmpeg are optional dependencies. -To build the python bindings, pass BINDINGS=yes to the script. -This depends on numpy. +To build the python bindings, pass BINDINGS=yes to the script: +for these you need the additional dependency numpy. diff --git a/libraries/aubio/aubio.SlackBuild b/libraries/aubio/aubio.SlackBuild index d990c19b5d..fdc0a3ad97 100644 --- a/libraries/aubio/aubio.SlackBuild +++ b/libraries/aubio/aubio.SlackBuild @@ -24,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=aubio -VERSION=${VERSION:-0.4.6} +VERSION=${VERSION:-0.4.7} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -75,7 +75,7 @@ sed -i "s|'HAVE_' + i in ctx.env.define_key|'HAVE_' + i in ctx.env|" \ wscript || exit 1 # Fix the build system... -sed -i "s|'\${DATAROOTDIR}' + '/doc/libaubio-doc'|'\${DOCDIR}'|" wscript || exit 1 +sed -i "s|'\${DATAROOTDIR}' + '/doc/libaubio-doc|'\${DOCDIR}|" wscript || exit 1 CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ diff --git a/libraries/aubio/aubio.info b/libraries/aubio/aubio.info index 94738971ef..8f1b3a4d8c 100644 --- a/libraries/aubio/aubio.info +++ b/libraries/aubio/aubio.info @@ -1,8 +1,8 @@ PRGNAM="aubio" -VERSION="0.4.6" +VERSION="0.4.7" HOMEPAGE="https://aubio.org/" -DOWNLOAD="https://aubio.org/pub/aubio-0.4.6.tar.bz2" -MD5SUM="78d326e5e44d19b0d21a5abf834bae20" +DOWNLOAD="https://aubio.org/pub/aubio-0.4.7.tar.bz2" +MD5SUM="1e8deb14b0e45ffadc91dcf7cfaee0c8" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |