Search Criteria
Package Details: apollo-git 0.4.8.r14.g41bacbd-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: | 3 |
| Popularity: | 0.189139 |
| First Submitted: | 2025-09-09 22:19 (UTC) |
| Last Updated: | 2026-03-31 21:56 (UTC) |
Dependencies (29)
- avahi
- boost-libs
- gtk3 (gtk3-classic-xfceAUR, gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-patched-filechooser-icon-viewAUR)
- icu (icu-gitAUR)
- libayatana-appindicator
- libcap
- libdrm (libdrm-gitAUR)
- libevdev (libevdev-gitAUR)
- libnotify (libnotify-gitAUR)
- libpulse (pulseaudio-dummyAUR, libpulse-gitAUR)
- libva (libva-gitAUR, intel-media-stack-legacy-binAUR, intel-media-stack-binAUR, libva-headlessAUR)
- libx11 (libx11-gitAUR)
- libxcb (libxcb-gitAUR)
- libxfixes
- libxrandr (libxrandr-gitAUR)
- mesa (mesa-wsl2-gitAUR, mesa-amd-bc250AUR, mesa-minimal-gitAUR, mesa-nollvm-gitAUR, amdonly-gaming-mesa-gitAUR, mesa-gitAUR, mesa-dlss-reflex-gitAUR, mesa-rk35xx-gitAUR, mesa-amber)
- miniupnpc (miniupnpc-gitAUR)
- numactl (numactl-gitAUR)
- openssl (openssl-gitAUR, openssl-staticAUR, openssl-staticAUR, openssl-staticAUR, openssl-staticAUR, openssl-staticAUR, openssl-staticAUR, openssl-aegisAUR)
- opus (opus-gitAUR)
- Show 9 more dependencies...
Latest Comments
demizer commented on 2026-03-30 18:05 (UTC)
I have added a patch to fix boost-libs 1.90 issue in https://aur.archlinux.org/packages/apollo-cuda-git
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.