Package Details: openrw-git r1.51b7264-3

Git Clone URL: https://aur.archlinux.org/openrw-git.git (read-only, click to copy)
Package Base: openrw-git
Description: A re-implementation of Rockstar Games' Grand Theft Auto III
Upstream URL: https://github.com/rwengine/openrw
Licenses: GPL3
Conflicts: openrw
Provides: openrw
Submitter: PureTryOut
Maintainer: tjbp
Last Packager: tjbp
Votes: 9
Popularity: 0.034043
First Submitted: 2016-05-20 05:26 (UTC)
Last Updated: 2019-10-21 22:16 (UTC)

Latest Comments

polylux commented on 2023-11-04 17:54 (UTC)

the current PKGBUILD is fine, it just needs a lil adaption in openrw's code to compile with the current libavcodec versions.

just prepend the following line to your PKGBUILD::prepare() section:

sed -i -e 's/AVCodec*\b/const AVCodec/' rwengine/src/audio/SoundSource.hpp

and it builds just fine.

zkm2fw commented on 2021-06-23 15:49 (UTC) (edited on 2021-06-23 15:51 (UTC) by zkm2fw)

I made a little patch to fix build errors.

Build succeeds and the game is playable (tested: intro, walking and driving)

review - https://gist.github.com/Un1Gfn/a0e8e5e1be51b41c1af09eccf12d121a

clone - https://gist.github.com/Un1Gfn/a0e8e5e1be51b41c1af09eccf12d121a.git

PedroHLC commented on 2019-01-14 21:00 (UTC) (edited on 2019-01-29 20:29 (UTC) by PedroHLC)

CMake Error at /usr/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake:137 (message):
  Could NOT find FFmpeg (missing: FFMPEG_LIBAVCODEC FFMPEG_LIBAVFORMAT
  FFMPEG_LIBAVUTIL FFMPEG_SWRESAMPLE FFMPEG_INCLUDE_DIR)

getting this when building from clean chroot. ffmpeg is required!

parkerlreed commented on 2018-12-04 22:27 (UTC)

@M4st3rS This is a git package. This will always pull latest. Why is this flagged?

PureTryOut commented on 2016-05-25 20:10 (UTC)

Thanks, updated

parkerlreed commented on 2016-05-25 19:38 (UTC)

https://github.com/rwengine/openrw/pull/87#issuecomment-221682560 Repo now requires a submodule init and update