Added libvisual-0.4.0 template.
--HG-- extra : convert_revision : 4f1fb6ca3be0b75ee7db8835c750ad8cd09c61eb
This commit is contained in:
parent
7609bac5c7
commit
09d8a9cb24
|
@ -0,0 +1 @@
|
||||||
|
libvisual
|
|
@ -0,0 +1,2 @@
|
||||||
|
abi_depends=0.4.0
|
||||||
|
api_depends=${abi_depends}
|
|
@ -0,0 +1,17 @@
|
||||||
|
# Template file for 'libvisual-devel'.
|
||||||
|
#
|
||||||
|
short_desc="${sourcepkg} development files"
|
||||||
|
long_desc="${long_desc}
|
||||||
|
|
||||||
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
|
Add_dependency run libvisual
|
||||||
|
|
||||||
|
do_install()
|
||||||
|
{
|
||||||
|
mkdir -p ${DESTDIR}/usr/lib
|
||||||
|
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
||||||
|
mv ${SRCPKGDESTDIR}/usr/lib/lib*.*a ${DESTDIR}/usr/lib
|
||||||
|
mv ${SRCPKGDESTDIR}/usr/lib/lib*.so ${DESTDIR}/usr/lib
|
||||||
|
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
|
||||||
|
}
|
|
@ -0,0 +1,25 @@
|
||||||
|
# Template file for 'libvisual'.
|
||||||
|
pkgname=libvisual
|
||||||
|
sourcepkg=$pkgname
|
||||||
|
version=0.4.0
|
||||||
|
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
|
||||||
|
build_style=gnu_configure
|
||||||
|
short_desc="Abstraction library for audio visualisation plugins"
|
||||||
|
maintainer="pancake <pancake@nopcode.org>"
|
||||||
|
checksum=0b4dfdb87125e129567752089e3c8b54cefed601eef169d2533d8659da8dc1d7
|
||||||
|
long_desc="
|
||||||
|
Libvisual is an abstraction library that comes between applications and
|
||||||
|
audio visualisation plugins.
|
||||||
|
|
||||||
|
Often when it comes to audio visualisation plugins or programs that create
|
||||||
|
visuals they do depend on a player or something else, basically there is no
|
||||||
|
general framework that enable application developers to easy access cool
|
||||||
|
audio visualisation plugins. Libvisual wants to change this by providing
|
||||||
|
an interface towards plugins and applications, through this easy to use
|
||||||
|
interface applications can easily access plugins and since the drawing is
|
||||||
|
done by the application it also enables the developer to draw the visual
|
||||||
|
anywhere he wants."
|
||||||
|
|
||||||
|
subpackages="devel"
|
||||||
|
Add_dependency build pkg-config
|
||||||
|
Add_dependency full glibc
|
Loading…
Reference in New Issue