[vlc] Update to 20160901

nchauvet nchauvet at rpmfusion.org
Fri Sep 2 18:38:08 CEST 2016


commit f31107e0c4856668bdf73c0c26fe3ba338f8259c
Author: Nicolas Chauvet <kwizart at gmail.com>
Date:   Fri Sep 2 18:38:01 2016 +0200

    Update to 20160901

 sources  |  2 +-
 vlc.spec | 28 ++++++++++++++++------------
 2 files changed, 17 insertions(+), 13 deletions(-)
---
diff --git a/sources b/sources
index 7a1df40..5f999e5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c7710363d580e9a0a5670e96823ef240  vlc-3.0.0-git.tar.xz
+f4e1ea2323b576936ea55c7938d4f1c5  vlc-3.0.0-20160901-0221-git.tar.xz
diff --git a/vlc.spec b/vlc.spec
index 74cbda3..0c8ba54 100644
--- a/vlc.spec
+++ b/vlc.spec
@@ -32,7 +32,7 @@
 Summary:	The cross-platform open-source multimedia framework, player and server
 Name:		vlc
 Version:	3.0.0
-Release:	0.6%{?dist}
+Release:	0.7%{?dist}
 License:	GPLv2+
 Group:		Applications/Multimedia
 URL:		http://www.videolan.org
@@ -328,14 +328,14 @@ ln -sf ../../../fonts/dejavu/DejaVuSans-Bold.ttf  \
 rm -rf %{buildroot}%{_docdir}/vlc
 
 #Ghost the plugins cache
-touch %{buildroot}%{_libdir}/vlc/plugins.dat
+touch %{buildroot}%{_libdir}/vlc/plugins/plugins.dat
 
 
 %find_lang %{name}
 
 
 %post
-%{_libdir}/vlc/vlc-cache-gen %{_libdir}/vlc &>/dev/null
+%{_libdir}/vlc/vlc-cache-gen %{_libdir}/vlc/plugins &>/dev/null
 %{_bindir}/touch --no-create %{_datadir}/icons/hicolor
 if [ -x %{_bindir}/gtk-update-icon-cache ]; then
   %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor
@@ -345,7 +345,7 @@ fi
 %post core -p /sbin/ldconfig
 
 %postun
-%{_libdir}/vlc/vlc-cache-gen %{_libdir}/vlc &>/dev/null
+%{_libdir}/vlc/vlc-cache-gen %{_libdir}/vlc/plugins &>/dev/null
 %{_bindir}/update-desktop-database %{_datadir}/applications &>/dev/null
 %{_bindir}/touch --no-create %{_datadir}/icons/hicolor
 if [ -x %{_bindir}/gtk-update-icon-cache ]; then
@@ -355,26 +355,26 @@ fi || :
 %postun core -p /sbin/ldconfig
 
 %posttrans core
-%{_libdir}/vlc/vlc-cache-gen %{_libdir}/vlc &>/dev/null || :
+%{_libdir}/vlc/vlc-cache-gen %{_libdir}/vlc/plugins &>/dev/null || :
 
 %post extras
 if [ $1 == 1 ] ; then
-  %{_libdir}/vlc/vlc-cache-gen %{_libdir}/vlc &>/dev/null || :
+  %{_libdir}/vlc/vlc-cache-gen %{_libdir}/vlc/plugins &>/dev/null || :
 fi
 
 %post plugin-jack
 if [ $1 == 1 ] ; then
-  %{_libdir}/vlc/vlc-cache-gen %{_libdir}/vlc &>/dev/null || :
+  %{_libdir}/vlc/vlc-cache-gen %{_libdir}/vlc/plugins &>/dev/null || :
 fi
 
 %postun extras
 if [ $1 == 0 ] ; then
-  %{_libdir}/vlc/vlc-cache-gen %{_libdir}/vlc &>/dev/null || :
+  %{_libdir}/vlc/vlc-cache-gen %{_libdir}/vlc/plugins &>/dev/null || :
 fi
 
 %postun plugin-jack
 if [ $1 == 0 ] ; then
-  %{_libdir}/vlc/vlc-cache-gen %{_libdir}/vlc &>/dev/null || :
+  %{_libdir}/vlc/vlc-cache-gen %{_libdir}/vlc/plugins &>/dev/null || :
 fi
 
 %preun core
@@ -471,7 +471,7 @@ fi || :
 }
 %exclude %{_libdir}/vlc/plugins/audio_output/libjack_plugin.so
 %exclude %{_libdir}/vlc/plugins/audio_output/libpulse_plugin.so
-%ghost %{_libdir}/vlc/plugins.dat
+%ghost %{_libdir}/vlc/plugins/plugins.dat
 %{_libdir}/vlc/
 %{_mandir}/man1/vlc*.1*
 
@@ -506,6 +506,10 @@ fi || :
 
 
 %changelog
+* Fri Sep 02 2016 Nicolas Chauvet <kwizart at gmail.com> - 3.0.0-0.7
+- Bump to 20160901 nightly
+- Fix plugins.dat path - rfbz#4184
+
 * Thu Aug 18 2016 Sérgio Basto <sergio at serjux.com> - 3.0.0-0.6
 - Clean spec, Vascom patches series, rfbz #4196, add license tag
 
@@ -515,10 +519,10 @@ fi || :
 * Sat Jul 30 2016 Julian Sikorski <belegdol at fedoraproject.org> - 3.0.0-0.4
 - Rebuilt for ffmpeg-3.1.1
 
-* Fri Jul 29 2016 Nicolas Chauvet <nicolas.chauvet at kwizart.fr> - 3.0.0-0.3
+* Fri Jul 29 2016 Nicolas Chauvet <kwizart at gmail.com> - 3.0.0-0.3
 - Update to today snapshoot
 
-* Fri Jul 01 2016 Nicolas Chauvet <nicolas.chauvet at kwizart.fr> - 3.0.0-0.2
+* Fri Jul 01 2016 Nicolas Chauvet <kwizart at gmail.com> - 3.0.0-0.2
 - Update to today snapshot
 
 * Tue Jun 14 2016 Nicolas Chauvet <kwizart at gmail.com> - 3.0.0-0.1


More information about the rpmfusion-commits mailing list