[SCM] drc/master: Refreshed patches

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Tue Aug 16 21:34:55 UTC 2011


The following commit has been merged in the master branch:
commit f47244eebe9c7933309b056405e8707bec1ea6b1
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Tue Aug 16 23:34:38 2011 +0200

    Refreshed patches

diff --git a/debian/patches/01-makefile.patch b/debian/patches/01-makefile.patch
index 2508342..79d2542 100644
--- a/debian/patches/01-makefile.patch
+++ b/debian/patches/01-makefile.patch
@@ -1,7 +1,7 @@
-Index: drc-3.1.0/source/makefile
+Index: drc/source/makefile
 ===================================================================
---- drc-3.1.0.orig/source/makefile	2011-08-02 01:22:25.000000000 +0200
-+++ drc-3.1.0/source/makefile	2011-08-02 01:24:17.979852044 +0200
+--- drc.orig/source/makefile	2011-08-16 23:30:01.503996870 +0200
++++ drc/source/makefile	2011-08-16 23:30:48.818449142 +0200
 @@ -4,7 +4,7 @@
  VERSION=3.1.0
  
@@ -15,8 +15,8 @@ Index: drc-3.1.0/source/makefile
  
  # Pentium 3 or greater optimizaztions settings with SSE support
  # Be careful: -mfpmath=sse sometimes causes accuracy problems
--CFLAGS=-march=pentium3 -O -ffast-math -mfancy-math-387 -msse -mfpmath=sse -mtune=pentium3 -I. 
-+CFLAGS= -O -ffast-math -mfancy-math-387 -msse -mfpmath=sse -I. 
+-CFLAGS=-march=pentium3 -O -mfancy-math-387 -msse -mfpmath=sse -mtune=pentium3 -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
diff --git a/source/makefile b/source/makefile
index 6fd7d69..d4805a1 100644
--- a/source/makefile
+++ b/source/makefile
@@ -4,7 +4,7 @@
 VERSION=3.1.0
 
 # Where to install
-INSTALL_PREFIX=$(DESTDIR)/usr/local
+INSTALL_PREFIX=$(DESTDIR)/usr
 
 # Compiler
 CC=gcc
@@ -21,7 +21,7 @@ CC=gcc
 
 # 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. 
 
 # Same as above, but tested on recent Mac OS X
 # Be careful: -mfpmath=sse sometimes causes accuracy problems

-- 
drc packaging



More information about the pkg-multimedia-commits mailing list