Date: Thursday, October 18, 2018 @ 16:31:13
  Author: svenstaro
Revision: 336837

upgpkg: sdl2 2.0.8-10

Modified:
  sdl2/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2018-10-18 15:54:53 UTC (rev 336836)
+++ PKGBUILD    2018-10-18 16:31:13 UTC (rev 336837)
@@ -2,7 +2,7 @@
 
 pkgname=sdl2
 pkgver=2.0.8
-pkgrel=9
+pkgrel=10
 pkgdesc="A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard (Version 2)"
 arch=('x86_64')
 url="https://www.libsdl.org";
@@ -9,9 +9,10 @@
 license=('MIT')
 depends=('glibc' 'libxext' 'libxrender' 'libx11' 'libgl' 'libxcursor' 
'libibus')
 makedepends=('alsa-lib' 'mesa' 'libpulse' 'libxrandr' 'libxinerama' 'wayland' 
'libxkbcommon'
-             'wayland-protocols' 'ibus' 'fcitx' 'libxss' 'cmake')
+             'wayland-protocols' 'ibus' 'fcitx' 'libxss' 'cmake' 'jack2')
 optdepends=('alsa-lib: ALSA audio driver'
-            'libpulse: PulseAudio audio driver')
+            'libpulse: PulseAudio audio driver'
+            'jack2: JACK audio driver')
 source=("https://www.libsdl.org/release/SDL2-${pkgver}.tar.gz"{,.sig}
         cmake-include-paths.patch dynapi.patch)
 
sha512sums=('673c6058b8692a36b4a3594456b10ef6051efe79e4fb644421fc5c76b11fd68b895840a2c8b72413418c378733e2993d33f19767d0d7ed101eda6310bd70c869'
@@ -45,7 +46,8 @@
       -DPULSEAUDIO_SHARED=ON \
       -DVIDEO_WAYLAND=ON \
       -DRPATH=OFF \
-      -DCLOCK_GETTIME=ON
+      -DCLOCK_GETTIME=ON \
+      -DJACK_SHARED=ON
   make
 }
 

Reply via email to