forked from mirrors/nixpkgs
liquidsoap: 1.1.1 -> 1.3.4
This commit is contained in:
parent
3b32efff7e
commit
d2ce22caf0
|
@ -4,7 +4,6 @@
|
||||||
, libsamplerate, libmad, taglib, lame, libogg
|
, libsamplerate, libmad, taglib, lame, libogg
|
||||||
, libvorbis, speex, libtheora, libopus, fdk_aac
|
, libvorbis, speex, libtheora, libopus, fdk_aac
|
||||||
, faad2, flac, ladspaH, ffmpeg, frei0r, dssi
|
, faad2, flac, ladspaH, ffmpeg, frei0r, dssi
|
||||||
, autoconf, automake, libtool
|
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
|
@ -34,22 +33,6 @@ stdenv.mkDerivation {
|
||||||
|
|
||||||
configureFlags = [ "--localstatedir=/var" ];
|
configureFlags = [ "--localstatedir=/var" ];
|
||||||
|
|
||||||
# liquidsoap only looks for lame and ffmpeg at runtime, so we need to link them in manually
|
|
||||||
NIX_LDFLAGS = [
|
|
||||||
# # LAME
|
|
||||||
# # "-lmp3lame"
|
|
||||||
# # ffmpeg
|
|
||||||
# "-lavcodec"
|
|
||||||
# "-lavdevice"
|
|
||||||
# "-lavfilter"
|
|
||||||
# "-lavformat"
|
|
||||||
"-lavresample"
|
|
||||||
# "-lavutil"
|
|
||||||
# "-lpostproc"
|
|
||||||
# "-lswresample"
|
|
||||||
"-lswscale"
|
|
||||||
];
|
|
||||||
|
|
||||||
buildInputs =
|
buildInputs =
|
||||||
[ which ocamlPackages.ocaml ocamlPackages.findlib pkgconfig
|
[ which ocamlPackages.ocaml ocamlPackages.findlib pkgconfig
|
||||||
libao portaudio alsaLib libpulseaudio libjack2
|
libao portaudio alsaLib libpulseaudio libjack2
|
||||||
|
@ -58,7 +41,6 @@ stdenv.mkDerivation {
|
||||||
faad2 flac ladspaH ffmpeg frei0r dssi
|
faad2 flac ladspaH ffmpeg frei0r dssi
|
||||||
ocamlPackages.xmlm ocamlPackages.ocaml_pcre
|
ocamlPackages.xmlm ocamlPackages.ocaml_pcre
|
||||||
ocamlPackages.camomile
|
ocamlPackages.camomile
|
||||||
# autoconf automake libtool
|
|
||||||
];
|
];
|
||||||
|
|
||||||
hardeningDisable = [ "format" "fortify" ];
|
hardeningDisable = [ "format" "fortify" ];
|
||||||
|
|
|
@ -3581,8 +3581,7 @@ with pkgs;
|
||||||
lesspipe = callPackage ../tools/misc/lesspipe { };
|
lesspipe = callPackage ../tools/misc/lesspipe { };
|
||||||
|
|
||||||
liquidsoap = callPackage ../tools/audio/liquidsoap/full.nix {
|
liquidsoap = callPackage ../tools/audio/liquidsoap/full.nix {
|
||||||
ffmpeg = ffmpeg_2;
|
ffmpeg = ffmpeg-full;
|
||||||
# ocamlPackages = ocaml-ng.ocamlPackages_4_03;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
lksctp-tools = callPackage ../os-specific/linux/lksctp-tools { };
|
lksctp-tools = callPackage ../os-specific/linux/lksctp-tools { };
|
||||||
|
|
Loading…
Reference in a new issue