Search Criteria
Package Details: rigsofrods-git 2022.12.r441.gbb73c5201-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/rigsofrods-git.git (read-only, click to copy) |
---|---|
Package Base: | rigsofrods-git |
Description: | An open source vehicle simulator based on soft-body physics |
Upstream URL: | http://rigsofrods.org |
Licenses: | GPL |
Conflicts: | rigsofrods, rigsofrods-hg, rigsofrods-noangelscript-git |
Provides: | rigsofrods |
Submitter: | vorot93 |
Maintainer: | AnotherFoxGuy |
Last Packager: | AnotherFoxGuy |
Votes: | 5 |
Popularity: | 0.000028 |
First Submitted: | 2015-04-19 22:35 (UTC) |
Last Updated: | 2024-10-17 11:34 (UTC) |
Latest Comments
1 2 3 4 5 Next › Last »
tritonas00 commented on 2018-10-14 13:15 (UTC) (edited on 2018-11-27 22:37 (UTC) by tritonas00)
No more need to compile dependencies and ror, there are precompiled binaries with bundled libs now: https://forum.rigsofrods.org/threads/ror-development-builds-for-0-4-8-for-windows-and-linux.696/
sp33dyx commented on 2017-12-24 14:03 (UTC)
Hello,
it works with this PKGBUILD file:
Maintainer: Jeanbon
Contributor: tritonas00 tritonas00@gmail.com
_pkgname=rigsofrods _gitname=rigs-of-rods
pkgname=$_pkgname-git pkgver=0.4.7.0.r285.gc37e6b5f pkgrel=1 pkgdesc="An open source vehicle simulator based on soft-body physics" arch=('i686' 'x86_64') url="http://rigsofrods.org" license=('GPL') depends=('openal' 'wxgtk' 'ogre-1.9' 'caelum-ogre1.9' 'mygui-ogre1.9' 'ogre-1.9-pagedgeometry' 'angelscript' 'jsoncpp') optdepends=('sh: for being able to run the commands rigsofrods and rigsofrods-config instead of /opt/rigsofrods/RoR and /opt/rigsofrods/RoRConfig') makedepends=('cmake' 'git') conflicts=('rigsofrods' 'rigsofrods-hg' 'rigsofrods-noangelscript-git') provides=('rigsofrods') source=("git+https://github.com/RigsOfRods/$_gitname.git" "plugins.cfg" "rigsofrods.png" "RoRConfig.desktop" "RoR.desktop" "rigsofrods.sh" "rigsofrods-config.sh") sha512sums=('SKIP' '45da7604f07357ee14724dae80c83bd0dc0166a1e8da342c168751ef142f0a6c5d20a14fcc89a90cf8a98b7fdc710dc475fd2d2aa82758cd1aeb8df88e8b216c' '8280ddec6dba37e66c323e469c1894bacc3b592b6ea1f7fd3876bc9e7253b14b4949c3c51d7dd47ad7bd78e085fbe51aad83b1e8d0b0755deda426129e4a6710' '40a000061d72245265d53d7c2ce0c4acc81eb3dddb6f6beda4b693a154e34922b8eb5c8400062b58c5f43a74be6cdaab938c1cd6427aebfc691d1fa52517fe2d' 'b0c04df93fa622d27ba485df1253ee786ebe42acb2c7b2f5d9657f22623503ee995845905f782c7b550625a4db0dbfdd924e4757b2daf21f84bb9cb3f6d683af' '83796e24bda42ed9f744cfd12af7eaf4ce576a4f784f3b10c360a6038fc921f47f42b90e205c933b89f0e837a65d446f101063fc9bac22591963747ed45fdfb6' 'fe76e153ff532f1e88dd57889f6347c598517024681e0f899a878d3c57e2ef6a400c391bfc0a1860975138dc8dc814df268d0c419d919757e59389a307b0f71d' )
pkgver() { cd "$srcdir/$_gitname" git describe --long --tags | sed 's/([^-]*-g)/r\1/;s/-/./g' }
build() { cd "$srcdir/$_gitname"
}
package() { cd $srcdir
}
Merry christmas!
gdm413229 commented on 2017-12-07 06:02 (UTC) (edited on 2017-12-11 05:10 (UTC) by gdm413229)
Tried building this package, all dependencies built successfully and socketw is built using osvein's PKGBUILD rather than the one provided by the AUR.
Building is terminated by a linker error, shown below this line. [encountered when attempting to link Rigs of Rods, compiles fine, bundled launcher successfully built]
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.0/../../../../lib/libSocketW.so: undefined reference to `X509_set_notBefore'
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.0/../../../../lib/libSocketW.so: undefined reference to `X509_set_notAfter'
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.0/../../../../lib/libSocketW.so: undefined reference to `SSLv23_method'
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.0/../../../../lib/libSocketW.so: undefined reference to `SSL_load_error_strings'
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.0/../../../../lib/libSocketW.so: undefined reference to `SSL_library_init'
If you encounter the same build-time problem as me, feel free to give me some tips on how to take this linking barrier down.
EDIT: Filed a new issue in GitHub : https://github.com/RigsOfRods/rigs-of-rods/issues/1420
tritonas00 commented on 2017-12-06 06:09 (UTC) (edited on 2017-12-06 06:10 (UTC) by tritonas00)
@jeanbon
those exports and custom paths in the build function are no longer needed, just set CMAKE_PREFIX_PATH, see https://github.com/RigsOfRods/rigs-of-rods/pull/1328
also mygui will be dropped soon https://github.com/RigsOfRods/rigs-of-rods/pull/1414
sp33dyx commented on 2017-12-02 18:21 (UTC)
wimbabwe commented on 2017-12-01 23:20 (UTC)
sp33dyx commented on 2017-11-19 12:04 (UTC)
Jeanbon commented on 2017-11-18 21:36 (UTC)
sp33dyx commented on 2017-11-18 16:11 (UTC)
Jeanbon commented on 2017-11-18 01:25 (UTC)
1 2 3 4 5 Next › Last »