13 stdenv.mkDerivation rec {
17 src = fetchFromGitHub {
21 hash = "sha256-E6oe7yjYy1SJo8xQkyUk1sSucKDMPxwUFVSAyrf4Pd8=";
24 outputs = [ "out" "dev" "man" ];
26 nativeBuildInputs = [ cmake ];
30 inherit (gst_all_1) gst-plugins-bad;
31 ocaml-faad = ocamlPackages.faad;
35 description = "Open source MPEG-4 and MPEG-2 AAC decoder";
36 homepage = "https://sourceforge.net/projects/faac/";
37 license = licenses.gpl2Plus;
38 maintainers = with maintainers; [ codyopel ];
40 platforms = platforms.all;