Search Criteria
Package Details: apollo-git 0.4.8.r4.g08757dc-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/apollo-git.git (read-only, click to copy) |
|---|---|
| Package Base: | apollo-git |
| Description: | A self-hosted game stream server |
| Upstream URL: | https://github.com/ClassicOldSong/Apollo |
| Licenses: | GPL-3.0-only |
| Conflicts: | apollo |
| Provides: | apollo |
| Submitter: | xiota |
| Maintainer: | xiota |
| Last Packager: | xiota |
| Votes: | 2 |
| Popularity: | 0.95 |
| First Submitted: | 2025-09-09 22:19 (UTC) |
| Last Updated: | 2025-10-22 17:06 (UTC) |
Dependencies (28)
- avahi
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- icu (icu-gitAUR)
- libayatana-appindicator
- libcap
- libdrm (libdrm-gitAUR, libdrm-ps4AUR)
- libevdev (libevdev-gitAUR)
- libnotify (libnotify-gitAUR)
- libpulse (pulseaudio-dummyAUR, libpulse-gitAUR)
- libva (libva-gitAUR, libva-headlessAUR, intel-media-stack-legacy-binAUR, intel-media-stack-binAUR)
- libx11 (libx11-gitAUR, libx11-mr293AUR)
- libxcb (libxcb-gitAUR)
- libxfixes
- libxrandr (libxrandr-gitAUR)
- mesa (mesa-wsl2-gitAUR, mesa-amd-bc250AUR, vulkan-terakan-gitAUR, amdonly-gaming-mesa-gitAUR, mesa-minimal-gitAUR, mesa-gitAUR, mesa-ps4AUR, mesa-rk35xx-gitAUR, mesa-amber)
- miniupnpc (miniupnpc-gitAUR)
- numactl (numactl-gitAUR)
- openssl (openssl-gitAUR, openssl-aegisAUR, openssl-staticAUR)
- opus (opus-gitAUR)
- wayland (wayland-gitAUR, wayland-asan-gitAUR, wayland-chromiumAUR)
- Show 8 more dependencies...
Latest Comments
Pepin208 commented on 2025-10-22 11:09 (UTC) (edited on 2025-10-22 11:10 (UTC) by Pepin208)
@xiota: For Boost 1.89.0+ compatibility, please consider updating third-party/Simple-Web-Server/CMakeLists.txt (line ~44): Change:
find_package(Boost 1.53.0 COMPONENTS system REQUIRED) To: find_package(Boost 1.53.0 REQUIRED)
This resolves the missing boost_systemConfig.cmake error, as Boost::system is now header-only in newer versions (see boostorg/system#132). Thanks!
happyme531 commented on 2025-10-15 09:20 (UTC)
Hello,
The PKGBUILD fails to build with CUDA enabled due to a small syntax error when setting the compiler variables.
The compiler is incorrectly set to the literal string gcc-_cuda_gcc_version.
Here is a patch to fix it:
Thanks for maintaining the package.