monado: 24.0.0 -> 25.0.0
https://gitlab.freedesktop.org/monado/monado/-/releases/v25.0.0 Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
parent
1e0ba16ede
commit
65c2366c4d
@ -11,7 +11,6 @@
|
|||||||
doxygen,
|
doxygen,
|
||||||
eigen,
|
eigen,
|
||||||
elfutils,
|
elfutils,
|
||||||
fetchpatch2,
|
|
||||||
glslang,
|
glslang,
|
||||||
gst-plugins-base,
|
gst-plugins-base,
|
||||||
gstreamer,
|
gstreamer,
|
||||||
@ -66,14 +65,14 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "monado";
|
pname = "monado";
|
||||||
version = "24.0.0";
|
version = "25.0.0";
|
||||||
|
|
||||||
src = fetchFromGitLab {
|
src = fetchFromGitLab {
|
||||||
domain = "gitlab.freedesktop.org";
|
domain = "gitlab.freedesktop.org";
|
||||||
owner = "monado";
|
owner = "monado";
|
||||||
repo = "monado";
|
repo = "monado";
|
||||||
rev = "refs/tags/v${finalAttrs.version}";
|
tag = "v${finalAttrs.version}";
|
||||||
hash = "sha256-lFy0VvaLD4Oyu2TZJnaIWjuaJUZjGGDJS0VsRfIUpcc=";
|
hash = "sha256-VxTxvw+ftqlh3qF5qWxpK1OJsRowkRXu0xEH2bDckUA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
@ -138,16 +137,6 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
tracy
|
tracy
|
||||||
];
|
];
|
||||||
|
|
||||||
patches = [
|
|
||||||
# Remove this patch on the next update
|
|
||||||
# https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2338
|
|
||||||
(fetchpatch2 {
|
|
||||||
name = "improve-reproducibility.patch";
|
|
||||||
url = "https://gitlab.freedesktop.org/monado/monado/-/commit/9819fb6dd61d2af5b2d993ed37b976760002b055.patch";
|
|
||||||
hash = "sha256-qpTF1Q64jl8ZnJzMtflrpHLahCqfde2DXA9/Avlc18I=";
|
|
||||||
})
|
|
||||||
];
|
|
||||||
|
|
||||||
cmakeFlags = [
|
cmakeFlags = [
|
||||||
(lib.cmakeBool "XRT_FEATURE_SERVICE" serviceSupport)
|
(lib.cmakeBool "XRT_FEATURE_SERVICE" serviceSupport)
|
||||||
(lib.cmakeBool "XRT_HAVE_TRACY" tracingSupport)
|
(lib.cmakeBool "XRT_HAVE_TRACY" tracingSupport)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user