[packages/vlc] - updated to 3.0.13 - updated srt patch to accept srt >= 1.4 - disabled smb2 for now, requires unrel
qboosh
qboosh at pld-linux.org
Fri Apr 30 09:23:29 CEST 2021
commit 73e619baf4b83429058556e3dd76f91ea494c950
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Fri Apr 30 09:24:58 2021 +0200
- updated to 3.0.13
- updated srt patch to accept srt >= 1.4
- disabled smb2 for now, requires unreleased version of libsmb2
vlc-srt.patch | 11 +++++++++++
vlc.spec | 12 ++++++------
2 files changed, 17 insertions(+), 6 deletions(-)
---
diff --git a/vlc.spec b/vlc.spec
index 5c5240c..e890a1c 100644
--- a/vlc.spec
+++ b/vlc.spec
@@ -46,7 +46,7 @@
%bcond_without sftp # SFTP file transfer via libssh2
%bcond_without shout # shout access output plugin
%bcond_without smb # SMB access plugin
-%bcond_without smb2 # SMB2 access plugin
+%bcond_with smb2 # SMB2 access plugin (requires unreleased version)
%bcond_without speex # speex codec plugin
%bcond_without static_libs # don't build static libraries
%bcond_without svg # svg text renderer plugin
@@ -70,12 +70,12 @@
Summary: VLC - a multimedia player and stream server
Summary(pl.UTF-8): VLC - odtwarzacz multimedialny oraz serwer strumieni
Name: vlc
-Version: 3.0.12
-Release: 3
+Version: 3.0.13
+Release: 1
License: GPL v2+
Group: X11/Applications/Multimedia
Source0: https://download.videolan.org/pub/videolan/vlc/%{version}/%{name}-%{version}.tar.xz
-# Source0-md5: 452d3423bcbaf1b85faebab0c45a7ecf
+# Source0-md5: d2c1220e9a8614906986b5db53aa731e
Patch0: %{name}-buildflags.patch
Patch1: %{name}-tremor.patch
Patch2: %{name}-mpc.patch
@@ -180,7 +180,7 @@ BuildRequires: libsamplerate-devel
BuildRequires: libsecret-devel >= 0.18
%{?with_shout:BuildRequires: libshout-devel >= 2.1}
BuildRequires: libsidplay2-devel
-%{?with_smb2:BuildRequires: libsmb2-devel >= 3.0.0}
+%{?with_smb2:BuildRequires: libsmb2-devel >= 4.0.0}
%{?with_smb:BuildRequires: libsmbclient-devel >= 3.6.13}
%{?with_sftp:BuildRequires: libssh2-devel}
BuildRequires: libstdc++-devel >= 6:4.7
@@ -213,7 +213,7 @@ BuildRequires: microdns-devel >= 0.1.2
BuildRequires: minizip-devel
BuildRequires: musepack-devel
BuildRequires: ncurses-devel
-%{?with_opencv:BuildRequires: opencv-devel > 2.0}
+%{?with_opencv:BuildRequires: opencv-devel > 4}
BuildRequires: opus-devel >= 1.0.3
BuildRequires: pkgconfig >= 1:0.9.0
BuildRequires: protobuf-devel >= 2.5.0
diff --git a/vlc-srt.patch b/vlc-srt.patch
index c18beff..3c8a245 100644
--- a/vlc-srt.patch
+++ b/vlc-srt.patch
@@ -20,3 +20,14 @@
&i_latency, sizeof( int ) );
if ( psz_passphrase != NULL && psz_passphrase[0] != '\0')
+--- vlc-3.0.13/configure.ac.orig 2021-04-30 06:58:19.309080610 +0200
++++ vlc-3.0.13/configure.ac 2021-04-30 07:28:29.499273968 +0200
+@@ -4016,7 +4016,7 @@
+ 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
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/vlc.git/commitdiff/73e619baf4b83429058556e3dd76f91ea494c950
More information about the pld-cvs-commit
mailing list