suil: update to 0.6.2.
This commit is contained in:
parent
7aecf412d0
commit
009a65c6c3
|
@ -1,19 +1,9 @@
|
|||
libdl.so.2
|
||||
libc.so.6
|
||||
libgtk-x11-2.0.so.0
|
||||
libgdk-x11-2.0.so.0
|
||||
libatk-1.0.so.0
|
||||
libgio-2.0.so.0
|
||||
libpangoft2-1.0.so.0
|
||||
libpangocairo-1.0.so.0
|
||||
libgdk_pixbuf-2.0.so.0
|
||||
libcairo.so.2
|
||||
libpango-1.0.so.0
|
||||
libfreetype.so.6
|
||||
libfontconfig.so.1
|
||||
libgobject-2.0.so.0
|
||||
libglib-2.0.so.0
|
||||
libQtGui.so.4
|
||||
libQtCore.so.4
|
||||
libstdc++.so.6
|
||||
libgcc_s.so.1
|
||||
libpthread.so.0
|
||||
|
|
|
@ -1,15 +1,15 @@
|
|||
# Template file for 'suil'
|
||||
pkgname=suil
|
||||
version=0.4.4
|
||||
version=0.6.2
|
||||
build_style=waf
|
||||
homepage="http://drobilla.net/software/suil/"
|
||||
distfiles="http://download.drobilla.net/${pkgname}-${version}.tar.bz2"
|
||||
revision=2
|
||||
makedepends="python lv2-ui gtk+-devel qt-devel libstdc++-devel"
|
||||
revision=1
|
||||
makedepends="python lv2 gtk+-devel qt-devel libstdc++-devel"
|
||||
short_desc="Lightweight C library for loading and wrapping LV2 plugin UIs"
|
||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||
license="BSD-style"
|
||||
checksum=97422995666c6f42441021bc50117afea35365baf0e2b962c57022057dff7328
|
||||
checksum=f77b2ac922f2d54697cac751ea4a1d5428f4e0e268f127f203c3298bbf0911e7
|
||||
long_desc="
|
||||
Suil is a lightweight C library for loading and wrapping LV2 plugin UIs.
|
||||
|
||||
|
|
Loading…
Reference in New Issue