[SCM] soundtouch/master: Refresh patches.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Tue Sep 4 16:40:38 UTC 2012


The following commit has been merged in the master branch:
commit f939954c4d43f8abe3e3280caaeb72f27617c1e6
Author: Alessio Treglia <alessio at debian.org>
Date:   Tue Sep 4 18:32:32 2012 +0200

    Refresh patches.

diff --git a/debian/patches/01_remove_sse.patch b/debian/patches/01_remove_sse.patch
index c09d42c..4c1ec4e 100644
--- a/debian/patches/01_remove_sse.patch
+++ b/debian/patches/01_remove_sse.patch
@@ -3,25 +3,18 @@ Description: Remove -msse2 build option for gcc.
 Forwarded: yes
 Bug-Debian: http://bugs.debian.org/479809
 Last-Update: 2011-03-10
---- a/source/SoundTouch/Makefile.am
-+++ b/source/SoundTouch/Makefile.am
-@@ -36,7 +36,7 @@
- # Note by authore: '-msse2' might not work in non-X86 compilations. If someone can
- # fix this script to automatically check for CPU architecture, please submit a patch 
- # to me.
--AM_CXXFLAGS=-O3 -msse2 -fcheck-new -I../../include
-+AM_CXXFLAGS=-O3 -fcheck-new -I../../include
- 
- 
- # other linking flags to add
---- a/include/STTypes.h
-+++ b/include/STTypes.h
-@@ -93,7 +93,7 @@
+---
+ include/STTypes.h |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- soundtouch.orig/include/STTypes.h
++++ soundtouch/include/STTypes.h
+@@ -93,7 +93,7 @@ namespace soundtouch
          /// routines compiled for whatever reason, you may disable these optimizations 
          /// to make the library compile.
  
 -        #define SOUNDTOUCH_ALLOW_X86_OPTIMIZATIONS     1
 +        // #define SOUNDTOUCH_ALLOW_X86_OPTIMIZATIONS     1
  
-     #endif
- 
+         /// In GNU environment, allow the user to override this setting by
+         /// giving the following switch to the configure script:

-- 
soundtouch packaging



More information about the pkg-multimedia-commits mailing list