[SCM] drc/master: Fixed patch

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Tue Aug 16 22:07:59 UTC 2011


The following commit has been merged in the master branch:
commit 4fe379439958f9fb5a5ec6af313fea070d264467
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Wed Aug 17 00:06:48 2011 +0200

    Fixed patch

diff --git a/debian/patches/01-makefile.patch b/debian/patches/01-makefile.patch
index 79d2542..49dd47e 100644
--- a/debian/patches/01-makefile.patch
+++ b/debian/patches/01-makefile.patch
@@ -1,7 +1,7 @@
 Index: drc/source/makefile
 ===================================================================
---- drc.orig/source/makefile	2011-08-16 23:30:01.503996870 +0200
-+++ drc/source/makefile	2011-08-16 23:30:48.818449142 +0200
+--- drc.orig/source/makefile	2011-08-16 23:36:24.783460634 +0200
++++ drc/source/makefile	2011-08-17 00:02:46.804049662 +0200
 @@ -4,7 +4,7 @@
  VERSION=3.1.0
  
@@ -16,7 +16,17 @@ Index: drc/source/makefile
  # Pentium 3 or greater optimizaztions settings with SSE support
  # Be careful: -mfpmath=sse sometimes causes accuracy problems
 -CFLAGS=-march=pentium3 -O -mfancy-math-387 -msse -mfpmath=sse -mtune=pentium3 -I. 
-+CFLAGS= -O -msse -mfpmath=sse  -I. 
++CFLAGS=-O -msse -mfpmath=sse  -I.
  
  # Same as above, but tested on recent Mac OS X
  # Be careful: -mfpmath=sse sometimes causes accuracy problems
+@@ -85,7 +85,8 @@
+ 	rm -f $(OBJS)
+ 
+ install: $(CONFIG_TARGETS) $(TARGET_TARGETS) $(MIC_TARGETS) $(IMPULSE_TARGETS) $(DOC_TARGETS) $(BIN_TARGETS)
+-	install $(BIN_TARGETS) $(INSTALL_PREFIX)/bin
++	install -d $(INSTALL_PREFIX)/bin/
++	install $(BIN_TARGETS) $(INSTALL_PREFIX)/bin/
+ 	install -d $(INSTALL_PREFIX)/share/drc/config/
+ 	install $(CONFIG_TARGETS) $(INSTALL_PREFIX)/share/drc/config/
+ 	install -d $(INSTALL_PREFIX)/share/drc/target/

-- 
drc packaging



More information about the pkg-multimedia-commits mailing list