🔒 Repository is read-only – file editing is disabled.

recipes/gui/sdl-image/PAGBUILD.yaml main

22 linii Raw ← Powrót
12345678910111213141516171819202122
pkgname: sdl-image
pkgver: '2.8.12'
pkgrel: '1'
pkgdesc: A simple library to load images of various formats as SDL surfaces (Version 2)
url: 'https://github.com/libsdl-org/SDL_image'
arch: x86_64
depends: []
makedepends:
- sdl
- libpng
- libtiff
- libjpeg-turbo
- libwebp
- cmake
source:
- 'https://github.com/libsdl-org/SDL_image/releases/download/release-${pkgver}/SDL2_image-${pkgver}.tar.gz'
sha256sums:
- 393f5efb50536ec13ca4f4affb69cc9966d3c3f969e6c5e701faddf9f9785381
build: "cd SDL2_image-${pkgver}\n\n./configure --disable-static --prefix=/usr\n\nmake \nmake DESTDIR=${PKGDIR} install\n\n\
  # Obsolet lib\nrm -f ${PKGDIR}/usr/lib/libSDL2_image.la\n"
package: |
  true