Package Details: hyperrogue 13.1.h-1

Git Clone URL: https://aur.archlinux.org/hyperrogue.git (read-only, click to copy)
Package Base: hyperrogue
Description: You are a lone outsider in a strange, non-Euclidean hyperbolic world
Upstream URL: http://www.roguetemple.com/z/hyper.php
Keywords: game non-euclidean openworld rogue roguelike strange
Licenses: GPL-2.0-or-later
Submitter: keenerd
Maintainer: envolution
Last Packager: envolution
Votes: 19
Popularity: 0.012427
First Submitted: 2012-06-06 01:56 (UTC)
Last Updated: 2025-12-13 00:59 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

ThoughtBubble2 commented on 2024-11-03 00:14 (UTC)

I am not hearing any sounds or music in the game. I've tried removing the references to the music option like @DonkoXI suggested and reinstalled the package. I still don't hear anything.

envolution commented on 2024-10-29 07:39 (UTC)

updated to 13.0r, currently stuck here waiting for some upstream fixes

pjvm commented on 2023-12-24 13:40 (UTC)

glew should be added to makedepends

DonkoXI commented on 2021-02-12 21:26 (UTC) (edited on 2021-02-12 21:28 (UTC) by DonkoXI)

Since the music is now included with the source code, the music option needs to be adjusted/removed. Removing the references to the music option and altering the build/package functions as below works for me. There is also a bug in the makefile which is patched below.

build() {
    cd "$srcdir/$pkgname-$pkgver"
    export CXXFLAGS=-I/usr/include/SDL  # Bug fix
    autoreconf -vi
    ./configure --prefix=/usr
    make
}

package() {
    cd "$srcdir/$pkgname-$pkgver"
    make install DESTDIR="$pkgdir/"
}

odisseus commented on 2021-01-12 22:08 (UTC) (edited on 2021-01-12 22:17 (UTC) by odisseus)

As of the commit 3ffc7a2ab42e (version 11.3o-1), the PKGBUILD script fails when attempting to install the package with "full" music.

Xyne commented on 2020-03-15 10:44 (UTC)

Fair enough.

keenerd commented on 2020-03-13 03:29 (UTC)

They aren't included with the game's source code, and need to be extracted from the windows install. That makes it murky if they are "part of it" or not. It doesn't add much to the gameplay, but does make the package 5x larger.

Xyne commented on 2020-03-08 04:32 (UTC)

The music and sound effects are part of the game and should be included by default, no?