head 1.4; access; symbols pkgsrc-2024Q3:1.3.0.30 pkgsrc-2024Q3-base:1.3 pkgsrc-2024Q2:1.3.0.28 pkgsrc-2024Q2-base:1.3 pkgsrc-2024Q1:1.3.0.26 pkgsrc-2024Q1-base:1.3 pkgsrc-2023Q4:1.3.0.24 pkgsrc-2023Q4-base:1.3 pkgsrc-2023Q3:1.3.0.22 pkgsrc-2023Q3-base:1.3 pkgsrc-2023Q2:1.3.0.20 pkgsrc-2023Q2-base:1.3 pkgsrc-2023Q1:1.3.0.18 pkgsrc-2023Q1-base:1.3 pkgsrc-2022Q4:1.3.0.16 pkgsrc-2022Q4-base:1.3 pkgsrc-2022Q3:1.3.0.14 pkgsrc-2022Q3-base:1.3 pkgsrc-2022Q2:1.3.0.12 pkgsrc-2022Q2-base:1.3 pkgsrc-2022Q1:1.3.0.10 pkgsrc-2022Q1-base:1.3 pkgsrc-2021Q4:1.3.0.8 pkgsrc-2021Q4-base:1.3 pkgsrc-2021Q3:1.3.0.6 pkgsrc-2021Q3-base:1.3 pkgsrc-2021Q2:1.3.0.4 pkgsrc-2021Q2-base:1.3 pkgsrc-2021Q1:1.3.0.2 pkgsrc-2021Q1-base:1.3 pkgsrc-2020Q4:1.2.0.2 pkgsrc-2020Q4-base:1.2 pkgsrc-2020Q3:1.1.0.8 pkgsrc-2020Q3-base:1.1 pkgsrc-2020Q2:1.1.0.6 pkgsrc-2020Q2-base:1.1 pkgsrc-2020Q1:1.1.0.2 pkgsrc-2020Q1-base:1.1 pkgsrc-2019Q4:1.1.0.4 pkgsrc-2019Q4-base:1.1; locks; strict; comment @# @; 1.4 date 2024.11.05.18.22.30; author adam; state dead; branches; next 1.3; commitid lXrTU0jzXslecuwF; 1.3 date 2021.03.10.17.08.21; author jperkin; state Exp; branches; next 1.2; commitid PbKUXm38L9TsJMKC; 1.2 date 2020.12.03.21.44.33; author nia; state Exp; branches; next 1.1; commitid EIpmU5KSNEfynlyC; 1.1 date 2019.12.14.18.02.51; author nia; state Exp; branches; next ; commitid jVSPHuDSnfPUyHOB; desc @@ 1.4 log @lilv: updated to 0.24.24 lilv (0.24.24) stable; urgency=medium * Avoid overriding state features passed by the host * Fix null dereference when trying to load state from a missing file * Fix potential null dereferences and conversion warnings lilv (0.24.22) stable; urgency=medium * Allow LILV_API to be defined by the user * Clean up code * Clean up inconsistent tool command line interfaces * Convert man pages to mdoc * Fix crash when plugins pass NULL to the LV2_State_Retrieve_Function * Fix dependencies in pkg-config file * Fix potential crash when writing state files fails * Order plugin classes by URI * Override pkg-config dependency within meson * Remove junk files from documentation install * Replace duplicated dox_to_sphinx script with sphinxygen dependency * Switch to external zix dependency lilv (0.24.20) stable; urgency=medium * Adopt REUSE machine-readable licensing standard * Update project metadata lilv (0.24.18) stable; urgency=medium * Allow programs to be used from subproject * Fix default LV2_PATH lilv (0.24.16) stable; urgency=medium * Fix fallback flock() detection on MacOS * Switch to meson build system @ text @$NetBSD: patch-wscript,v 1.3 2021/03/10 17:08:21 jperkin Exp $ Install completions to correct location. --- wscript.orig 2020-09-27 12:17:51.836103000 +0000 +++ wscript @@@@ -553,7 +553,7 @@@@ def build(bld): # Bash completion if bld.env.BASH_COMPLETION: - bld.install_as('${SYSCONFDIR}/bash_completion.d/lilv', + bld.install_as('share/bash-completion/completions/lilv', 'utils/lilv.bash_completion') bld.add_post_fun(autowaf.run_ldconfig) @ 1.3 log @lilv: Install bash completion correctly. Bump PKGREVISION. @ text @d1 1 a1 1 $NetBSD: patch-wscript,v 1.2 2020/12/03 21:44:33 nia Exp $ @ 1.2 log @lilv: Update to 0.24.10 lilv (0.24.10) stable; * Fix memory leaks in lv2bench * Fix various minor warnings and other code quality issues * Make lilv_world_get() use translations * Split and clean up test suite -- David Robillard Sun, 27 Sep 2020 12:17:02 +0000 @ text @d1 1 a1 1 $NetBSD: patch-wscript,v 1.1 2019/12/14 18:02:51 nia Exp $ d12 1 a12 1 + bld.install_as('share/bash_completion.d/lilv', @ 1.1 log @lilv: Update to 0.24.6. Convert to waf.mk. lilv (0.24.6) stable; * Add more strict error detection when storing plugin state properties * Add option to override LV2_PATH in applications * Don't print errors when saving state if correct links already exist * Fix GCC8 warnings * Fix creating directories across drives on Windows * Fix issues with loading state with saved files from the model * Fix memory errors and Python 3.4+ compatibility in Python bindings * Fix unit tests on Windows * Make Python bindings more Pythonic @ text @d1 1 a1 1 $NetBSD$ d5 1 a5 1 --- wscript.orig 2019-11-10 21:39:53.000000000 +0000 d7 2 a8 1 @@@@ -438,7 +438,7 @@@@ def build(bld): d11 3 a13 3 bld.install_as( - '${SYSCONFDIR}/bash_completion.d/lilv', 'utils/lilv.bash_completion') + 'share/bash_completion.d/lilv', 'utils/lilv.bash_completion') a15 1 @