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.160674 |
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)
- discord-rpcAUR (discord-rpc-binAUR, discord-rpcAUR, 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-apngAUR, libpng-gitAUR)
- libvorbis (libvorbis-aotuvAUR, libvorbis-aotuv-lancerAUR, libvorbis-gitAUR)
- libzip (libzip-gitAUR)
- openssl (openssl-gitAUR, openssl-hardenedAUR, openssl-staticAUR, quictls-opensslAUR)
- sdl2 (sdl2-gitAUR)
- speexdsp
- cmake (cmake-gitAUR) (make)
- git (git-vfsAUR, git-run-command-patch-gitAUR, git-gitAUR, git-fcAUR) (make)
- ninja (ninja-gitAUR, ninja-kitwareAUR, ninja-memAUR, python-ninjaAUR) (make)
- nlohmann-json (nlohmann-json-gitAUR) (make)
- alsa-lib (alsa-lib-x205taAUR) (optional) – ALSA audio driver
- kdialog (kdialog-gitAUR) (optional) – System dialog box support (KDE)
- libpulse (pulseaudio-dummyAUR, pulseaudio-gitAUR) (optional) – PulseAudio audio driver
- zenity (zenity-gitAUR, zenity-gtk2AUR, qarma-gitAUR, zenity-gtk4-gitAUR) (optional) – System dialog box support (GNOME/GTK)
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 »