rpms/vlc/devel vlc.spec,1.137,1.138

Nicolas Chauvet kwizart at rpmfusion.org
Sat Dec 10 23:26:32 CET 2011


Author: kwizart

Update of /cvs/free/rpms/vlc/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv30056

Modified Files:
	vlc.spec 
Log Message:
Disable globalhotkeys in F-17/Rawhide



Index: vlc.spec
===================================================================
RCS file: /cvs/free/rpms/vlc/devel/vlc.spec,v
retrieving revision 1.137
retrieving revision 1.138
diff -u -r1.137 -r1.138
--- vlc.spec	7 Dec 2011 21:43:16 -0000	1.137
+++ vlc.spec	10 Dec 2011 22:26:31 -0000	1.138
@@ -403,7 +403,9 @@
 %{_libdir}/vlc/plugins/access/libaccess_gnomevfs_plugin.so
 }
 %{_libdir}/vlc/plugins/access/libxcb_screen_plugin.so
+%if 0%{?fedora} >= 17
 %{_libdir}/vlc/plugins/control/libglobalhotkeys_plugin.so
+%endif
 %{_libdir}/vlc/plugins/video_output/libaa_plugin.so
 %{_libdir}/vlc/plugins/video_output/libcaca_plugin.so
 %{_libdir}/vlc/plugins/video_output/libxcb_glx_plugin.so
@@ -430,7 +432,9 @@
 %exclude %{_libdir}/vlc/plugins/access/libaccess_jack_plugin.so
 %exclude %{_libdir}/vlc/plugins/access/libxcb_screen_plugin.so
 %exclude %{_libdir}/vlc/plugins/codec/libfluidsynth_plugin.so
+%if 0%{?fedora} >= 17
 %exclude %{_libdir}/vlc/plugins/control/libglobalhotkeys_plugin.so
+%endif
 %exclude %{_libdir}/vlc/plugins/video_output/libaa_plugin.so
 %exclude %{_libdir}/vlc/plugins/video_output/libcaca_plugin.so
 %exclude %{_libdir}/vlc/plugins/video_output/libxcb_glx_plugin.so
@@ -484,6 +488,7 @@
 - Update to 1.2.0-pre2
 - Reverse build conditional to --without freeworld
   So it can be tested with Fedora only (patches welcomed)
+- Disable xcb globalhotkeys in Rawhide/F-17
 
 * Fri Oct 07 2011 Nicolas Chauvet <kwizart at gmail.com> - 1.1.12-1
 - Update to 1.1.12



More information about the rpmfusion-commits mailing list