[SCM] eq10q/master: Refresh patches.
mira-guest at users.alioth.debian.org
mira-guest at users.alioth.debian.org
Tue Dec 8 08:56:48 UTC 2015
The following commit has been merged in the master branch:
commit bad0c51c4537784242b1123334098fa998963f32
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date: Tue Dec 8 09:31:39 2015 +0100
Refresh patches.
diff --git a/debian/patches/01-fix_prexix.patch b/debian/patches/01-fix_prexix.patch
index 315bbc5..57fd2c8 100644
--- a/debian/patches/01-fix_prexix.patch
+++ b/debian/patches/01-fix_prexix.patch
@@ -6,7 +6,7 @@ Index: eq10q/CMakeLists.txt
===================================================================
--- eq10q.orig/CMakeLists.txt
+++ eq10q/CMakeLists.txt
-@@ -9,7 +9,7 @@ set(CMAKE_CXX_FLAGS "-Wall -fPIC")
+@@ -12,7 +12,7 @@ set(CMAKE_CXX_FLAGS "-Wall -fPIC -std=c+
##ADD_DEFINITIONS(-Wall -O0 -g -fPIC -DPIC) ###USED FOR DEBUG
#Set Install prefix
@@ -15,10 +15,3 @@ Index: eq10q/CMakeLists.txt
#set (CMAKE_INSTALL_PREFIX "$ENV{HOME}/.lv2") #Install prefix
set (LV2_BUNDLE "sapistaEQv2.lv2") #LV2 Bundel dir
set(EXECUTABLE_OUTPUT_PATH "${PROJECT_SOURCE_DIR}/bin")
-@@ -142,4 +142,4 @@ INSTALL( TARGETS eq1qm eq1qs eq4qm eq4qs
-
- INCLUDE(CPack)
- # cpack -G TGZ
--
-\ No newline at end of file
-+
diff --git a/debian/patches/02-remove_sse_flags.patch b/debian/patches/02-remove_sse_flags.patch
index 34a5a1e..32ab515 100644
--- a/debian/patches/02-remove_sse_flags.patch
+++ b/debian/patches/02-remove_sse_flags.patch
@@ -12,6 +12,6 @@ Index: eq10q/CMakeLists.txt
##ADD_DEFINITIONS(-Wall -O3 -fPIC -finline-functions -finline-functions-called-once -msse -mfpmath=sse -std=c99)
-set(CMAKE_C_FLAGS "-Wall -O3 -fPIC -finline-functions -finline-functions-called-once -msse -mfpmath=sse -std=c99")
+set(CMAKE_C_FLAGS "-Wall -O3 -fPIC -finline-functions -finline-functions-called-once -std=c99")
- set(CMAKE_CXX_FLAGS "-Wall -fPIC")
+ #set(CMAKE_C_FLAGS "-Wall -O0 -g -fPIC -finline-functions -finline-functions-called-once -msse -mfpmath=sse -std=c99")
- ##ADD_DEFINITIONS(-Wall -O0 -g -fPIC -DPIC) ###USED FOR DEBUG
+ set(CMAKE_CXX_FLAGS "-Wall -fPIC -std=c++11")
--
eq10q packaging
More information about the pkg-multimedia-commits
mailing list