[SCM] zynaddsubfx/master: Stop forcing SSE and x86 compiler options in the generic target.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Tue Nov 27 01:56:57 UTC 2012


The following commit has been merged in the master branch:
commit ea958eaace3c4dcfdbb45e3d39499aa2908c8af5
Author: Alessio Treglia <alessio at debian.org>
Date:   Tue Nov 27 01:33:25 2012 +0000

    Stop forcing SSE and x86 compiler options in the generic target.

diff --git a/debian/patches/0001-no_sse_generic.patch b/debian/patches/0001-no_sse_generic.patch
new file mode 100644
index 0000000..8a43aa9
--- /dev/null
+++ b/debian/patches/0001-no_sse_generic.patch
@@ -0,0 +1,28 @@
+Description: Stop forcing SSE and x86 compiler options in the generic target.
+Author: Adam Conrad <adconrad at ubuntu.com>
+Forwarded: no
+---
+ src/CMakeLists.txt |    5 ++---
+ 1 file changed, 2 insertions(+), 3 deletions(-)
+
+--- zynaddsubfx.orig/src/CMakeLists.txt
++++ zynaddsubfx/src/CMakeLists.txt
+@@ -116,8 +116,8 @@ set (BuildOptions_X86_64Core2
+ )
+ 
+ set (BuildOptionsBasic
+-    "-O3 -msse -msse2 -mfpmath=sse -ffast-math -fomit-frame-pointer"
+-    CACHE STRING "basic X86 complier options"
++    "-O3 -ffast-math -fomit-frame-pointer"
++    CACHE STRING "basic complier options"
+ )
+ 
+ set (BuildOptionsDebug
+@@ -173,7 +173,6 @@ endif()
+ include_directories(${ZLIB_INCLUDE_DIRS} ${MXML_INCLUDE_DIRS})
+ 
+ add_definitions(
+-	 -DASM_F2I_YES
+ 	 -g #TODO #todo put in a better location
+ 	 -Wall
+ 	 -Wextra
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..91540d8
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-no_sse_generic.patch

-- 
zynaddsubfx packaging



More information about the pkg-multimedia-commits mailing list