lol

distroav: 6.0.0 -> 6.1.1

https://github.com/DistroAV/DistroAV/releases/tag/6.1.1

+7 -5
+2 -2
pkgs/applications/video/obs-studio/plugins/distroav/default.nix
··· 11 11 12 12 stdenv.mkDerivation rec { 13 13 pname = "distroav"; 14 - version = "6.0.0"; 14 + version = "6.1.1"; 15 15 16 16 nativeBuildInputs = [ 17 17 cmake ··· 29 29 owner = "DistroAV"; 30 30 repo = "DistroAV"; 31 31 tag = version; 32 - hash = "sha256-pr/5XCLo5fzergIQrYFC9o9K+KuP4leDk5/oRe5ct9Q="; 32 + hash = "sha256-nbXh6bjpiKbvuntZSnuTWWpmhfAcep7Krjjq8FvbENk="; 33 33 }; 34 34 35 35 # Modify plugin-main.cpp file to fix ndi libs path
+5 -3
pkgs/applications/video/obs-studio/plugins/distroav/hardcode-ndi-path.patch
··· 1 1 diff --git a/src/plugin-main.cpp b/src/plugin-main.cpp 2 - index 0d94add..617af73 100644 2 + index 43f0e28..5e393c6 100644 3 3 --- a/src/plugin-main.cpp 4 4 +++ b/src/plugin-main.cpp 5 - @@ -369,14 +369,7 @@ const NDIlib_v5 *load_ndilib() 5 + @@ -412,14 +412,7 @@ const NDIlib_v5 *load_ndilib() 6 6 if (!temp_path.isEmpty()) { 7 7 locations << temp_path; 8 8 } ··· 15 15 - locations << "/usr/local/lib"; 16 16 -#endif 17 17 + locations << "@NDI@/lib"; 18 - auto lib_path = QString(); 18 + auto lib_path = QString(); 19 + #if defined(Q_OS_LINUX) 20 + // Linux