faac: 1.29.3 -> 1.29.9.2

This commit is contained in:
Bart Brouns 2017-12-07 13:52:32 +01:00 committed by Orivej Desh
parent 36cab2324c
commit 0431971eae

View File

@ -8,11 +8,11 @@ assert mp4v2Support -> (mp4v2 != null);
with stdenv.lib;
stdenv.mkDerivation rec {
name = "faac-${version}";
version = "1.29.3";
version = "1.29.9.2";
src = fetchurl {
url = "mirror://sourceforge/faac/${name}.tar.gz";
sha256 = "0gssrz2vq52mj8x2hvdqc9bwkp64s4f4g7yj7ac6dwxs8dw8kwnf";
sha256 = "0wf781vp7rzmxkx5h0w8j2i4xc63iixxikgbvvkdljbwhffj0pyl";
};
configureFlags = [ ]
@ -26,6 +26,8 @@ stdenv.mkDerivation rec {
buildInputs = [ ]
++ optional mp4v2Support mp4v2;
enableParallelBuilding = true;
meta = {
description = "Open source MPEG-4 and MPEG-2 AAC encoder";
homepage = http://www.audiocoding.com/faac.html;