Search Criteria
Package Details: gog-risk-of-rain 2.1.0.6-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/gog-risk-of-rain.git (read-only, click to copy) |
---|---|
Package Base: | gog-risk-of-rain |
Description: | Risk of Rain is an action platformer with roguelike elements. |
Upstream URL: | https://www.gog.com/game/risk_of_rain |
Licenses: | custom |
Submitter: | postblue |
Maintainer: | postblue |
Last Packager: | postblue |
Votes: | 3 |
Popularity: | 0.000000 |
First Submitted: | 2016-11-15 01:56 (UTC) |
Last Updated: | 2020-07-24 13:57 (UTC) |
Latest Comments
compiler1413 commented on 2022-09-25 15:39 (UTC) (edited on 2022-09-25 15:41 (UTC) by compiler1413)
If you use pipewire with pulseaudio, you need lib32-libpulse and it's dependencies installed, otherwise you won't have in-game audio.
You'll get a bunch of errors similar to
Baraclese commented on 2021-05-20 10:10 (UTC)
Had to install the dependencies lib32-openal and lib32-openssl-1.0 manually.
postblue commented on 2020-07-24 13:56 (UTC)
@caltlgin Fixed, it was a typo (pkgdsc instead of pkgdesc)
postblue commented on 2020-06-17 08:50 (UTC) (edited on 2020-06-17 08:51 (UTC) by postblue)
When this PKGBUILD was first released, all the libraries where still in extra/multilib and could be installed with pacman. You can use an AUR helper if you want to install the ones only available in AUR (iirc makepkg uses pacman thus cannot install AUR dependencies by itself) or do just as you did and install lib32-libstdc++5 by yourself with the PKGBUILD you found in AUR.
murchu27 commented on 2020-06-13 12:11 (UTC)
Following on from the last comment, I found the missing lib32-libstdc++5 package here on AUR, and when I built that, and then built this package again, it worked for me. Is there any way to account for this in the PKGBUILD?
murchu27 commented on 2020-06-13 11:59 (UTC) (edited on 2020-06-13 12:02 (UTC) by murchu27)
@postblue Could you elaborate on your point about uncommenting the
[multilib]
directory in/etc/pacman.conf
? Here's a snippet from mine:Running makepkg in the same directory as the PKGBUILD and the
.sh
file gives this error:Thanks in advance!
postblue commented on 2020-05-21 09:35 (UTC) (edited on 2020-06-17 08:43 (UTC) by postblue)
@set-l How are you installing?
Using makepkg in a directory with the PKGBUILD and the
.sh
file, it compiles without any problem.The lib32-* packages are in the
[multilib]
directory that should be uncommented in/etc/pacman.conf
. Sourceset-l commented on 2020-05-17 01:11 (UTC)
This PKGBUILD does not install lib32 dependencies.