[SCM] yoshimi packaging branch, master, updated. debian/0.056-1-2-g32026f8

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Fri Jun 4 01:12:33 UTC 2010


The following commit has been merged in the master branch:
commit 32026f8aeb119816bc21a8b0542ca2403bc363f8
Author: Alessio Treglia <quadrispro at ubuntu.com>
Date:   Fri Jun 4 03:12:02 2010 +0200

    Drop GCC options which are not supported on all architectures (Closes: #584492).

diff --git a/debian/patches/01-gcc_flags.patch b/debian/patches/01-gcc_flags.patch
new file mode 100644
index 0000000..d9d63b7
--- /dev/null
+++ b/debian/patches/01-gcc_flags.patch
@@ -0,0 +1,20 @@
+Author: Alessio Treglia <alessio at debian.org>
+Origin: Debian
+Description: Drop GCC options which are not supported on all architectures.
+Bug: http://bugs.debian.org/584492
+Forwarded: no
+---
+ src/CMakeLists.txt |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- yoshimi.orig/src/CMakeLists.txt
++++ yoshimi/src/CMakeLists.txt
+@@ -43,7 +43,7 @@ set(BUILD_X86_64_OPTS
+     CACHE STRING "X86_64 complier options"
+ )
+ set(BUILD_OPTS
+-    "-O3 -march=native -msse -msse2 -mfpmath=sse -ffast-math -fomit-frame-pointer"
++    "-O3 -ffast-math -fomit-frame-pointer"
+     CACHE STRING "X86 complier options"
+ )
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..ac0ed64
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+01-gcc_flags.patch

-- 
yoshimi packaging



More information about the pkg-multimedia-commits mailing list