Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions libsdl3.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: libsdl3
version: "3.2.30"
version: "3.4.0"
epoch: 0
description: Simple DirectMedia Layer is a cross-platform development library designed to provide low level access to audio, keyboard, mouse, joystick, and graphics hardware via OpenGL and Direct3D.
copyright:
Expand All @@ -26,6 +26,7 @@ environment:
- libxkbcommon-dev
- libxrandr-dev
- libxss-dev
- libxtst-dev
- mesa-dev
- mesa-gbm
- pulseaudio-dev
Expand All @@ -38,7 +39,7 @@ pipeline:
with:
repository: https://github.com/libsdl-org/SDL
tag: release-${{package.version}}
expected-commit: f5e5f6588921eed3d7d048ce43d9eb1ff0da0ffc
expected-commit: a962f40bbba175e9716557a25d5d7965f134a3d3

- uses: cmake/configure

Expand Down
Loading