[SCM] lv2dynparam1 packaging branch, master, updated. upstream/2-18-g0bbb5fe

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Tue Sep 1 22:23:08 UTC 2009


The following commit has been merged in the master branch:
commit 0bbb5fea2ec876ff549b993ee55659e6991da3d9
Author: miramikes <mira at debian.(none)>
Date:   Wed Sep 2 00:24:58 2009 +0200

    added missing files from previous commit

diff --git a/debian/liblv2dynparam1-dev.install b/debian/liblv2dynparam1-dev.install
new file mode 100644
index 0000000..e862b82
--- /dev/null
+++ b/debian/liblv2dynparam1-dev.install
@@ -0,0 +1,2 @@
+usr/include/lv2dynparam1/lv2dynparam/* usr/include/lv2dynparam1/lv2dynparam/
+usr/lib/pkgconfig/* usr/lib/pkgconfig/
diff --git a/debian/liblv2dynparam1.3 b/debian/liblv2dynparam1.3
new file mode 100644
index 0000000..7ee2ee1
--- /dev/null
+++ b/debian/liblv2dynparam1.3
@@ -0,0 +1,51 @@
+.TH "LV2DYNPARAM1" 3 "April 15, 2009" \"-*- nroff -*-
+.\" Please adjust this date whenever revising the manpage.
+.\"
+.\" Some roff macros, for reference:
+.\" .nh        disable hyphenation
+.\" .hy        enable hyphenation
+.\" .ad l      left justify
+.\" .ad b      justify to both left and right margins
+.\" .nf        disable filling
+.\" .fi        enable filling
+.\" .br        insert line break
+.\" .sp <n>    insert n+1 empty lines
+.\" for manpage-specific macros, see man(7)
+.SH NAME
+lv2dynparam1 \- LV2 plugin interface extension
+.SH DESCRIPTION
+This manual page documents briefly the
+.B lv2dynparam1
+.PP
+.\" TeX users may be more comfortable with the \fB<whatever>\fP and
+.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
+.\" respectively.
+\fBlv2dynparam1\fP is a LV2 plugin interface extension that enables plugin
+parameters to appear and disappear (i.e. number of voices). It also
+allows nested grouping of parameters. Groups can be used for things
+like ADSR abstraction, i.e. group of 4 float parameters.
+
+The extension consists of a header describing the extension interface
+and libraries, one for plugins and one for hosts, to expose
+functionality in more usable, from programmer point of view,
+interface.
+
+The extension has been initially created to allow exposing the full
+functionality of the zynadd LV2 plugin (part of the zyn project) and
+to allow generic UI - provided by a host (zynjacku). The extension
+allows but does not requires generic UI. Plugin writters are free to
+provide custom UI for their plugin.
+
+The extension should be suitable for all plugins that expose many
+and/or complex data types, like samplers, non-trivial synths, etc.
+
+.SH SEE ALSO
+.BR slv2, 
+and
+.BR jackd 
+.br
+.SH AUTHOR
+lv2dynparam1 was written by Nedko Arnaudov <nedko at arnaudov.name>.
+.PP
+This manual page was written by Jaromír Mikeš <mira.mikes at seznam.cz>,
+for the Debian project (and may be used by others).
diff --git a/debian/liblv2dynparam1.install b/debian/liblv2dynparam1.install
new file mode 100644
index 0000000..71706b1
--- /dev/null
+++ b/debian/liblv2dynparam1.install
@@ -0,0 +1,2 @@
+usr/lib/liblv2dynparam* usr/lib/
+
diff --git a/debian/liblv2dynparam1.manpages b/debian/liblv2dynparam1.manpages
new file mode 100644
index 0000000..3a85420
--- /dev/null
+++ b/debian/liblv2dynparam1.manpages
@@ -0,0 +1 @@
+debian/liblv2dynparam1.3
diff --git a/debian/liblv2dynparam1.symbols b/debian/liblv2dynparam1.symbols
new file mode 100644
index 0000000..3cc235b
--- /dev/null
+++ b/debian/liblv2dynparam1.symbols
@@ -0,0 +1,117 @@
+liblv2dynparamhost1.so.1 lv2dynparam1 #MINVER#
+ audiolock_create_optimistic at Base 2-1~
+ audiolock_create_pessimistic at Base 2-1~
+ audiolock_create_slow at Base 2-1~
+ audiolock_destroy at Base 2-1~
+ audiolock_enter_audio at Base 2-1~
+ audiolock_enter_ui at Base 2-1~
+ audiolock_leave_audio at Base 2-1~
+ audiolock_leave_ui at Base 2-1~
+ lv2dynparam_enum_duplicate at Base 2-1~
+ lv2dynparam_enum_free at Base 2-1~
+ lv2dynparam_get_parameters at Base 2-1~
+ lv2dynparam_hints_clear at Base 2-1~
+ lv2dynparam_hints_init_copy at Base 2-1~
+ lv2dynparam_hints_init_empty at Base 2-1~
+ lv2dynparam_hints_init_va_dup at Base 2-1~
+ lv2dynparam_hints_init_va_link at Base 2-1~
+ lv2dynparam_host_attach at Base 2-1~
+ lv2dynparam_host_command_appear at Base 2-1~
+ lv2dynparam_host_command_disappear at Base 2-1~
+ lv2dynparam_host_detach at Base 2-1~
+ lv2dynparam_host_group_appear at Base 2-1~
+ lv2dynparam_host_group_disappear at Base 2-1~
+ lv2dynparam_host_group_free at Base 2-1~
+ lv2dynparam_host_group_hide at Base 2-1~
+ lv2dynparam_host_group_pending_children_count_decrement at Base 2-1~
+ lv2dynparam_host_group_pending_children_count_increment at Base 2-1~
+ lv2dynparam_host_map_type_uri at Base 2-1~
+ lv2dynparam_host_notify at Base 2-1~
+ lv2dynparam_host_notify_group_appeared at Base 2-1~
+ lv2dynparam_host_notify_group_disappeared at Base 2-1~
+ lv2dynparam_host_parameter_appear at Base 2-1~
+ lv2dynparam_host_parameter_change at Base 2-1~
+ lv2dynparam_host_parameter_disappear at Base 2-1~
+ lv2dynparam_host_parameter_free at Base 2-1~
+ lv2dynparam_host_realtime_run at Base 2-1~
+ lv2dynparam_host_ui_off at Base 2-1~
+ lv2dynparam_host_ui_on at Base 2-1~
+ lv2dynparam_host_ui_run at Base 2-1~
+ lv2dynparam_log at Base 2-1~
+ lv2dynparam_parameter_change at Base 2-1~
+ lv2dynparam_parameter_change_rt at Base 2-1~
+ lv2dynparam_set_parameter at Base 2-1~
+ lv2dynparam_strdup_atomic at Base 2-1~
+ lv2dynparam_strdup_sleepy at Base 2-1~
+ rtsafe_memory_allocate at Base 2-1~
+ rtsafe_memory_allocate_atomic at Base 2-1~
+ rtsafe_memory_allocate_sleepy at Base 2-1~
+ rtsafe_memory_atomic at Base 2-1~
+ rtsafe_memory_deallocate at Base 2-1~
+ rtsafe_memory_init at Base 2-1~
+ rtsafe_memory_pool_allocate at Base 2-1~
+ rtsafe_memory_pool_allocate_atomic at Base 2-1~
+ rtsafe_memory_pool_allocate_sleepy at Base 2-1~
+ rtsafe_memory_pool_atomic at Base 2-1~
+ rtsafe_memory_pool_create at Base 2-1~
+ rtsafe_memory_pool_deallocate at Base 2-1~
+ rtsafe_memory_pool_destroy at Base 2-1~
+ rtsafe_memory_uninit at Base 2-1~
+ string_unescape at Base 2-1~
+liblv2dynparamplugin1.so.0 lv2dynparam1 #MINVER#
+ audiolock_create_optimistic at Base 2-1~
+ audiolock_create_pessimistic at Base 2-1~
+ audiolock_create_slow at Base 2-1~
+ audiolock_destroy at Base 2-1~
+ audiolock_enter_audio at Base 2-1~
+ audiolock_enter_ui at Base 2-1~
+ audiolock_leave_audio at Base 2-1~
+ audiolock_leave_ui at Base 2-1~
+ get_lv2dynparam_plugin_extension_data at Base 2-1~
+ lv2dynparam_enum_duplicate at Base 2-1~
+ lv2dynparam_enum_free at Base 2-1~
+ lv2dynparam_hints_clear at Base 2-1~
+ lv2dynparam_hints_init_copy at Base 2-1~
+ lv2dynparam_hints_init_empty at Base 2-1~
+ lv2dynparam_hints_init_va_dup at Base 2-1~
+ lv2dynparam_hints_init_va_link at Base 2-1~
+ lv2dynparam_log at Base 2-1~
+ lv2dynparam_plugin_cleanup at Base 2-1~
+ lv2dynparam_plugin_group_add at Base 2-1~
+ lv2dynparam_plugin_group_clean at Base 2-1~
+ lv2dynparam_plugin_group_free at Base 2-1~
+ lv2dynparam_plugin_group_get_name at Base 2-1~
+ lv2dynparam_plugin_group_init at Base 2-1~
+ lv2dynparam_plugin_group_new at Base 2-1~
+ lv2dynparam_plugin_group_notify at Base 2-1~
+ lv2dynparam_plugin_host_attach at Base 2-1~
+ lv2dynparam_plugin_initialise at Base 2-1~
+ lv2dynparam_plugin_instantiate at Base 2-1~
+ lv2dynparam_plugin_param_boolean_add at Base 2-1~
+ lv2dynparam_plugin_param_enum_add at Base 2-1~
+ lv2dynparam_plugin_param_float_add at Base 2-1~
+ lv2dynparam_plugin_param_int_add at Base 2-1~
+ lv2dynparam_plugin_param_notify at Base 2-1~
+ lv2dynparam_plugin_param_remove at Base 2-1~
+ lv2dynparam_plugin_parameter_change at Base 2-1~
+ lv2dynparam_plugin_parameter_free at Base 2-1~
+ lv2dynparam_plugin_parameter_get_name at Base 2-1~
+ lv2dynparam_plugin_parameter_get_range at Base 2-1~
+ lv2dynparam_plugin_parameter_get_type_uri at Base 2-1~
+ lv2dynparam_plugin_parameter_get_value at Base 2-1~
+ lv2dynparam_strdup_atomic at Base 2-1~
+ lv2dynparam_strdup_sleepy at Base 2-1~
+ rtsafe_memory_allocate at Base 2-1~
+ rtsafe_memory_allocate_atomic at Base 2-1~
+ rtsafe_memory_allocate_sleepy at Base 2-1~
+ rtsafe_memory_atomic at Base 2-1~
+ rtsafe_memory_deallocate at Base 2-1~
+ rtsafe_memory_init at Base 2-1~
+ rtsafe_memory_pool_allocate at Base 2-1~
+ rtsafe_memory_pool_allocate_atomic at Base 2-1~
+ rtsafe_memory_pool_allocate_sleepy at Base 2-1~
+ rtsafe_memory_pool_atomic at Base 2-1~
+ rtsafe_memory_pool_create at Base 2-1~
+ rtsafe_memory_pool_deallocate at Base 2-1~
+ rtsafe_memory_pool_destroy at Base 2-1~
+ rtsafe_memory_uninit at Base 2-1~

-- 
lv2dynparam1 packaging



More information about the pkg-multimedia-commits mailing list