public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-plugins/ir_lv2/files: ir_lv2-1.1-makefile.patch
@ 2011-01-24 11:55 Alexis Ballier (aballier)
  0 siblings, 0 replies; 2+ messages in thread
From: Alexis Ballier (aballier) @ 2011-01-24 11:55 UTC (permalink / raw
  To: gentoo-commits

aballier    11/01/24 11:55:39

  Added:                ir_lv2-1.1-makefile.patch
  Log:
  initial import, ebuild by me
  
  (Portage version: 2.2.0_alpha19/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  media-plugins/ir_lv2/files/ir_lv2-1.1-makefile.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/ir_lv2/files/ir_lv2-1.1-makefile.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/ir_lv2/files/ir_lv2-1.1-makefile.patch?rev=1.1&content-type=text/plain

Index: ir_lv2-1.1-makefile.patch
===================================================================
Index: ir.lv2/Makefile
===================================================================
--- ir.lv2.orig/Makefile
+++ ir.lv2/Makefile
@@ -10,7 +10,7 @@ INSTDIR = $(PREFIX)/lib/lv2/ir.lv2
 INST_FILES = ir.so ir_gui.so ir.ttl manifest.ttl
 
 # change "-O2 -ffast-math" to "-g -O0" below if you want to debug the plugin
-CPPFLAGS += -Wall -I. -I/usr/include `pkg-config --cflags gtk+-2.0` `pkg-config --cflags gthread-2.0` -D__STDC_FORMAT_MACROS -O2 -ffast-math
+CPPFLAGS += -Wall -I. -I/usr/include `pkg-config --cflags gtk+-2.0` `pkg-config --cflags gthread-2.0` -D__STDC_FORMAT_MACROS
 LIBS += -lc -lm -lzita-convolver -lsamplerate -lsndfile `pkg-config --libs gthread-2.0` `pkg-config --libs gtk+-2.0`
 
 ifeq ($(shell pkg-config --atleast-version='2.20' gtk+-2.0; echo $$?), 0)
@@ -23,31 +23,25 @@ C4LIBS = -lsndfile `pkg-config --libs gt
 all: ir.so ir_gui.so
 
 ir.o: ir.cc ir.h ir_utils.h
-	g++ ir.cc $(CPPFLAGS) -c -fPIC -o ir.o
 
 ir_gui.o: ir_gui.cc ir.h ir_utils.h ir_wavedisplay.h
-	g++ ir_gui.cc $(CPPFLAGS) -c -fPIC -o ir_gui.o
 
 ir_utils.o: ir_utils.cc ir_utils.h ir.h
-	g++ ir_utils.cc $(CPPFLAGS) -c -fPIC -o ir_utils.o
 
 ir_meter.o: ir_meter.cc ir_meter.h ir.h ir_utils.h
-	g++ ir_meter.cc $(CPPFLAGS) -c -fPIC -o ir_meter.o
 
 ir_modeind.o: ir_modeind.cc ir_modeind.h ir.h ir_utils.h
-	g++ ir_modeind.cc $(CPPFLAGS) -c -fPIC -o ir_modeind.o
 
 ir_wavedisplay.o: ir_wavedisplay.cc ir_wavedisplay.h ir.h ir_utils.h
-	g++ ir_wavedisplay.cc $(CPPFLAGS) -c -fPIC -o ir_wavedisplay.o
 
 ir.so: ir.o ir_utils.o
-	g++ ir.o ir_utils.o $(LIBS) -shared -o ir.so
+	$(CXX) $(LDFLAGS) ir.o ir_utils.o $(LIBS) -shared -o ir.so
 
 ir_gui.so: ir_gui.o ir_utils.o ir_meter.o ir_modeind.o ir_wavedisplay.o
-	g++ ir_gui.o ir_utils.o ir_meter.o ir_modeind.o ir_wavedisplay.o $(LIBS) -shared -o ir_gui.so
+	$(CXX) $(LDFLAGS) ir_gui.o ir_utils.o ir_meter.o ir_modeind.o ir_wavedisplay.o $(LIBS) -shared -o ir_gui.so
 
 convert4chan: convert4chan.c
-	gcc $(C4CFLAGS) convert4chan.c $(C4LIBS) -o convert4chan
+	$(CC) $(C4CFLAGS) convert4chan.c $(C4LIBS) -o convert4chan
 
 install: all
 	mkdir -p $(INSTDIR)






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-plugins/ir_lv2/files: ir_lv2-1.1-makefile.patch
@ 2011-04-26 19:01 Alexis Ballier (aballier)
  0 siblings, 0 replies; 2+ messages in thread
From: Alexis Ballier (aballier) @ 2011-04-26 19:01 UTC (permalink / raw
  To: gentoo-commits

aballier    11/04/26 19:01:29

  Removed:              ir_lv2-1.1-makefile.patch
  Log:
  remove old
  
  (Portage version: 2.2.0_alpha30/cvs/Linux x86_64)



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-04-26 19:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-26 19:01 [gentoo-commits] gentoo-x86 commit in media-plugins/ir_lv2/files: ir_lv2-1.1-makefile.patch Alexis Ballier (aballier)
  -- strict thread matches above, loose matches on Subject: below --
2011-01-24 11:55 Alexis Ballier (aballier)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox