mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
libaom: 3.3.0 -> 3.4.0
This commit is contained in:
parent
81f7f2db14
commit
b6141fb75d
@ -1,15 +1,15 @@
|
|||||||
{ lib, stdenv, fetchzip, yasm, perl, cmake, pkg-config, python3
|
{ lib, stdenv, fetchzip, yasm, perl, cmake, pkg-config, python3
|
||||||
, enableButteraugli ? false, libjxl # Broken
|
, enableButteraugli ? true, libjxl
|
||||||
, enableVmaf ? true, libvmaf
|
, enableVmaf ? true, libvmaf
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "libaom";
|
pname = "libaom";
|
||||||
version = "3.3.0";
|
version = "3.4.0";
|
||||||
|
|
||||||
src = fetchzip {
|
src = fetchzip {
|
||||||
url = "https://aomedia.googlesource.com/aom/+archive/v${version}.tar.gz";
|
url = "https://aomedia.googlesource.com/aom/+archive/v${version}.tar.gz";
|
||||||
sha256 = "sha256-g6QkKLrk+SH1s5fRmseAQMmM6y4QwmKmVDPxdbqGmwg=";
|
sha256 = "sha256-NgzpVxQmsgOPzKkGpJIJrLiNQcruhpEoCi/CYJx5b3A=";
|
||||||
stripRoot = false;
|
stripRoot = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user