Merge pull request #99683 from jshcmpbll/issue-99681

obs-ndi: 4.7.1 -> 4.9.1
gstqt5
Peter Simons 2020-10-18 10:03:59 +02:00 committed by GitHub
commit 265fc30a97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 3 deletions

View File

@ -4240,6 +4240,12 @@
githubId = 1786438; githubId = 1786438;
name = "Jonas Schievink"; name = "Jonas Schievink";
}; };
jshcmpbll = {
email = "me@joshuadcampbell.com";
github = "jshcmpbll";
githubId = 16374374;
name = "Joshua Campbell";
};
jtcoolen = { jtcoolen = {
email = "jtcoolen@pm.me"; email = "jtcoolen@pm.me";
name = "Julien Coolen"; name = "Julien Coolen";

View File

@ -9,7 +9,7 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "obs-ndi"; pname = "obs-ndi";
version = "4.7.1"; version = "4.9.1";
nativeBuildInputs = [ cmake ]; nativeBuildInputs = [ cmake ];
buildInputs = [ obs-studio qtbase ndi ]; buildInputs = [ obs-studio qtbase ndi ];
@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
owner = "Palakis"; owner = "Palakis";
repo = "obs-ndi"; repo = "obs-ndi";
rev = version; rev = version;
sha256 = "040fkbf3f3qgqcrd3072y3zrjb4fwga8zr10jym744xd7bgyylqh"; sha256 = "1y3xdqp55jayhg4sinwiwpk194zc4f4jf0abz647x2fprsk9jz7s";
}; };
patches = [ ./fix-search-path.patch ./hardcode-ndi-path.patch ]; patches = [ ./fix-search-path.patch ./hardcode-ndi-path.patch ];
@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Network A/V plugin for OBS Studio"; description = "Network A/V plugin for OBS Studio";
homepage = "https://github.com/Palakis/obs-ndi"; homepage = "https://github.com/Palakis/obs-ndi";
maintainers = with maintainers; [ peti ]; maintainers = with maintainers; [ peti jshcmpbll ];
license = licenses.gpl2; license = licenses.gpl2;
platforms = with platforms; linux; platforms = with platforms; linux;
}; };