diff options
author | David Robillard <d@drobilla.net> | 2022-09-09 15:38:31 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-09-09 15:38:31 -0400 |
commit | c671c7488a24761cf7ea0f9523e7e16f1425b57e (patch) | |
tree | bc8e8a86ac79b28bd89146d1f6dda240fbcd708c | |
parent | f41dc281a1b4f46fa827c331f770310a55f75d91 (diff) | |
download | lv2site-c671c7488a24761cf7ea0f9523e7e16f1425b57e.tar.xz |
LV2 1.18.10
-rw-r--r-- | content/news/2022-09-09-lv2-1-18-10.md | 13 | ||||
-rw-r--r-- | content/pages/index.md | 2 |
2 files changed, 14 insertions, 1 deletions
diff --git a/content/news/2022-09-09-lv2-1-18-10.md b/content/news/2022-09-09-lv2-1-18-10.md new file mode 100644 index 0000000..8d58376 --- /dev/null +++ b/content/news/2022-09-09-lv2-1-18-10.md @@ -0,0 +1,13 @@ +Title: LV2 1.18.10 +Date: 2022-09-09 17:26 +Slug: lv2-1-18-10 +Author: drobilla + +[LV2 1.18.10](//lv2plug.in/spec/lv2-1.18.10.tar.xz) has been released. LV2 is a plugin standard for audio systems. It defines an extensible C API for plugins, and a format for self-contained "bundle" directories that contain plugins, metadata, and other resources. See <http://lv2plug.in/> for more information. + +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 diff --git a/content/pages/index.md b/content/pages/index.md index 8dc5ca8..fa1d5a1 100644 --- a/content/pages/index.md +++ b/content/pages/index.md @@ -37,6 +37,6 @@ Community Developing ---------- -* [Download LV2 1.18.8](//lv2plug.in/spec/lv2-1.18.8.tar.xz)<a class="siglink" href="//lv2plug.in/spec/lv2-1.18.8.tar.xz.sig"> ✓</a> +* [Download LV2 1.18.10](//lv2plug.in/spec/lv2-1.18.10.tar.xz)<a class="siglink" href="//lv2plug.in/spec/lv2-1.18.10.tar.xz.sig"> ✓</a> * [Repository](http://gitlab.com/lv2/lv2) * [Issues](https://gitlab.com/lv2/lv2/-/issues) |