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: | 30 |
Popularity: | 0.006046 |
First Submitted: | 2014-05-27 09:56 (UTC) |
Last Updated: | 2023-04-01 20:12 (UTC) |
Dependencies (22)
- benchmark
- curl (curl-quiche-gitAUR, curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR)
- discord-rpcAUR (discord-rpc-binAUR, discord-rpc-gitAUR)
- flac (flac-gitAUR)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- 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)
- sdl2 (sdl2-gitAUR, sdl2-compat-gitAUR)
- speexdsp (speexdsp-gitAUR)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
- nlohmann-json (nlohmann-json-gitAUR) (make)
- alsa-lib (optional) – ALSA audio driver
- kdialog (kdialog-gitAUR) (optional) – System dialog box support (KDE)
- libpulse (pulseaudio-dummyAUR, libpulse-gitAUR) (optional) – PulseAudio audio driver
- zenity (qarma-gitAUR, zenity-gtk3AUR, zenity-gitAUR) (optional) – System dialog box support (GNOME/GTK)
Required by (1)
- rct2-data-gog (requires openrct2) (optional)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 .. 14 Next › Last »
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)
colejohnson66 commented on 2021-04-23 19:57 (UTC) (edited on 2021-04-23 19:59 (UTC) by colejohnson66)
To fix the error, I just opened up PKGBUILD in a text editor and removed the 4
rm
lines and 2rmdir
lines inside package() (unified diff below). These should probably be changed to conditional removals ala[[ -f FILE ]] && rm FILE
.MrAureliusR commented on 2021-04-04 16:21 (UTC) (edited on 2021-04-04 16:23 (UTC) by MrAureliusR)
I am having this error and I cannot figure out how to get it to build. Do I need to remove Discord first? I tried added discord-rpc-api to both depends and/or makedepends before building, had no effect. Any tips would be greatly appreciated!
JudgeManganese commented on 2021-02-16 01:08 (UTC)
Since commit 818b2a5239 on Jan 11 for implementing https://github.com/OpenRCT2/OpenRCT2/pull/13658, openrct2 build will detect the system discord rpc library. Now if discord-rpc-api is installed, this openrct2-git package will fail with
because openrct2 won't build discord rpc if there is a system one present.
Using the system library or the local discord-rpc repo both produce the same file list, so requiring discord-rpc-api as a build dependency would work here.
janisozaur commented on 2020-07-14 19:50 (UTC)
Please fill out the latest OpenRCT2 survey, you can find more info on Reddit: https://www.reddit.com/r/rct/comments/hr7dow/openrct2_user_survey/ and the survey itself: https://forms.gle/YiFKfLFXatDgwmSa7
« First ‹ Previous 1 2 3 4 5 6 7 8 .. 14 Next › Last »