Search Criteria
Package Details: openrw-git r1.51b7264-3
Package Actions
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.000349 |
First Submitted: | 2016-05-20 05:26 (UTC) |
Last Updated: | 2019-10-21 22:16 (UTC) |
Dependencies (11)
- boost (boost-gitAUR)
- bullet (bullet-gitAUR, bullet-dp)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-ffplayoutAUR, ffmpeg-amd-full-gitAUR, ffmpeg-cudaAUR, ffmpeg-full-gitAUR, ffmpeg-gitAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-headlessAUR, ffmpeg-amd-fullAUR, ffmpeg-libfdk_aacAUR, ffmpeg-obsAUR)
- glm (glm-gitAUR)
- libmad
- libsndfile (libsndfile-gitAUR)
- openal (openal-gitAUR)
- sdl2 (sdl2-gitAUR, sdl2-compat-gitAUR)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- make (make-gitAUR) (make)
Latest Comments
polylux commented on 2023-11-04 17:54 (UTC)
the current
PKGBUILD
is fine, it just needs a lil adaption inopenrw
's code to compile with the currentlibavcodec
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)
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)
parkerlreed commented on 2016-05-25 19:38 (UTC)