Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages /
sdl3
Commits:
8196b676 by Sven-Hendrik Haase at 2026-02-16T17:03:25+01:00
upgpkg: 3.4.0-4
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = sdl3
pkgdesc = A library for portable low-level access to a video
framebuffer, audio output, mouse, and keyboard (Version 3)
pkgver = 3.4.0
- pkgrel = 3
+ pkgrel = 4
url = https://www.libsdl.org
arch = x86_64
license = Zlib
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Sven-Hendrik Haase <[email protected]>
pkgname=sdl3
pkgver=3.4.0
-pkgrel=3
+pkgrel=4
pkgdesc="A library for portable low-level access to a video framebuffer, audio
output, mouse, and keyboard (Version 3)"
arch=('x86_64')
url="https://www.libsdl.org"
@@ -53,7 +53,7 @@ build() {
CFLAGS+=" -ffat-lto-objects"
cmake -S SDL3-${pkgver} \
-B build -G Ninja \
- -D CMAKE_BUILD_TYPE=None \
+ -D CMAKE_BUILD_TYPE=None \
-D CMAKE_INSTALL_PREFIX=/usr \
-D SDL_STATIC=OFF \
-D SDL_RPATH=OFF
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/sdl3/-/commit/8196b6769a1d8bf543bbe32167074a4fa793e521
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/sdl3/-/commit/8196b6769a1d8bf543bbe32167074a4fa793e521
You're receiving this email because of your account on gitlab.archlinux.org.