[SCM] gsequencer/master: patching for building on different architectures than i386 and amd64

jkraehemann-guest at users.alioth.debian.org jkraehemann-guest at users.alioth.debian.org
Fri Aug 14 19:36:25 UTC 2015


The following commit has been merged in the master branch:
commit 0fdbfd91d467fb226e91d976f895830304a96869
Author: Joël Krähemann <jkraehemann-guest at users.alioth.debian.org>
Date:   Fri Aug 14 21:36:27 2015 +0200

    patching for building on different architectures than i386 and amd64

diff --git a/.pc/.quilt_patches b/.pc/.quilt_patches
new file mode 100644
index 0000000..4baccb8
--- /dev/null
+++ b/.pc/.quilt_patches
@@ -0,0 +1 @@
+patches
diff --git a/.pc/.quilt_series b/.pc/.quilt_series
new file mode 100644
index 0000000..c206706
--- /dev/null
+++ b/.pc/.quilt_series
@@ -0,0 +1 @@
+series
diff --git a/.pc/.version b/.pc/.version
new file mode 100644
index 0000000..0cfbf08
--- /dev/null
+++ b/.pc/.version
@@ -0,0 +1 @@
+2
diff --git a/patches/comment-out-sse2-include.diff b/patches/comment-out-sse2-include.diff
new file mode 100644
index 0000000..9df7aef
--- /dev/null
+++ b/patches/comment-out-sse2-include.diff
@@ -0,0 +1,14 @@
+Index: gsequencer/src/ags/audio/ags_audio_signal.c
+===================================================================
+--- gsequencer.orig/src/ags/audio/ags_audio_signal.c	2015-08-14 21:32:20.038668721 +0200
++++ gsequencer/src/ags/audio/ags_audio_signal.c	2015-08-14 21:32:20.034668721 +0200
+@@ -26,7 +26,8 @@
+ #include <ags/audio/ags_devout.h>
+ 
+ #include <stdint.h>
+-#include <emmintrin.h>
++//TODO:JK: implement vector optimizationxs
++// #include <emmintrin.h>
+ #include <stdlib.h>
+ #include <math.h>
+ #include <string.h>
diff --git a/patches/series b/patches/series
new file mode 100644
index 0000000..1c2a8fb
--- /dev/null
+++ b/patches/series
@@ -0,0 +1 @@
+comment-out-sse2-include.diff

-- 
gsequencer packaging



More information about the pkg-multimedia-commits mailing list