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

Jan Steffens heftig at archlinux.org
Tue Sep 11 12:56:35 UTC 2018


    Date: Tuesday, September 11, 2018 @ 12:56:34
  Author: heftig
Revision: 334371

1.19.0-1

Modified:
  openal/trunk/PKGBUILD	(contents, properties)

----------+
 PKGBUILD |   14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-11 12:42:53 UTC (rev 334370)
+++ PKGBUILD	2018-09-11 12:56:34 UTC (rev 334371)
@@ -1,4 +1,3 @@
-# $Id$
 # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
 # Contributor: Allan McRae <allan at archlinux.org>
 # Contributor: Jason Chu <jchu at xentac.net>
@@ -5,8 +4,8 @@
 
 pkgbase=openal
 pkgname=(openal openal-examples)
-pkgver=1.18.2
-pkgrel=2
+pkgver=1.19.0
+pkgrel=1
 pkgdesc="Cross-platform 3D audio library, software implementation"
 arch=(x86_64)
 url="https://github.com/kcat/openal-soft"
@@ -14,7 +13,7 @@
 depends=(glibc)
 makedepends=(alsa-lib libpulse fluidsynth portaudio jack qt5-base sdl2 sdl_sound ffmpeg
              git cmake ninja)
-_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")
 sha512sums=('SKIP')
 
@@ -26,9 +25,6 @@
 prepare() {
   mkdir build examples
   cd openal-soft
-
-  # https://bugs.archlinux.org/task/54908
-  git cherry-pick -n d4f3490a880f779f460332689a396ade69840f50
 }
 
 build() {
@@ -48,7 +44,9 @@
   install -Dt "$pkgdir/usr/share/doc/openal" -m644 openal-soft/docs/*
 
 ### Split openal-examples
-  mv -v "$pkgdir"/usr/bin/al{ffplay,hrtf,latency,loopback,reverb,stream} examples/
+  cd "$pkgdir/usr/bin"
+  mv -vt "$srcdir/examples" alffplay alhrtf allatency alloopback almultireverb \
+    alplay alrecord alreverb alstream altonegen
 }
 
 package_openal-examples() {


Property changes on: openal/trunk/PKGBUILD
___________________________________________________________________
Deleted: svn:keywords
## -1 +0,0 ##
-Id
\ No newline at end of property



More information about the arch-commits mailing list