wok rev 24866

updated lv2 (1.16.0 -> 1.18.2)
author Hans-G?nter Theisgen
date Wed Mar 30 17:00:58 2022 +0100 (2022-03-30)
parents 6b8d990facac
children 2f97ce3121ff
files lv2/description.txt lv2/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/lv2/description.txt	Wed Mar 30 17:00:58 2022 +0100
     1.3 @@ -0,0 +1,16 @@
     1.4 +LV2 is an extensible open standard for audio plugins.
     1.5 +LV2 has a simple core interface, which is accompanied by extensions
     1.6 +that add more advanced functionality.
     1.7 +
     1.8 +Many types of plugins can be built with LV2, including audio effects,
     1.9 +synthesizers, and control processors for modulation and automation.
    1.10 +Extensions support more powerful features, such as:
    1.11 +
    1.12 +- Platform-native UIs
    1.13 +- Network-transparent plugin control
    1.14 +- Portable and archivable persistent state
    1.15 +- Non-realtime tasks (like file loading) with sample-accurate export
    1.16 +- Semantic control with meaningful control designations and value units
    1.17 +
    1.18 +The LV2 specification itself as well as the accompanying libraries are
    1.19 +permissively licensed free software, with support for all major platforms.
     2.1 --- a/lv2/receipt	Wed Mar 30 06:29:17 2022 +0100
     2.2 +++ b/lv2/receipt	Wed Mar 30 17:00:58 2022 +0100
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="lv2"
     2.7 -VERSION="1.16.0"
     2.8 +VERSION="1.18.2"
     2.9  CATEGORY="development"
    2.10  SHORT_DESC="Portable plugin standard for audio systems."
    2.11  MAINTAINER="pascal.bellard@slitaz.org"
    2.12 @@ -9,7 +9,7 @@
    2.13  WEB_SITE="https://lv2plug.in/"
    2.14  
    2.15  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    2.16 -WGET_URL="http://lv2plug.in/spec/$TARBALL"
    2.17 +WGET_URL="https://lv2plug.in/spec/$TARBALL"
    2.18  
    2.19  DEPENDS="libsndfile"
    2.20  BUILD_DEPENDS="pkg-config libsndfile-dev"