Search Criteria
Package Details: goosestation-libretro 0+git.5e7be496a-14
Package Actions
| Git Clone URL: | https://aur.archlinux.org/goosestation-libretro.git (read-only, click to copy) |
|---|---|
| Package Base: | goosestation-libretro |
| Description: | Sony PlayStation libretro core based on goosified DuckStation |
| Upstream URL: | https://codeberg.org/hueponik/goosestation-builder |
| Licenses: | cc-by-nc-nd-4.0 |
| Conflicts: | goosestation-libretro |
| Provides: | goosestation-libretro |
| Submitter: | hueponik |
| Maintainer: | hueponik |
| Last Packager: | hueponik |
| Votes: | 2 |
| Popularity: | 1.28 |
| First Submitted: | 2026-04-13 12:59 (UTC) |
| Last Updated: | 2026-04-24 05:21 (UTC) |
Dependencies (15)
- cpuinfo-pytorch-gitAUR
- libjpeg-turbo (mozjpeg-gitAUR, mozjpegAUR, libjpeg-turbo-gitAUR)
- libpng (libpng-gitAUR, libpng-apngAUR)
- libwebp (libwebp-gitAUR)
- shaderc (shaderc-gitAUR, shaderc-gitAUR)
- spirv-cross (spirv-cross-gitAUR)
- systemd-libs (systemd-libs-gitAUR, systemd-libs-selinuxAUR, unshitted-systemd-libsAUR, systemd-liberated-libs-gitAUR)
- vulkan-icd-loader (vulkan-icd-loader-gitAUR)
- zlib (zlib-gitAUR, zlib-ng-compat-gitAUR, zlib-ng-compat)
- zstd (zstd-gitAUR, zstd-staticAUR)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- ed (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- pkgconf (pkgconf-gitAUR) (make)
- vulkan-headers (vulkan-headers-gitAUR) (make)
Latest Comments
hueponik commented on 2026-04-19 11:53 (UTC)
Thanks patlefort, I've made opengl and vulkan hardcoded, since build currently requires both. Tested with minimal arch install, plus the built core runs on my machine (c). Let me know if you have any more issues!
patlefort commented on 2026-04-19 09:26 (UTC)
Vulkan support isn't optional, it will fail with:
Same with opengl:
Also, if it's needed at compile time, it shouldn't be in optdepends, these are for optional runtime dependencies. It's better to add options that the user can change at the top like:
But then again, they don't work.
I have no idea what happened with ffmpeg, I definitely got a cmake error for it but can't reproduce.
hueponik commented on 2026-04-19 04:46 (UTC) (edited on 2026-04-19 04:46 (UTC) by hueponik)
Ffmpeg shouldn't be required.
Can you share the error message?
patlefort commented on 2026-04-16 13:49 (UTC)
Missing
ffmpegin depends andspirv-crosscan't be optional as it is needed to build.