rpms/vlc/devel vlc.spec, 1.218, 1.219 vlc-video_chroma-sse2.patch, 1.1, NONE

Nicolas Chauvet kwizart at rpmfusion.org
Wed Apr 29 00:00:07 CEST 2015


Author: kwizart

Update of /cvs/free/rpms/vlc/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv8033/devel

Modified Files:
	vlc.spec 
Removed Files:
	vlc-video_chroma-sse2.patch 
Log Message:
Fix build on f22



Index: vlc.spec
===================================================================
RCS file: /cvs/free/rpms/vlc/devel/vlc.spec,v
retrieving revision 1.218
retrieving revision 1.219
diff -u -r1.218 -r1.219
--- vlc.spec	26 Apr 2015 21:15:47 -0000	1.218
+++ vlc.spec	28 Apr 2015 22:00:06 -0000	1.219
@@ -39,7 +39,6 @@
 Source0:	http://download.videolan.org/pub/videolan/vlc/%{version}/vlc-%{version}%{?vlc_rc}.tar.xz
 Patch0:         vlc-backport-freerdp.patch
 Patch1:         vlc-backport-chroma_dead_CYUV.patch
-Patch2:         vlc-video_chroma-sse2.patch
 
 BuildRequires:	desktop-file-utils
 
@@ -222,7 +221,6 @@
 %setup -q -n %{name}-%{version}%{?vlc_rc}
 %patch0 -p1
 %patch1 -p1
-%patch2 -p1 -b .sse2
 %{?_with_bootstrap:
 rm aclocal.m4 m4/lib*.m4 m4/lt*.m4 || :
 ./bootstrap
@@ -235,6 +233,12 @@
 
 %configure \
 	--disable-dependency-tracking		\
+	--disable-optimizations			\
+%if 0%{?fedora} >= 22
+%ifarch i686
+	--disable-mmx --disable-sse		\
+%endif
+%endif
 	--disable-silent-rules			\
 	--with-pic				\
 	--disable-rpath				\
@@ -478,6 +482,8 @@
 %changelog
 * Sun Apr 26 2015 Nicolas Chauvet <kwizart at gmail.com> - 2.2.1-3
 - Fix build with freerdp for f22
+- Disable optimizations
+- Disable mmx and sse on fedora >= 22
 
 * Thu Apr 16 2015 Nicolas Chauvet <kwizart at gmail.com> - 2.2.1-2
 - Rebuilt for x265


--- vlc-video_chroma-sse2.patch DELETED ---


More information about the rpmfusion-commits mailing list