Source: lv2dynparam1 Version: 2-7 Severity: important Tags: patch pending sid trixie User: debian-...@lists.debian.org Usertags: time-t
NOTICE: these changes must not be uploaded to unstable yet! Dear maintainer, As part of the 64-bit time_t transition required to support 32-bit architectures in 2038 and beyond (https://wiki.debian.org/ReleaseGoals/64bit-time), we have identified lv2dynparam1 as a source package shipping runtime libraries whose ABI either is affected by the change in size of time_t, or could not be analyzed via abi-compliance-checker (and therefore to be on the safe side we assume is affected). To ensure that inconsistent combinations of libraries with their reverse-dependencies are never installed together, it is necessary to have a library transition, which is most easily done by renaming the runtime library package. Since turning on 64-bit time_t is being handled centrally through a change to the default dpkg-buildflags (https://bugs.debian.org/1037136), it is important that libraries affected by this ABI change all be uploaded close together in time. Therefore I have prepared a 0-day NMU for lv2dynparam1 which will initially be uploaded to experimental if possible, then to unstable after packages have cleared binary NEW. Please find the patch for this NMU attached. If you have any concerns about this patch, please reach out ASAP. Although this package will be uploaded to experimental immediately, there will be a period of several days before we begin uploads to unstable; so if information becomes available that your package should not be included in the transition, there is time for us to amend the planned uploads. -- System Information: Debian Release: trixie/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 6.5.0-14-generic (SMP w/12 CPU threads; PREEMPT) Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system)
diff -Nru lv2dynparam1-2/debian/changelog lv2dynparam1-2/debian/changelog --- lv2dynparam1-2/debian/changelog 2023-09-24 21:52:40.000000000 +0000 +++ lv2dynparam1-2/debian/changelog 2024-02-18 03:15:05.000000000 +0000 @@ -1,3 +1,10 @@ +lv2dynparam1 (2-7.1) experimental; urgency=medium + + * Non-maintainer upload. + * Rename libraries for 64-bit time_t transition. + + -- Steve Langasek <vor...@debian.org> Sun, 18 Feb 2024 03:15:05 +0000 + lv2dynparam1 (2-7) unstable; urgency=medium * Team upload diff -Nru lv2dynparam1-2/debian/control lv2dynparam1-2/debian/control --- lv2dynparam1-2/debian/control 2023-09-24 21:51:34.000000000 +0000 +++ lv2dynparam1-2/debian/control 2024-02-18 03:15:05.000000000 +0000 @@ -16,7 +16,10 @@ Vcs-Browser: https://salsa.debian.org/multimedia-team/lv2dynparam1 Homepage: http://download.gna.org/lv2dynparam/ -Package: liblv2dynparamhost1-1 +Package: liblv2dynparamhost1-1t64 +Provides: ${t64:Provides} +Replaces: liblv2dynparamhost1-1 +Breaks: liblv2dynparamhost1-1 (<< ${source:Version}) Section: libs Architecture: any Depends: @@ -33,7 +36,10 @@ . This package contains the shared library for liblv2dynparamhost1-1. -Package: liblv2dynparamplugin1-0 +Package: liblv2dynparamplugin1-0t64 +Provides: ${t64:Provides} +Replaces: liblv2dynparamplugin1-0 +Breaks: liblv2dynparamplugin1-0 (<< ${source:Version}) Section: libs Architecture: any Depends: @@ -54,8 +60,8 @@ Section: libdevel Architecture: any Depends: - liblv2dynparamhost1-1 (= ${binary:Version}), - liblv2dynparamplugin1-0 (= ${binary:Version}), + liblv2dynparamhost1-1t64 (= ${binary:Version}), + liblv2dynparamplugin1-0t64 (= ${binary:Version}), ${misc:Depends} Multi-Arch: same Description: lv2dynparam is a LV2 plugin interface extension @@ -71,4 +77,4 @@ from programmer point of view, interface. . This package contains the headers used to build applications - that use liblv2dynparamhost1-1 and liblv2dynparamplugin1-0. + that use liblv2dynparamhost1-1t64 and liblv2dynparamplugin1-0. diff -Nru lv2dynparam1-2/debian/liblv2dynparamhost1-1.3 lv2dynparam1-2/debian/liblv2dynparamhost1-1.3 --- lv2dynparam1-2/debian/liblv2dynparamhost1-1.3 2020-06-14 17:28:56.000000000 +0000 +++ lv2dynparam1-2/debian/liblv2dynparamhost1-1.3 1970-01-01 00:00:00.000000000 +0000 @@ -1,48 +0,0 @@ -.TH "LIBLV2DYNPARAMHOST1-1" 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 -liblv2dynparamhost1-1 \- LV2 plugin interface extension -.SH DESCRIPTION - -This manual page documents briefly the -.B liblv2dynparamhost1-1 -.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. -\fBliblv2dynparamhost1-1\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 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 -liblv2dynparamhost1-1 was written by Nedko Arnaudov <ne...@arnaudov.name>. -.PP -This manual page was written by Jaromír Mikeš <mira.mi...@seznam.cz>, -for the Debian project (and may be used by others). diff -Nru lv2dynparam1-2/debian/liblv2dynparamhost1-1.install lv2dynparam1-2/debian/liblv2dynparamhost1-1.install --- lv2dynparam1-2/debian/liblv2dynparamhost1-1.install 2020-06-14 17:28:56.000000000 +0000 +++ lv2dynparam1-2/debian/liblv2dynparamhost1-1.install 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -usr/lib/*/liblv2dynparamhost1.so.1* diff -Nru lv2dynparam1-2/debian/liblv2dynparamhost1-1.manpages lv2dynparam1-2/debian/liblv2dynparamhost1-1.manpages --- lv2dynparam1-2/debian/liblv2dynparamhost1-1.manpages 2020-06-14 17:28:56.000000000 +0000 +++ lv2dynparam1-2/debian/liblv2dynparamhost1-1.manpages 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -debian/liblv2dynparamhost1-1.3 diff -Nru lv2dynparam1-2/debian/liblv2dynparamhost1-1.symbols lv2dynparam1-2/debian/liblv2dynparamhost1-1.symbols --- lv2dynparam1-2/debian/liblv2dynparamhost1-1.symbols 2020-06-14 17:28:56.000000000 +0000 +++ lv2dynparam1-2/debian/liblv2dynparamhost1-1.symbols 1970-01-01 00:00:00.000000000 +0000 @@ -1,60 +0,0 @@ -liblv2dynparamhost1.so.1 liblv2dynparamhost1-1 #MINVER# - audiolock_create_optimistic@Base 2-1~ - audiolock_create_pessimistic@Base 2-1~ - audiolock_create_slow@Base 2-1~ - audiolock_destroy@Base 2-1~ - audiolock_enter_audio@Base 2-1~ - audiolock_enter_ui@Base 2-1~ - audiolock_leave_audio@Base 2-1~ - audiolock_leave_ui@Base 2-1~ - lv2dynparam_enum_duplicate@Base 2-1~ - lv2dynparam_enum_free@Base 2-1~ - lv2dynparam_get_parameters@Base 2-1~ - lv2dynparam_hints_clear@Base 2-1~ - lv2dynparam_hints_init_copy@Base 2-1~ - lv2dynparam_hints_init_empty@Base 2-1~ - lv2dynparam_hints_init_va_dup@Base 2-1~ - lv2dynparam_hints_init_va_link@Base 2-1~ - lv2dynparam_host_attach@Base 2-1~ - lv2dynparam_host_command_appear@Base 2-1~ - lv2dynparam_host_command_disappear@Base 2-1~ - lv2dynparam_host_detach@Base 2-1~ - lv2dynparam_host_group_appear@Base 2-1~ - lv2dynparam_host_group_disappear@Base 2-1~ - lv2dynparam_host_group_free@Base 2-1~ - lv2dynparam_host_group_hide@Base 2-1~ - lv2dynparam_host_group_pending_children_count_decrement@Base 2-1~ - lv2dynparam_host_group_pending_children_count_increment@Base 2-1~ - lv2dynparam_host_map_type_uri@Base 2-1~ - lv2dynparam_host_notify@Base 2-1~ - lv2dynparam_host_notify_group_appeared@Base 2-1~ - lv2dynparam_host_notify_group_disappeared@Base 2-1~ - lv2dynparam_host_parameter_appear@Base 2-1~ - lv2dynparam_host_parameter_change@Base 2-1~ - lv2dynparam_host_parameter_disappear@Base 2-1~ - lv2dynparam_host_parameter_free@Base 2-1~ - lv2dynparam_host_realtime_run@Base 2-1~ - lv2dynparam_host_ui_off@Base 2-1~ - lv2dynparam_host_ui_on@Base 2-1~ - lv2dynparam_host_ui_run@Base 2-1~ - lv2dynparam_log@Base 2-1~ - lv2dynparam_parameter_change@Base 2-1~ - lv2dynparam_parameter_change_rt@Base 2-1~ - lv2dynparam_set_parameter@Base 2-1~ - lv2dynparam_strdup_atomic@Base 2-1~ - lv2dynparam_strdup_sleepy@Base 2-1~ - rtsafe_memory_allocate@Base 2-1~ - rtsafe_memory_allocate_atomic@Base 2-1~ - rtsafe_memory_allocate_sleepy@Base 2-1~ - rtsafe_memory_atomic@Base 2-1~ - rtsafe_memory_deallocate@Base 2-1~ - rtsafe_memory_init@Base 2-1~ - rtsafe_memory_pool_allocate@Base 2-1~ - rtsafe_memory_pool_allocate_atomic@Base 2-1~ - rtsafe_memory_pool_allocate_sleepy@Base 2-1~ - rtsafe_memory_pool_atomic@Base 2-1~ - rtsafe_memory_pool_create@Base 2-1~ - rtsafe_memory_pool_deallocate@Base 2-1~ - rtsafe_memory_pool_destroy@Base 2-1~ - rtsafe_memory_uninit@Base 2-1~ - string_unescape@Base 2-1~ diff -Nru lv2dynparam1-2/debian/liblv2dynparamhost1-1t64.3 lv2dynparam1-2/debian/liblv2dynparamhost1-1t64.3 --- lv2dynparam1-2/debian/liblv2dynparamhost1-1t64.3 1970-01-01 00:00:00.000000000 +0000 +++ lv2dynparam1-2/debian/liblv2dynparamhost1-1t64.3 2020-06-14 17:28:56.000000000 +0000 @@ -0,0 +1,48 @@ +.TH "LIBLV2DYNPARAMHOST1-1" 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 +liblv2dynparamhost1-1 \- LV2 plugin interface extension +.SH DESCRIPTION + +This manual page documents briefly the +.B liblv2dynparamhost1-1 +.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. +\fBliblv2dynparamhost1-1\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 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 +liblv2dynparamhost1-1 was written by Nedko Arnaudov <ne...@arnaudov.name>. +.PP +This manual page was written by Jaromír Mikeš <mira.mi...@seznam.cz>, +for the Debian project (and may be used by others). diff -Nru lv2dynparam1-2/debian/liblv2dynparamhost1-1t64.install lv2dynparam1-2/debian/liblv2dynparamhost1-1t64.install --- lv2dynparam1-2/debian/liblv2dynparamhost1-1t64.install 1970-01-01 00:00:00.000000000 +0000 +++ lv2dynparam1-2/debian/liblv2dynparamhost1-1t64.install 2020-06-14 17:28:56.000000000 +0000 @@ -0,0 +1 @@ +usr/lib/*/liblv2dynparamhost1.so.1* diff -Nru lv2dynparam1-2/debian/liblv2dynparamhost1-1t64.lintian-overrides lv2dynparam1-2/debian/liblv2dynparamhost1-1t64.lintian-overrides --- lv2dynparam1-2/debian/liblv2dynparamhost1-1t64.lintian-overrides 1970-01-01 00:00:00.000000000 +0000 +++ lv2dynparam1-2/debian/liblv2dynparamhost1-1t64.lintian-overrides 2024-02-18 03:15:05.000000000 +0000 @@ -0,0 +1 @@ +liblv2dynparamhost1-1t64: package-name-doesnt-match-sonames liblv2dynparamhost1-1 diff -Nru lv2dynparam1-2/debian/liblv2dynparamhost1-1t64.manpages lv2dynparam1-2/debian/liblv2dynparamhost1-1t64.manpages --- lv2dynparam1-2/debian/liblv2dynparamhost1-1t64.manpages 1970-01-01 00:00:00.000000000 +0000 +++ lv2dynparam1-2/debian/liblv2dynparamhost1-1t64.manpages 2024-02-18 03:15:05.000000000 +0000 @@ -0,0 +1 @@ +debian/liblv2dynparamhost1-1t64.3 diff -Nru lv2dynparam1-2/debian/liblv2dynparamhost1-1t64.symbols lv2dynparam1-2/debian/liblv2dynparamhost1-1t64.symbols --- lv2dynparam1-2/debian/liblv2dynparamhost1-1t64.symbols 1970-01-01 00:00:00.000000000 +0000 +++ lv2dynparam1-2/debian/liblv2dynparamhost1-1t64.symbols 2024-02-18 03:15:05.000000000 +0000 @@ -0,0 +1,60 @@ +liblv2dynparamhost1.so.1 liblv2dynparamhost1-1t64 #MINVER# + audiolock_create_optimistic@Base 2-1~ + audiolock_create_pessimistic@Base 2-1~ + audiolock_create_slow@Base 2-1~ + audiolock_destroy@Base 2-1~ + audiolock_enter_audio@Base 2-1~ + audiolock_enter_ui@Base 2-1~ + audiolock_leave_audio@Base 2-1~ + audiolock_leave_ui@Base 2-1~ + lv2dynparam_enum_duplicate@Base 2-1~ + lv2dynparam_enum_free@Base 2-1~ + lv2dynparam_get_parameters@Base 2-1~ + lv2dynparam_hints_clear@Base 2-1~ + lv2dynparam_hints_init_copy@Base 2-1~ + lv2dynparam_hints_init_empty@Base 2-1~ + lv2dynparam_hints_init_va_dup@Base 2-1~ + lv2dynparam_hints_init_va_link@Base 2-1~ + lv2dynparam_host_attach@Base 2-1~ + lv2dynparam_host_command_appear@Base 2-1~ + lv2dynparam_host_command_disappear@Base 2-1~ + lv2dynparam_host_detach@Base 2-1~ + lv2dynparam_host_group_appear@Base 2-1~ + lv2dynparam_host_group_disappear@Base 2-1~ + lv2dynparam_host_group_free@Base 2-1~ + lv2dynparam_host_group_hide@Base 2-1~ + lv2dynparam_host_group_pending_children_count_decrement@Base 2-1~ + lv2dynparam_host_group_pending_children_count_increment@Base 2-1~ + lv2dynparam_host_map_type_uri@Base 2-1~ + lv2dynparam_host_notify@Base 2-1~ + lv2dynparam_host_notify_group_appeared@Base 2-1~ + lv2dynparam_host_notify_group_disappeared@Base 2-1~ + lv2dynparam_host_parameter_appear@Base 2-1~ + lv2dynparam_host_parameter_change@Base 2-1~ + lv2dynparam_host_parameter_disappear@Base 2-1~ + lv2dynparam_host_parameter_free@Base 2-1~ + lv2dynparam_host_realtime_run@Base 2-1~ + lv2dynparam_host_ui_off@Base 2-1~ + lv2dynparam_host_ui_on@Base 2-1~ + lv2dynparam_host_ui_run@Base 2-1~ + lv2dynparam_log@Base 2-1~ + lv2dynparam_parameter_change@Base 2-1~ + lv2dynparam_parameter_change_rt@Base 2-1~ + lv2dynparam_set_parameter@Base 2-1~ + lv2dynparam_strdup_atomic@Base 2-1~ + lv2dynparam_strdup_sleepy@Base 2-1~ + rtsafe_memory_allocate@Base 2-1~ + rtsafe_memory_allocate_atomic@Base 2-1~ + rtsafe_memory_allocate_sleepy@Base 2-1~ + rtsafe_memory_atomic@Base 2-1~ + rtsafe_memory_deallocate@Base 2-1~ + rtsafe_memory_init@Base 2-1~ + rtsafe_memory_pool_allocate@Base 2-1~ + rtsafe_memory_pool_allocate_atomic@Base 2-1~ + rtsafe_memory_pool_allocate_sleepy@Base 2-1~ + rtsafe_memory_pool_atomic@Base 2-1~ + rtsafe_memory_pool_create@Base 2-1~ + rtsafe_memory_pool_deallocate@Base 2-1~ + rtsafe_memory_pool_destroy@Base 2-1~ + rtsafe_memory_uninit@Base 2-1~ + string_unescape@Base 2-1~ diff -Nru lv2dynparam1-2/debian/liblv2dynparamplugin1-0.3 lv2dynparam1-2/debian/liblv2dynparamplugin1-0.3 --- lv2dynparam1-2/debian/liblv2dynparamplugin1-0.3 2020-06-14 17:28:56.000000000 +0000 +++ lv2dynparam1-2/debian/liblv2dynparamplugin1-0.3 1970-01-01 00:00:00.000000000 +0000 @@ -1,48 +0,0 @@ -.TH "LIBLV2DYNPARAMPLUGIN1-0" 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 -liblv2dynparamplugin1-0 \- LV2 plugin interface extension -.SH DESCRIPTION - -This manual page documents briefly the -.B liblv2dynparamplugin1-0 -.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. -\fBlv2dynparamplugin1-0\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 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 -liblv2dynparamplugin1-0 was written by Nedko Arnaudov <ne...@arnaudov.name>. -.PP -This manual page was written by Jaromír Mikeš <mira.mi...@seznam.cz>, -for the Debian project (and may be used by others). diff -Nru lv2dynparam1-2/debian/liblv2dynparamplugin1-0.install lv2dynparam1-2/debian/liblv2dynparamplugin1-0.install --- lv2dynparam1-2/debian/liblv2dynparamplugin1-0.install 2020-06-14 17:28:56.000000000 +0000 +++ lv2dynparam1-2/debian/liblv2dynparamplugin1-0.install 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -usr/lib/*/liblv2dynparamplugin1.so.0* diff -Nru lv2dynparam1-2/debian/liblv2dynparamplugin1-0.manpages lv2dynparam1-2/debian/liblv2dynparamplugin1-0.manpages --- lv2dynparam1-2/debian/liblv2dynparamplugin1-0.manpages 2020-06-14 17:28:56.000000000 +0000 +++ lv2dynparam1-2/debian/liblv2dynparamplugin1-0.manpages 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -debian/liblv2dynparamplugin1-0.3 diff -Nru lv2dynparam1-2/debian/liblv2dynparamplugin1-0.symbols lv2dynparam1-2/debian/liblv2dynparamplugin1-0.symbols --- lv2dynparam1-2/debian/liblv2dynparamplugin1-0.symbols 2020-06-14 17:28:56.000000000 +0000 +++ lv2dynparam1-2/debian/liblv2dynparamplugin1-0.symbols 1970-01-01 00:00:00.000000000 +0000 @@ -1,57 +0,0 @@ -liblv2dynparamplugin1.so.0 liblv2dynparamplugin1-0 #MINVER# - audiolock_create_optimistic@Base 2-1~ - audiolock_create_pessimistic@Base 2-1~ - audiolock_create_slow@Base 2-1~ - audiolock_destroy@Base 2-1~ - audiolock_enter_audio@Base 2-1~ - audiolock_enter_ui@Base 2-1~ - audiolock_leave_audio@Base 2-1~ - audiolock_leave_ui@Base 2-1~ - get_lv2dynparam_plugin_extension_data@Base 2-1~ - lv2dynparam_enum_duplicate@Base 2-1~ - lv2dynparam_enum_free@Base 2-1~ - lv2dynparam_hints_clear@Base 2-1~ - lv2dynparam_hints_init_copy@Base 2-1~ - lv2dynparam_hints_init_empty@Base 2-1~ - lv2dynparam_hints_init_va_dup@Base 2-1~ - lv2dynparam_hints_init_va_link@Base 2-1~ - lv2dynparam_log@Base 2-1~ - lv2dynparam_plugin_cleanup@Base 2-1~ - lv2dynparam_plugin_group_add@Base 2-1~ - lv2dynparam_plugin_group_clean@Base 2-1~ - lv2dynparam_plugin_group_free@Base 2-1~ - lv2dynparam_plugin_group_get_name@Base 2-1~ - lv2dynparam_plugin_group_init@Base 2-1~ - lv2dynparam_plugin_group_new@Base 2-1~ - lv2dynparam_plugin_group_notify@Base 2-1~ - lv2dynparam_plugin_host_attach@Base 2-1~ - lv2dynparam_plugin_initialise@Base 2-1~ - lv2dynparam_plugin_instantiate@Base 2-1~ - lv2dynparam_plugin_param_boolean_add@Base 2-1~ - lv2dynparam_plugin_param_enum_add@Base 2-1~ - lv2dynparam_plugin_param_float_add@Base 2-1~ - lv2dynparam_plugin_param_int_add@Base 2-1~ - lv2dynparam_plugin_param_notify@Base 2-1~ - lv2dynparam_plugin_param_remove@Base 2-1~ - lv2dynparam_plugin_parameter_change@Base 2-1~ - lv2dynparam_plugin_parameter_free@Base 2-1~ - lv2dynparam_plugin_parameter_get_name@Base 2-1~ - lv2dynparam_plugin_parameter_get_range@Base 2-1~ - lv2dynparam_plugin_parameter_get_type_uri@Base 2-1~ - lv2dynparam_plugin_parameter_get_value@Base 2-1~ - lv2dynparam_strdup_atomic@Base 2-1~ - lv2dynparam_strdup_sleepy@Base 2-1~ - rtsafe_memory_allocate@Base 2-1~ - rtsafe_memory_allocate_atomic@Base 2-1~ - rtsafe_memory_allocate_sleepy@Base 2-1~ - rtsafe_memory_atomic@Base 2-1~ - rtsafe_memory_deallocate@Base 2-1~ - rtsafe_memory_init@Base 2-1~ - rtsafe_memory_pool_allocate@Base 2-1~ - rtsafe_memory_pool_allocate_atomic@Base 2-1~ - rtsafe_memory_pool_allocate_sleepy@Base 2-1~ - rtsafe_memory_pool_atomic@Base 2-1~ - rtsafe_memory_pool_create@Base 2-1~ - rtsafe_memory_pool_deallocate@Base 2-1~ - rtsafe_memory_pool_destroy@Base 2-1~ - rtsafe_memory_uninit@Base 2-1~ diff -Nru lv2dynparam1-2/debian/liblv2dynparamplugin1-0t64.3 lv2dynparam1-2/debian/liblv2dynparamplugin1-0t64.3 --- lv2dynparam1-2/debian/liblv2dynparamplugin1-0t64.3 1970-01-01 00:00:00.000000000 +0000 +++ lv2dynparam1-2/debian/liblv2dynparamplugin1-0t64.3 2020-06-14 17:28:56.000000000 +0000 @@ -0,0 +1,48 @@ +.TH "LIBLV2DYNPARAMPLUGIN1-0" 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 +liblv2dynparamplugin1-0 \- LV2 plugin interface extension +.SH DESCRIPTION + +This manual page documents briefly the +.B liblv2dynparamplugin1-0 +.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. +\fBlv2dynparamplugin1-0\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 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 +liblv2dynparamplugin1-0 was written by Nedko Arnaudov <ne...@arnaudov.name>. +.PP +This manual page was written by Jaromír Mikeš <mira.mi...@seznam.cz>, +for the Debian project (and may be used by others). diff -Nru lv2dynparam1-2/debian/liblv2dynparamplugin1-0t64.install lv2dynparam1-2/debian/liblv2dynparamplugin1-0t64.install --- lv2dynparam1-2/debian/liblv2dynparamplugin1-0t64.install 1970-01-01 00:00:00.000000000 +0000 +++ lv2dynparam1-2/debian/liblv2dynparamplugin1-0t64.install 2020-06-14 17:28:56.000000000 +0000 @@ -0,0 +1 @@ +usr/lib/*/liblv2dynparamplugin1.so.0* diff -Nru lv2dynparam1-2/debian/liblv2dynparamplugin1-0t64.lintian-overrides lv2dynparam1-2/debian/liblv2dynparamplugin1-0t64.lintian-overrides --- lv2dynparam1-2/debian/liblv2dynparamplugin1-0t64.lintian-overrides 1970-01-01 00:00:00.000000000 +0000 +++ lv2dynparam1-2/debian/liblv2dynparamplugin1-0t64.lintian-overrides 2024-02-18 03:15:05.000000000 +0000 @@ -0,0 +1 @@ +liblv2dynparamplugin1-0t64: package-name-doesnt-match-sonames liblv2dynparamplugin1-0 diff -Nru lv2dynparam1-2/debian/liblv2dynparamplugin1-0t64.manpages lv2dynparam1-2/debian/liblv2dynparamplugin1-0t64.manpages --- lv2dynparam1-2/debian/liblv2dynparamplugin1-0t64.manpages 1970-01-01 00:00:00.000000000 +0000 +++ lv2dynparam1-2/debian/liblv2dynparamplugin1-0t64.manpages 2024-02-18 03:15:05.000000000 +0000 @@ -0,0 +1 @@ +debian/liblv2dynparamplugin1-0t64.3 diff -Nru lv2dynparam1-2/debian/liblv2dynparamplugin1-0t64.symbols lv2dynparam1-2/debian/liblv2dynparamplugin1-0t64.symbols --- lv2dynparam1-2/debian/liblv2dynparamplugin1-0t64.symbols 1970-01-01 00:00:00.000000000 +0000 +++ lv2dynparam1-2/debian/liblv2dynparamplugin1-0t64.symbols 2024-02-18 03:15:05.000000000 +0000 @@ -0,0 +1,57 @@ +liblv2dynparamplugin1.so.0 liblv2dynparamplugin1-0t64 #MINVER# + audiolock_create_optimistic@Base 2-1~ + audiolock_create_pessimistic@Base 2-1~ + audiolock_create_slow@Base 2-1~ + audiolock_destroy@Base 2-1~ + audiolock_enter_audio@Base 2-1~ + audiolock_enter_ui@Base 2-1~ + audiolock_leave_audio@Base 2-1~ + audiolock_leave_ui@Base 2-1~ + get_lv2dynparam_plugin_extension_data@Base 2-1~ + lv2dynparam_enum_duplicate@Base 2-1~ + lv2dynparam_enum_free@Base 2-1~ + lv2dynparam_hints_clear@Base 2-1~ + lv2dynparam_hints_init_copy@Base 2-1~ + lv2dynparam_hints_init_empty@Base 2-1~ + lv2dynparam_hints_init_va_dup@Base 2-1~ + lv2dynparam_hints_init_va_link@Base 2-1~ + lv2dynparam_log@Base 2-1~ + lv2dynparam_plugin_cleanup@Base 2-1~ + lv2dynparam_plugin_group_add@Base 2-1~ + lv2dynparam_plugin_group_clean@Base 2-1~ + lv2dynparam_plugin_group_free@Base 2-1~ + lv2dynparam_plugin_group_get_name@Base 2-1~ + lv2dynparam_plugin_group_init@Base 2-1~ + lv2dynparam_plugin_group_new@Base 2-1~ + lv2dynparam_plugin_group_notify@Base 2-1~ + lv2dynparam_plugin_host_attach@Base 2-1~ + lv2dynparam_plugin_initialise@Base 2-1~ + lv2dynparam_plugin_instantiate@Base 2-1~ + lv2dynparam_plugin_param_boolean_add@Base 2-1~ + lv2dynparam_plugin_param_enum_add@Base 2-1~ + lv2dynparam_plugin_param_float_add@Base 2-1~ + lv2dynparam_plugin_param_int_add@Base 2-1~ + lv2dynparam_plugin_param_notify@Base 2-1~ + lv2dynparam_plugin_param_remove@Base 2-1~ + lv2dynparam_plugin_parameter_change@Base 2-1~ + lv2dynparam_plugin_parameter_free@Base 2-1~ + lv2dynparam_plugin_parameter_get_name@Base 2-1~ + lv2dynparam_plugin_parameter_get_range@Base 2-1~ + lv2dynparam_plugin_parameter_get_type_uri@Base 2-1~ + lv2dynparam_plugin_parameter_get_value@Base 2-1~ + lv2dynparam_strdup_atomic@Base 2-1~ + lv2dynparam_strdup_sleepy@Base 2-1~ + rtsafe_memory_allocate@Base 2-1~ + rtsafe_memory_allocate_atomic@Base 2-1~ + rtsafe_memory_allocate_sleepy@Base 2-1~ + rtsafe_memory_atomic@Base 2-1~ + rtsafe_memory_deallocate@Base 2-1~ + rtsafe_memory_init@Base 2-1~ + rtsafe_memory_pool_allocate@Base 2-1~ + rtsafe_memory_pool_allocate_atomic@Base 2-1~ + rtsafe_memory_pool_allocate_sleepy@Base 2-1~ + rtsafe_memory_pool_atomic@Base 2-1~ + rtsafe_memory_pool_create@Base 2-1~ + rtsafe_memory_pool_deallocate@Base 2-1~ + rtsafe_memory_pool_destroy@Base 2-1~ + rtsafe_memory_uninit@Base 2-1~