[SCM] zita-at1/master: Patch refreshed.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Wed Feb 26 12:40:44 UTC 2014


The following commit has been merged in the master branch:
commit 7d140a1a6709903b68376255d051a2af54d6bd0d
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Wed Feb 26 13:39:25 2014 +0100

    Patch refreshed.

diff --git a/debian/patches/01-makefile.patch b/debian/patches/01-makefile.patch
index f4eccb5..cee8084 100644
--- a/debian/patches/01-makefile.patch
+++ b/debian/patches/01-makefile.patch
@@ -7,21 +7,26 @@ Forwarded: no
  source/Makefile |    4 +---
  1 file changed, 1 insertion(+), 3 deletions(-)
 
---- zita-at1.orig/source/Makefile
-+++ zita-at1/source/Makefile
-@@ -19,14 +19,12 @@
+Index: zita-at1/source/Makefile
+===================================================================
+--- zita-at1.orig/source/Makefile	2014-02-26 13:35:22.788342466 +0100
++++ zita-at1/source/Makefile	2014-02-26 13:36:53.169662596 +0100
+@@ -19,15 +19,15 @@
  # --------------------------------------------------------------------------
  
  
 -PREFIX = /usr/local
 -SUFFIX := $(shell uname -m | sed -e 's/^unknown/$//' -e 's/^i.86/$//' -e 's/^x86_64/$/64/')
-+PREFIX ?= /usr/local
++PREFIX = /usr
++#SUFFIX := $(shell uname -m | sed -e 's/^unknown/$//' -e 's/^i.86/$//' -e 's/^x86_64/$/64/')
  LIBDIR = lib$(SUFFIX)
  BINDIR = $(PREFIX)/bin
  SHARED = $(PREFIX)/share/zita-at1
- VERSION = 0.2.3
- CPPFLAGS += -O2 -ffast-math -Wall -MMD -MP -DVERSION=\"$(VERSION)\" -DSHARED=\"$(SHARED)\"
--CPPFLAGS += -march=native
+ VERSION = 0.2.4
+ CPPFLAGS += -MMD -MP -DVERSION=\"$(VERSION)\" -DSHARED=\"$(SHARED)\"
+ CXXFLAGS += -O2 -ffast-math -Wall -MMD -MP
+-CXXFLAGS += -march=native
++#CXXFLAGS += -march=native
  
  
  all:	zita-at1

-- 
zita-at1 packaging



More information about the pkg-multimedia-commits mailing list