# HG changeset patch # User Hans-G?nter Theisgen # Date 1648656058 -3600 # Node ID c9ed77869d08b5bd19b187ded295189dabf3d1f8 # Parent 6b8d990facac7defe722b5575360bc99a61fc89a updated lv2 (1.16.0 -> 1.18.2) diff -r 6b8d990facac -r c9ed77869d08 lv2/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/lv2/description.txt Wed Mar 30 17:00:58 2022 +0100 @@ -0,0 +1,16 @@ +LV2 is an extensible open standard for audio plugins. +LV2 has a simple core interface, which is accompanied by extensions +that add more advanced functionality. + +Many types of plugins can be built with LV2, including audio effects, +synthesizers, and control processors for modulation and automation. +Extensions support more powerful features, such as: + +- Platform-native UIs +- Network-transparent plugin control +- Portable and archivable persistent state +- Non-realtime tasks (like file loading) with sample-accurate export +- Semantic control with meaningful control designations and value units + +The LV2 specification itself as well as the accompanying libraries are +permissively licensed free software, with support for all major platforms. diff -r 6b8d990facac -r c9ed77869d08 lv2/receipt --- a/lv2/receipt Wed Mar 30 06:29:17 2022 +0100 +++ b/lv2/receipt Wed Mar 30 17:00:58 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="lv2" -VERSION="1.16.0" +VERSION="1.18.2" CATEGORY="development" SHORT_DESC="Portable plugin standard for audio systems." MAINTAINER="pascal.bellard@slitaz.org" @@ -9,7 +9,7 @@ WEB_SITE="https://lv2plug.in/" TARBALL="$PACKAGE-$VERSION.tar.bz2" -WGET_URL="http://lv2plug.in/spec/$TARBALL" +WGET_URL="https://lv2plug.in/spec/$TARBALL" DEPENDS="libsndfile" BUILD_DEPENDS="pkg-config libsndfile-dev"