Update to extremetuxracer 0.8.1.
This commit is contained in:
parent
78811238e7
commit
4bc638a8d2
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.21 2019/07/12 20:46:17 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.22 2021/12/30 19:13:10 pascal Exp $
|
||||
|
||||
COMMENT = downhill racing game
|
||||
BROKEN-alpha = cc1plus: error: unrecognized command line option '-std=c++11'
|
||||
BROKEN-hppa = cc1plus: error: unrecognized command line option '-std=c++11'
|
||||
|
||||
V = 0.7.5
|
||||
V = 0.8.1
|
||||
DISTNAME = etr-$V
|
||||
PKGNAME = extremetuxracer-$V
|
||||
|
||||
@ -17,7 +17,7 @@ MAINTAINER = Pascal Stumpf <pascal@stumpf.co>
|
||||
# GPLv2+
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
WANTLIB += GL GLU c m pthread sfml-audio sfml-graphics sfml-system
|
||||
WANTLIB += GL GLU X11 Xrandr c m pthread sfml-audio sfml-graphics sfml-system
|
||||
WANTLIB += sfml-window
|
||||
WANTLIB += ${COMPILER_LIBCXX}
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (etr-0.7.5.tar.xz) = T9OcUqQmuiLesmvM64B9fuvnt9ffV4z9A/EAZsIYxtM=
|
||||
SIZE (etr-0.7.5.tar.xz) = 44180024
|
||||
SHA256 (etr-0.8.1.tar.xz) = ktqWPtMqub/xJjRu37lUnocdfDzsdT9KxQmODVPDg0E=
|
||||
SIZE (etr-0.8.1.tar.xz) = 40820308
|
||||
|
@ -1,14 +0,0 @@
|
||||
$OpenBSD: patch-src_quadtree_cpp,v 1.1 2017/05/13 22:00:23 espie Exp $
|
||||
|
||||
Index: src/quadtree.cpp
|
||||
--- src/quadtree.cpp.orig
|
||||
+++ src/quadtree.cpp
|
||||
@@ -782,7 +782,7 @@ void quadsquare::Render(const quadcornerdata& cd, GLub
|
||||
}
|
||||
|
||||
for (size_t j=0; j<numTerrains; j++) {
|
||||
- if (Course.TerrList[j].texture > 0) {
|
||||
+ if (Course.TerrList[j].texture != 0) {
|
||||
Course.TerrList[j].texture->Bind();
|
||||
|
||||
for (GLuint i=0; i<VertexArrayCounter; i++) {
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.7 2018/12/24 14:59:12 pascal Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.8 2021/12/30 19:13:10 pascal Exp $
|
||||
@bin bin/etr
|
||||
share/appdata/
|
||||
share/appdata/etr.appdata.xml
|
||||
@ -545,11 +545,15 @@ share/etr/textures/ziff032.png
|
||||
share/etr/translations/
|
||||
share/etr/translations/cs_CZ.lst
|
||||
share/etr/translations/de_DE.lst
|
||||
share/etr/translations/du_NL.lst
|
||||
share/etr/translations/eo.lst
|
||||
share/etr/translations/es_ES.lst
|
||||
share/etr/translations/fi_FI.lst
|
||||
share/etr/translations/fr_FR.lst
|
||||
share/etr/translations/languages.lst
|
||||
share/etr/translations/pl_PL.lst
|
||||
share/etr/translations/ro_RO.lst
|
||||
share/etr/translations/se_SE.lst
|
||||
share/etr/translations/xx_XX.lst
|
||||
share/pixmaps/
|
||||
share/pixmaps/etr.png
|
||||
|
Loading…
Reference in New Issue
Block a user