Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : lilv | name : lilv | ||||
| version : 0.24.4 | version : 0.24.8 | ||||
| release : 4 | release : 5 | ||||
| source : | source : | ||||
| - https://github.com/drobilla/lilv/archive/v0.24.4.tar.gz : 7c6e3f630367213118446a89f0f629c8af13773ca109895d6057b64900ff8423 | - git|https://github.com/lv2/lilv.git : v0.24.8 | ||||
| license : ISC | license : ISC | ||||
| component : programming.library | component : programming.library | ||||
| summary : A library to make the use of LV2 plugins as simple as possible | summary : A library to make the use of LV2 plugins as simple as possible | ||||
| description: | | description: | | ||||
| 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. | 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. | ||||
| builddeps : | builddeps : | ||||
| - pkgconfig(lv2) | - pkgconfig(lv2) | ||||
| - pkgconfig(python3) | |||||
| - pkgconfig(serd-0) | - pkgconfig(serd-0) | ||||
| - pkgconfig(sord-0) | - pkgconfig(sord-0) | ||||
| - pkgconfig(sratom-0) | - pkgconfig(sratom-0) | ||||
| setup : | | setup : | | ||||
| sed -i 's/env python/env python3/g' waf | |||||
| %waf_configure --configdir=/etc --libdir=%libdir% | %waf_configure --configdir=/etc --libdir=%libdir% | ||||
| build : | | build : | | ||||
| %waf_build | %waf_build | ||||
| install : | | install : | | ||||
| %waf_install | %waf_install | ||||
| completionsDir=$installdir/usr/share/bash-completion/completions/ | completionsDir=$installdir/usr/share/bash-completion/completions/ | ||||
| install -dm644 $completionsDir | install -dm644 $completionsDir | ||||
| mv $installdir/etc/bash_completion.d/lilv $completionsDir | mv $installdir/etc/bash_completion.d/lilv $completionsDir | ||||
| rm -rf $installdir/etc | rm -rf $installdir/etc | ||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.