From c49fe977e8c43da67c7c2332bf5993a5e0a0d52b Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Wed, 18 Jul 2018 23:07:24 -0500 Subject: user/sdl2: see entire commit message - fix up metadata and stuff - bump to 2.0.8 - remove DirectFB since it is old and busted sorry pmOS, you really should port to fbdev - add PulseAudio support --- user/sdl2/APKBUILD | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 user/sdl2/APKBUILD (limited to 'user') diff --git a/user/sdl2/APKBUILD b/user/sdl2/APKBUILD new file mode 100644 index 000000000..75b6b276f --- /dev/null +++ b/user/sdl2/APKBUILD @@ -0,0 +1,44 @@ +# Contributor: August Klein +# Maintainer: A. Wilcox +pkgname=sdl2 +pkgver=2.0.8 +pkgrel=0 +pkgdesc="Low level audio, keyboard, mouse, joystick and graphics library" +url="https://www.libsdl.org/" +arch="all" +license="zlib" +depends="" +makedepends="alsa-lib-dev libx11-dev libxcursor-dev libxext-dev libxi-dev + libxkbcommon-dev libxrandr-dev libxrender-dev libusb-dev mesa-dev + libxscrnsaver-dev pulseaudio-dev" +subpackages="$pkgname-dev" +source="https://www.libsdl.org/release/SDL2-$pkgver.tar.gz" +builddir="$srcdir/SDL2-$pkgver" + +build() { + cd "$builddir" + # pmOS needs DirectFB for battery animations and LUKS unlocking + ./configure \ + --build=$CBUILD \ + --host=$CHOST \ + --prefix=/usr \ + --enable-alsa \ + --enable-clock_gettime \ + --disable-arts \ + --disable-esd \ + --disable-nas \ + --disable-rpath \ + --with-x \ + make +} + +check() { + [ "$($builddir/sdl2-config --version)" = "$pkgver" ] +} + +package() { + cd "$builddir" + make DESTDIR="$pkgdir" install +} + +sha512sums="673c6058b8692a36b4a3594456b10ef6051efe79e4fb644421fc5c76b11fd68b895840a2c8b72413418c378733e2993d33f19767d0d7ed101eda6310bd70c869 SDL2-2.0.8.tar.gz" -- cgit v1.2.3-60-g2f50