Update vlc snapshot

el8
Nicolas Chauvet 7 years ago
parent cbc2f707d5
commit 847ed70973

@ -1 +1 @@
90ae508248c66715ccd7c167e341feed vlc-3.0.0-20171103-0240-git.tar.xz
32bec6d7e6202d8c33ce7c372c539ab8 vlc-3.0.0-20171122-0234-git.tar.xz

@ -1,5 +1,5 @@
%global vlc_date 20171103
%global vlc_rc -%{?vlc_date}-0240-git
%global vlc_date 20171122
%global vlc_rc -%{?vlc_date}-0234-git
%if 0%{?vlc_rc:1}
%global vlc_url https://nightlies.videolan.org/build/source/
%else
@ -367,7 +367,10 @@ rm -rf %{buildroot}/%{_datadir}/macosx
%post
%{_libdir}/vlc/vlc-cache-gen %{_libdir}/vlc/plugins &>/dev/null
if [ $1 == 1 ] ; then
%{_libdir}/vlc/vlc-cache-gen %{_libdir}/vlc/plugins &>/dev/null
fi || :
%{_bindir}/touch --no-create %{_datadir}/icons/hicolor
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor
@ -551,6 +554,9 @@ fi || :
%changelog
* Wed Nov 22 2017 Nicolas Chauvet <kwizart@gmail.com> - 3.0.0-0.40.git20171122
- Update to 20171122 snapshot
* Thu Nov 16 2017 Leigh Scott <leigh123linux@googlemail.com> - 3.0.0-0.40.git20171103
- Rebuild for new protobuf version

Loading…
Cancel
Save