lilv: update to 0.14.4.
This commit is contained in:
parent
ef788473ed
commit
d93dee50c7
4 changed files with 10 additions and 7 deletions
|
@ -1,5 +1,5 @@
|
||||||
|
libdl.so.2
|
||||||
libsord-0.so.0
|
libsord-0.so.0
|
||||||
libserd-0.so.0
|
libserd-0.so.0
|
||||||
libdl.so.2
|
|
||||||
libc.so.6
|
|
||||||
libsratom-0.so.0
|
libsratom-0.so.0
|
||||||
|
libc.so.6
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'lilv-devel'.
|
# Template file for 'lilv-devel'.
|
||||||
#
|
#
|
||||||
depends="glibc-devel sord-devel liblilv"
|
noarch=yes
|
||||||
|
depends="glibc-devel sord-devel liblilv>=${version}"
|
||||||
short_desc="${short_desc} - Development files"
|
short_desc="${short_desc} - Development files"
|
||||||
long_desc="${long_desc}
|
long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains files for development: headers, etc."
|
This package contains files for development: headers, etc."
|
||||||
|
|
||||||
|
|
||||||
do_install()
|
do_install()
|
||||||
{
|
{
|
||||||
vmove usr/include usr
|
vmove usr/include usr
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
liblilv-0.so.0
|
liblilv-0.so.0
|
||||||
libc.so.6
|
libc.so.6
|
||||||
|
librt.so.1
|
||||||
|
|
|
@ -1,15 +1,17 @@
|
||||||
# Template file for 'lilv'
|
# Template file for 'lilv'
|
||||||
pkgname=lilv
|
pkgname=lilv
|
||||||
version=0.14.2
|
version=0.14.4
|
||||||
build_style=waf
|
build_style=waf
|
||||||
|
configure_args="--dyn-manifest"
|
||||||
homepage="http://drobilla.net/software/lilv/"
|
homepage="http://drobilla.net/software/lilv/"
|
||||||
distfiles="http://download.drobilla.net/${pkgname}-${version}.tar.bz2"
|
distfiles="http://download.drobilla.net/${pkgname}-${version}.tar.bz2"
|
||||||
revision=1
|
revision=1
|
||||||
makedepends="pkg-config python serd-devel sord-devel sratom-devel lv2"
|
makedepends="pkg-config python serd-devel>=0.18.0 sord-devel
|
||||||
|
sratom-devel>=0.4.0 lv2"
|
||||||
short_desc="Lilv is a simple yet powerful C API for using LV2 plugins."
|
short_desc="Lilv is a simple yet powerful C API for using LV2 plugins."
|
||||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||||
license="ISC"
|
license="ISC"
|
||||||
checksum=9dfe73ed20b0db8f8933e6f981a0e6502c318324301b069ad27bce8e5c793a3d
|
checksum=4a92b3961f1483370509200741c33e826e4205308bee09923d0fd938653fdf8b
|
||||||
long_desc="
|
long_desc="
|
||||||
Lilv is a library to make the use of LV2 plugins as simple as possible for
|
Lilv is a library to make the use of LV2 plugins as simple as possible for
|
||||||
applications. Lilv is the successor to SLV2, rewritten to be significantly
|
applications. Lilv is the successor to SLV2, rewritten to be significantly
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue