Date: Tuesday, September 11, 2018 @ 12:56:33 Author: heftig Revision: 379672
1.19.0-1 Modified: lib32-openal/trunk/PKGBUILD (contents, properties) ----------+ PKGBUILD | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-09-11 12:54:22 UTC (rev 379671) +++ PKGBUILD 2018-09-11 12:56:33 UTC (rev 379672) @@ -1,10 +1,9 @@ -# $Id$ # Maintainer: Jan Alexander Steffens (heftig) <[email protected]> # Contributor: Allan McRae <[email protected]> # Contributor: Jason Chu <[email protected]> pkgname=lib32-openal -pkgver=1.18.2 +pkgver=1.19.0 pkgrel=1 pkgdesc="Cross-platform 3D audio library, software implementation (32-bit)" arch=(x86_64) @@ -13,7 +12,7 @@ depends=(lib32-glibc openal) makedepends=(lib32-alsa-lib lib32-libpulse lib32-fluidsynth lib32-portaudio lib32-jack git cmake ninja gcc-multilib) -_commit=ce6076091bac3c00cd10803916e8911495580bd0 # tags/openal-soft-1.18.2 +_commit=96aacac10ca852fc30fd7f72f3e3c6ddbe02858c # tags/openal-soft-1.19.0 source=("git+https://github.com/kcat/openal-soft#commit=$_commit") sha256sums=('SKIP') @@ -25,9 +24,6 @@ prepare() { mkdir build cd openal-soft - - # https://bugs.archlinux.org/task/54908 - git cherry-pick -n d4f3490a880f779f460332689a396ade69840f50 } build() { @@ -44,6 +40,8 @@ } package() { + optdepends=('lib32-fluidsynth: MIDI rendering') + DESTDIR="$pkgdir" ninja -C build install rm -rv "$pkgdir"/usr/{include,share,bin} } Property changes on: lib32-openal/trunk/PKGBUILD ___________________________________________________________________ Deleted: svn:keywords ## -1 +0,0 ## -Id \ No newline at end of property
