Search Criteria
Package Details: openrct2-git 0.4.4.r18.g1174063c27-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/openrct2-git.git (read-only, click to copy) |
---|---|
Package Base: | openrct2-git |
Description: | Open source re-implementation of Roller Coaster Tycoon 2 (requires full copy of the game) |
Upstream URL: | https://openrct2.io |
Licenses: | GPL3 |
Conflicts: | openrct2 |
Provides: | openrct2 |
Submitter: | grahamedgecombe |
Maintainer: | rctdude2 |
Last Packager: | rctdude2 |
Votes: | 29 |
Popularity: | 0.63 |
First Submitted: | 2014-05-27 09:56 (UTC) |
Last Updated: | 2023-04-01 20:12 (UTC) |
Dependencies (22)
- benchmark
- curl (curl-git, curl-quiche-git, curl-http3-ngtcp2)
- discord-rpc (discord-rpc-bin, discord-rpc, discord-rpc-git)
- flac (flac-git)
- fontconfig (fontconfig-git, fontconfig-ubuntu)
- hicolor-icon-theme (hicolor-icon-theme-git)
- icu (icu-git)
- libogg (libogg-git)
- libpng (libpng-apng, libpng-git)
- libvorbis (libvorbis-aotuv, libvorbis-aotuv-lancer, libvorbis-git)
- libzip (libzip-git)
- openssl (openssl-git, openssl-hardened, quictls-openssl, openssl-static)
- sdl2 (sdl2-nox, sdl2-git)
- speexdsp
- cmake (cmake-git) (make)
- git (git-vfs, git-run-command-patch-git, git-git, git-fc) (make)
- ninja (ninja-git, ninja-kitware, ninja-mem, python-ninja) (make)
- nlohmann-json (nlohmann-json-git) (make)
- alsa-lib (alsa-lib-x205ta) (optional) – ALSA audio driver
- kdialog (kdialog-git) (optional) – System dialog box support (KDE)
- Show 2 more dependencies...
Required by (1)
- rct2-data-gog (requires openrct2) (optional)
Latest Comments
1 2 3 4 5 6 .. 13 Next › Last »
Sir-Photch commented on 2022-08-18 09:14 (UTC)
I can confirm that patching the PKGBUILD with @Thaodan's diff works!
Technetium1 commented on 2022-07-11 04:10 (UTC)
@Thaodan sorry about that, I misread the diff. If using a
.so
then you could do it like this, but it's preferred to require the package which provides the.so
. From the makedepends section of PKGBUILD page on wiki:The packages in the depends array are implicitly required to build the package, they should not be duplicated here.
, so you still don't need to duplicate them.Thaodan commented on 2022-07-07 19:00 (UTC)
@Technetium: hm which dependencies did I add to makedepend and depend?
Offtopic: but if using .so symbols rather than package names having the same package in both make- and depends makes sense.
ilikerackmounts commented on 2022-07-05 20:51 (UTC)
Can someone merge Thaodan's changes? It'd be great for tools that automatically ingest AUR to be able to install/update this rather than to have to do it as a one-off.
Technetium1 commented on 2022-07-03 02:48 (UTC)
@Thaodan packages cannot be in both
depends
andmakedepends
, it's one or the other: https://wiki.archlinux.org/title/PKGBUILDThaodan commented on 2022-06-12 21:41 (UTC) (edited on 2022-06-12 21:53 (UTC) by Thaodan)
This is my pkgbuild with all the fixes I just mentioned:
Thaodan commented on 2022-06-12 20:00 (UTC)
Add this to able to compile: export CXXFLAGS+=" -Wno-error=maybe-uninitialized -Wno-error=restrict -Wno-error=null-dereference"
See:
https://github.com/OpenRCT2/OpenRCT2/issues/17371
Thaodan commented on 2022-06-12 19:33 (UTC)
Benchmark is only optional dependency. The pkgbuild should be updated against cmake packaging guidelines.
1 2 3 4 5 6 .. 13 Next › Last »