[arch-commits] Commit in lib32-openal/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Sun Jul 23 10:40:20 UTC 2017


    Date: Sunday, July 23, 2017 @ 10:40:19
  Author: heftig
Revision: 246121

1.18.0-2

Modified:
  lib32-openal/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-07-23 09:25:26 UTC (rev 246120)
+++ PKGBUILD	2017-07-23 10:40:19 UTC (rev 246121)
@@ -6,15 +6,14 @@
 pkgname=lib32-openal
 pkgver=1.18.0
 pkgrel=2
-pkgdesc="A cross-platform 3D audio library (32-bit)"
+pkgdesc="Cross-platform 3D audio library, software implementation (32-bit)"
 arch=(x86_64)
-url="http://www.openal.org/"
+url="https://github.com/kcat/openal-soft"
 license=(LGPL)
 depends=(lib32-glibc openal)
 makedepends=(lib32-alsa-lib pkgconfig cmake lib32-libpulse lib32-portaudio lib32-jack
              git gcc-multilib)
 _commit=61e43d4039277c538f3f6e0af7c988e7d71d8558  # tags/openal-soft-1.18.0
-options=('!strip' 'debug')
 source=("git+https://github.com/kcat/openal-soft#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -26,6 +25,9 @@
 prepare() {
   mkdir build
   cd openal-soft
+
+  # https://bugs.archlinux.org/task/54908
+  git cherry-pick -n d4f3490a880f779f460332689a396ade69840f50
 }
 
 build() {



More information about the arch-commits mailing list