Update to hyperrogue-11.3o
This commit is contained in:
parent
54dad52791
commit
e44b3f5ed7
@ -1,6 +1,6 @@
|
||||
# $OpenBSD: Makefile,v 1.15 2020/05/14 21:20:03 bcallah Exp $
|
||||
# $OpenBSD: Makefile,v 1.16 2020/06/28 02:37:25 bcallah Exp $
|
||||
|
||||
V = 11.3l
|
||||
V = 11.3o
|
||||
COMMENT = roguelike game in a non-Euclidean world
|
||||
CATEGORIES = games x11
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (hyperrogue-11.3l.tar.gz) = 7fSCoekhyeJMBYGm/5vXHCpogvjztxZ8WyFeWIXBjsA=
|
||||
SIZE (hyperrogue-11.3l.tar.gz) = 69226267
|
||||
SHA256 (hyperrogue-11.3o.tar.gz) = y8luUVxGjuvwGEzu1SRLUoZLv5sOhEaUAaNime0kdQs=
|
||||
SIZE (hyperrogue-11.3o.tar.gz) = 69246164
|
||||
|
@ -1,4 +1,4 @@
|
||||
$OpenBSD: patch-Makefile_am,v 1.2 2019/11/09 16:38:54 bcallah Exp $
|
||||
$OpenBSD: patch-Makefile_am,v 1.3 2020/06/28 02:37:25 bcallah Exp $
|
||||
|
||||
Remove hardcoded optimizations.
|
||||
|
||||
@ -8,10 +8,10 @@ Index: Makefile.am
|
||||
@@ -2,7 +2,7 @@ bin_PROGRAMS = hyperrogue
|
||||
hyperroguedir = $(datadir)/hyperrogue
|
||||
hyperrogue_SOURCES = hyper.cpp savepng.cpp
|
||||
hyperrogue_CPPFLAGS = -DFONTDESTDIR=\"$(pkgdatadir)/DejaVuSans-Bold.ttf\" -DMUSICDESTDIR=\"$(pkgdatadir)/hyperrogue-music.txt\" -DSOUNDDESTDIR=\"$(pkgdatadir)/sounds/\"
|
||||
hyperrogue_CPPFLAGS = -DFONTDESTDIR=\"$(pkgdatadir)/DejaVuSans-Bold.ttf\" -DMUSICDESTDIR=\"$(pkgdatadir)/hyperrogue-music.txt\" -DSOUNDDESTDIR=\"$(pkgdatadir)/sounds/\" -DRESOURCEDESTDIR=\"$(pkgdatadir)/\"
|
||||
-hyperrogue_CXXFLAGS = -O2 -std=c++11 ${AM_CXXFLAGS}
|
||||
+hyperrogue_CXXFLAGS = -std=c++11 ${AM_CXXFLAGS}
|
||||
dist_hyperrogue_DATA = hyperrogue-music.txt DejaVuSans-Bold.ttf
|
||||
dist_hyperrogue_DATA = hyperrogue-music.txt DejaVuSans-Bold.ttf solv-geodesics.dat shyp-geodesics.dat ssol-geodesics.dat honeycomb-rules-435.dat honeycomb-rules-534.dat honeycomb-rules-535.dat
|
||||
|
||||
# docdir
|
||||
@@ -18,7 +18,7 @@ dist_sounds_DATA = sounds/*
|
||||
|
@ -1,9 +1,12 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2019/11/09 16:38:54 bcallah Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.4 2020/06/28 02:37:25 bcallah Exp $
|
||||
@bin bin/hyperrogue
|
||||
share/doc/hyperrogue/
|
||||
share/doc/hyperrogue/README.md
|
||||
share/hyperrogue/
|
||||
share/hyperrogue/DejaVuSans-Bold.ttf
|
||||
share/hyperrogue/honeycomb-rules-435.dat
|
||||
share/hyperrogue/honeycomb-rules-534.dat
|
||||
share/hyperrogue/honeycomb-rules-535.dat
|
||||
share/hyperrogue/hyperrogue-music.txt
|
||||
share/hyperrogue/music/
|
||||
share/hyperrogue/music/hr-savino-caribbean.ogg
|
||||
@ -21,6 +24,8 @@ share/hyperrogue/music/hr3-laboratory.ogg
|
||||
share/hyperrogue/music/hr3-mirror.ogg
|
||||
share/hyperrogue/music/hr3-motion.ogg
|
||||
share/hyperrogue/music/hr3-rlyeh.ogg
|
||||
share/hyperrogue/shyp-geodesics.dat
|
||||
share/hyperrogue/solv-geodesics.dat
|
||||
share/hyperrogue/sounds/
|
||||
share/hyperrogue/sounds/bull.ogg
|
||||
share/hyperrogue/sounds/click.ogg
|
||||
@ -100,3 +105,4 @@ share/hyperrogue/sounds/steamhiss.ogg
|
||||
share/hyperrogue/sounds/storm.ogg
|
||||
share/hyperrogue/sounds/tada.ogg
|
||||
share/hyperrogue/sounds/trapdoor.ogg
|
||||
share/hyperrogue/ssol-geodesics.dat
|
||||
|
Loading…
Reference in New Issue
Block a user