[SCM] zita-alsa-pcmi/master: Refresh patches.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Fri Feb 3 10:35:51 UTC 2012


The following commit has been merged in the master branch:
commit 2a4715ef651e4073e9ebfd32547b5f5fe4f84528
Author: Alessio Treglia <alessio at debian.org>
Date:   Fri Feb 3 11:35:54 2012 +0100

    Refresh patches.

diff --git a/debian/patches/01-makefile.patch b/debian/patches/01-makefile.patch
index 04386fd..224c230 100644
--- a/debian/patches/01-makefile.patch
+++ b/debian/patches/01-makefile.patch
@@ -5,8 +5,9 @@ Author: Jaromír Mikeš <mira.mikes at seznam.cz>
 Forwarded: no
 
 ---
+ apps/Makefile |    4 ++--
  libs/Makefile |    6 +++---
- 1 file changed, 3 insertions(+), 3 deletions(-)
+ 2 files changed, 5 insertions(+), 5 deletions(-)
 
 --- zita-alsa-pcmi.orig/libs/Makefile
 +++ zita-alsa-pcmi/libs/Makefile
@@ -31,3 +32,17 @@ Forwarded: no
  
  uninstall:
  	rm -rf $(DESTDIR)$(PREFIX)/include/zita-alsa-pcmi.h
+--- zita-alsa-pcmi.orig/apps/Makefile
++++ zita-alsa-pcmi/apps/Makefile
+@@ -19,9 +19,9 @@
+ # ----------------------------------------------------------------------------
+ 
+ 
+-PREFIX = /usr/local
++PREFIX ?= /usr/local
+ SUFFIX := $(shell uname -m | sed -e 's/^unknown/$//' -e 's/^i.86/$//' -e 's/^x86_64/$/64/')
+-LIBDIR = lib$(SUFFIX)
++LIBDIR ?= lib$(SUFFIX)
+ VERSION = "0.1.0"
+ LDFLAGS += -L$(PREFIX)/$(LIBDIR)
+ CPPFLAGS += -DVERSION=\"$(VERSION)\"

-- 
zita-alsa-pcmi packaging



More information about the pkg-multimedia-commits mailing list