Package Details: hyperrogue 13.0-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: GPL2
Submitter: keenerd
Maintainer: Mr.Smith1974
Last Packager: Mr.Smith1974
Votes: 17
Popularity: 0.21
First Submitted: 2012-06-06 01:56 (UTC)
Last Updated: 2024-01-12 08:50 (UTC)

Latest Comments

1 2 3 Next › Last »

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?

keenerd commented on 2019-11-11 13:12 (UTC)

Nice, a version that finally doesn't produce lots of build errors.

brumaire commented on 2019-11-11 08:48 (UTC)

Hello,

I'm interested in maintening this package.

Does anybody else is or can I adopt it ? I shall say that I am an utter noob regarding package maintenance but i'm willing to learn. Plus I love this great game.