[SCM] so-synth-lv2/UPSTREAM.trunk: Port to the LV2's first stable spec.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Mon May 14 18:45:39 UTC 2012


The following commit has been merged in the UPSTREAM.trunk branch:
commit 0f33c02b98b214d91a6ee8979cb5f69f65071141
Author: Alessio Treglia <alessio at debian.org>
Date:   Mon May 14 20:45:21 2012 +0200

    Port to the LV2's first stable spec.

diff --git a/Makefile b/Makefile
index 3d0b531..eb94b0e 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ OBJECTS = so-666.o so-kl5.o so-404.o sosynth.o
 LIBRARY = libsosynth.so
 TTLS = so-666.ttl so-kl5.ttl so-404.ttl manifest.ttl
 CC = gcc
-CFLAGS += -Wall -O3 -ffast-math -lm `pkg-config --cflags --libs lv2core` -fPIC
+CFLAGS += -Wall -O3 -ffast-math -lm `pkg-config --cflags --libs lv2` -fPIC
 INSTALLDIR = $(DESTDIR)/usr/lib/lv2/
 INSTALLNAME = so-synth.lv2/
 $(LIBRARY) : $(OBJECTS)

-- 
so-synth-lv2 packaging



More information about the pkg-multimedia-commits mailing list