[obs-ndi/f38] fixup
by Nicolas Chauvet
Summary of changes:
5501ba8... fixup (*)
(*) This commit already existed in another branch; no separate mail sent
11 months, 4 weeks
[obs-ndi/f39] fixup
by Nicolas Chauvet
Summary of changes:
5501ba8... fixup (*)
(*) This commit already existed in another branch; no separate mail sent
11 months, 4 weeks
[obs-ndi] fixup
by Nicolas Chauvet
commit 5501ba83ab7c25b7ebd2c4d1844d76a6bd4eddbb
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Wed Nov 29 11:23:17 2023 +0100
fixup
obs-ndi.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/obs-ndi.spec b/obs-ndi.spec
index 141d9ba..1db0467 100644
--- a/obs-ndi.spec
+++ b/obs-ndi.spec
@@ -31,8 +31,8 @@ scene to NDI
%autosetup -p1
# Where to find the libndi.so.5 library
-sed -i -e 's|/usr/lib|%{_libdir}|' src/obs-ndi.cpp
-sed -i -e 's|/usr/local/lib|/usr/local/%{_lib}|' src/obs-ndi.cpp
+sed -i -e 's|/usr/lib|%{_libdir}|' src/plugin-main.cpp
+sed -i -e 's|/usr/local/lib|/usr/local/%{_lib}|' src/plugin-main.cpp
%build
11 months, 4 weeks
[obs-ndi/f37] Add aarch64
by Nicolas Chauvet
Summary of changes:
a407fbb... Add aarch64 (*)
(*) This commit already existed in another branch; no separate mail sent
11 months, 4 weeks
[obs-ndi/f38] Add aarch64
by Nicolas Chauvet
Summary of changes:
a407fbb... Add aarch64 (*)
(*) This commit already existed in another branch; no separate mail sent
11 months, 4 weeks
[obs-ndi/f39] Add aarch64
by Nicolas Chauvet
Summary of changes:
a407fbb... Add aarch64 (*)
(*) This commit already existed in another branch; no separate mail sent
11 months, 4 weeks
[ndi-sdk] Fixup main vs lib requirements
by Nicolas Chauvet
commit b6b5390ce2af0b263e91d7f6313245177592f68c
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Wed Nov 29 10:07:43 2023 +0100
Fixup main vs lib requirements
ndi-sdk.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/ndi-sdk.spec b/ndi-sdk.spec
index 6fc942e..295cffb 100644
--- a/ndi-sdk.spec
+++ b/ndi-sdk.spec
@@ -13,7 +13,7 @@ Source1: ndi.pc.in
ExclusiveArch: i686 x86_64 armv7hl aarch64
-Requires: %{name}%{?_isa} = %{version}-%{release}
+Requires: libndi-sdk%{?_isa} = %{version}-%{release}
%description
11 months, 4 weeks