[chromium-freeworld] Build requires expat-devel
by qvint
commit 71eed6c6d1d08772b0ba7b8345c34857d221caea
Author: qvint <dotqvint(a)gmail.com>
Date: Mon Apr 6 13:06:53 2020 +0300
Build requires expat-devel
chromium-freeworld.spec | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/chromium-freeworld.spec b/chromium-freeworld.spec
index 721c3e8..64f2f6f 100644
--- a/chromium-freeworld.spec
+++ b/chromium-freeworld.spec
@@ -184,6 +184,7 @@ BuildRequires: pkgconfig(libxslt)
BuildRequires: opus-devel
BuildRequires: snappy-devel
BuildRequires: yasm
+BuildRequires: expat-devel
BuildRequires: pciutils-devel
BuildRequires: speech-dispatcher-devel
BuildRequires: pulseaudio-libs-devel
4 years, 7 months
[vlc/f32] (9 commits) ...More fixes for el7
by Nicolas Chauvet
Summary of changes:
768c694... Enable aom dav1d asdcp for all (*)
7555b0e... ifarch asdcplib (*)
eb9238b... Update to 20200402 (*)
f9bf28c... Update for qt5-qtwayland and phonon for el8 (*)
456e096... Switch to gitlab snapshot (*)
1d36e5a... Add patch for dvdnav/read (*)
86e1df2... Update changelog (*)
46a6493... Fix for el7 (*)
844ed5d... More fixes for el7 (*)
(*) This commit already existed in another branch; no separate mail sent
4 years, 7 months
[vlc] More fixes for el7
by Nicolas Chauvet
commit 844ed5d34136c63e23f4d902455db305079f80cb
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Mon Apr 6 17:33:07 2020 +0200
More fixes for el7
vlc.spec | 7 +++++++
1 file changed, 7 insertions(+)
---
diff --git a/vlc.spec b/vlc.spec
index c7cebaf..8432a0b 100644
--- a/vlc.spec
+++ b/vlc.spec
@@ -71,6 +71,7 @@ Patch3: 0001-Use-SYSTEM-wide-ciphers-for-gnutls.patch
# Revert commit for f30
# https://git.videolan.org/?p=vlc/vlc-3.0.git;a=commitdiff;h=bb98c9a1bda897...
Patch4: buildfix_for_old_dav1d.patch
+Patch5: Lower-libgcrypt-to-1.5.3.patch
BuildRequires: desktop-file-utils
BuildRequires: libappstream-glib
BuildRequires: fontpackages-devel
@@ -317,10 +318,13 @@ VLC media player extras modules.
%patch4 -p1
%endif
%if 0%{?el7}
+%patch5 -p1
# Lower opus requirement - rfbz#5585
sed -i -e 's/opus >= 1.0.3/opus >= 1.0.2/' configure.ac
sed -i -e 's/opus_multistream_surround_encoder_create/opus_multistream_encoder_create/g' modules/codec/opus.c
sed -i -e 's/ header.channel_mapping,//' modules/codec/opus.c
+# Lower taglib
+sed -i -e 's/taglib >= 1.9/taglib >= 1.8/' configure.ac
. /opt/rh/devtoolset-8/enable
%endif
@@ -434,6 +438,9 @@ rm -rf %{buildroot}%{_datadir}/kde4
%find_lang %{name}
%check
+%if 0%{?el7}
+. /opt/rh/devtoolset-8/enable
+%endif
make check
4 years, 7 months
[vlc] Fix for el7
by Nicolas Chauvet
commit 46a6493d0f0e1dcacd75e3d188c0255f4698137b
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Mon Apr 6 17:33:03 2020 +0200
Fix for el7
Lower-libgcrypt-to-1.5.3.patch | 44 ++++++++++++++++++++++++++++++++++++++++++
1 file changed, 44 insertions(+)
---
diff --git a/Lower-libgcrypt-to-1.5.3.patch b/Lower-libgcrypt-to-1.5.3.patch
new file mode 100644
index 0000000..3b86e3b
--- /dev/null
+++ b/Lower-libgcrypt-to-1.5.3.patch
@@ -0,0 +1,44 @@
+From fefc0d51b9d3ec6046a73cf317b31870048d1fc2 Mon Sep 17 00:00:00 2001
+From: Nicolas Chauvet <kwizart(a)gmail.com>
+Date: Mon, 6 Apr 2020 09:08:08 +0200
+Subject: [PATCH] Lower libgcrypt to 1.5.3
+
+Signed-off-by: Nicolas Chauvet <kwizart(a)gmail.com>
+---
+ configure.ac | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+diff --git a/configure.ac b/configure.ac
+index 1dfe2fce9b..cdac533e10 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -4038,14 +4038,14 @@ AC_ARG_ENABLE(libgcrypt,
+ AC_ARG_VAR([GCRYPT_CFLAGS], [C compiler flags for gcrypt])
+ AC_ARG_VAR([GCRYPT_LIBS], [linker flags flags for gcrypt])
+
+-# require libgcrypt >= 1.6.0
++# require libgcrypt >= 1.5.3
+ AS_IF([test "${enable_libgcrypt}" != "no"], [
+- AC_CACHE_CHECK([for gcrypt 1.6.0 or later], [ac_cv_lib_gcrypt], [
++ AC_CACHE_CHECK([for gcrypt 1.5.3 or later], [ac_cv_lib_gcrypt], [
+ VLC_SAVE_FLAGS
+ CFLAGS="${CFLAGS} ${GCRYPT_CFLAGS}"
+ AC_COMPILE_IFELSE([AC_LANG_PROGRAM([
+ [#include <gcrypt.h>
+-#if GCRYPT_VERSION_NUMBER < 0x010600
++#if GCRYPT_VERSION_NUMBER < 0x010503
+ #error
+ #endif]])], [
+ ac_cv_lib_gcrypt=yes
+@@ -4059,7 +4059,7 @@ AS_IF([test "${enable_libgcrypt}" != "no"], [
+ AC_DEFINE([HAVE_GCRYPT], 1, [Defined if having gcrypt])
+ ], [
+ AS_IF([test "${enable_libgcrypt}" = "yes"], [
+- AC_MSG_ERROR([libgcrypt version 1.6.0 or higher not found. Install libgcrypt or pass --disable-libgcrypt.])
++ AC_MSG_ERROR([libgcrypt version 1.5.3 or higher not found. Install libgcrypt or pass --disable-libgcrypt.])
+ ])
+ ])
+ ])
+--
+2.25.1
+
4 years, 7 months
[zoneminder/el7: 2/2] Merge branch 'master' into el7
by Andrew Bauer
commit 107c275568e5e786cec598453d536c6a19f996de
Merge: 33732e5 1f9346e
Author: Andrew Bauer <zonexpertconsulting(a)outlook.com>
Date: Mon Apr 6 08:57:36 2020 -0500
Merge branch 'master' into el7
.gitignore | 1 +
sources | 1 +
zoneminder.spec | 5 ++++-
3 files changed, 6 insertions(+), 1 deletion(-)
---
4 years, 7 months
[zoneminder/el8] 1.34.9 Release
by Andrew Bauer
Summary of changes:
1f9346e... 1.34.9 Release (*)
(*) This commit already existed in another branch; no separate mail sent
4 years, 7 months
[zoneminder/f30] 1.34.9 Release
by Andrew Bauer
Summary of changes:
1f9346e... 1.34.9 Release (*)
(*) This commit already existed in another branch; no separate mail sent
4 years, 7 months
[zoneminder/f31] 1.34.9 Release
by Andrew Bauer
Summary of changes:
1f9346e... 1.34.9 Release (*)
(*) This commit already existed in another branch; no separate mail sent
4 years, 7 months
[zoneminder/f32] 1.34.9 Release
by Andrew Bauer
Summary of changes:
1f9346e... 1.34.9 Release (*)
(*) This commit already existed in another branch; no separate mail sent
4 years, 7 months