[SCM] lv2-tools packaging branch, master, updated. debian/1.0.3-1-5-g627ba3e

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Sun May 16 20:41:20 UTC 2010


The following commit has been merged in the master branch:
commit 1eb2efbe5f371f48c4d786faf09572c80d8cf21f
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Sun May 16 22:24:09 2010 +0200

    Improved man page

diff --git a/debian/lv2soname.1 b/debian/lv2soname.1
index d6b8efa..6e69507 100644
--- a/debian/lv2soname.1
+++ b/debian/lv2soname.1
@@ -25,10 +25,18 @@ This manual page was written for the Debian distribution
 because the original program does not have a manual page.
 .PP
 \fBlv2soname\fP script can be used in your build system to translate a linker option (e.g. \-lgtkmm2.4) into the soname (e.g. libgtkmm-2.4.so.1)
- for the shared library that ld will link to when given that command line option.
+for the shared library that ld will link to when given that command line option.
 It will generate the RDF triples needed to tell hosts that the library with that soname must never be unloaded even after your plugin GUI library has been unloaded. 
 .PP
+e.g.
+$ lv2soname '<http://my.gui>' '<http://lv2plug.in/ns/lv2core#requiredFeature>' \-lgtkmm-2.4
+.PP
 If the script for some reason can't determine the soname it will instead generate the RDF needed to tell the host to never unload the GUI library at all.
+.PP
+However pretty much the same thing can be done by linking the plugin GUI using the \-z nodelete linker option,
+which will keep the GUI library loaded even after the host runs dlclose(), requiring no extra support from the host.
+So lv2soname is deprecated and will be removed in the next major version release.
+.PP
 For more information please visit http://ll-plugins.nongnu.org
 .br
 .SH AUTHOR

-- 
lv2-tools packaging



More information about the pkg-multimedia-commits mailing list