This commit is contained in:
Cillian de Róiste 2012-06-24 16:54:51 +02:00
parent c6457c322b
commit 1afe86a7b7

View File

@ -1,8 +1,9 @@
# TODO add plugins having various licenses, see http://www.vamp-plugins.org/download.html # TODO add plugins having various licenses, see http://www.vamp-plugins.org/download.html
{ stdenv, fetchurl, alsaLib, bzip2, fftw, jackaudio, libX11, liblo, { stdenv, fetchurl, alsaLib, bzip2, fftw, jackaudio, libX11, liblo
libmad, libogg, librdf, librdf_raptor, librdf_rasqal, libsamplerate, , libmad, libogg, librdf, librdf_raptor, librdf_rasqal, libsamplerate
libsndfile, makeWrapper, pkgconfig, pulseaudio, qt4, redland, rubberband, vampSDK , libsndfile, makeWrapper, pkgconfig, pulseaudio, qt4, redland
, rubberband, vampSDK
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
@ -17,9 +18,9 @@ stdenv.mkDerivation rec {
buildInputs = buildInputs =
[ libsndfile qt4 fftw /* should be fftw3f ??*/ bzip2 librdf rubberband [ libsndfile qt4 fftw /* should be fftw3f ??*/ bzip2 librdf rubberband
libsamplerate vampSDK alsaLib librdf_raptor librdf_rasqal redland libsamplerate vampSDK alsaLib librdf_raptor librdf_rasqal redland
pkgconfig
# optional # optional
jackaudio jackaudio
pkgconfig
# portaudio # portaudio
pulseaudio pulseaudio
libmad libmad
@ -48,8 +49,10 @@ stdenv.mkDerivation rec {
description = "View and analyse contents of music audio files"; description = "View and analyse contents of music audio files";
homepage = http://www.sonicvisualiser.org/; homepage = http://www.sonicvisualiser.org/;
license = "GPLv2"; license = "GPLv2";
maintainers = [ stdenv.lib.maintainers.marcweber maintainers =
stdenv.lib.maintainers.goibhniu ]; [ stdenv.lib.maintainers.marcweber
stdenv.lib.maintainers.goibhniu
];
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.linux;
}; };
} }