Update snapshot

el8
Nicolas Chauvet 4 years ago
parent 46a690e567
commit d58f68280b

@ -1 +1 @@
SHA512 (vlc-3.0.11.1.tar.xz) = 8ce1e2f11aabf847dc5c55cf21ce6d7c0419a1051b5f4795e36cd060eab82d5056e44b4c070b80af56744e6aa841ef538386d08bc3b397a444e7258b2ba3f76b
SHA512 (vlc-a66f141.tar.gz) = efd0bb066bf71d5fde2539e1308844d1b2e6acfe25bf128a68d8c50eda7f4a1709a92e2a28dff55f0f8dde8839867250adbb3e85cd1e36134399e61870e7707a

@ -1,4 +1,4 @@
#global commit0 f5ec9e0acaa5e5bc7c5e7cf09019185b0da3bd37
%global commit0 a66f141b17e792bcc298c83496749ec93265ff14
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
#global vlc_rc -rc9
@ -50,8 +50,8 @@
Summary: The cross-platform open-source multimedia framework, player and server
Epoch: 1
Name: vlc
Version: 3.0.11.1
Release: 6%{?dist}
Version: 3.0.12
Release: 0.1%{?dist}
License: GPLv2+
URL: https://www.videolan.org
%if 0%{?commit0:1}
@ -68,11 +68,6 @@ Patch5: Lower-libgcrypt-to-1.5.3.patch
Patch6: Restore-support-for-thread-callbacks-for-older-gcryp.patch
# Patch based on https://code.videolan.org/videolan/vlc/commit/0e0b070c26d197e848f1548fca455bf97db471a3
Patch7: replace_deprecated_luaL_checkint.patch
# Fix build with qt5-5.15
# https://git.videolan.org/?p=vlc/vlc-3.0.git;a=commit;h=85aa32db726559743d08d2fcafbb90fc923c43ff
# https://git.videolan.org/?p=vlc/vlc-3.0.git;a=commit;h=4f899efc13a3a8f5259ce260655dfdd6f4830299
Patch8: 85aa32db726559743d08d2fcafbb90fc923c43ff.patch
Patch9: 4f899efc13a3a8f5259ce260655dfdd6f4830299.patch
BuildRequires: desktop-file-utils
BuildRequires: libappstream-glib
BuildRequires: fontpackages-devel
@ -170,7 +165,11 @@ BuildRequires: pkgconfig(gl)
BuildRequires: pkgconfig(glu)
BuildRequires: libsamplerate-devel
BuildRequires: libshout-devel
%if 0%{?fedora} || 0%{?rhel} > 7
BuildRequires: lua5.1-devel
%else
BuildRequires: lua-devel
%endif
BuildRequires: minizip-devel
%{?_with_libmpeg2:BuildRequires: libmpeg2-devel >= 0.3.2}
BuildRequires: ncurses-devel
@ -335,10 +334,8 @@ sed -i -e 's/ header.channel_mapping,//' modules/codec/opus.c
sed -i -e 's/taglib >= 1.9/taglib >= 1.8/' configure.ac
. /opt/rh/devtoolset-%{dts_ver}/enable
%endif
%if 0%{?fedora}
%if 0%{?fedora} || 0%{?rhel} > 7
%patch7 -p1
%patch8 -p1
%patch9 -p1
%endif
%{?_with_bootstrap:
@ -608,6 +605,10 @@ fi || :
%changelog
* Fri Oct 30 2020 Nicolas Chauvet <kwizart@gmail.com> - 1:3.0.12-0.1
- Update snapshoot
- Switch to lua-5.1
* Wed Oct 21 2020 Leigh Scott <leigh123linux@gmail.com> - 1:3.0.11.1-6
- Rebuild for new libdvdread

Loading…
Cancel
Save