[SCM] ebumeter/master: Refresh patch

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Thu Sep 27 10:11:17 UTC 2012


The following commit has been merged in the master branch:
commit 48edf3ea3c8486824f3b363398d93fd99c368b9f
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Thu Sep 27 10:40:58 2012 +0200

    Refresh patch

diff --git a/debian/patches/01-makefile.patch b/debian/patches/01-makefile.patch
index 1f9dba4..56e1a37 100644
--- a/debian/patches/01-makefile.patch
+++ b/debian/patches/01-makefile.patch
@@ -1,5 +1,4 @@
 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>
@@ -7,8 +6,8 @@ Forwarded: no
 
 Index: ebumeter/source/Makefile
 ===================================================================
---- ebumeter.orig/source/Makefile	2011-05-15 18:47:42.000000000 +0200
-+++ ebumeter/source/Makefile	2011-05-15 20:41:46.806139971 +0200
+--- ebumeter.orig/source/Makefile	2012-09-27 10:09:33.519146981 +0200
++++ ebumeter/source/Makefile	2012-09-27 10:38:23.923727590 +0200
 @@ -19,15 +19,15 @@
  #  --------------------------------------------------------------------------
  
@@ -19,12 +18,12 @@ Index: ebumeter/source/Makefile
  LIBDIR = lib$(SUFFIX)
  BINDIR = $(PREFIX)/bin
  SHARED = $(PREFIX)/share/ebumeter
- VERSION = 0.1.0
+ VERSION = 0.2.0
  CPPFLAGS += -DVERSION=\"$(VERSION)\"
--CPPFLAGS += -O2 -Wall -MMD -MP
--CPPFLAGS += -march=native
-+CPPFLAGS += -O3 -Wall -MMD -MP
-+#CPPFLAGS += -march=native
+-CXXFLAGS += -O2 -Wall -MMD -MP
+-CXXFLAGS += -march=native
++CXXFLAGS += -O3 -Wall -MMD -MP
++#CXXFLAGS += -march=native
  LDFLAGS += -L$(PREFIX)/$(LIBDIR)
  
  

-- 
ebumeter packaging



More information about the pkg-multimedia-commits mailing list