lv2/001-lv2-docdir.patch
Takashi Iwai 82aa9c7698 Accepting request 1083644 from home:kill_it:branches:multimedia:libs
- switch to meson
- Update to 1.18.10
  * add 001-lv2-docdir.patch
  * remove old patches: lv2pkgconfig.patch build-with-python3.patch
  * set noarch for docs
  1.18.10 changes:
  * 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
  1.18.8 changes:
  * 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
  1.18.6 changes:
  * 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

OBS-URL: https://build.opensuse.org/request/show/1083644
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/lv2?expand=0&rev=38
2023-05-01 07:08:59 +00:00

12 lines
374 B
Diff

--- meson.build.orig 2022-09-10 03:27:03.000000000 +1000
+++ meson.build 2022-12-26 15:51:33.806909081 +1000
@@ -11,7 +11,7 @@
'c_std=c99',
])
-lv2_docdir = get_option('datadir') / 'doc' / 'lv2'
+lv2_docdir = get_option('datadir') / 'doc' / 'packages' / 'lv2'
lv2_source_root = meson.current_source_dir()
lv2_build_root = meson.current_build_dir()