[SCM] jack-capture/master: Refresh debian/patches/{01-makefile-prefix, 02-makefile-compile-option}.patch.
alessio at users.alioth.debian.org
alessio at users.alioth.debian.org
Mon Dec 6 00:55:36 UTC 2010
The following commit has been merged in the master branch:
commit 0f4c691c4c7727d9d3958b5f4a60717dd07dcb0b
Author: Alessio Treglia <alessio at debian.org>
Date: Mon Dec 6 01:54:33 2010 +0100
Refresh debian/patches/{01-makefile-prefix,02-makefile-compile-option}.patch.
diff --git a/debian/patches/01-makefile-prefix.patch b/debian/patches/01-makefile-prefix.patch
index a8ae241..1564024 100644
--- a/debian/patches/01-makefile-prefix.patch
+++ b/debian/patches/01-makefile-prefix.patch
@@ -14,4 +14,4 @@ Forwarded: no
+prefix = /usr
bindir = $(prefix)/bin
- VERSION=0.9.56
+ VERSION=0.9.57
diff --git a/debian/patches/02-makefile-compile-option.patch b/debian/patches/02-makefile-compile-option.patch
index a9f81cb..a2acec4 100644
--- a/debian/patches/02-makefile-compile-option.patch
+++ b/debian/patches/02-makefile-compile-option.patch
@@ -1,13 +1,17 @@
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Description: Removing march=native compiling option
Forwarded: no
---- a/Makefile
-+++ b/Makefile
-@@ -8,7 +8,7 @@
+---
+ Makefile | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- jack-capture.orig/Makefile
++++ jack-capture/Makefile
+@@ -8,7 +8,7 @@ VERSION=0.9.57
CC=gcc
CPP=g++
--OPTIMIZE=-O3 -march=native
+-OPTIMIZE=-O3 -mtune=native
+OPTIMIZE=-O2
#OPTIMIZE=-O0 -g
--
jack-capture packaging
More information about the pkg-multimedia-commits
mailing list