[SCM] x42-plugins/master: Added 01-remove-sse.patch (Closes: #728411).
mira-guest at users.alioth.debian.org
mira-guest at users.alioth.debian.org
Fri Nov 1 08:28:16 UTC 2013
The following commit has been merged in the master branch:
commit 565a0d196c0eb66b58b949048178e60fb3d5601c
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date: Fri Nov 1 09:26:25 2013 +0100
Added 01-remove-sse.patch (Closes: #728411).
diff --git a/debian/patches/01-remove-sse.patch b/debian/patches/01-remove-sse.patch
new file mode 100644
index 0000000..02e71b8
--- /dev/null
+++ b/debian/patches/01-remove-sse.patch
@@ -0,0 +1,81 @@
+Description: Remove sse optimalization.
+Author: Jaromír Mikeš <mira.mikes at seznam.cz>
+Forwarded: no
+
+Index: x42-plugins/balance.lv2/Makefile
+===================================================================
+--- x42-plugins.orig/balance.lv2/Makefile 2013-06-17 02:17:37.258561177 +0200
++++ x42-plugins/balance.lv2/Makefile 2013-11-01 09:03:31.965453464 +0100
+@@ -4,7 +4,7 @@
+ # make CFLAGS=-O2
+ # make install DESTDIR=$(CURDIR)/debian/balance_lv2 PREFIX=/usr
+ #
+-OPTIMIZATIONS ?= -msse -msse2 -mfpmath=sse -ffast-math -fomit-frame-pointer -O3 -fno-finite-math-only
++OPTIMIZATIONS ?= -ffast-math -fomit-frame-pointer -O3 -fno-finite-math-only
+ PREFIX ?= /usr/local
+ CFLAGS ?= $(OPTIMIZATIONS) -Wall
+ LIBDIR ?= lib
+Index: x42-plugins/convoLV2/Makefile
+===================================================================
+--- x42-plugins.orig/convoLV2/Makefile 2013-06-17 02:17:37.266561178 +0200
++++ x42-plugins/convoLV2/Makefile 2013-11-01 09:03:39.313453763 +0100
+@@ -4,7 +4,7 @@
+ # make CXXFLAGS=-O2
+ # make install DESTDIR=$(CURDIR)/debian/convoLV2 PREFIX=/usr
+ #
+-OPTIMIZATIONS ?= -msse -msse2 -mfpmath=sse -ffast-math -fomit-frame-pointer -O3 -fno-finite-math-only
++OPTIMIZATIONS ?= -ffast-math -fomit-frame-pointer -O3 -fno-finite-math-only
+ PREFIX ?= /usr/local
+ CXXFLAGS ?= $(OPTIMIZATIONS) -Wall
+ LIBDIR ?= lib
+Index: x42-plugins/meters.lv2/Makefile
+===================================================================
+--- x42-plugins.orig/meters.lv2/Makefile 2013-11-01 08:43:36.401404852 +0100
++++ x42-plugins/meters.lv2/Makefile 2013-11-01 09:03:51.729454268 +0100
+@@ -4,7 +4,7 @@
+ # make CFLAGS=-O2
+ # make install DESTDIR=$(CURDIR)/debian/meters.lv2 PREFIX=/usr
+ #
+-OPTIMIZATIONS ?= -msse -msse2 -mfpmath=sse -ffast-math -fomit-frame-pointer -O3 -fno-finite-math-only
++OPTIMIZATIONS ?= -ffast-math -fomit-frame-pointer -O3 -fno-finite-math-only
+ PREFIX ?= /usr/local
+ CFLAGS ?= -Wall -Wno-unused-function
+ LIBDIR ?= lib
+Index: x42-plugins/midifilter.lv2/Makefile
+===================================================================
+--- x42-plugins.orig/midifilter.lv2/Makefile 2013-06-17 02:17:37.266561178 +0200
++++ x42-plugins/midifilter.lv2/Makefile 2013-11-01 09:04:08.649454956 +0100
+@@ -1,6 +1,6 @@
+ #!/usr/bin/make -f
+
+-OPTIMIZATIONS ?= -msse -msse2 -mfpmath=sse -ffast-math -fomit-frame-pointer -O3 -fno-finite-math-only
++OPTIMIZATIONS ?= -ffast-math -fomit-frame-pointer -O3 -fno-finite-math-only
+ PREFIX ?= /usr/local
+ CFLAGS ?= $(OPTIMIZATIONS) -Wall
+ LIBDIR ?= lib
+Index: x42-plugins/nodelay.lv2/Makefile
+===================================================================
+--- x42-plugins.orig/nodelay.lv2/Makefile 2013-06-17 02:17:37.270561178 +0200
++++ x42-plugins/nodelay.lv2/Makefile 2013-11-01 09:04:25.805455653 +0100
+@@ -4,7 +4,7 @@
+ # make CFLAGS=-O2
+ # make install DESTDIR=$(CURDIR)/debian/nodelay.lv2 PREFIX=/usr
+ #
+-OPTIMIZATIONS ?= -msse -msse2 -mfpmath=sse -ffast-math -fomit-frame-pointer -O3 -fno-finite-math-only
++OPTIMIZATIONS ?= -ffast-math -fomit-frame-pointer -O3 -fno-finite-math-only
+ PREFIX ?= /usr/local
+ CFLAGS ?= $(OPTIMIZATIONS) -Wall
+ LIBDIR ?= lib
+Index: x42-plugins/xfade.lv2/Makefile
+===================================================================
+--- x42-plugins.orig/xfade.lv2/Makefile 2013-06-17 02:17:37.270561178 +0200
++++ x42-plugins/xfade.lv2/Makefile 2013-11-01 09:04:35.617456052 +0100
+@@ -3,7 +3,7 @@
+ # these can be overridden using make variables. e.g.
+ # make CFLAGS=-O2
+ #
+-OPTIMIZATIONS ?= -msse -msse2 -mfpmath=sse -ffast-math -fomit-frame-pointer -O3 -fno-finite-math-only
++OPTIMIZATIONS ?= -ffast-math -fomit-frame-pointer -O3 -fno-finite-math-only
+ PREFIX ?= /usr/local
+ CFLAGS ?= $(OPTIMIZATIONS) -Wall
+ LIBDIR ?= lib
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..0e431e8
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1,2 @@
+01-remove-sse.patch
+02-fix_spelling.patch
--
x42-plugins packaging
More information about the pkg-multimedia-commits
mailing list