mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
faac: 1.29.3 -> 1.29.9.2
This commit is contained in:
parent
36cab2324c
commit
0431971eae
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user