Update lv2core; renamed to lv2-1.0.0, lv2-ui removed.
This commit is contained in:
parent
9c79e3384c
commit
6c70079cf4
4 changed files with 30 additions and 31 deletions
6
srcpkgs/lv2/lv2.rshlibs
Normal file
6
srcpkgs/lv2/lv2.rshlibs
Normal file
|
@ -0,0 +1,6 @@
|
|||
libc.so.6
|
||||
libsndfile.so.1
|
||||
libpthread.so.0
|
||||
libgtk-x11-2.0.so.0
|
||||
libgobject-2.0.so.0
|
||||
libglib-2.0.so.0
|
24
srcpkgs/lv2/template
Normal file
24
srcpkgs/lv2/template
Normal file
|
@ -0,0 +1,24 @@
|
|||
# Template file for 'lv2'
|
||||
pkgname=lv2
|
||||
version=1.0.0
|
||||
revision=1
|
||||
build_style=waf
|
||||
homepage="http://lv2plug.in"
|
||||
distfiles="http://lv2plug.in/spec/${pkgname}-${version}.tar.bz2"
|
||||
makedepends="python libsndfile-devel gtk+-devel"
|
||||
short_desc="Plugin standard for audio systems"
|
||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||
license="LGPL-2.1, BSD"
|
||||
checksum=857ec8c1b1f803409e57b84f75b0f8ae7477a9c6bccb4a66220d739e8e39d751
|
||||
long_desc="
|
||||
LV2 is a plugin standard for audio systems. It defines a minimal yet
|
||||
extensible C API for plugin code and a format for plugin bundles."
|
||||
|
||||
replaces="lv2core>=0 lv2-ui>=0"
|
||||
provides="lv2core-999 lv2-ui-999"
|
||||
conflicts="lv2core>=0 lv2-ui>=0"
|
||||
|
||||
post_install()
|
||||
{
|
||||
vinstall COPYING 0644 usr/share/licenses/${pkgname}
|
||||
}
|
|
@ -1 +0,0 @@
|
|||
libc.so.6
|
|
@ -1,30 +0,0 @@
|
|||
# Template file for 'lv2core'
|
||||
pkgname=lv2core
|
||||
version=4.0
|
||||
revision=3
|
||||
build_style=waf
|
||||
homepage="http://lv2plug.in"
|
||||
distfiles="http://lv2plug.in/spec/lv2core-4.0.tar.bz2"
|
||||
makedepends="python"
|
||||
short_desc="Plugin standard for audio systems"
|
||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||
license="LGPL-2.1, BSD"
|
||||
checksum=eff74c0db770a1b5a6d1cc7b7b96f0b2d2c5523bfa8c1945a60b15e00199b2cc
|
||||
long_desc="
|
||||
LV2 is a plugin standard for audio systems. It defines a minimal yet
|
||||
extensible C API for plugin code and a format for plugin bundles."
|
||||
|
||||
|
||||
post_install()
|
||||
{
|
||||
# This bit is from Arch
|
||||
# do the work of lv2config to own symlinks;
|
||||
# - generate lv2 headers
|
||||
# - see FS#23514
|
||||
local _ns=$(grep '^<http' manifest.ttl | sed 's|<http://\(.*\)>|\1|')
|
||||
local _name=${_ns/*\/}
|
||||
local _path="usr/include/lv2/${_ns%/*}"
|
||||
vmkdir "$_path"
|
||||
cd "${DESTDIR}/usr/include/lv2/${_ns%/*}" && \
|
||||
ln -s "../../../../lib/lv2/$_name.lv2" "$_name"
|
||||
}
|
Loading…
Reference in a new issue