Search Criteria
Package Details: openrct2-git 0.4.29.r93.gea3ef47943-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: | GPL-3.0-or-later |
| Conflicts: | openrct2 |
| Provides: | openrct2 |
| Submitter: | grahamedgecombe |
| Maintainer: | rctdude2 |
| Last Packager: | rctdude2 |
| Votes: | 29 |
| Popularity: | 0.012019 |
| First Submitted: | 2014-05-27 09:56 (UTC) |
| Last Updated: | 2025-12-14 20:43 (UTC) |
Dependencies (24)
- curl (curl-gitAUR, curl-c-aresAUR)
- flac (flac-gitAUR)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- freetype2 (freetype2-qdoled-aw3225qfAUR, freetype2-qdoledAUR, freetype2-qdoled-gen3AUR, freetype2-woledAUR, freetype2-gitAUR, freetype2-macosAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- icu (icu-gitAUR)
- libogg (libogg-gitAUR)
- libpng (libpng-gitAUR, libpng-apngAUR)
- libvorbis (libvorbis-aotuvAUR, libvorbis-aotuv-lancerAUR, libvorbis-gitAUR)
- libzip (libzip-gitAUR)
- openssl (openssl-gitAUR, openssl-staticAUR, openssl-aegisAUR)
- sdl2AUR (sdl2-gitAUR, sdl2-compat-gitAUR, sdl2-compat)
- speexdsp (speexdsp-gitAUR)
- zlib (zlib-gitAUR, zlib-ng-compat-gitAUR, zlib-ng-compat)
- zstd (zstd-gitAUR, zstd-staticAUR)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- ninja (ninja-gitAUR, ninja-memAUR, ninja-noemacs-gitAUR, ninja-kitwareAUR, ninja-fuchsia-gitAUR, n2-ninja-symlinkAUR) (make)
- nlohmann-json (nlohmann-json-gitAUR) (make)
- alsa-lib (optional) – ALSA audio driver
- Show 4 more dependencies...
Required by (1)
- rct2-data-gog (requires openrct2) (optional)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 .. 14 Next › Last »
Technetium1 commented on 2022-07-11 04:10 (UTC)
@Thaodan sorry about that, I misread the diff. If using a
.sothen 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
dependsandmakedepends, 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.
Thaodan commented on 2022-06-12 19:17 (UTC) (edited on 2022-06-12 21:05 (UTC) by Thaodan)
I think the closest replacement is discord-rpc-git. In any case if build with discord-rpc enabled its a depend and not a make depend.
Thaodan commented on 2022-06-12 19:16 (UTC)
discord-rpc-api doesn't exist anymore.
IntelOrca commented on 2022-06-09 23:23 (UTC) (edited on 2022-06-09 23:23 (UTC) by IntelOrca)
duktape is no longer required
libflac, libogg, and libvorbis are now required (unless disabled via cmake option)
« First ‹ Previous 1 2 3 4 5 6 7 8 .. 14 Next › Last »