Search Criteria
Package Details: ryzom-client-git r9767.a6139ade2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/ryzom-git.git (read-only, click to copy) |
---|---|
Package Base: | ryzom-git |
Description: | Ryzom is a Free to Play MMORPG . This version is for playing on an official server |
Upstream URL: | http://www.ryzom.com/ |
Licenses: | AGPL3 |
Groups: | ryzom |
Conflicts: | ryzom-client-latest-hg |
Provides: | ryzom |
Submitter: | LinuxDonald |
Maintainer: | LinuxDonald |
Last Packager: | LinuxDonald |
Votes: | 2 |
Popularity: | 0.000029 |
First Submitted: | 2020-09-26 16:07 (UTC) |
Last Updated: | 2022-03-05 12:50 (UTC) |
Dependencies (25)
- boost (boost-gitAUR)
- curl (curl-quiche-gitAUR, curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-ffplayoutAUR, ffmpeg-amd-full-gitAUR, ffmpeg-cudaAUR, ffmpeg-full-gitAUR, ffmpeg-gitAUR, ffmpeg-libfdk_aacAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-headlessAUR, ffmpeg-obsAUR, ffmpeg-amd-fullAUR)
- freealut
- freetype2 (freetype2-qdoledAUR, freetype2-macosAUR, freetype2-gitAUR)
- giflib (giflib-gitAUR)
- libgsf (libgsf-gitAUR)
- libjpeg (mozjpeg-gitAUR, libjpeg-turbo-gitAUR, mozjpegAUR, libjpeg-turbo)
- libogg (libogg-gitAUR)
- libpng (libpng-gitAUR, libpng-apngAUR)
- libsquish (libsquish-fixed-tablesAUR)
- libvorbis (libvorbis-aotuvAUR, libvorbis-aotuv-lancerAUR, libvorbis-gitAUR)
- libx11 (libx11-gitAUR)
- libxml2 (libxml2-gitAUR, libxml2-2.9AUR)
- libxxf86vm
- lua
- luabind-ryzomAUR
- mariadb-clients (mysql-clients55AUR, mysql-clients56AUR, mysql-clients81AUR, mysql-clients57AUR, mysql-clients80AUR, mysql-clientsAUR, mariadb-lts-clients, percona-server-clients)
- mesa (mesa-minimal-gitAUR, mesa-gitAUR, mesa-amd-bc250AUR, mesa-wsl2-gitAUR, amdonly-gaming-mesa-gitAUR, mesa-amber)
- openal (openal-gitAUR)
- Show 5 more dependencies...
Latest Comments
1 2 3 4 5 6 7 Next › Last »
LinuxDonald commented on 2022-03-05 22:11 (UTC)
Lzma problem is now fixed in git.
LinuxDonald commented on 2022-03-05 15:10 (UTC)
Created an bug report for it: https://github.com/ryzom/ryzomcore/issues/663
LinuxDonald commented on 2022-03-05 12:51 (UTC) (edited on 2022-03-05 12:56 (UTC) by LinuxDonald)
I have uploaded an new pkgbuild. But still problem with lzma conflict. I talking with devs to get this resolved.
Easy way would be delete lzma from ryzom package. But first i want to try an better/clean way.
LinuxDonald commented on 2022-03-05 11:15 (UTC)
I have fixed up the luabind package. I´m on the ryzom package.
silversilva commented on 2022-02-06 12:18 (UTC) (edited on 2022-02-06 12:30 (UTC) by silversilva)
I tried installing this package.
I was able to install luabind-ryzom-git with this PKGBUILD file - https://gist.github.com/rebinsilva/ff6dbf052c088f9fb58b4f3473d1ff3d (Sorry, I don't know bjam. So i used cmake to build and install).
I was able to build ryzom-client-git with this PKGBUILD file - https://gist.github.com/rebinsilva/3b4be589b2cec9e7df8dd2d02b1d5565 . But during installation, it tried to create /usr/bin/lzma which was already created and owned by xz and hence failed.
LinuxDonald commented on 2022-02-01 14:59 (UTC)
Im still on this package. I created an new luabind packages that is forked by the ryzom team. I hope i can try to build it on this weekend and fix up the pkgbuild file.
LinuxDonald commented on 2021-12-05 12:37 (UTC)
I will fix this package. But i cant do it now. I dont have yet Arch based distro running. I will fix this in the next two months. They have do lot changes upstream. Lua dep is fixed there to.
<deleted-account> commented on 2021-12-05 12:10 (UTC)
Okay, this package is broken and either needs to be updated or deleted. I've had a trillion issues with this and still couldn't install it. I gave up when this message popped up:
==> ERROR: pkgver is not allowed to contain colons, forward slashes, hyphens or whitespace. ==> ERROR: pkgver() generated an invalid version: ryzom/3.5.0.9637.r1199.ga087eacc2
Here are some things that might help you, if you're trying to install this anyway: 1. Install
lua51
fromextra
(sudo pacman -S lua51
) 2. You will get errors when installingluabind-rpavlik-git
(which is a dependency) so install it independently from the AUR by adding these two lines to thebuild
function in it's PKGBUILD:export BOOST_BUILD_PATH=/usr/share/boost-build/src/kernel/ export LUA_PATH=/usr/include/lua5.1
3. 99% you will get errors when installing other dependencies so you should install them independently and work out the errors manually. 4. Cry and get frustrated, because at the end, you will probably run into the same 'version' problem as I did :PLinuxDonald commented on 2020-09-26 21:23 (UTC)
Done
clove3am commented on 2020-09-26 17:19 (UTC)
bison
frommakedepends=(' ')
array as it is already installed as part of thebase-devel
group. See note here: https://wiki.archlinux.org/index.php/PKGBUILD#makedepends1 2 3 4 5 6 7 Next › Last »