Merge pull request #32475 from magnetophon/faac
faac: 1.29.3 -> 1.29.9.2
This commit is contained in:
commit
e9e9d53bad
@ -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;
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchurl }:
|
||||
{ stdenv, lib, fetchurl }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "mp4v2-2.0.0";
|
||||
@ -18,10 +18,12 @@ stdenv.mkDerivation rec {
|
||||
|
||||
hardeningDisable = [ "format" ];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = {
|
||||
homepage = https://code.google.com/archive/p/mp4v2/;
|
||||
maintainers = [ ];
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
license = stdenv.lib.licenses.mpl11;
|
||||
platforms = lib.platforms.unix;
|
||||
license = lib.licenses.mpl11;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user