distroav: 6.0.0 -> 6.1.1
https://github.com/DistroAV/DistroAV/releases/tag/6.1.1
This commit is contained in:
parent
3016b4b15d
commit
389a26de52
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "distroav";
|
pname = "distroav";
|
||||||
version = "6.0.0";
|
version = "6.1.1";
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
cmake
|
cmake
|
||||||
@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
|
|||||||
owner = "DistroAV";
|
owner = "DistroAV";
|
||||||
repo = "DistroAV";
|
repo = "DistroAV";
|
||||||
tag = version;
|
tag = version;
|
||||||
hash = "sha256-pr/5XCLo5fzergIQrYFC9o9K+KuP4leDk5/oRe5ct9Q=";
|
hash = "sha256-nbXh6bjpiKbvuntZSnuTWWpmhfAcep7Krjjq8FvbENk=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Modify plugin-main.cpp file to fix ndi libs path
|
# 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
|
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
|
--- a/src/plugin-main.cpp
|
||||||
+++ b/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()) {
|
if (!temp_path.isEmpty()) {
|
||||||
locations << temp_path;
|
locations << temp_path;
|
||||||
}
|
}
|
||||||
@ -15,4 +15,6 @@ index 0d94add..617af73 100644
|
|||||||
- locations << "/usr/local/lib";
|
- locations << "/usr/local/lib";
|
||||||
-#endif
|
-#endif
|
||||||
+ locations << "@NDI@/lib";
|
+ locations << "@NDI@/lib";
|
||||||
auto lib_path = QString();
|
auto lib_path = QString();
|
||||||
|
#if defined(Q_OS_LINUX)
|
||||||
|
// Linux
|
||||||
|
Loading…
x
Reference in New Issue
Block a user