[VirtualBox] Update VirtualBox to 6.1.22
by Sérgio M. Basto
commit 6a9bc1f831d0acb4f3bde3e93cae691996eebcf6
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Fri Apr 30 01:17:34 2021 +0100
Update VirtualBox to 6.1.22
VirtualBox.spec | 7 +++++--
sources | 4 ++--
update_vbox.sh | 2 +-
3 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/VirtualBox.spec b/VirtualBox.spec
index f273b0c..678313d 100644
--- a/VirtualBox.spec
+++ b/VirtualBox.spec
@@ -41,8 +41,8 @@
%endif
Name: VirtualBox
-Version: 6.1.20
-Release: 3%{?dist}
+Version: 6.1.22
+Release: 1%{?dist}
Summary: A general-purpose full virtualizer for PC hardware
License: GPLv2 or (GPLv2 and CDDL)
@@ -902,6 +902,9 @@ getent passwd vboxadd >/dev/null || \
%{_datadir}/%{name}-kmod-%{version}
%changelog
+* Thu Apr 29 2021 Sérgio Basto <sergio(a)serjux.com> - 6.1.22-1
+- Update VirtualBox to 6.1.22
+
* Fri Apr 23 2021 Sérgio Basto <sergio(a)serjux.com> - 6.1.20-3
- We can build webservice with JDK 1.8 as workaround
- Enable system lzf with patch that make it work
diff --git a/sources b/sources
index f60ee90..8b4539e 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (VirtualBox-6.1.20.tar.bz2) = b5af4e04e1a52c85b20226a274fac93712b79d426c0268cce3f2a337616a03161a55522ecddd13844bfc24a6808ba3d651366e74ce657cc6f8fd64c34ae745a4
-SHA512 (UserManual.pdf) = f4908b35efb658997c1562384290490c96bef222a00198780c0a127bd6c40123106e1a5c910e1fac94e066b46c37f2125efe64ef6a237a454467eea1a7219ce7
+SHA512 (VirtualBox-6.1.22.tar.bz2) = ab0fc7cea455f74598d5da18528404405221e9c96a34f0355a39187524240596db4b54e1b1af5f152d5329b8e7977218819c0605f0d0ba0d83a1fb8f8487548d
+SHA512 (UserManual.pdf) = 6f0911d6ef3e1d1b9e2df3de7da660f12400364ff07f2f1642e942670dd3f0219d1ed8f51d79fa1e219596cd066d053f207a53036302bba0f223c3478f5518f9
diff --git a/update_vbox.sh b/update_vbox.sh
index 324e136..2622168 100755
--- a/update_vbox.sh
+++ b/update_vbox.sh
@@ -1,4 +1,4 @@
-VERSION=6.1.20
+VERSION=6.1.22
REL=1
RAWHIDE=35
REPOS="f34 f33 f32 el8 el7"
3 years, 6 months
[vlc/f33] (5 commits) ...Add patch
by Nicolas Chauvet
Summary of changes:
6bbbaea... Update snapshot (*)
060ca7a... Rebuild (*)
9c06e77... Rebuild for new x265 (*)
6e88e39... Update to 3.0.13 (*)
5585a13... Add patch (*)
(*) This commit already existed in another branch; no separate mail sent
3 years, 6 months
[vlc/f34] (2 commits) ...Add patch
by Nicolas Chauvet
Summary of changes:
6e88e39... Update to 3.0.13 (*)
5585a13... Add patch (*)
(*) This commit already existed in another branch; no separate mail sent
3 years, 6 months
[vlc] Add patch
by Nicolas Chauvet
commit 5585a133ce20cab1282f07d48da12d79c0814698
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Fri Apr 30 00:00:19 2021 +0200
Add patch
0001-Revert-configure-ignore-too-new-SRT.patch | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
---
diff --git a/0001-Revert-configure-ignore-too-new-SRT.patch b/0001-Revert-configure-ignore-too-new-SRT.patch
new file mode 100644
index 0000000..7b1c9fb
--- /dev/null
+++ b/0001-Revert-configure-ignore-too-new-SRT.patch
@@ -0,0 +1,26 @@
+From 903923d4f491c4b557ad2a9a4fd28e47975d8054 Mon Sep 17 00:00:00 2001
+From: Nicolas Chauvet <kwizart(a)gmail.com>
+Date: Thu, 29 Apr 2021 23:56:35 +0200
+Subject: [PATCH] Revert "configure: ignore too new SRT"
+
+This reverts commit 3aad852a05d9a3b2469328cb9ea2e20b0acbce5c.
+---
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/configure.ac b/configure.ac
+index d37af9e4179e..14028f478bd0 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -4016,7 +4016,7 @@ AM_CONDITIONAL([HAVE_LIRC], [test "${have_lirc}" = "yes"])
+ dnl
+ dnl SRT plugin
+ dnl
+-PKG_ENABLE_MODULES_VLC([SRT], [access_srt access_output_srt], [srt >= 1.2.2 srt < 1.3.0], [SRT input/output plugin], [auto], [], [], [-DENABLE_SRT])
++PKG_ENABLE_MODULES_VLC([SRT], [access_srt access_output_srt], [srt >= 1.2.2], [SRT input/output plugin], [auto], [], [], [-DENABLE_SRT])
+
+ EXTEND_HELP_STRING([Visualisations and Video filter plugins:])
+ dnl
+--
+2.30.2
+
3 years, 6 months
[vlc] Update to 3.0.13
by Nicolas Chauvet
commit 6e88e390dda5d690fcf908c13bbac396f1af3a85
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Thu Apr 29 13:03:59 2021 +0200
Update to 3.0.13
sources | 2 +-
vlc.spec | 18 +++++++++---------
2 files changed, 10 insertions(+), 10 deletions(-)
---
diff --git a/sources b/sources
index cb56ed3..540ed37 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (vlc-1701574.tar.gz) = 37cccc3bb65e02fae78b03cbaccd2972d9e4ee378c2930ada83374191f248e7e0e5b56b9cb2b32f5635ff274371a8b09b301e8a8d4784ee3a65b6d528d67bf49
+SHA512 (vlc-3.0.13.tar.xz) = 0badca9d71b682b1dd6f05acab48d77baffe22e6a00be6db2a790644bab74738f9807e889fd0348af72628694b5210896638ac2cd99d0efc0e1c2cef7ab28bff
diff --git a/vlc.spec b/vlc.spec
index 1f92116..7bf5c4e 100644
--- a/vlc.spec
+++ b/vlc.spec
@@ -1,5 +1,5 @@
-%global commit0 170157402b9c9ee5651838499549328c6715b5fe
-%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
+#global commit0 170157402b9c9ee5651838499549328c6715b5fe
+#global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
#global vlc_rc -rc9
%global _with_bootstrap 1
@@ -50,15 +50,15 @@
Summary: The cross-platform open-source multimedia framework, player and server
Epoch: 1
Name: vlc
-Version: 3.0.12.1
-Release: 9%{?dist}
+Version: 3.0.13
+Release: 1%{?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}
%else
-Source0: https://download.videolan.org/pub/videolan/%{?vlc_rc:testing}/vlc/%{versi...
+Source0: https://download.videolan.org/pub/videolan/%{?vlc_rc:testing/}vlc/%{versi...
%global vlc_setup vlc-%{version}%{?vlc_rc}
%endif
Patch0: https://github.com/RPi-Distro/vlc/raw/buster-rpt/debian/patches/mmal_20.p...
@@ -74,10 +74,7 @@ Patch9: notify-don-t-depend-on-any-GTK-version.patch
# Fix build issue with recent SRT library
# Based on https://git.videolan.org/?p=vlc.git;a=commit;h=6e8d77431127c482196115a6ee...
Patch10: recent_srt_fix.patch
-# Add a missing include that would make the build fail:
-# https://trac.videolan.org/vlc/ticket/25325
-# Drop next release
-Patch11: 0001-Add-missing-include-limits-to-file-using-std.patch
+Patch11: 0001-Revert-configure-ignore-too-new-SRT.patch
BuildRequires: desktop-file-utils
BuildRequires: libappstream-glib
@@ -622,6 +619,9 @@ fi || :
%changelog
+* Thu Apr 29 2021 Nicolas Chauvet <kwizart(a)gmail.com> - 1:3.0.13-1
+- Update to 3.0.13
+
* Wed Apr 14 2021 Leigh Scott <leigh123linux(a)gmail.com> - 1:3.0.12.1-9
- Rebuild for new x265
3 years, 6 months