[wireguard-kmod/el8] Update to 1.0.20210219
by Nicolas Chauvet
commit 4232b3a6ef16f3b0afb123595eb91d8b2c0b939e
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Sun Mar 21 12:23:22 2021 +0100
Update to 1.0.20210219
sources | 2 +-
wireguard-kmod.spec | 5 ++++-
2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/sources b/sources
index 044b48e..0ba94c5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (wireguard-linux-compat-1.0.20210124.tar.xz) = 4438391eb6a6a1526cbb9b7eb7b8f8b2999bf425d5fca028f1a412d93bffaa6107be133d673e68add6eeeb86201aa080228706de2af00e69c0ac88ccb127e56e
+SHA512 (wireguard-linux-compat-1.0.20210219.tar.xz) = 1a0ef2ed96d7172f7726fb0e6699e2b49409e544c759df981951b7479f3798762761148cbc8eb5697282787aa8c4560e80690ef41711f6ab5c9d0568526762ac
diff --git a/wireguard-kmod.spec b/wireguard-kmod.spec
index 74b66eb..515347e 100644
--- a/wireguard-kmod.spec
+++ b/wireguard-kmod.spec
@@ -5,7 +5,7 @@
Name: wireguard-kmod
Summary: Kernel module (kmod) for Wireguard
-Version: 1.0.20210124
+Version: 1.0.20210219
Release: 1%{?dist}
License: GPLv2
@@ -71,6 +71,9 @@ done
%changelog
+* Sun Mar 21 2021 Nicolas Chauvet <kwizart(a)gmail.com> - 1.0.20210219-1
+- Update to 1.0.20210219
+
* Sun Feb 07 2021 Nicolas Chauvet <kwizart(a)gmail.com> - 1.0.20210124-1
- Update to 1.0.20210124
3 years, 8 months
[wireguard/el8] Update to 1.0.20210219
by Nicolas Chauvet
commit 66f058af40fac768c3689939661d312f13f5e1c7
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Sun Mar 21 12:22:33 2021 +0100
Update to 1.0.20210219
sources | 2 +-
wireguard.spec | 5 ++++-
2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/sources b/sources
index 044b48e..0ba94c5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (wireguard-linux-compat-1.0.20210124.tar.xz) = 4438391eb6a6a1526cbb9b7eb7b8f8b2999bf425d5fca028f1a412d93bffaa6107be133d673e68add6eeeb86201aa080228706de2af00e69c0ac88ccb127e56e
+SHA512 (wireguard-linux-compat-1.0.20210219.tar.xz) = 1a0ef2ed96d7172f7726fb0e6699e2b49409e544c759df981951b7479f3798762761148cbc8eb5697282787aa8c4560e80690ef41711f6ab5c9d0568526762ac
diff --git a/wireguard.spec b/wireguard.spec
index 8967b72..60f9d54 100644
--- a/wireguard.spec
+++ b/wireguard.spec
@@ -1,6 +1,6 @@
Name: wireguard
Summary: Fast, modern, secure VPN tunnel
-Version: 1.0.20210124
+Version: 1.0.20210219
Release: 1%{?dist}
License: GPLv2
@@ -34,6 +34,9 @@ Kmod-common part for wireguard
%license COPYING
%changelog
+* Sun Mar 21 2021 Nicolas Chauvet <kwizart(a)gmail.com> - 1.0.20210219-1
+- Update to 1.0.20210219
+
* Sun Feb 07 2021 Nicolas Chauvet <kwizart(a)gmail.com> - 1.0.20210124-1
- Update to 1.0.20210124
3 years, 8 months
[obs-ndi] Update changelog
by Nicolas Chauvet
commit a3dfa6f731a5c9681d9a1ce02808fff2af081897
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Sun Mar 21 11:48:17 2021 +0100
Update changelog
obs-ndi.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/obs-ndi.spec b/obs-ndi.spec
index 1eeef8c..27215f7 100644
--- a/obs-ndi.spec
+++ b/obs-ndi.spec
@@ -1,6 +1,6 @@
Name: obs-ndi
Version: 4.9.1
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Network A/V in OBS Studio with NewTek's NDI technology
License: GPLv2+
@@ -54,5 +54,8 @@ sed -i -e 's/-std=c++11 -mtune=core2 -Ofast//' CMakeLists.txt
%changelog
+* Sun Mar 21 2021 Nicolas Chauvet <kwizart(a)gmail.com> - 4.9.1-2
+- Don't enforce c++11
+
* Wed Feb 24 2021 Nicolas Chauvet <kwizart(a)gmail.com> - 4.9.1-1
- Initial spec file
3 years, 8 months
[obs-ndi] Don't enforce c++11
by Nicolas Chauvet
commit a8ebfd1c63f46a0b4d00bb4d53a4154d8c509314
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Sun Mar 21 11:47:47 2021 +0100
Don't enforce c++11
obs-ndi.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/obs-ndi.spec b/obs-ndi.spec
index ecd4046..1eeef8c 100644
--- a/obs-ndi.spec
+++ b/obs-ndi.spec
@@ -33,7 +33,7 @@ scene to NDI
sed -i -e 's|/usr/lib|%{_libdir}|' src/obs-ndi.cpp
# Remove tuning
-sed -i -e 's/-mtune=core2 -Ofast//' CMakeLists.txt
+sed -i -e 's/-std=c++11 -mtune=core2 -Ofast//' CMakeLists.txt
%build
3 years, 8 months
[obs-ndi/f33] Initial import
by Nicolas Chauvet
Summary of changes:
e89eb8a... Initial import (*)
(*) This commit already existed in another branch; no separate mail sent
3 years, 8 months
[obs-ndi/f34] Initial import
by Nicolas Chauvet
Summary of changes:
e89eb8a... Initial import (*)
(*) This commit already existed in another branch; no separate mail sent
3 years, 8 months
[obs-ndi] Initial import
by Nicolas Chauvet
commit e89eb8a7414c4aec6adb72909ee9d91c273aadcc
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Sun Mar 21 10:45:48 2021 +0100
Initial import
.gitignore | 1 +
obs-ndi.spec | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
sources | 1 +
3 files changed, 60 insertions(+)
---
diff --git a/.gitignore b/.gitignore
index e69de29..5bc2092 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+obs-ndi-*.tar.gz
diff --git a/obs-ndi.spec b/obs-ndi.spec
new file mode 100644
index 0000000..ecd4046
--- /dev/null
+++ b/obs-ndi.spec
@@ -0,0 +1,58 @@
+Name: obs-ndi
+Version: 4.9.1
+Release: 1%{?dist}
+Summary: Network A/V in OBS Studio with NewTek's NDI technology
+
+License: GPLv2+
+URL: https://github.com/Palakis/obs-ndi
+Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
+
+ExclusiveArch: i686 x86_64 armv7hl
+
+BuildRequires: cmake
+BuildRequires: make
+BuildRequires: gcc-c++
+BuildRequires: cmake(Qt5Core)
+BuildRequires: cmake(Qt5Widgets)
+BuildRequires: obs-studio-devel
+Requires: obs-studio
+# A libndi.so.4 implementation is meant to be dlopen
+Requires: ndi-sdk%{?isa}
+
+%description
+* NDI Source : receive NDI video and audio in OBS
+* NDI Output : transmit video and audio from OBS to NDI
+* NDI Filter (a.k.a NDI Dedicated Output) : transmit a single source or
+scene to NDI
+
+
+%prep
+%autosetup -p1
+
+# Where to find the libndi.so.4 library
+sed -i -e 's|/usr/lib|%{_libdir}|' src/obs-ndi.cpp
+
+# Remove tuning
+sed -i -e 's/-mtune=core2 -Ofast//' CMakeLists.txt
+
+
+%build
+%cmake
+
+%cmake_build
+
+
+%install
+%cmake_install
+
+
+%files
+%license LICENSE
+%doc README.md
+%{_libdir}/obs-plugins/obs-ndi.so
+%{_datadir}/obs/obs-plugins/obs-ndi
+
+
+%changelog
+* Wed Feb 24 2021 Nicolas Chauvet <kwizart(a)gmail.com> - 4.9.1-1
+- Initial spec file
diff --git a/sources b/sources
index e69de29..0ff7e67 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+SHA512 (obs-ndi-4.9.1.tar.gz) = 6e41afc5b6c5d9e0875327270e0d802bbb230e78fca23146f31a68170955d2033539bf56f956c1f30cbae70614b62d563c1428ab626ef2d18fe95bfe04b02a78
3 years, 8 months