update to alephone 0.23.2
Major highlights for this release include an entirely new modern 3D renderer option, a plugins system, PNG screenshots, Lua API improvements, and bug fixes.
This commit is contained in:
parent
7bff8cda50
commit
dc237e8ddb
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2010/10/18 18:00:17 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2010/10/23 12:59:19 phessler Exp $
|
||||
|
||||
DIST_SUBDIR ?= alephone
|
||||
COMMENT = open source game engine based on Marathon 2: Durandal
|
||||
|
||||
DISTNAME = AlephOne-20091015
|
||||
PKGNAME = alephone-0.22.1p0
|
||||
DISTNAME = AlephOne-20100424
|
||||
PKGNAME = alephone-0.23.2
|
||||
|
||||
EXTRACT_SUFX = .tar.bz2
|
||||
CATEGORIES = games x11
|
||||
@ -21,23 +21,27 @@ PERMIT_DISTFILES_FTP = Yes
|
||||
|
||||
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=marathon/} \
|
||||
http://www.treellama.org/alephone/
|
||||
WANTLIB = GL GLU SDL c m ogg pthread smpeg stdc++ z
|
||||
|
||||
WANTLIB += GL GLU c m pthread stdc++ z
|
||||
WANTLIB += SDL SDL_net SDL_image SDL_ttf mad ogg png sndfile
|
||||
WANTLIB += smpeg speex speexdsp vorbis vorbisfile zzip
|
||||
|
||||
BUILD_DEPENDS = ::devel/automake/${AUTOMAKE_VER} \
|
||||
::devel/autoconf/${AUTOCONF_VER}
|
||||
LIB_DEPENDS = ::devel/boost \
|
||||
SDL_net::devel/sdl-net \
|
||||
SDL_image::devel/sdl-image \
|
||||
SDL_ttf::devel/sdl-ttf \
|
||||
smpeg.>=1.3::devel/smpeg \
|
||||
mad::audio/libmad \
|
||||
sndfile::audio/libsndfile \
|
||||
speexdsp,speex::audio/speex \
|
||||
vorbis,vorbisfile::audio/libvorbis
|
||||
LIB_DEPENDS = ::archivers/zziplib \
|
||||
::devel/boost \
|
||||
::devel/sdl-net \
|
||||
::devel/sdl-image \
|
||||
::devel/sdl-ttf \
|
||||
::devel/smpeg \
|
||||
::audio/libmad \
|
||||
::audio/libsndfile \
|
||||
::audio/speex \
|
||||
::audio/libvorbis
|
||||
|
||||
USE_X11 = Yes
|
||||
USE_BZIP2 = Yes
|
||||
USE_GROFF = Yes
|
||||
USE_GROFF = Yes
|
||||
CONFIGURE_STYLE = gnu
|
||||
AUTOCONF_VER = 2.61
|
||||
AUTOMAKE_VER = 1.9
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (alephone/AlephOne-20091015.tar.bz2) = ahptgJNpvQPgJjN3+HtZ8A==
|
||||
RMD160 (alephone/AlephOne-20091015.tar.bz2) = BG/F/eHYklDozGww909WF4A5jFQ=
|
||||
SHA1 (alephone/AlephOne-20091015.tar.bz2) = jof/FmylyXOSEzenX/yfzHzeua4=
|
||||
SHA256 (alephone/AlephOne-20091015.tar.bz2) = 7yCFpdPRd92HHgVLPlBvHlq9UzRu5otyv/VMHAL9oFQ=
|
||||
SIZE (alephone/AlephOne-20091015.tar.bz2) = 3147394
|
||||
MD5 (alephone/AlephOne-20100424.tar.bz2) = n9VRf89OHdjOP+YzGsWOjg==
|
||||
RMD160 (alephone/AlephOne-20100424.tar.bz2) = zG4EkbCqf+vYVMVgxd9WwKZgx1c=
|
||||
SHA1 (alephone/AlephOne-20100424.tar.bz2) = PTmJcDzLG16Ka2qwAolW9DPk+EY=
|
||||
SHA256 (alephone/AlephOne-20100424.tar.bz2) = 2XCJiQzpmVICfq9hhbqmywGybCiC38qeaIFt/nB2peY=
|
||||
SIZE (alephone/AlephOne-20100424.tar.bz2) = 3180896
|
||||
|
@ -1,21 +0,0 @@
|
||||
$OpenBSD: patch-configure,v 1.1 2009/05/18 05:59:23 phessler Exp $
|
||||
--- configure.orig Sat Dec 27 03:35:29 2008
|
||||
+++ configure Sat May 9 13:05:08 2009
|
||||
@@ -8184,7 +8184,7 @@ if test "${ac_cv_lib_vorbisfile_ov_open+set}" = set; t
|
||||
echo $ECHO_N "(cached) $ECHO_C" >&6
|
||||
else
|
||||
ac_check_lib_save_LIBS=$LIBS
|
||||
-LIBS="-lvorbisfile $LIBS"
|
||||
+LIBS="`pkg-config vorbisfile --libs` $LIBS"
|
||||
cat >conftest.$ac_ext <<_ACEOF
|
||||
/* confdefs.h. */
|
||||
_ACEOF
|
||||
@@ -8241,7 +8241,7 @@ fi
|
||||
echo "${ECHO_T}$ac_cv_lib_vorbisfile_ov_open" >&6; }
|
||||
if test $ac_cv_lib_vorbisfile_ov_open = yes; then
|
||||
|
||||
- LIBS="-lvorbisfile $LIBS"
|
||||
+ LIBS="`pkg-config vorbisfile --libs` $LIBS"
|
||||
|
||||
cat >>confdefs.h <<\_ACEOF
|
||||
#define HAVE_VORBISFILE 1
|
12
games/alephone/alephone/patches/patch-docs_alephone_6
Normal file
12
games/alephone/alephone/patches/patch-docs_alephone_6
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-docs_alephone_6,v 1.1 2010/10/23 12:59:19 phessler Exp $
|
||||
--- docs/alephone.6.orig Sat Oct 23 14:32:45 2010
|
||||
+++ docs/alephone.6 Sat Oct 23 14:33:39 2010
|
||||
@@ -50,7 +50,7 @@ Entries
|
||||
.I later
|
||||
in the list have precedence over entries earlier in the list.
|
||||
The default is
|
||||
-.BR /usr/share/games/AlephOne:/usr/share/games/AlephOne .
|
||||
+.BR /usr/local/share/alephone:/usr/local/share/alephone .
|
||||
.SH "SEE ALSO"
|
||||
The latest news regarding engine and scenario development can be found at
|
||||
.URL "http://source.bungie.org/" "the project web site" "."
|
Loading…
Reference in New Issue
Block a user