Merge pull request #27343 from magnetophon/nova
nova-filters: bug fix and add maintainer
This commit is contained in:
commit
df34c92af5
@ -16,6 +16,7 @@ stdenv.mkDerivation rec {
|
|||||||
sed -i -e '4d' SConstruct
|
sed -i -e '4d' SConstruct
|
||||||
sed -i "s@mfpmath=sse@mfpmath=sse -I ${boost.dev}/include@g" SConstruct
|
sed -i "s@mfpmath=sse@mfpmath=sse -I ${boost.dev}/include@g" SConstruct
|
||||||
sed -i "s@ladspa.h@${ladspaH}/include/ladspa.h@g" filters.cpp
|
sed -i "s@ladspa.h@${ladspaH}/include/ladspa.h@g" filters.cpp
|
||||||
|
sed -i "s@LADSPA_HINT_SAMPLE_RATE, 0, 0.5@LADSPA_HINT_SAMPLE_RATE, 0.0001, 0.5@g" filters.cpp
|
||||||
sed -i "s/= check/= detail::filter_base<internal_type, checked>::check/" nova/source/dsp/filter.hpp
|
sed -i "s/= check/= detail::filter_base<internal_type, checked>::check/" nova/source/dsp/filter.hpp
|
||||||
'';
|
'';
|
||||||
|
|
||||||
@ -27,10 +28,11 @@ stdenv.mkDerivation rec {
|
|||||||
scons $sconsFlags "prefix=$out" install
|
scons $sconsFlags "prefix=$out" install
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://klingt.org/~tim/nova-filters/;
|
|
||||||
description = "LADSPA plugins based on filters of nova";
|
description = "LADSPA plugins based on filters of nova";
|
||||||
license = stdenv.lib.licenses.gpl2Plus;
|
homepage = http://klingt.org/~tim/nova-filters/;
|
||||||
platforms = stdenv.lib.platforms.linux;
|
license = licenses.gpl2Plus;
|
||||||
|
maintainers = [ maintainers.magnetophon ];
|
||||||
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user