|
|
|
@ -1,8 +1,3 @@
|
|
|
|
|
%global commit0 6f0d0ab126b1bed52897598867d0e19ca2cc6202
|
|
|
|
|
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
|
|
|
|
#global vlc_rc -rc2
|
|
|
|
|
%global vlc_setup vlc-%{?commit0}
|
|
|
|
|
|
|
|
|
|
%global _with_bootstrap 1
|
|
|
|
|
|
|
|
|
|
%if 0%{?!_without_freeworld:1}
|
|
|
|
@ -58,11 +53,11 @@
|
|
|
|
|
Summary: The cross-platform open-source multimedia framework, player and server
|
|
|
|
|
Epoch: 1
|
|
|
|
|
Name: vlc
|
|
|
|
|
Version: 3.0.20
|
|
|
|
|
Release: 1%{?dist}.inferit1
|
|
|
|
|
Version: 3.0.21
|
|
|
|
|
Release: 1%{?dist}.inferit
|
|
|
|
|
License: GPLv2+
|
|
|
|
|
URL: https://www.videolan.org
|
|
|
|
|
Source0: https://code.videolan.org/videolan/vlc/-/archive/%{commit0}/vlc-%{shortcommit0}.tar.gz
|
|
|
|
|
Source0: https://code.videolan.org/videolan/vlc/%{version}/vlc-%{version}.tar.xz
|
|
|
|
|
Patch3: 0001-Use-SYSTEM-wide-ciphers-for-gnutls.patch
|
|
|
|
|
Patch4: Revert-taglib-wav-fix-RIFF-INFO-tags-parsing.patch
|
|
|
|
|
Patch5: Lower-libgcrypt-to-1.5.3.patch
|
|
|
|
@ -321,7 +316,7 @@ VLC media player extras modules.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q -n %{vlc_setup}
|
|
|
|
|
%setup -q
|
|
|
|
|
%patch -P3 -p1
|
|
|
|
|
%if 0%{?el7}
|
|
|
|
|
%patch -P4 -p1
|
|
|
|
@ -605,6 +600,10 @@ fi || :
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Nov 29 2024 Eduard Basov <ebasov@msvsphere-os.ru> - 1:3.0.21-1.inferit
|
|
|
|
|
- Update to 3.0.21
|
|
|
|
|
- Rebuilt against new dav1d
|
|
|
|
|
|
|
|
|
|
* Mon Feb 12 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 1:3.0.20-1.inferit
|
|
|
|
|
- bump release to rebuild against new live555
|
|
|
|
|
|
|
|
|
|