mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
libopenal: add zlib support
This commit is contained in:
parent
54156f4441
commit
9ca5bf0267
1 changed files with 3 additions and 3 deletions
|
@ -1,13 +1,13 @@
|
||||||
# Template file for 'libopenal'
|
# Template file for 'libopenal'
|
||||||
pkgname=libopenal
|
pkgname=libopenal
|
||||||
version=1.20.1
|
version=1.20.1
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="openal-soft-${version}"
|
wrksrc="openal-soft-${version}"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DALSOFT_EXAMPLES=OFF -DALSOFT_TESTS=OFF"
|
configure_args="-DALSOFT_EXAMPLES=OFF -DALSOFT_TESTS=OFF"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="alsa-lib-devel pulseaudio-devel SDL2-devel ffmpeg-devel jack-devel
|
makedepends="zlib-devel alsa-lib-devel pulseaudio-devel SDL2-devel ffmpeg-devel
|
||||||
$(vopt_if sndio sndio-devel)"
|
jack-devel $(vopt_if sndio sndio-devel)"
|
||||||
short_desc="Cross-platform 3D audio library"
|
short_desc="Cross-platform 3D audio library"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="LGPL-2.1-or-later"
|
license="LGPL-2.1-or-later"
|
||||||
|
|
Loading…
Add table
Reference in a new issue