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

Sven-Hendrik Haase svenstaro at nymeria.archlinux.org
Thu Aug 8 11:02:39 UTC 2013


    Date: Thursday, August 8, 2013 @ 13:02:39
  Author: svenstaro
Revision: 192236

upgpkg: sdl2 2.0.0-2

Add some deps and remove rpath

Modified:
  sdl2/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-08-08 10:37:31 UTC (rev 192235)
+++ PKGBUILD	2013-08-08 11:02:39 UTC (rev 192236)
@@ -2,14 +2,17 @@
 
 pkgname=sdl2
 pkgver=2.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A library for portable low-level access to a video framebuffer, audio output, mouse, and keyboard (Version 2)"
 arch=('i686' 'x86_64')
 url="http://www.libsdl.org"
 license=('MIT')
-makedepends=('cmake')
+depends=('glibc' 'libxext' 'libxrender' 'libx11' 'libgl')
+makedepends=('alsa-lib' 'mesa' 'libpulse' 'cmake')
+optdepends=('alsa-lib: ALSA audio driver'
+            'libpulse: PulseAudio audio driver')
 source=("http://www.libsdl.org/tmp/release/SDL2-${pkgver}.tar.gz")
-md5sums=('a43ffab2698c82ac503dea490dedefdf')
+md5sums=('ffb0f2115b3aaee9f3150301fdd680cd')
 
 build() {
   cd "${srcdir}/SDL2-${pkgver}"
@@ -18,7 +21,8 @@
 
   cmake .. \
       -DCMAKE_INSTALL_PREFIX=/usr \
-      -DSDL_STATIC=OFF
+      -DSDL_STATIC=OFF \
+      -DRPATH=OFF
   make
 }
 




More information about the arch-commits mailing list