Package Details: openrct2-git 0.4.4.r18.g1174063c27-1

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.104300
First Submitted: 2014-05-27 09:56 (UTC)
Last Updated: 2023-04-01 20:12 (UTC)

Latest Comments

« First ‹ Previous 1 .. 5 6 7 8 9 10 11 12 13 14 Next › Last »

rubdos commented on 2016-01-04 17:24 (UTC)

Apparently, you need to install some extra directories nowadays. I had to add: install -dm755 "$pkgdir/usr/share/openrct2/title/rct1" install -m644 data/title/rct1/* "$pkgdir/usr/share/openrct2/title/rct1" install -dm755 "$pkgdir/usr/share/openrct2/title/rct1aa" install -m644 data/title/rct1aa/* "$pkgdir/usr/share/openrct2/title/rct1aa" install -dm755 "$pkgdir/usr/share/openrct2/title/rct1aall" install -m644 data/title/rct1aall/* "$pkgdir/usr/share/openrct2/title/rct1aall" in the package() section.

grahamedgecombe commented on 2015-12-31 14:16 (UTC)

thanks, done both of those

janisozaur commented on 2015-12-31 14:05 (UTC)

While at it, we now make use of libpng16, which is already implicitly installed by one of the packages, but you can update depends to specify this explicitly. See https://github.com/OpenRCT2/OpenRCT2/pull/2582

carstene1ns commented on 2015-12-31 14:03 (UTC)

grahamedgecombe: Please update the dependency logic in your PKGBUILD. Instead of using some 'if $CARCH', makepkg has been enabled to use architecture dependent arrays in addition to the default ones: depends_i686=('sdl2' 'sdl2_ttf' 'curl' 'jansson' 'speexdsp' 'fontconfig') depends_x86_64=('lib32-sdl2' 'lib32-sdl2_ttf' 'lib32-curl' 'lib32-jansson' 'lib32-speexdsp' 'lib32-fontconfig') makedepends_x86_64=('gcc-multilib') The way you do it, can also break with some aur helpers (like pacaur). Thanks!

grahamedgecombe commented on 2015-12-24 22:48 (UTC)

thanks, added that in preparation

janisozaur commented on 2015-12-24 22:05 (UTC)

We have an incoming dependency, lib32-fontconfig. See https://github.com/OpenRCT2/OpenRCT2/pull/2551

grahamedgecombe commented on 2015-12-20 21:07 (UTC)

@Reded: this is fixed now.

Reded commented on 2015-12-20 16:49 (UTC)

Error in the build: ==> Starting build()... -- Configuring done CMake Error: The inter-target dependency graph contains the following strongly connected component (cycle): "openrct2" of type EXECUTABLE depends on "linkable_sections" (strong) depends on "segfiles" (strong) "segfiles" of type UTILITY depends on "openrct2" (strong) "linkable_sections" of type UTILITY depends on "segfiles" (strong) At least one of these targets is not a STATIC_LIBRARY. Cyclic dependencies are allowed only among static libraries. -- Build files have been written to: /home/eddie/.abs/local/builds/openrct2-git/src/openrct2-git ==> ERROR: A failure occurred in build(). Aborting...

janisozaur commented on 2015-12-19 00:34 (UTC)

please see https://github.com/OpenRCT2/OpenRCT2/pull/2509

janisozaur commented on 2015-11-11 13:33 (UTC)

As we're preparing for upcoming 0.0.3 release, I've updated our release scripts for easier packaging. I'm not that much experienced with it, so I'd like your comments if possible here: https://github.com/OpenRCT2/OpenRCT2/pull/2285