[SCM] aeolus packaging branch, master, updated. debian/0.8.2-3-9-ga577479

quadrispro-guest at users.alioth.debian.org quadrispro-guest at users.alioth.debian.org
Sat Apr 17 18:27:09 UTC 2010


The following commit has been merged in the master branch:
commit a577479509bdf52f9130ad0b048570e9e3c884f7
Author: Alessio Treglia <quadrispro at ubuntu.com>
Date:   Sat Apr 17 20:27:00 2010 +0200

    Small but important typo

diff --git a/debian/patches/01-makefile.patch b/debian/patches/01-makefile.patch
index f792819..cb3a927 100644
--- a/debian/patches/01-makefile.patch
+++ b/debian/patches/01-makefile.patch
@@ -1,6 +1,6 @@
 ---
- source/Makefile |   26 +++++++++++++++++---------
- 1 file changed, 17 insertions(+), 9 deletions(-)
+ source/Makefile |   24 ++++++++++++++++--------
+ 1 file changed, 16 insertions(+), 8 deletions(-)
 
 --- aeolus.orig/source/Makefile
 +++ aeolus/source/Makefile
@@ -23,15 +23,6 @@
  
  all:	aeolus aeolus_x11.so aeolus_txt.so
  
-@@ -31,7 +34,7 @@ AEOLUS_O =	main.o audio.o model.o slave.
- aeolus:	LDLIBS += -lclalsadrv -lclthreads -lpthread -ljack -lasound -lpthread -lrt
- aeolus: LDFLAGS += -L$(PREFIX)/$(LIBDIR)
- aeolus:	$(AEOLUS_O)
--	g++ $(LDFLAGS) -o $@ $(AEOLUS_O) $(LDLIBS)
-+	g++ $(LDFLAGS) -Wl,-soname=$(@).$(MAJ) -o $(@).$(MAJ).$(REL) $(AEOLUS_O) $(LDLIBS)
- 
- addsynth.o:	CPPFLAGS += -fpic -D_REENTRANT
- $(AEOLUS_O):
 @@ -44,7 +47,9 @@ aeolus_x11.so:	CPPFLAGS += -fpic -D_REEN
  aeolus_x11.so:	LDLIBS += -lclthreads -lclxclient -lXft -lX11
  aeolus_x11.so:	LDFLAGS += -shared -L$(PREFIX)/$(LIBDIR) -L/usr/X11R6/$(LIBDIR)

-- 
aeolus packaging



More information about the pkg-multimedia-commits mailing list