blob: e4983680ba2cd84027fbdfe244ee594af284cc35 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
pkgbase = mingw-w64-openal
pkgdesc = Cross-platform 3D audio library, software implementation (mingw-w64)
pkgver = 1.24.2
pkgrel = 1
url = https://github.com/kcat/openal-soft
arch = any
license = LGPL-2.0-only
makedepends = mingw-w64-cmake
makedepends = ninja
depends = mingw-w64-crt
options = !debug
options = !strip
options = !buildflags
options = staticlibs
source = https://openal-soft.org/openal-releases/openal-soft-1.24.2.tar.bz2
sha256sums = cd4c88c9b7311cb6785db71c0ed64f5430c9d5b3454e0158314b2ef25ace3e61
pkgname = mingw-w64-openal
|