[motion] Added gcc 10 compile fix patch.
by Vasiliy Glazov
commit 4aab81be886df1db2f0bbb44a955199b69eeb5a1
Author: Vasiliy Glazov <vascom2(a)gmail.com>
Date: Fri Feb 7 09:45:22 2020 +0300
Added gcc 10 compile fix patch.
motion-fno-common-fix.patch | 36 ++++++++++++++++++++++++++++++++++++
1 file changed, 36 insertions(+)
---
diff --git a/motion-fno-common-fix.patch b/motion-fno-common-fix.patch
new file mode 100644
index 0000000..c87b4a7
--- /dev/null
+++ b/motion-fno-common-fix.patch
@@ -0,0 +1,36 @@
+diff -uNdr motion-Release-4.3.0_orig/src/netcam.h motion-Release-4.3.0_new/src/netcam.h
+--- motion-Release-4.3.0_orig/src/netcam.h 2020-02-05 09:28:50.329199353 +0300
++++ motion-Release-4.3.0_new/src/netcam.h 2020-02-05 09:30:52.591677971 +0300
+@@ -113,7 +113,7 @@
+ } netcam_buff;
+ typedef netcam_buff *netcam_buff_ptr;
+
+-struct netcam_caps { /* netcam capabilities: */
++extern struct netcam_caps { /* netcam capabilities: */
+ unsigned char streaming; /* See the NCS_* defines */
+ unsigned char content_length; /* 0 - unsupported */
+ } caps;
+diff -uNdr motion-Release-4.3.0_orig/src/translate.c motion-Release-4.3.0_new/src/translate.c
+--- motion-Release-4.3.0_orig/src/translate.c 2020-02-05 09:28:50.346198723 +0300
++++ motion-Release-4.3.0_new/src/translate.c 2020-02-05 09:40:22.322733174 +0300
+@@ -10,6 +10,8 @@
+ #include "motion.h"
+ #include "translate.h"
+
++int nls_enabled;
++
+ void translate_locale_chg(const char *langcd){
+ #ifdef HAVE_GETTEXT
+ /* This routine is for development testing only. It is not used for
+diff -uNdr motion-Release-4.3.0_orig/src/translate.h motion-Release-4.3.0_new/src/translate.h
+--- motion-Release-4.3.0_orig/src/translate.h 2020-02-05 09:28:50.346198723 +0300
++++ motion-Release-4.3.0_new/src/translate.h 2020-02-05 09:40:22.313733505 +0300
+@@ -10,7 +10,7 @@
+ #ifndef _INCLUDE_TRANSLATE_H_
+ #define _INCLUDE_TRANSLATE_H_
+
+-int nls_enabled;
++extern int nls_enabled;
+
+ #ifdef HAVE_GETTEXT
+ # include <libintl.h>
4 years, 9 months
[xine-lib] add define for legacy_common_support
by Leigh Scott
commit c4ab58259110eb1bf55a67a464b00a156abd3364
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Thu Feb 6 00:40:27 2020 +0000
add define for legacy_common_support
xine-lib.spec | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/xine-lib.spec b/xine-lib.spec
index 8659dfd..85dc77c 100644
--- a/xine-lib.spec
+++ b/xine-lib.spec
@@ -1,3 +1,4 @@
+%define _legacy_common_support 1
%global plugin_abi 2.8
%global codecdir %{_libdir}/codecs
4 years, 9 months
[aqualung] add define for legacy_common_support
by Leigh Scott
commit a0e1c798f383644b3e22239d9019537ada16658a
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Thu Feb 6 00:35:44 2020 +0000
add define for legacy_common_support
aqualung.spec | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/aqualung.spec b/aqualung.spec
index a4578f8..4633bec 100644
--- a/aqualung.spec
+++ b/aqualung.spec
@@ -1,3 +1,4 @@
+%define _legacy_common_support 1
#https://github.com/jeremyevans/aqualung/commit/72c1ab19fc8cd3294d5d0a7fd676099cd26d72db
%global commit0 72c1ab19fc8cd3294d5d0a7fd676099cd26d72db
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
4 years, 9 months
[fakenes] add define for legacy_common_support
by Leigh Scott
commit 423e40a32f604d7190442ab1dcf4ff5a876c7001
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Thu Feb 6 00:32:40 2020 +0000
add define for legacy_common_support
fakenes.spec | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/fakenes.spec b/fakenes.spec
index 0b8dc2d..861c482 100644
--- a/fakenes.spec
+++ b/fakenes.spec
@@ -1,3 +1,4 @@
+%define _legacy_common_support 1
%define beta beta3
Name: fakenes
4 years, 9 months
[minidlna] add define for legacy_common_support
by Leigh Scott
commit 027c6667bee9fd6dddf14fa7ac755c369d7c7eb9
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Thu Feb 6 00:27:46 2020 +0000
add define for legacy_common_support
minidlna.spec | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/minidlna.spec b/minidlna.spec
index ca960e1..fc474d1 100644
--- a/minidlna.spec
+++ b/minidlna.spec
@@ -1,3 +1,5 @@
+%define _legacy_common_support 1
+
Name: minidlna
Version: 1.2.1
Release: 10%{?dist}
4 years, 9 months
[mp3splt-gtk] add define for legacy_common_support
by Leigh Scott
commit 30129abb71d50b16d2f766a26c41f4292d12fabf
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Thu Feb 6 00:24:50 2020 +0000
add define for legacy_common_support
mp3splt-gtk.spec | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/mp3splt-gtk.spec b/mp3splt-gtk.spec
index bec9cd9..718812f 100644
--- a/mp3splt-gtk.spec
+++ b/mp3splt-gtk.spec
@@ -1,3 +1,4 @@
+%define _legacy_common_support 1
%bcond_with audacious
%bcond_without gtk3
4 years, 9 months
[obs-studio] add define for legacy_common_support
by Leigh Scott
commit 60ee41d428cfd7cdc1ed142387fcb29b810480fd
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Thu Feb 6 00:22:36 2020 +0000
add define for legacy_common_support
obs-studio.spec | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/obs-studio.spec b/obs-studio.spec
index e3e02ee..cd0389b 100644
--- a/obs-studio.spec
+++ b/obs-studio.spec
@@ -1,3 +1,4 @@
+%define _legacy_common_support 1
%if 0%{?fedora} || 0%{?rhel} > 7
# bytecompile with Python 3
%global __python %{__python3}
4 years, 9 months
[vokoscreen] add define for legacy_common_support
by Leigh Scott
commit d30a75e9b4b598ca184ddba9b31bfe497ce24b47
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Thu Feb 6 00:16:37 2020 +0000
add define for legacy_common_support
vokoscreen.spec | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/vokoscreen.spec b/vokoscreen.spec
index 0927c1b..c6b17e7 100644
--- a/vokoscreen.spec
+++ b/vokoscreen.spec
@@ -1,3 +1,4 @@
+%define _legacy_common_support 1
%global prerel beta
Name: vokoscreen
4 years, 9 months
[vice] add define for legacy_common_support
by Leigh Scott
commit bc3094247c059658efc1de809ba169a33aa31230
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Thu Feb 6 00:05:48 2020 +0000
add define for legacy_common_support
vice.spec | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/vice.spec b/vice.spec
index 6088a88..a3280c6 100644
--- a/vice.spec
+++ b/vice.spec
@@ -1,3 +1,5 @@
+%define _legacy_common_support 1
+
Name: vice
Version: 3.2
Release: 6%{?dist}
4 years, 9 months