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

Jan Steffens heftig at archlinux.org
Wed Feb 17 21:09:23 UTC 2016


    Date: Wednesday, February 17, 2016 @ 22:09:23
  Author: heftig
Revision: 259931

ffmpeg 3.0

Modified:
  openal/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-02-17 21:07:38 UTC (rev 259930)
+++ PKGBUILD	2016-02-17 21:09:23 UTC (rev 259931)
@@ -6,19 +6,21 @@
 pkgbase=openal
 pkgname=(openal openal-examples)
 pkgver=1.17.2
-pkgrel=1
-pkgdesc="A cross-platform 3D audio library"
+pkgrel=2
+pkgdesc="Cross-platform 3D audio library, software implementation"
 arch=(i686 x86_64)
-url="http://www.openal.org/"
+url="https://github.com/kcat/openal-soft"
 license=(LGPL)
 depends=(glibc)
 makedepends=(alsa-lib pkgconfig cmake libpulse qt4 fluidsynth portaudio jack sdl2 sdl_sound ffmpeg
              git)
-source=("git+https://github.com/kcat/openal-soft#tag=openal-soft-$pkgver")
+source=("git+$url#tag=openal-soft-$pkgver")
 sha256sums=('SKIP')
 
 prepare() {
   mkdir build examples
+  cd $pkgbase-soft
+  sed -i 's/PIX_FMT_YUV420P/AV_&/g' examples/alffplay.c
 }
 
 build() {



More information about the arch-commits mailing list