New package: raul-0.8.0.
This commit is contained in:
parent
37c12b2ebb
commit
97dc3b92f7
5 changed files with 38 additions and 0 deletions
|
@ -984,3 +984,4 @@ libpolkit-qt-agent-1.so.1 polkit-qt-0.103.0_1
|
|||
libmikmod.so.2 libmikmod-3.1.12_1
|
||||
libSDL_sound-1.0.so.1 SDL_sound-1.0.3_1
|
||||
libgtksourceview-2.0.so.0 gtksourceview2-2.10.5_1
|
||||
libraul.so.10 raul-0.8.0_1
|
||||
|
|
1
srcpkgs/raul-devel
Symbolic link
1
srcpkgs/raul-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
raul
|
13
srcpkgs/raul/raul-devel.template
Normal file
13
srcpkgs/raul/raul-devel.template
Normal file
|
@ -0,0 +1,13 @@
|
|||
# Template file for 'raul-devel'.
|
||||
#
|
||||
depends="glibc-devel raul"
|
||||
short_desc="${short_desc} - Development files"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
do_install()
|
||||
{
|
||||
vmove usr/include usr
|
||||
vmove usr/lib/pkgconfig usr/lib
|
||||
}
|
7
srcpkgs/raul/raul.rshlibs
Normal file
7
srcpkgs/raul/raul.rshlibs
Normal file
|
@ -0,0 +1,7 @@
|
|||
libglib-2.0.so.0
|
||||
libgthread-2.0.so.0
|
||||
librt.so.1
|
||||
libstdc++.so.6
|
||||
libgcc_s.so.1
|
||||
libpthread.so.0
|
||||
libc.so.6
|
16
srcpkgs/raul/template
Normal file
16
srcpkgs/raul/template
Normal file
|
@ -0,0 +1,16 @@
|
|||
# Template file for 'raul'
|
||||
pkgname=raul
|
||||
version=0.8.0
|
||||
revision=1
|
||||
build_style=waf
|
||||
subpackages="$pkgname-devel"
|
||||
makedepends="pkg-config python glib-devel boost-devel"
|
||||
short_desc="C++ utility library primarily aimed at audio/musical applications."
|
||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||
license="ISC"
|
||||
homepage="http://drobilla.net/software/raul/"
|
||||
distfiles="http://download.drobilla.net/${pkgname}-${version}.tar.bz2"
|
||||
checksum=0b35cd7bb6fb0b1ca0340be07678a2561888572c96cf4e4da4d8f4c03a20ba26
|
||||
long_desc="
|
||||
Raul (Realtime Audio Utility Library) is a C++ utility library primarily aimed
|
||||
at audio/musical applications."
|
Loading…
Reference in a new issue