libopenal: update to 1.15.
This commit is contained in:
parent
6319413d6a
commit
faf0550efa
2 changed files with 14 additions and 15 deletions
srcpkgs/libopenal
|
@ -1,15 +1,13 @@
|
||||||
# Template file for 'libopenal-devel'.
|
# Template file for 'libopenal-devel'.
|
||||||
#
|
#
|
||||||
depends="glibc-devel libopenal"
|
noarch=yes
|
||||||
|
depends="${sourcepkg}>=${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, static libs, etc."
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
|
||||||
do_install()
|
|
||||||
{
|
|
||||||
vmove usr/include usr
|
vmove usr/include usr
|
||||||
vmove usr/lib/pkgconfig usr/lib
|
vmove usr/lib/pkgconfig usr/lib
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,15 +1,16 @@
|
||||||
# Template file for 'libopenal'
|
# Template file for 'libopenal'
|
||||||
pkgname=libopenal
|
pkgname=libopenal
|
||||||
version=1.13
|
version=1.15
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
homepage="http://connect.creativelabs.com/openal/default.aspx"
|
wrksrc="openal-soft-${version}"
|
||||||
distfiles="http://kcat.strangesoft.net/openal-releases/openal-soft-$version.tar.bz2"
|
revision=1
|
||||||
revision=2
|
subpackages="${pkgname}-devel"
|
||||||
makedepends="pkg-config cmake alsa-lib-devel pulseaudio-devel SDL-devel"
|
|
||||||
short_desc="A cross-platform 3D audio library"
|
short_desc="A cross-platform 3D audio library"
|
||||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
checksum=dc735b8b2ab21f6ec54b4262f150a7e0527ae42aa975a1965b9342df1520443c
|
homepage="http://connect.creativelabs.com/openal/default.aspx"
|
||||||
|
distfiles="http://kcat.strangesoft.net/openal-releases/openal-soft-${version}.tar.bz2"
|
||||||
|
checksum=bf58ecaf178339e86db00403b6d5c6408c9a3dfd3a077b43ac5432c52b63702d
|
||||||
long_desc="
|
long_desc="
|
||||||
OpenAL is a cross-platform 3D audio API appropriate for use with gaming
|
OpenAL is a cross-platform 3D audio API appropriate for use with gaming
|
||||||
applications and many other types of audio applications.
|
applications and many other types of audio applications.
|
||||||
|
@ -23,8 +24,8 @@ long_desc="
|
||||||
the position where the sources are heard -- rendering is done from the
|
the position where the sources are heard -- rendering is done from the
|
||||||
perspective of the Listener."
|
perspective of the Listener."
|
||||||
|
|
||||||
subpackages="$pkgname-devel"
|
# dlopen(3)d dependencies
|
||||||
|
depends="alsa-lib libpulseaudio SDL"
|
||||||
wrksrc=openal-soft-$version
|
|
||||||
|
|
||||||
|
|
||||||
|
makedepends="pkg-config cmake alsa-lib-devel pulseaudio-devel
|
||||||
|
SDL-devel ffmpeg-devel"
|
||||||
|
|
Loading…
Reference in a new issue