lilv/001-lilv-docdir.patch
Dave Plater 5dbceeb188 - Enable development documentation for Tumbleweed
- Add 001-lilv-docdir.patch fixing docs installation path
- Update to 0.24.24
  * 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
- Version 0.24.22 changes:
  * 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

OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/lilv?expand=0&rev=53
2025-01-31 11:01:35 +00:00

12 lines
417 B
Diff

--- doc/meson.build.orig 2023-10-22 13:15:27.000000000 -0700
+++ doc/meson.build 2023-11-19 01:46:05.871560429 -0800
@@ -1,7 +1,7 @@
# Copyright 2021-2022 David Robillard <d@drobilla.net>
# SPDX-License-Identifier: 0BSD OR ISC
-docdir = get_option('datadir') / 'doc'
+docdir = get_option('datadir') / 'doc' / 'packages'
# Find required programs
doxygen = find_program('doxygen', required: get_option('docs'))