distroav: 6.0.0 -> 6.1.1, ndi-6: 6.1.1 -> 6.2.0 (#422537)

This commit is contained in:
Wolfgang Walther
2025-07-11 20:16:24 +00:00
committed by GitHub
3 changed files with 8 additions and 6 deletions
@@ -11,7 +11,7 @@
stdenv.mkDerivation rec {
pname = "distroav";
version = "6.0.0";
version = "6.1.1";
nativeBuildInputs = [
cmake
@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
owner = "DistroAV";
repo = "DistroAV";
tag = version;
hash = "sha256-pr/5XCLo5fzergIQrYFC9o9K+KuP4leDk5/oRe5ct9Q=";
hash = "sha256-nbXh6bjpiKbvuntZSnuTWWpmhfAcep7Krjjq8FvbENk=";
};
# Modify plugin-main.cpp file to fix ndi libs path
@@ -1,8 +1,8 @@
diff --git a/src/plugin-main.cpp b/src/plugin-main.cpp
index 0d94add..617af73 100644
index 43f0e28..5e393c6 100644
--- a/src/plugin-main.cpp
+++ b/src/plugin-main.cpp
@@ -369,14 +369,7 @@ const NDIlib_v5 *load_ndilib()
@@ -412,14 +412,7 @@ const NDIlib_v5 *load_ndilib()
if (!temp_path.isEmpty()) {
locations << temp_path;
}
@@ -15,4 +15,6 @@ index 0d94add..617af73 100644
- locations << "/usr/local/lib";
-#endif
+ locations << "@NDI@/lib";
auto lib_path = QString();
auto lib_path = QString();
#if defined(Q_OS_LINUX)
// Linux
+1 -1
View File
@@ -1 +1 @@
{"hash": "sha256-6iqjexwILth2muLpXWQjDVTvOuMq4jM8KBYnpPmViU8=", "version": "6.1.1"}
{"hash": "sha256-10pxvHLYbQ1p3NKSTC1I3YAFkPbYSCenXTEWukqy5TY=", "version": "6.2.0"}