head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.24 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.22 pkgsrc-2025Q4-base:1.1 pkgsrc-2025Q3:1.1.0.20 pkgsrc-2025Q3-base:1.1 pkgsrc-2025Q2:1.1.0.18 pkgsrc-2025Q2-base:1.1 pkgsrc-2025Q1:1.1.0.16 pkgsrc-2025Q1-base:1.1 pkgsrc-2024Q4:1.1.0.14 pkgsrc-2024Q4-base:1.1 pkgsrc-2024Q3:1.1.0.12 pkgsrc-2024Q3-base:1.1 pkgsrc-2024Q2:1.1.0.10 pkgsrc-2024Q2-base:1.1 pkgsrc-2024Q1:1.1.0.8 pkgsrc-2024Q1-base:1.1 pkgsrc-2023Q4:1.1.0.6 pkgsrc-2023Q4-base:1.1 pkgsrc-2023Q3:1.1.0.4 pkgsrc-2023Q3-base:1.1 pkgsrc-2023Q2:1.1.0.2 pkgsrc-2023Q2-base:1.1; locks; strict; comment @# @; 1.1 date 2023.04.17.17.43.48; author adam; state Exp; branches; next ; commitid VFV381eV8Nk0fulE; desc @@ 1.1 log @lv2: updated to 1.18.10 lv2 (1.18.10) stable; urgency=medium * Fix includedir in pkg-config file * Fix missing example plugin UI binaries * Only install lv2specgen when required Python modules are found * Replace change history data with a plain text NEWS file lv2 (1.18.8) stable; urgency=medium * Fix documentation build with Python 3.7 * Fix documentation build with meson 0.56.2 * Fix lv2.h missing from installation * eg-midigate: Fix output timing * eg-sampler: Add resampling via libsamplerate * eg-sampler: Fix potentially corrupt notification events * lv2core: Fix inconsistent plugin class labels * lv2specgen: Fix installed data paths lv2 (1.18.6) stable; urgency=medium * Add dark mode style for documentation * Clean up and modernize Python support code * Fix or avoid new compiler and tool warnings * Rearrange source tree to be directly usable by dependants * Remove archaic properties from foaf vocabulary * Replace canonical dcs ontology with a minimal version for LV2 * Separate API headers from data * Switch to Meson build system @ text @$NetBSD$ Do not look for python3 executable. --- meson.build.orig 2023-04-03 14:33:58.000000000 +0000 +++ meson.build @@@@ -295,21 +295,8 @@@@ build_docs = false build_lv2specgen = false doc_deps = [] if not get_option('docs').disabled() - doc_python_modules = ['lxml', 'markdown', 'pygments', 'rdflib'] - - python = pymod.find_installation( - 'python3', - modules: doc_python_modules, - required: get_option('docs'), - ) - - if python.found() and python.language_version().version_compare('<3.7') - warning('Python 3.7 is required for documentation') - build_docs = false - endif - - build_docs = doxygen.found() and python.found() - build_lv2specgen = python.found() + build_docs = doxygen.found() + build_lv2specgen = true endif # Run Doxygen first to generate tags @