Search Criteria
Package Details: veloren 0.12.0-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/veloren.git (read-only, click to copy) |
---|---|
Package Base: | veloren |
Description: | An open-world, open-source multiplayer voxel RPG |
Upstream URL: | https://veloren.net/ |
Keywords: | game rpg veloren |
Licenses: | GPL3 |
Submitter: | Mckol |
Maintainer: | Mckol |
Last Packager: | Mckol |
Votes: | 17 |
Popularity: | 0.47 |
First Submitted: | 2019-06-23 23:12 (UTC) |
Last Updated: | 2022-04-09 17:13 (UTC) |
Dependencies (16)
- alsa-lib (alsa-lib-git, alsa-lib-minimal-git, alsa-lib-x205ta)
- glslang (glslang-minimal-git, glslang-git)
- libxkbcommon-x11 (libxkbcommon-git)
- pulseaudio-alsa (pulseaudio-dummy, pulseaudio-alsa-git, pipewire-common-alsa-git, pipewire-full-alsa-git, pipewire-alsa-git, pipewire-alsa)
- vulkan-icd-loader (vulkan-icd-loader-git)
- atk (atk-git) (make)
- cairo (cairo-git, cairo-minimal, cairo-glesv2-bin, cairo-glesv3-bin, cairo-ubuntu) (make)
- cmake (cmake-git) (make)
- gdk-pixbuf2 (gdk-pixbuf2-git) (make)
- git (git-git, git-vfs, git-run-command-patch-git) (make)
- git-lfs (git-lfs-git) (make)
- openssl (libressl-git, openssl-hardened, openssl-git, openssl-static) (make)
- pango (pango-ubuntu, pango-minimal-git, pango-git) (make)
- python (python38, python36, python37, python3.7, nogil-python, python311, python39) (make)
- rustup (rustup-git) (make)
- systemd (systemd-homed-containers, systemd-git, systemd-selinux) (make)
Latest Comments
kleinph commented on 2022-04-09 08:45 (UTC)
Can you please add
cmake
tomakedepends
@Mckol?kleinph commented on 2022-02-23 13:20 (UTC)
cmake
is needed as make dependency for this package.Peuc commented on 2022-02-10 17:37 (UTC)
The build error mefistofeles has reported is still there:
Anyone has a solution?
mefistofeles commented on 2022-01-03 03:54 (UTC)
I'm getting some issues building the package. I get a bunch of errors as the following
Longer output here (won't live long, though): https://bpa.st/QZWQ
8BitSloth commented on 2021-12-13 18:29 (UTC) (edited on 2021-12-13 18:31 (UTC) by 8BitSloth)
I found what was making this package seem like it was recompiling software it should not be touching.
It is not made clear that what is being compiled are actually packages for Rust and not the very similarly named software already installed in Arch. This is something that need to be fixed by the Rust devs to make it more clear what is actually being done to your system. They also need to stop using names that are too similar to already established software, ie Rust's package named cmake vs the CMake build file generator.
Going to leave this update here for anyone else who might find it off putting that a video game is trying to recompile Wayland.
Mckol commented on 2021-08-23 13:52 (UTC)
That conflict is correct. The game can't be built with stable rust yet. In fact the only supported toolchain version for building a given version of Veloren is precisely the one specified in the
rust-toolchain
file included in the root of the upstream repo.Rustup can manage multiple rust versions, and here it installs and uses the one required to build the game automatically.
If for some reason rustup isn't suitable for you, you could still get
veloren-bin
(just as this one, incompatible with the official server) orairshipper
instead (the latter will make sure your game version is compatible with the official server).strubbl commented on 2021-08-09 21:58 (UTC)
I cannot build the package due to the rust conflict:
davvore33 commented on 2021-07-26 08:23 (UTC) (edited on 2021-07-26 08:24 (UTC) by davvore33)
Hi, I've had an error while compiling for the first time
I'm not sure if it's just a missing dep (maybe aur/authconfig)
moshiur_rahman commented on 2021-04-07 08:17 (UTC)
veloren fails to build after the latest update.
Mckol commented on 2021-02-06 22:46 (UTC) (edited on 2021-02-06 22:47 (UTC) by Mckol)
A few updates:
I've fixed the build in a clean environment, the log provided by Nukesor proved very helpful, as it mentioned the needed file
libudev.pc
, and I could usepacman -F libudev.pc
to find the package that owned it, which turned out to besystemd
.As per kiankasad's suggestion, I've started using the
.desktop
and icon files provided by the source tree, in addition to that I've included the provided.metainfo.xml
file.I've also applied these to
veloren-git
.Mckol commented on 2021-02-06 20:40 (UTC)
What is the error? Did you try following the troubleshooting section of the veloren book?
Neko-san commented on 2021-02-02 22:44 (UTC)
I attempted to run the game after an update from this package and it crashes on startup :/
kiankasad commented on 2021-01-16 05:08 (UTC) (edited on 2021-01-16 05:09 (UTC) by kiankasad)
Veloren includes a desktop file in the source tree. It's
assets/voxygen/net.veloren.veloren.desktop
. Therefore there doesn't need to be one included with the AUR package.If there's a reason not to use that one, then the extension should be removed from the
Icon
entry. It should look like this:Both suggestions also apply to the veloren-git package as well.
Nukesor commented on 2021-01-15 15:05 (UTC)
The build fails in a clean environment:
I also tried to add
libudev0-shim
as a makedepend, but this didn't resolve the issueMckol commented on 2020-06-10 11:34 (UTC)
Added python as makedepend
SolarAquarion commented on 2020-06-09 22:51 (UTC)
python is a makedepend
Mckol commented on 2019-08-11 12:59 (UTC) (edited on 2019-08-11 18:25 (UTC) by Mckol)
I've ended up taking some ideas from your PKGBUILD (
install
is really convenient for binaries since it makes them executable by default) and the dependencies (thanks a lot for that) and incorporating that into the current pkgbuild, I'll upload it soon as I'm still not entirely done and testing some stuffflacks commented on 2019-08-09 00:37 (UTC) (edited on 2019-08-09 00:38 (UTC) by flacks)
You're welcome - Haha, everyone has their own formatting style. I just do what I think looks and works best with a focus on minimalism/KISS. The real important things to note, though, are 1) complete
depends
andmakedepends
arrays, and 2) a newveloren-chat-cli
binary that gets built. If you only do a cargo build from the root workspace (as inbuild()
below), you'll build all three of this release's binaries. Re: veloren-git, you can credit me if you think it's appropriate! :)Mckol commented on 2019-08-09 00:03 (UTC)
Thank you, I've quickly made the changes you suggested regarding the convention before seeing this comment, but your PKGBUILD looks way cleaner than mine, I'm gonna use most of it. I'll probably copy the
package()
method toveloren-git
, should I also credit you there?flacks commented on 2019-08-08 19:46 (UTC) (edited on 2019-08-08 22:43 (UTC) by flacks)
Here's a working PKGBUILD with a complete dependency list and updated desktop entry:
flacks commented on 2019-08-08 16:01 (UTC) (edited on 2019-08-08 18:41 (UTC) by flacks)
Hi there! Since Veloren is libre software, by convention, this package should be built from source, and binary distributions of the package should have '-bin' appended to the AUR package name.
Mckol commented on 2019-08-05 17:50 (UTC)
I've fixed both issues
grayich commented on 2019-08-05 14:41 (UTC) (edited on 2019-08-05 14:42 (UTC) by grayich)
ax34 commented on 2019-08-05 01:29 (UTC)
sha512sum of your voxygen.desktop is
209a1c66fcdb932df5472084e42213ee4820f07066a189f5ccb0f1a62becff3cdbaf4e00bc15534b287b02bccc1faa792649a1eff8b2d6d218b8b3692ed3a703
while sha512sum in PKGBUILD is88f067450ada7cd774435b196319d820d99f60e9f0c0561b6ae99191b969b00e2573d47445327e3a4d0bf733dd937d5f804f91f5ce7001f79077a8a8e4f9757d