[zoneminder] 1.34.9 Release
by Andrew Bauer
commit 1f9346e4d0acf593157baee397f69adcf5debd5f
Author: Andrew Bauer <zonexpertconsulting(a)outlook.com>
Date: Mon Apr 6 08:53:41 2020 -0500
1.34.9 Release
.gitignore | 1 +
sources | 1 +
zoneminder.spec | 5 ++++-
3 files changed, 6 insertions(+), 1 deletion(-)
---
diff --git a/.gitignore b/.gitignore
index a48f1bf..6400aef 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,4 @@
/zoneminder-1.34.5.tar.gz
/zoneminder-1.34.6.tar.gz
/zoneminder-1.34.7.tar.gz
+/zoneminder-1.34.9.tar.gz
diff --git a/sources b/sources
index 1d389fa..378d0e7 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,4 @@
SHA512 (cakephp-enum-behavior-1.0-zm.tar.gz) = 26b4fa4e4b53b6add69df506d68cee06c7c153ddb6facb76ff1156c5f558b9a7704e99b54361771195092ae7ab4f493c24135fa5a3f59fae84b6dc33ff3e0bd1
SHA512 (crud-3.1.0-zm.tar.gz) = 03b641454ad070a729e45f592c6c01bf2c80c53f00e085eb48380ba96e88d8c1410b2a0c58607f85d6536375d789b022b9e6b7de5bda8886ec17c3bdb07a68fc
SHA512 (zoneminder-1.34.7.tar.gz) = 6adcfe71c924c9916cb061649ed01d6196e6e6a4b97ceaf90007e64021c354210cdce967995f1dd3d4d3fe3ee80494c3a5aca27feb72ca141feb128fea7e2981
+SHA512 (zoneminder-1.34.9.tar.gz) = 3020f94dddfad240cfc51f5686a9b84ab5cdb6ea920ddfd72b33e492479bcf24a912446461f54300de62ff9434954443d9632629715f83ce522e6b4a359dec73
diff --git a/zoneminder.spec b/zoneminder.spec
index 602bfb3..91a2028 100644
--- a/zoneminder.spec
+++ b/zoneminder.spec
@@ -28,7 +28,7 @@
%global _hardened_build 1
Name: zoneminder
-Version: 1.34.7
+Version: 1.34.9
Release: 1%{?dist}
Summary: A camera monitoring and analysis tool
Group: System Environment/Daemons
@@ -416,6 +416,9 @@ EOF
%dir %attr(755,nginx,nginx) %{_localstatedir}/spool/zoneminder-upload
%changelog
+* Mon Apr 6 2020 Andrew Bauer <zonexpertconsulting(a)outlook.com> - 1.34.9-1
+- 1.34.9 Release
+
* Sat Mar 28 2020 Andrew Bauer <zonexpertconsulting(a)outlook.com> - 1.34.7-1
- 1.34.7 Release
4 years, 7 months
[vlc] Update changelog
by Nicolas Chauvet
commit 86e1df2f4253077f6b9bb96e44a6afc41364a9b8
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Sun Apr 5 18:26:49 2020 +0200
Update changelog
vlc.spec | 24 +++++++++++++++++-------
1 file changed, 17 insertions(+), 7 deletions(-)
---
diff --git a/vlc.spec b/vlc.spec
index a0d6d05..c7cebaf 100644
--- a/vlc.spec
+++ b/vlc.spec
@@ -49,20 +49,23 @@ Summary: The cross-platform open-source multimedia framework, player and server
Epoch: 1
Name: vlc
Version: 3.0.9
-Release: 35%{?dist}
+Release: 36%{?dist}
License: GPLv2+
URL: https://www.videolan.org
%if 0%{?commit0:1}
Source0: https://code.videolan.org/videolan/vlc-3.0/-/archive/%{commit0}/vlc-%{sho...
%global vlc_setup vlc-3.0-%{?commit0}
-%elif 0%{?vlc_rc:1}
+%else
+%if 0%{?vlc_rc:1}
Source0: https://download.videolan.org/pub/videolan/testing/vlc/%{version}%{?vlc_r...
%global vlc_setup vlc-%{version}%{?vlc_rc}
%else
Source0: https://download.videolan.org/pub/videolan/vlc/%{version}/vlc-%{version}....
%global vlc_setup vlc-%{version}
%endif
+%endif
Patch0: https://github.com/RPi-Distro/vlc/raw/buster-rpt/debian/patches/mmal_16.p...
+Patch1: 0001-vlc-3x-dvdread-nav-Fix-cases-where-DVD-_VERSION-are-.patch
Patch2: Fix_aom_abi_break.patch
Patch3: 0001-Use-SYSTEM-wide-ciphers-for-gnutls.patch
# Revert commit for f30
@@ -191,12 +194,12 @@ BuildRequires: pkgconfig(wayland-client) >= 1.5.91
BuildRequires: pkgconfig(wayland-egl)
BuildRequires: pkgconfig(wayland-protocols)
}
-%{?_with_schroedinger:BuildRequires: schroedinger-devel >= 1.0.10}
-BuildRequires: sqlite-devel
+%{?_with_schroedinger:BuildRequires: pkgconfig(schroedinger-1.0)}
+BuildRequires: pkgconfig(sqlite3)
%{?_with_sidplay:BuildRequires: pkgconfig(libsidplay2)}
-BuildRequires: speex-devel >= 1.1.5
-BuildRequires: taglib-devel
-%{?_with_twolame:BuildRequires: twolame-devel}
+BuildRequires: pkgconfig(speex)
+BuildRequires: pkgconfig(taglib)
+%{?_with_twolame:BuildRequires: pkgconfig(twolame)}
%{?_with_vcdimager:BuildRequires: vcdimager-devel >= 0.7.21}
%{?_with_x264:BuildRequires: x264-devel >= 0-0.8.20061028}
%{?_with_x265:BuildRequires: x265-devel}
@@ -307,6 +310,7 @@ VLC media player extras modules.
%{?_with_rpi:
%patch0 -p1
}
+%patch1 -p1
%patch2 -p1
%patch3 -p1
%if 0%{?fedora} == 30
@@ -315,6 +319,8 @@ VLC media player extras modules.
%if 0%{?el7}
# 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
. /opt/rh/devtoolset-8/enable
%endif
@@ -578,6 +584,10 @@ fi || :
%changelog
+* Sun Apr 05 2020 Nicolas Chauvet <kwizart(a)gmail.com> - 1:3.0.9-36
+- Lower libopus requirement for el7 - rfbz#5585
+- Add patch to build with libdvdread/libdvdnav for rhel
+
* Sun Apr 05 2020 Nicolas Chauvet <kwizart(a)gmail.com> - 1:3.0.9-35
- Switch to gitlab snapshot
- Switch to devtoolset-8 for el7
4 years, 7 months
[vlc] Add patch for dvdnav/read
by Nicolas Chauvet
commit 1d36e5a2abbe9196bf65564bdc7dd0274ee39e4c
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Sun Apr 5 18:24:16 2020 +0200
Add patch for dvdnav/read
...ead-nav-Fix-cases-where-DVD-_VERSION-are-.patch | 75 ++++++++++++++++++++++
1 file changed, 75 insertions(+)
---
diff --git a/0001-vlc-3x-dvdread-nav-Fix-cases-where-DVD-_VERSION-are-.patch b/0001-vlc-3x-dvdread-nav-Fix-cases-where-DVD-_VERSION-are-.patch
new file mode 100644
index 0000000..94eed8a
--- /dev/null
+++ b/0001-vlc-3x-dvdread-nav-Fix-cases-where-DVD-_VERSION-are-.patch
@@ -0,0 +1,75 @@
+From 92b65796875fbd30c3ae4c98a924b735ede60038 Mon Sep 17 00:00:00 2001
+From: Nicolas Chauvet <kwizart(a)gmail.com>
+Date: Thu, 2 Apr 2020 16:25:56 +0200
+Subject: [PATCH] vlc-3x: dvdread/nav: Fix cases where DVD*_VERSION* are
+ undefined
+
+With libdvdread/nav 5.0.3 (as in EL7/8) DVDREAD_VERSION_CODE is undefined
+leading to a comparison error. Use the older version notation for vlc-3.x
+instead.
+
+Also DVDNAV_VERSION is undefined there leading to a warning as it will
+assume VERSION = 0. Use a #if defined to clear that warning.
+
+Signed-off-by: Nicolas Chauvet <kwizart(a)gmail.com>
+---
+ modules/access/dvdnav.c | 6 +++---
+ modules/access/dvdread.c | 4 ++--
+ 2 files changed, 5 insertions(+), 5 deletions(-)
+
+diff --git a/modules/access/dvdnav.c b/modules/access/dvdnav.c
+index 61a9157111..86954e0d96 100644
+--- a/modules/access/dvdnav.c
++++ b/modules/access/dvdnav.c
+@@ -191,7 +191,7 @@ static int EventMouse( vlc_object_t *, char const *,
+ static int EventIntf( vlc_object_t *, char const *,
+ vlc_value_t, vlc_value_t, void * );
+
+-#if DVDNAV_VERSION >= 60100
++#if defined(DVDNAV_VERSION) && DVDNAV_VERSION >= 60100
+ static void DvdNavLog( void *foo, dvdnav_logger_level_t i, const char *p, va_list z)
+ {
+ msg_GenericVa( (demux_t*)foo, i, p, z );
+@@ -367,7 +367,7 @@ static int AccessDemuxOpen ( vlc_object_t *p_this )
+
+ /* Open dvdnav */
+ psz_path = ToLocale( psz_file );
+-#if DVDNAV_VERSION >= 60100
++#if defined(DVDNAV_VERSION) && DVDNAV_VERSION >= 60100
+ dvdnav_logger_cb cbs;
+ cbs.pf_log = DvdNavLog;
+ if( dvdnav_open2( &p_dvdnav, p_demux, &cbs, psz_path ) != DVDNAV_STATUS_OK )
+@@ -479,7 +479,7 @@ static int DemuxOpen ( vlc_object_t *p_this )
+ };
+
+ /* Open dvdnav with stream callbacks */
+-#if DVDNAV_VERSION >= 60100
++#if defined(DVDNAV_VERSION) && DVDNAV_VERSION >= 60100
+ dvdnav_logger_cb cbs;
+ cbs.pf_log = DvdNavLog;
+ if( dvdnav_open_stream2( &p_dvdnav, p_demux,
+diff --git a/modules/access/dvdread.c b/modules/access/dvdread.c
+index 442b3a0e49..5fe184193b 100644
+--- a/modules/access/dvdread.c
++++ b/modules/access/dvdread.c
+@@ -157,7 +157,7 @@ static int DvdReadSeek ( demux_t *, int );
+ static void DvdReadHandleDSI( demux_t *, uint8_t * );
+ static void DvdReadFindCell ( demux_t * );
+
+-#if DVDREAD_VERSION >= DVDREAD_VERSION_CODE(6, 1, 0)
++#if defined(DVDREAD_VERSION) && DVDREAD_VERSION >= 60100
+ static void DvdReadLog( void *foo, dvd_logger_level_t i, const char *p, va_list z )
+ {
+ demux_t *p_demux = (demux_t*)foo;
+@@ -200,7 +200,7 @@ static int Open( vlc_object_t *p_this )
+
+ /* Open dvdread */
+ const char *psz_path = ToLocale( psz_file );
+-#if DVDREAD_VERSION >= DVDREAD_VERSION_CODE(6, 1, 0)
++#if defined(DVDREAD_VERSION) && DVDREAD_VERSION >= 60100
+ dvd_logger_cb cbs;
+ cbs.pf_log = DvdReadLog;
+ dvd_reader_t *p_dvdread = DVDOpen2( p_demux, &cbs, psz_path );
+--
+2.25.1
+
4 years, 7 months
[vlc] Switch to gitlab snapshot
by Nicolas Chauvet
commit 456e09651201d8727297036177b525aed4bd0a45
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Sun Apr 5 15:03:49 2020 +0200
Switch to gitlab snapshot
.gitignore | 1 +
sources | 2 +-
vlc.spec | 56 ++++++++++++++++++++++++++++++++------------------------
3 files changed, 34 insertions(+), 25 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6d32910..bd25b59 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
vlc-*.tar.xz
+vlc-*.tar.gz
diff --git a/sources b/sources
index 4ce1d9b..a635077 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (vlc-3.0.9-20200402-0222.tar.xz) = b83d99d780713b21fceab88ea794e5e620d756728e69f9578536bd12d66315aa9b3ab48ec65988e1bb83b0dd51f5b49aba4fddbd67f6faea6e13d9e6e5a5c272
+SHA512 (vlc-8b5cff4.tar.gz) = 868bf13a61407775a272448bad84c9d4fea761a94feaf61de428357ff4e69d18ad416b1911286c921b82c4574ae8029524c11b3a6c7d48c2d0b627a3b57d0dc8
diff --git a/vlc.spec b/vlc.spec
index b5f9b31..a0d6d05 100644
--- a/vlc.spec
+++ b/vlc.spec
@@ -1,11 +1,6 @@
-%global vlc_date 20200402
+%global commit0 8b5cff44981b3af508678b7eb687944e8f2688ea
+%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
#global vlc_rc -rc9
-%global vlc_tag -%{?vlc_date}-0222
-%if 0%{?vlc_tag:1}
-%global vlc_url https://nightlies.videolan.org/build/source/
-%else
-%global vlc_url https://download.videolan.org/pub/videolan/vlc/
-%endif
%global _with_bootstrap 1
@@ -21,7 +16,7 @@
%endif
%global _with_a52dec 1
-%global _with_libdvbpsi 1
+%global _with_libdvbpsi 1
%global _with_libmad 1
%global _with_libmpeg2 1
%global _with_twolame 1
@@ -54,19 +49,28 @@ Summary: The cross-platform open-source multimedia framework, player and server
Epoch: 1
Name: vlc
Version: 3.0.9
-Release: 34%{?dist}
+Release: 35%{?dist}
License: GPLv2+
URL: https://www.videolan.org
-Source0: %{vlc_url}/%{?!vlc_tag:%{version}/}vlc-%{version}%{?vlc_tag}.tar.xz
+%if 0%{?commit0:1}
+Source0: https://code.videolan.org/videolan/vlc-3.0/-/archive/%{commit0}/vlc-%{sho...
+%global vlc_setup vlc-3.0-%{?commit0}
+%elif 0%{?vlc_rc:1}
+Source0: https://download.videolan.org/pub/videolan/testing/vlc/%{version}%{?vlc_r...
+%global vlc_setup vlc-%{version}%{?vlc_rc}
+%else
+Source0: https://download.videolan.org/pub/videolan/vlc/%{version}/vlc-%{version}....
+%global vlc_setup vlc-%{version}
+%endif
Patch0: https://github.com/RPi-Distro/vlc/raw/buster-rpt/debian/patches/mmal_16.p...
Patch2: Fix_aom_abi_break.patch
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
+Patch4: buildfix_for_old_dav1d.patch
BuildRequires: desktop-file-utils
-BuildRequires: libappstream-glib
-BuildRequires: fontpackages-devel
+BuildRequires: libappstream-glib
+BuildRequires: fontpackages-devel
%{?_with_bootstrap:
BuildRequires: bison
@@ -221,8 +225,8 @@ BuildRequires: raspberrypi-vc-devel
BuildRequires: raspberrypi-vc-static
}
-%if 0%{?rhel} == 7
-BuildRequires: devtoolset-7-toolchain, devtoolset-7-libatomic-devel
+%if 0%{?el7}
+BuildRequires: devtoolset-8-toolchain, devtoolset-8-libatomic-devel
%endif
%if 0%{?fedora} || 0%{?rhel} >= 8
@@ -299,7 +303,7 @@ VLC media player extras modules.
%prep
-%setup -q -n %{name}-%{version}%{?vlc_rc}
+%setup -q -n %{vlc_setup}
%{?_with_rpi:
%patch0 -p1
}
@@ -311,10 +315,7 @@ VLC media player extras modules.
%if 0%{?el7}
# Lower opus requirement - rfbz#5585
sed -i -e 's/opus >= 1.0.3/opus >= 1.0.2/' configure.ac
-%endif
-
-%if 0%{?rhel} == 7
-. /opt/rh/devtoolset-7/enable
+. /opt/rh/devtoolset-8/enable
%endif
%{?_with_bootstrap:
@@ -322,10 +323,12 @@ rm aclocal.m4 m4/lib*.m4 m4/lt*.m4 || :
./bootstrap
}
+touch src/revision.txt
+
%build
-%if 0%{?rhel} == 7
-. /opt/rh/devtoolset-7/enable
+%if 0%{?el7}
+. /opt/rh/devtoolset-8/enable
%endif
%configure \
@@ -336,8 +339,9 @@ rm aclocal.m4 m4/lib*.m4 m4/lt*.m4 || :
--with-default-font-family=DejaVuSans \
--with-default-monospace-font=%{_fontbasedir}/dejavu/DejaVuSansMono.ttf \
--with-default-monospace-font-family=DejaVuSansMono \
+ --with-kde-solid=no \
--with-pic \
- --disable-rpath \
+ --disable-rpath \
--with-binary-version=%{version} \
--enable-lua \
%{?_with_live555:--enable-live555} \
@@ -472,7 +476,7 @@ fi || :
%files
-%doc AUTHORS ChangeLog NEWS README THANKS
+%doc AUTHORS NEWS README THANKS
%license COPYING
%{_datadir}/metainfo/vlc.appdata.xml
%{_datadir}/applications/*%{name}.desktop
@@ -574,6 +578,10 @@ fi || :
%changelog
+* Sun Apr 05 2020 Nicolas Chauvet <kwizart(a)gmail.com> - 1:3.0.9-35
+- Switch to gitlab snapshot
+- Switch to devtoolset-8 for el7
+
* Thu Apr 02 2020 Nicolas Chauvet <kwizart(a)gmail.com> - 1:3.0.9-34
- Update to 20200402
- Enable make tests
4 years, 7 months
[chromium-freeworld/f30: 2/2] Update to 80.0.3987.163
by qvint
commit ff520a1fea164558d79cf472f8ae8cbb787e9e4b
Author: qvint <dotqvint(a)gmail.com>
Date: Sun Apr 5 15:04:09 2020 +0300
Update to 80.0.3987.163
chromium-freeworld.spec | 5 ++++-
sources | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/chromium-freeworld.spec b/chromium-freeworld.spec
index 8d7411e..721c3e8 100644
--- a/chromium-freeworld.spec
+++ b/chromium-freeworld.spec
@@ -69,7 +69,7 @@
%global ozone 0
##############################Package Definitions######################################
Name: chromium-freeworld
-Version: 80.0.3987.162
+Version: 80.0.3987.163
Release: 1%{?dist}
Summary: Chromium web browser built with all freeworld codecs and VA-API support
License: BSD and LGPLv2+ and ASL 2.0 and IJG and MIT and GPLv2+ and ISC and OpenSSL and (MPLv1.1 or GPLv2 or LGPLv2)
@@ -756,6 +756,9 @@ appstream-util validate-relax --nonet "%{buildroot}%{_metainfodir}/%{name}.appda
%{chromiumdir}/swiftshader/libGLESv2.so
#########################################changelogs#################################################
%changelog
+* Sun Apr 05 2020 qvint <dotqvint(a)gmail.com> - 80.0.3987.163-1
+- Update to 80.0.3987.163
+
* Thu Apr 02 2020 qvint <dotqvint(a)gmail.com> - 80.0.3987.162-1
- Update to 80.0.3987.162
diff --git a/sources b/sources
index a715931..71927c0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (chromium-80.0.3987.162.tar.xz) = 95a6bbe291faccd1a085daec89a3cf27eb00bc62f0b3956c2668568c7cabd67ac4dc02a2aaa093bb2844d4972cd8a7978c4249b2f0ebead038a215f574f68180
+SHA512 (chromium-80.0.3987.163.tar.xz) = d6c25035870276cc0c8b9608ffd61cbc8d9c5beac3894163433d3b379b1c11ba00973c4268c2128a320407d2086d1c00b0896ec974a7575a4802ea0596d48a1c
4 years, 7 months
[mpd/el8] Update to 0.21.22
by Leigh Scott
Summary of changes:
bac69c7... Update to 0.21.22 (*)
(*) This commit already existed in another branch; no separate mail sent
4 years, 7 months