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.002568 |
First Submitted: | 2014-05-27 09:56 (UTC) |
Last Updated: | 2023-04-01 20:12 (UTC) |
Dependencies (22)
- benchmark
- curl (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-compat-gitAUR, sdl2-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 .. 14 Next › Last »
shtrophic commented on 2023-12-18 09:05 (UTC)
@jhm you could try rebuilding the package or creating a symlink to
/usr/lib/libicuuc.so.47
.jhm commented on 2023-12-18 09:01 (UTC)
I have an error on launch:
error while loading shared libraries: libicuuc.so.73
.icu was updated today and I suspect a package dependency may need to be changed.
Please let me know if my comment is misguided. I would like to thank the maintainers and developers on this project—I've been having fun!
shtrophic 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:
« First ‹ Previous 1 2 3 4 5 6 7 .. 14 Next › Last »