pantry/projects/libsdl.org/package.yml
Max Howell 0b6fa9fea4
gource + its deps (#1706)
* gource + its deps

Closes #590
Closes #562

* finish glew

* wip

* wip

* wip

* wip

* wip

* wip

* picpicpicpicpicpicpicpic

* wip

---------

Co-authored-by: Jacob Heider <jacob@tea.xyz>
2023-05-23 00:04:40 -04:00

52 lines
1.2 KiB
YAML

distributable:
url: https://github.com/libsdl-org/SDL/archive/refs/tags/release-{{version}}.tar.gz
strip-components: 1
versions:
github: libsdl-org/SDL/releases
build:
dependencies:
tea.xyz/gx/cc: c99
tea.xyz/gx/make: '*'
freedesktop.org/pkg-config: ~0.29
gnu.org/autoconf: '*'
gnu.org/automake: '*'
gnu.org/libtool: 2
script:
- |
./configure $ARGS
make --jobs {{ hw.concurrency }} install
# often stuff expects SDL.h to be directly in the include-path
- run: |
mv SDL2/* .
rmdir SDL2
ln -s . SDL2
working-directory: ${{prefix}}/include
env:
ARGS:
- --prefix="{{prefix}}"
- --with-x
- --enable-hidapi
- --enable-pulseaudio
- --enable-pulseaudio-shared
- --enable-video-dummy
- --enable-video-opengl
- --enable-video-opengles
- --enable-video-x11
- --enable-video-x11-scrnsaver
- --enable-video-x11-xcursor
- --enable-video-x11-xinerama
- --enable-video-x11-xinput
- --enable-video-x11-xrandr
- --enable-video-x11-xshape
- --enable-x11-shared
provides:
- bin/sdl2-config
test:
sdl2-config --version