rpms/vlc/devel vlc.spec,1.83,1.84

Nicolas Chauvet kwizart at rpmfusion.org
Sun Jun 13 21:33:27 CEST 2010


Author: kwizart

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

Modified Files:
	vlc.spec 
Log Message:
-Update to -rc3 
-Recover libxcb_screen_plugin.so (thx nucleo)



Index: vlc.spec
===================================================================
RCS file: /cvs/free/rpms/vlc/devel/vlc.spec,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -r1.83 -r1.84
--- vlc.spec	8 Jun 2010 19:58:19 -0000	1.83
+++ vlc.spec	13 Jun 2010 19:33:26 -0000	1.84
@@ -1,5 +1,5 @@
 #global live555_date       2009.07.28
-%global vlc_rc             -rc2
+%global vlc_rc             -rc3
 %global vlc_bootstrap      1
 %global _with_freeworld 1
 %if 0%{?_with_freeworld:1}
@@ -20,7 +20,7 @@
 Summary:	The cross-platform open-source multimedia framework, player and server
 Name:		vlc
 Version:	1.1.0
-Release:	0.11.rc2%{?dist}
+Release:	0.12.rc3%{?dist}
 License:	GPLv2+
 Group:		Applications/Multimedia
 URL:		http://www.videolan.org
@@ -30,7 +30,6 @@
 %endif
 Source10:       vlc-handlers.schemas
 Patch0:          vlc-1.1.0-vlc-cache-gen_noerror.patch
-Patch1:          vlc-1.1.0-bugfix-dlopen.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  desktop-file-utils
@@ -220,7 +219,6 @@
 %setup -q -D -T -a 2 -n %{name}-%{version}%{?vlc_rc}
 %endif
 %patch0 -p1 -b .noerror
-%patch1 -p1 -b .0dlopen
 
 rm modules/access/videodev2.h
 ln -sf %{_includedir}/linux/videodev2.h modules/access/videodev2.h
@@ -350,6 +348,12 @@
 #mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/gconf/schemas
 install -pm 0644 %{SOURCE10} $RPM_BUILD_ROOT%{_datadir}/vlc/utils/
 
+#Workaround scaled pixmaps
+pushd $RPM_BUILD_ROOT%{_datadir}/icons/hicolor
+  for s in 16 32 48 128 256 ; do
+    ln -s vlc${s}x${s}.png ${s}x${s}/apps/vlc.png
+  done
+popd
 
 %find_lang %{name}
 
@@ -413,6 +417,7 @@
 %{_bindir}/svlc
 %{_libdir}/vlc/plugins/gui/libqt4_plugin.so
 %{_libdir}/vlc/plugins/access/libaccess_gnomevfs_plugin.so
+%{_libdir}/vlc/plugins/access/libxcb_screen_plugin.so
 %{_libdir}/vlc/plugins/misc/libsvg_plugin.so
 %{_libdir}/vlc/plugins/misc/libnotify_plugin.so
 %{_libdir}/vlc/plugins/video_output/libaa_plugin.so
@@ -507,6 +512,9 @@
 
 
 %changelog
+* Sat Jun 12 2010 Nicolas Chauvet <kwizart at gmail.com> - 1.1.0-0.12.rc3
+- Update to -rc3
+
 * Tue Jun 08 2010 Nicolas Chauvet <kwizart at gmail.com> - 1.1.0-0.11.rc2
 - Fix segfault on dlopen
 



More information about the rpmfusion-commits mailing list