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

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Mon May 14 18:52:03 UTC 2012


The following commit has been merged in the master branch:
commit 9335d8b93abfdf25151906c355b4595135e37dc4
Author: Alessio Treglia <alessio at debian.org>
Date:   Mon May 14 20:47:13 2012 +0200

    Port to the LV2's first stable spec.

diff --git a/debian/control b/debian/control
index 6a56732..bac2cf0 100644
--- a/debian/control
+++ b/debian/control
@@ -5,8 +5,7 @@ Uploaders:
  Jeremy Salwen <jeremysalwen at gmail.com>
 Build-Depends:
  debhelper (>= 7.0.50~),
- lv2-extensions-good,
- lv2core,
+ lv2-dev,
  pkg-config
 Standards-Version: 3.9.2
 Section: sound
diff --git a/debian/patches/1001-port_to_lv2.patch b/debian/patches/1001-port_to_lv2.patch
new file mode 100644
index 0000000..cc8a322
--- /dev/null
+++ b/debian/patches/1001-port_to_lv2.patch
@@ -0,0 +1,18 @@
+Description: Port to the LV2's first stable spec.
+Author: Alessio Treglia <alessio at debian.org>
+Applied-Upstream: yes
+---
+ Makefile |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- so-synth-lv2.orig/Makefile
++++ so-synth-lv2/Makefile
+@@ -2,7 +2,7 @@ OBJECTS = so-666.o so-kl5.o so-404.o sos
+ 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)
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..26d0bff
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+1001-port_to_lv2.patch

-- 
so-synth-lv2 packaging



More information about the pkg-multimedia-commits mailing list