mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
audio/sonic-visualiser: Fixed dep information
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
c4fd615e7b
commit
b17602e85e
2 changed files with 1 additions and 11 deletions
|
@ -2,13 +2,3 @@ Sonic Visualiser is an application for viewing and analysing the contents
|
|||
of music audio files. The aim of Sonic Visualiser is to be the first
|
||||
program you reach for when want to study a musical recording rather than
|
||||
simply listen to it.
|
||||
|
||||
This requires ladspa_sdk, vamp-plugin-sdk, rubberband, and liblrdf.
|
||||
Also, one (or both) of either jack-audio-connection-kit or portaudio is
|
||||
required for audio playback.
|
||||
|
||||
Note to x86_64 users: if sonic-visualiser can't seem to find
|
||||
any VAMP plugins you've installed, you may have to 'export
|
||||
VAMP_PATH=/usr/lib64/vamp'. The SBo vamp-plugin-sdk (v2.1, build
|
||||
2) package at the time of this writing still defaults to using
|
||||
/usr/lib/vamp. Future builds of vamp-plugin-sdk should address this.
|
||||
|
|
|
@ -2,8 +2,8 @@ PRGNAM="sonic-visualiser"
|
|||
VERSION="1.8"
|
||||
HOMEPAGE="http://sonicvisualiser.org/"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/sv1/sonic-visualiser-1.8.tar.gz"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM="ad676d0b4cf5b8561306487f52642862"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="jack-audio-connection-kit ladspa_sdk liblrdf portaudio rubberband vamp-plugin-sdk"
|
||||
MAINTAINER="B. Watson"
|
||||
|
|
Loading…
Reference in a new issue