[SCM] yoshimi/master: Patch refreshed.
mira-guest at users.alioth.debian.org
mira-guest at users.alioth.debian.org
Wed Mar 19 00:15:01 UTC 2014
The following commit has been merged in the master branch:
commit 8029e77e1065a9d4a043201d5c4b336a9b93d197
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date: Tue Mar 18 22:14:20 2014 +0100
Patch refreshed.
diff --git a/debian/patches/01-gcc_flags.patch b/debian/patches/01-gcc_flags.patch
index ddb585d..d9f88dc 100644
--- a/debian/patches/01-gcc_flags.patch
+++ b/debian/patches/01-gcc_flags.patch
@@ -7,11 +7,13 @@ Forwarded: yes
src/CMakeLists.txt | 4 ++++
1 file changed, 4 insertions(+)
---- yoshimi.orig/src/CMakeLists.txt
-+++ yoshimi/src/CMakeLists.txt
-@@ -81,6 +81,9 @@ set (BuildOptionsBasic
+Index: yoshimi/src/CMakeLists.txt
+===================================================================
+--- yoshimi.orig/src/CMakeLists.txt 2014-03-17 00:55:47.478391726 +0100
++++ yoshimi/src/CMakeLists.txt 2014-03-17 00:55:47.474391845 +0100
+@@ -81,6 +81,9 @@
set (BuildOptionsDebug
- "-O0 -g3 -ggdb -Wall -Wpointer-arith" CACHE STRING "Debug build flags")
+ "-O0 -g3 -ggdb -Wall -Wpointer-arith -ldl" CACHE STRING "Debug build flags")
+set (BuildOptionsDebian
+ "-O3 -ffast-math -fomit-frame-pointer" CACHE STRING "Debian build flags")
@@ -19,7 +21,7 @@ Forwarded: yes
find_package (PkgConfig REQUIRED)
if (PKG_CONFIG_FOUND)
message(STATUS "Found pkg-config ${PKG_CONFIG_EXECUTABLE}")
-@@ -194,6 +197,7 @@ else (BuildForDebug)
+@@ -205,6 +208,7 @@
set (CMAKE_CXX_FLAGS_RELEASE ${BuildOptionsBasic})
endif (BuildForCore2_X86_64)
endif (BuildForAMD_X86_64)
--
yoshimi packaging
More information about the pkg-multimedia-commits
mailing list