From 98cc3bd853c47f6cd1cf02cf14e00413993fd6f5 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 12 Jan 2008 17:58:12 +0000 Subject: Add plugin template interface (fast discovery of plugins with certain I/O characteristics). git-svn-id: http://svn.drobilla.net/lad/slv2@1051 a436a847-0d15-0410-975c-d299462d15a1 --- debian/Makefile.am | 4 ++-- debian/changelog | 16 ++++++++++++++++ debian/control | 2 -- debian/rules | 4 ++-- debian/shlibs.local | 4 ++-- 5 files changed, 22 insertions(+), 8 deletions(-) (limited to 'debian') diff --git a/debian/Makefile.am b/debian/Makefile.am index babeea5..e354d9f 100644 --- a/debian/Makefile.am +++ b/debian/Makefile.am @@ -5,8 +5,8 @@ EXTRA_DIST = \ control \ copyright \ docs \ - postinst \ - postrm \ + postinst.ex \ + postrm.ex \ rules \ shlibs.local \ shlibs diff --git a/debian/changelog b/debian/changelog index 16c1927..8eb91c7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,19 @@ +slv2 (0.4.4) unstable; urgency=low + + * Add slv2_port_has_property + * Add plugin template and port signature interface for much faster plugin + discovery with port input/output/type inspection. + + -- Dave Robillard Sat, 12 Jan 2008 12:52:35 -0500 + +slv2 (0.4.3) unstable; urgency=low + + * Fix lv2_inspect command line handling bug (always prints help) + * Fix case where multiple plugins are described in the same file + (avoid port symbol clashing). + + -- Dave Robillard Thu, 10 Jan 2008 20:03:19 -0500 + slv2 (0.4.2) unstable; urgency=low * Update for LV2 specification release 1 diff --git a/debian/control b/debian/control index 5e35a7f..9418b51 100644 --- a/debian/control +++ b/debian/control @@ -29,8 +29,6 @@ Description: A library for simple use of LV2 plugins the use of LV2 plugins as simple as possible. Package: slv2-6-dev -Provides: slv2-dev -Conflicts: slv2-dev Section: libdevel Architecture: any Pre-Depends: make diff --git a/debian/rules b/debian/rules index d02b169..9f3eca8 100755 --- a/debian/rules +++ b/debian/rules @@ -64,7 +64,7 @@ install: build dh_installdirs $(MAKE) DESTDIR=$(CURDIR)/debian/slv2-6 install-exec - $(MAKE) DESTDIR=$(CURDIR)/debian/slv2-dev install-data install-man + $(MAKE) DESTDIR=$(CURDIR)/debian/slv2-6-dev install-data install-man # Build architecture-independent files here. @@ -95,7 +95,7 @@ binary-arch: build install dh_fixperms # dh_perl # dh_python -# dh_makeshlibs + dh_makeshlibs dh_installdeb dh_shlibdeps dh_gencontrol diff --git a/debian/shlibs.local b/debian/shlibs.local index e79a7b7..716fd14 100644 --- a/debian/shlibs.local +++ b/debian/shlibs.local @@ -1,2 +1,2 @@ -libslv2 0.3.0 slv2 (>> 0.3.0-0), slv2 (<< 0.3.0-99) -libjack 0 jack0 (>= 0.107.0) +libslv2 0.4.3 slv2 (>> 0.4.3-0), slv2 (<< 0.4.3-99) +libjack 0 jackd (>= 0.107.0) -- cgit v1.2.1