diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2020-06-09 19:04:29 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-06-14 17:45:48 +0700 |
commit | e7ba54a3297a5b1b35454968648e2270bdb52fcb (patch) | |
tree | 75d78c3153de6fa16e821d59e2df30935094489e /libraries/lilv/README | |
parent | d6c838496be4a8b5da4e275f67f9365e052aca88 (diff) | |
download | slackbuilds-e7ba54a3297a5b1b35454968648e2270bdb52fcb.tar.gz |
libraries/lilv: Updated for version 0.24.6, changed maintainer.
Added the new dependency numpy3
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/lilv/README')
-rw-r--r-- | libraries/lilv/README | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libraries/lilv/README b/libraries/lilv/README index a0fe1622b3..4ea88690c0 100644 --- a/libraries/lilv/README +++ b/libraries/lilv/README @@ -3,6 +3,3 @@ possible for applications. Lilv is the successor to SLV2, rewritten to be significantly faster and have minimal dependencies. It is stable, well-tested software (the included test suite covers over 90% of the code) in use by several applications. - -If you want to build language bindings for lilv, pass BINDINGS=yes -to the script. This additionally requires numpy. |