lcevcdec: 3.3.7 -> 3.3.8
This commit is contained in:
parent
49645047e6
commit
c146164b4f
@ -3,6 +3,7 @@
|
|||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
git,
|
git,
|
||||||
gitUpdater,
|
gitUpdater,
|
||||||
|
fetchpatch,
|
||||||
lib,
|
lib,
|
||||||
nlohmann_json,
|
nlohmann_json,
|
||||||
pkg-config,
|
pkg-config,
|
||||||
@ -13,7 +14,7 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "lcevcdec";
|
pname = "lcevcdec";
|
||||||
version = "3.3.7";
|
version = "3.3.8";
|
||||||
|
|
||||||
outputs = [
|
outputs = [
|
||||||
"out"
|
"out"
|
||||||
@ -25,9 +26,16 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
owner = "v-novaltd";
|
owner = "v-novaltd";
|
||||||
repo = "LCEVCdec";
|
repo = "LCEVCdec";
|
||||||
tag = finalAttrs.version;
|
tag = finalAttrs.version;
|
||||||
hash = "sha256-+ltttvaNGes3V9gAWGSGwn6g/whOhjdv4gCUzeD4cNI=";
|
hash = "sha256-s7gY3l5ML+7T7i6DsstC75XXgxQgTWyITfa+8OhHl+w=";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
patches = [
|
||||||
|
(fetchpatch {
|
||||||
|
url = "https://aur.archlinux.org/cgit/aur.git/plain/010-lcevcdec-fix-pkgconfig-libs.patch?h=lcevcdec&id=a3470fad7d64dfc9d5ebd7ed0c09cb1fb5e2488f";
|
||||||
|
hash = "sha256-z65W3k2OA/QDX0jJu4nmXtpi8kTcUFN7cK82PsI4jrQ=";
|
||||||
|
})
|
||||||
|
];
|
||||||
|
|
||||||
postPatch =
|
postPatch =
|
||||||
''
|
''
|
||||||
substituteInPlace cmake/tools/version_files.py \
|
substituteInPlace cmake/tools/version_files.py \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user