obs-studio-plugins.obs-ndi: 4.13.2 -> 4.14.1

This commit is contained in:
Franz Pletz 2024-08-25 15:28:16 +02:00
parent 10a00799c4
commit fb9b11e6ab
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4
2 changed files with 5 additions and 5 deletions

View File

@ -1,17 +1,17 @@
{ lib, stdenv, fetchFromGitHub, obs-studio, cmake, qtbase, ndi }:
{ lib, stdenv, fetchFromGitHub, obs-studio, cmake, qtbase, ndi, curl }:
stdenv.mkDerivation rec {
pname = "obs-ndi";
version = "4.13.2";
version = "4.14.1";
nativeBuildInputs = [ cmake qtbase ];
buildInputs = [ obs-studio qtbase ndi ];
buildInputs = [ obs-studio qtbase ndi curl ];
src = fetchFromGitHub {
owner = "Palakis";
repo = "obs-ndi";
rev = version;
sha256 = "sha256-DVUoLV2jCdD8qXSpmGvqjrQh02dCLroKsUAb5+lYTog=";
sha256 = "sha256-ex/fZmZpFM6GTKNBQClzSf6Ns0Yts5+0PAmf5mIQCwc=";
};
patches = [

View File

@ -11,6 +11,6 @@ index 0d94add..617af73 100644
- locations << "/usr/local/lib";
-#endif
+ locations << "@NDI@/lib";
for (QString location : locations) {
for (auto location : locations) {
path = QDir::cleanPath(
QDir(location).absoluteFilePath(NDILIB_LIBRARY_NAME));