[SCM] ebumeter/master: Patch refreshed - fixed optimalization

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Sun May 15 18:57:57 UTC 2011


The following commit has been merged in the master branch:
commit c06179552b3f94fe2203adcc4b452cc21ac259e3
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Sun May 15 20:57:40 2011 +0200

    Patch refreshed - fixed optimalization

diff --git a/debian/patches/01-makefile.patch b/debian/patches/01-makefile.patch
index ecd78da..1f9dba4 100644
--- a/debian/patches/01-makefile.patch
+++ b/debian/patches/01-makefile.patch
@@ -1,13 +1,15 @@
 Description: Set prefix properly and fix install commands.
  Pass -pthread flag to the linker to fix FTBFS with binutils-gold.
+ Removed -march=native optimalization
+ Set -O3 optimalization
 Author: Jaromír Mikeš <mira.mikes at seznam.cz>
 Forwarded: no
 
-Index: ebumeter-0.1.0/source/Makefile
+Index: ebumeter/source/Makefile
 ===================================================================
---- ebumeter-0.1.0.orig/source/Makefile	2011-05-12 18:17:24.898538902 +0200
-+++ ebumeter-0.1.0/source/Makefile	2011-05-12 18:19:19.371038405 +0200
-@@ -19,7 +19,7 @@
+--- ebumeter.orig/source/Makefile	2011-05-15 18:47:42.000000000 +0200
++++ ebumeter/source/Makefile	2011-05-15 20:41:46.806139971 +0200
+@@ -19,15 +19,15 @@
  #  --------------------------------------------------------------------------
  
  
@@ -16,6 +18,16 @@ Index: ebumeter-0.1.0/source/Makefile
  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/ebumeter
+ VERSION = 0.1.0
+ CPPFLAGS += -DVERSION=\"$(VERSION)\"
+-CPPFLAGS += -O2 -Wall -MMD -MP
+-CPPFLAGS += -march=native
++CPPFLAGS += -O3 -Wall -MMD -MP
++#CPPFLAGS += -march=native
+ LDFLAGS += -L$(PREFIX)/$(LIBDIR)
+ 
+ 
 @@ -46,7 +46,7 @@
  	button.o guiclass.o 
  ebumeter:	CPPFLAGS += -I/usr/include/freetype2

-- 
ebumeter packaging



More information about the pkg-multimedia-commits mailing list