libretro-pcee2-git

LOW
maintainer abouvier 0 votes scanned 2026-09-09 21:20:09.481250
View on AUR
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: Alexandre Bouvier <contact@amb.tf>
2_pkgname=libretro-pcee2
3pkgname=$_pkgname-git
4pkgver=r23120.7839d51
5pkgrel=1
6pkgdesc="Sony PlayStation 2 core (port of current PCSX2)"
7arch=('x86_64')
8url="https://github.com/WizzardSK/pcee2-libretro"
9license=('GPL-3.0-or-later')
10groups=('libretro')
11depends=(
12 'glibc'
13 'libretro-core-info>=1.22.2.r20'
14 'libx11'
15 'libxi'
16 'sdl3'
17)
18makedepends=(
19 'cmake'
20 'curl'
21 'dbus'
22 'extra-cmake-modules'
23 'ffmpeg4.4'
24 'freetype2'
25 'git'
26 'libbacktrace'
27 'libgcc'
28 'libgl'
29 'libjpeg-turbo'
30 'libpcap'
31 'libpng'
32 'libstdc++'
33 'libsystemd'
34 'libwebp'
35 'libxrandr'
36 'lz4'
37 'plutosvg'
38 'plutovg'
39 'rapidyaml'
40 'shaderc'
41 'wayland'
42 'zlib'
43 'zstd'
44)
45provides=("$_pkgname=$pkgver")
46conflicts=("$_pkgname")
47options=('!lto')
48source=("$_pkgname::git+$url.git")
49b2sums=('SKIP')
50
51pkgver() {
52 cd $_pkgname
53 printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short=7 HEAD)"
54}
55
56build() {
57 local options=(
58 -B ../build
59 -D CMAKE_BUILD_TYPE=Release
60 -D CMAKE_C_FLAGS_RELEASE="-DNDEBUG"
61 -D CMAKE_CXX_FLAGS_RELEASE="-DNDEBUG"
62 -D CMAKE_INCLUDE_PATH="/usr/include/ffmpeg4.4"
63 -D CMAKE_LIBRARY_PATH="/usr/lib/ffmpeg4.4"
64 -D DISABLE_ADVANCE_SIMD=ON
65 -D ENABLE_LIBRETRO=ON
66 -D ENABLE_QT_UI=OFF
67 -D ENABLE_TESTS=OFF
68 -W no-dev
69 )
70 cd $_pkgname
71 cmake "${options[@]}"
72 cmake --build ../build
73}
74
75package() {
76 depends+=(
77 'libbacktrace.so'
78 'libcurl.so'
79 'libdbus-1.so'
80 'libfreetype.so'
81 'libgcc_s.so'
82 'libjpeg.so'
83 'liblz4.so'
84 'libplutosvg.so'
85 'libplutovg.so'
86 'libpng16.so'
87 'libryml.so'
88 'libstdc++.so'
89 'libudev.so'
90 'libwebp.so'
91 'libz.so'
92 'libzstd.so'
93 )
94
95 # shellcheck disable=SC2154
96 install -D -t "$pkgdir"/usr/lib/libretro build/bin/pcee2_libretro.so
97}
98

Scan history

Scanned at (UTC)SeverityRules
2026-09-09 21:20:09 Low 1

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion