[SCM] tap-plugins/master: Patch updated.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Thu Jun 5 21:38:22 UTC 2014


The following commit has been merged in the master branch:
commit 870fbae596bffcceab9e848442ad5c09846668dd
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Thu Jun 5 23:34:23 2014 +0200

    Patch updated.

diff --git a/debian/patches/01-pass_flags.patch b/debian/patches/01-pass_flags.patch
index 735ffdd..1075bc5 100644
--- a/debian/patches/01-pass_flags.patch
+++ b/debian/patches/01-pass_flags.patch
@@ -4,16 +4,16 @@ Forwarded: yno
 
 Index: tap-plugins/Makefile
 ===================================================================
---- tap-plugins.orig/Makefile	2014-02-26 21:46:16.369881936 +0100
-+++ tap-plugins/Makefile	2014-02-26 21:55:35.045070297 +0100
-@@ -35,8 +35,8 @@
+--- tap-plugins.orig/Makefile
++++ tap-plugins/Makefile
+@@ -35,8 +35,8 @@ INSTALL_LRDF_DIR	=	/usr/local/share/lads
  # GENERAL
  
- CC		=	gcc
--CFLAGS		=	-I. -O3 -Wall -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -c -fPIC -DPIC
--LDFLAGS		=	-nostartfiles -shared -Wl,-Bsymbolic -lc -lm -lrt
-+CFLAGS		+=	-I. -O3 -Wall -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -c -fPIC -DPIC
-+LDFLAGS		+=	-nostartfiles -shared -Wl,-Bsymbolic -lc -lm -lrt
+ CC	= gcc
+-CFLAGS	= -I. -O3 -Wall -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -c -fPIC -DPIC
+-LDFLAGS	= -nostartfiles -shared -Wl,-Bsymbolic -lc -lm -lrt
++CFLAGS	+= -I. -O3 -Wall -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -c -fPIC -DPIC
++LDFLAGS	+= -nostartfiles -shared -Wl,-Bsymbolic -lc -lm -lrt
+ MODULES = $(wildcard *.c)
  
- PLUGINS		=	tap_autopan.so \
- 			tap_chorusflanger.so \
+ all: $(MODULES:%.c=%.so)

-- 
tap-plugins packaging



More information about the pkg-multimedia-commits mailing list