vvenc: 1.13.0 -> 1.13.1
This commit is contained in:
parent
40c3686454
commit
d88852f1e9
@ -5,11 +5,12 @@
|
||||
gitUpdater,
|
||||
testers,
|
||||
cmake,
|
||||
nlohmann_json,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "vvenc";
|
||||
version = "1.13.0";
|
||||
version = "1.13.1";
|
||||
|
||||
outputs = [
|
||||
"out"
|
||||
@ -20,8 +21,8 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
src = fetchFromGitHub {
|
||||
owner = "fraunhoferhhi";
|
||||
repo = "vvenc";
|
||||
rev = "v${finalAttrs.version}";
|
||||
hash = "sha256-9fWKunafTniBsY9hK09+xYwvB7IgGPhZmgqauPHgB/g=";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-DPR1HmUYTjhKI+gTHERtxqThZ5oKKMoqYsfE709IrhA=";
|
||||
};
|
||||
|
||||
patches = [ ./unset-darwin-cmake-flags.patch ];
|
||||
@ -33,10 +34,13 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
]
|
||||
);
|
||||
|
||||
buildInputs = [ nlohmann_json ];
|
||||
|
||||
nativeBuildInputs = [ cmake ];
|
||||
|
||||
cmakeFlags = [
|
||||
(lib.cmakeBool "VVENC_INSTALL_FULLFEATURE_APP" true)
|
||||
(lib.cmakeBool "VVENC_ENABLE_THIRDPARTY_JSON" true)
|
||||
(lib.cmakeBool "BUILD_SHARED_LIBS" (!stdenv.hostPlatform.isStatic))
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user