[SCM] eq10q/master: Patches refreshed.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Sun Mar 22 18:56:22 UTC 2015


The following commit has been merged in the master branch:
commit 8dd1503b48647b6cb18dd88ad5b7ceea5385cb71
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Sun Mar 22 19:53:49 2015 +0100

    Patches refreshed.

diff --git a/debian/patches/01-fix_prexix.patch b/debian/patches/01-fix_prexix.patch
index 0f72fbc..315bbc5 100644
--- a/debian/patches/01-fix_prexix.patch
+++ b/debian/patches/01-fix_prexix.patch
@@ -4,10 +4,10 @@ Forwarded: no
 
 Index: eq10q/CMakeLists.txt
 ===================================================================
---- eq10q.orig/CMakeLists.txt	2014-02-17 15:17:19.872090831 +0100
-+++ eq10q/CMakeLists.txt	2014-02-17 15:42:12.546456498 +0100
-@@ -9,7 +9,7 @@
- #ADD_DEFINITIONS(-Wall -O0 -g -fPIC -DPIC) ###USED FOR DEBUG
+--- eq10q.orig/CMakeLists.txt
++++ eq10q/CMakeLists.txt
+@@ -9,7 +9,7 @@ set(CMAKE_CXX_FLAGS "-Wall -fPIC")
+ ##ADD_DEFINITIONS(-Wall -O0 -g -fPIC -DPIC) ###USED FOR DEBUG
  
  #Set Install prefix
 -set (CMAKE_INSTALL_PREFIX  "/usr/local/lib/lv2") #Install prefix
@@ -15,7 +15,7 @@ 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")
-@@ -119,4 +119,4 @@
+@@ -142,4 +142,4 @@ INSTALL( TARGETS eq1qm eq1qs eq4qm eq4qs
  
  INCLUDE(CPack)
  # cpack -G TGZ
diff --git a/debian/patches/02-remove_sse_flags.patch b/debian/patches/02-remove_sse_flags.patch
index 671c15d..34a5a1e 100644
--- a/debian/patches/02-remove_sse_flags.patch
+++ b/debian/patches/02-remove_sse_flags.patch
@@ -4,9 +4,9 @@ Forwarded: no
 
 Index: eq10q/CMakeLists.txt
 ===================================================================
---- eq10q.orig/CMakeLists.txt	2014-02-20 20:30:46.730715611 +0100
-+++ eq10q/CMakeLists.txt	2014-02-20 20:32:17.815189927 +0100
-@@ -3,7 +3,7 @@
+--- eq10q.orig/CMakeLists.txt
++++ eq10q/CMakeLists.txt
+@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 2.8)
  PROJECT(eq10q)
  
  ##ADD_DEFINITIONS(-Wall -O3 -fPIC -finline-functions -finline-functions-called-once  -msse -mfpmath=sse -std=c99)
@@ -14,4 +14,4 @@ Index: eq10q/CMakeLists.txt
 +set(CMAKE_C_FLAGS "-Wall -O3 -fPIC -finline-functions -finline-functions-called-once -std=c99")
  set(CMAKE_CXX_FLAGS "-Wall -fPIC")
  
- #ADD_DEFINITIONS(-Wall -O0 -g -fPIC -DPIC) ###USED FOR DEBUG
+ ##ADD_DEFINITIONS(-Wall -O0 -g -fPIC -DPIC) ###USED FOR DEBUG

-- 
eq10q packaging



More information about the pkg-multimedia-commits mailing list