add new packages cantata, decibel-audio-player, freealut and dia

This commit is contained in:
groni
2016-12-07 16:25:41 +01:00
parent 1f417c2252
commit 092056073a
18 changed files with 761 additions and 12 deletions
@@ -0,0 +1,12 @@
diff -Nur freealut-1.1.0-old/src/Makefile.am freealut-1.1.0/src/Makefile.am
--- freealut-1.1.0-old/src/Makefile.am 2006-11-17 14:08:18.000000000 +0200
+++ freealut-1.1.0/src/Makefile.am 2006-11-17 14:08:21.000000000 +0200
@@ -20,7 +20,7 @@
alutWaveform.c
# We use sin and floor, so we might need -lm, autoconf takes care of this.
-libalut_la_LIBADD = $(LIBM)
+libalut_la_LIBADD = $(LIBM) -lopenal -lpthread
# The following libtool flag is neccessary for building DLLs on Windows.
libalut_la_LDFLAGS = -no-undefined