lib32-sdl12-compat
LOW
maintainer orphaned
0 votes
scanned 2026-08-23 11:20:29.798052
Why flagged
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
Triggered rules
Low
Few votes, recently uploaded
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
PKGBUILD
1
# Maintainer:
2
3
pkgname=lib32-sdl12-compat
4
pkgver=1.2.68
5
pkgrel=2
6
pkgdesc='SDL 1.2 runtime compatibility library using SDL 2.0'
7
arch=(x86_64)
8
url=https://www.libsdl.org
9
license=(Zlib)
10
depends=(lib32-glu lib32-sdl2 sdl12-compat)
11
makedepends=(cmake)
12
conflicts=(lib32-sdl)
13
provides=(lib32-sdl=1.2.15)
14
replaces=('lib32-sdl<=1.2.15-8')
15
source=($pkgname-$pkgver.tar.gz::https://github.com/libsdl-org/sdl12-compat/archive/refs/tags/release-$pkgver.tar.gz)
16
sha256sums=('63c6e4dcc1154299e6f363c872900be7f3dcb3e42b9f8f57e05442ec3d89d02d')
17
18
build() {
19
export CC='gcc -m32'
20
export CXX='g++ -m32'
21
cmake -B build -S sdl12-compat-release-$pkgver \
22
-DCMAKE_INSTALL_PREFIX=/usr \
23
-DCMAKE_INSTALL_LIBDIR=lib32 \
24
-DCMAKE_C_FLAGS="$CFLAGS -ffat-lto-objects"
25
cmake --build build
26
}
27
28
package() {
29
DESTDIR="${pkgdir}" cmake --install build
30
rm -rf "${pkgdir}"/usr/{bin,include,share}
31
install -Dm644 "${srcdir}/sdl12-compat-release-${pkgver}/LICENSE.txt" "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
32
}
33
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-23 11:20:29 | Low | 1 |