lmms: 0.4.15 -> 1.0.3, fix ogg vorbis and fluidsynth support
This commit is contained in:
parent
73347adfde
commit
3c8ddf7881
@ -1,24 +1,22 @@
|
|||||||
{ stdenv, fetchurl, SDL, alsaLib, cmake, fftwSinglePrec, jack2, libogg
|
{ stdenv, fetchurl, SDL, alsaLib, cmake, fftwSinglePrec, fluidsynth
|
||||||
, libsamplerate, libsndfile, pkgconfig, pulseaudio, qt4, freetype
|
, fltk13, jack2, libvorbis , libsamplerate, libsndfile, pkgconfig
|
||||||
|
, pulseaudio, qt4, freetype
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "lmms-${version}";
|
name = "lmms-${version}";
|
||||||
version = "0.4.15";
|
version = "1.0.3";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/lmms/${name}.tar.bz2";
|
url = "https://github.com/LMMS/lmms/archive/v${version}.tar.gz";
|
||||||
sha256 = "02q2gbsqwk3hf9kvzz58a5bxmlb4cfr2mzy41wdvbxxdm2pcl101";
|
sha256 = "191mfld3gspnxlgwcszp9kls58kdwrplj0rfw4zqsz90zdbsjnx3";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
SDL alsaLib cmake fftwSinglePrec jack2 libogg libsamplerate
|
SDL alsaLib cmake fftwSinglePrec fltk13 fluidsynth jack2
|
||||||
libsndfile pkgconfig pulseaudio qt4
|
libsamplerate libsndfile libvorbis pkgconfig pulseaudio qt4
|
||||||
];
|
];
|
||||||
|
|
||||||
# work around broken build system of 0.4.*
|
|
||||||
NIX_CFLAGS_COMPILE = "-I${freetype}/include/freetype2";
|
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
Loading…
Reference in New Issue
Block a user