pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/games/alephone Update alephone to 20091015, a.k.a. 0.2...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a906adabb255
branches: trunk
changeset: 568291:a906adabb255
user: obache <obache%pkgsrc.org@localhost>
date: Thu Dec 10 06:10:02 2009 +0000
description:
Update alephone to 20091015, a.k.a. 0.22.1.
Based on maintainer update request by PR 42397.
pkgsrc changes:
* set LICENSE=gnu-gpl-v2
* add user-destdir support
* get back speex support
diffstat:
games/alephone/Makefile | 17 ++++++++++-------
games/alephone/PLIST | 14 ++++++++++++--
games/alephone/distinfo | 8 ++++----
3 files changed, 26 insertions(+), 13 deletions(-)
diffs (95 lines):
diff -r 8e3e82e19142 -r a906adabb255 games/alephone/Makefile
--- a/games/alephone/Makefile Wed Dec 09 21:19:59 2009 +0000
+++ b/games/alephone/Makefile Thu Dec 10 06:10:02 2009 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.8 2009/08/26 19:57:28 sno Exp $
+# $NetBSD: Makefile,v 1.9 2009/12/10 06:10:02 obache Exp $
#
-DISTNAME= AlephOne-20071103
+DISTNAME= AlephOne-20091015
PKGNAME= ${DISTNAME:tl}
-PKGREVISION= 6
CATEGORIES= games
MASTER_SITES+= ${MASTER_SITE_SOURCEFORGE:=marathon/}
EXTRACT_SUFX= .tar.bz2
@@ -11,19 +10,23 @@
MAINTAINER= christtrekker%users.sourceforge.net@localhost
HOMEPAGE= http://marathon.sourceforge.net/
COMMENT= Classic 2.5D FPS game engine, updated to use SDL
+LICENSE= gnu-gpl-v2
+
+PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
-USE_LANGUAGES+= c c++
+USE_LANGUAGES= c c++
INSTALLATION_DIRS= share/doc/AlephOne
-CONFIGURE_ARGS= --disable-speex
-
post-install:
- ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/AlephOne/
+ ${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/AlephOne/
.include "../../audio/SDL_sound/buildlink3.mk"
+BUILDLINK_API_DEPENDS.SDL+= SDL>=1.2.6
.include "../../devel/SDL/buildlink3.mk"
+BUILDLINK_API_DEPENDS.boost-headers+= boost-headers>=1.31
.include "../../devel/boost-headers/buildlink3.mk"
+BUILDLINK_API_DEPENDS.SDL_image+= SDL_image>=1.2.6
.include "../../graphics/SDL_image/buildlink3.mk"
.include "../../net/SDL_net/buildlink3.mk"
diff -r 8e3e82e19142 -r a906adabb255 games/alephone/PLIST
--- a/games/alephone/PLIST Wed Dec 09 21:19:59 2009 +0000
+++ b/games/alephone/PLIST Thu Dec 10 06:10:02 2009 +0000
@@ -1,12 +1,19 @@
-@comment $NetBSD: PLIST,v 1.2 2009/06/14 17:56:39 joerg Exp $
+@comment $NetBSD: PLIST,v 1.3 2009/12/10 06:10:02 obache Exp $
bin/alephone
+man/man6/alephone.6
share/AlephOne/Fonts
share/AlephOne/MML/Interface_Rects.mml
share/AlephOne/MML/Transparent_Liquids.mml
share/AlephOne/MML/Transparent_Sprites.mml
+share/AlephOne/Themes/Default/DejaVuLGCSansCondensed-Bold.ttf
+share/AlephOne/Themes/Default/DejaVuLGCSansCondensed-BoldOblique.ttf
+share/AlephOne/Themes/Default/bankgthd.ttf
share/AlephOne/Themes/Default/button_c.bmp
+share/AlephOne/Themes/Default/button_c_p.bmp
share/AlephOne/Themes/Default/button_l.bmp
+share/AlephOne/Themes/Default/button_l_p.bmp
share/AlephOne/Themes/Default/button_r.bmp
+share/AlephOne/Themes/Default/button_r_p.bmp
share/AlephOne/Themes/Default/frame_b.bmp
share/AlephOne/Themes/Default/frame_bl.bmp
share/AlephOne/Themes/Default/frame_br.bmp
@@ -28,10 +35,13 @@
share/AlephOne/Themes/Default/slider_c.bmp
share/AlephOne/Themes/Default/slider_l.bmp
share/AlephOne/Themes/Default/slider_r.bmp
-share/AlephOne/Themes/Default/theme.mml
+share/AlephOne/Themes/Default/theme2.mml
share/AlephOne/Themes/Default/thumb_b.bmp
share/AlephOne/Themes/Default/thumb_bc.bmp
share/AlephOne/Themes/Default/thumb_c.bmp
share/AlephOne/Themes/Default/thumb_t.bmp
share/AlephOne/Themes/Default/thumb_tc.bmp
+share/AlephOne/Themes/Default/tiny_button_c.bmp
+share/AlephOne/Themes/Default/tiny_button_l.bmp
+share/AlephOne/Themes/Default/tiny_button_r.bmp
share/doc/AlephOne/README
diff -r 8e3e82e19142 -r a906adabb255 games/alephone/distinfo
--- a/games/alephone/distinfo Wed Dec 09 21:19:59 2009 +0000
+++ b/games/alephone/distinfo Thu Dec 10 06:10:02 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2007/11/17 08:42:33 obache Exp $
+$NetBSD: distinfo,v 1.3 2009/12/10 06:10:02 obache Exp $
-SHA1 (AlephOne-20071103.tar.bz2) = 51a62cbc201cb1594be6d5e9c53dccda7eaf7e2f
-RMD160 (AlephOne-20071103.tar.bz2) = 83f7542a873183d5f8178898fc6be3b59f0fcc46
-Size (AlephOne-20071103.tar.bz2) = 7295646 bytes
+SHA1 (AlephOne-20091015.tar.bz2) = 8e87ff166ca5c973921337a75ffc9fcc7cdeb9ae
+RMD160 (AlephOne-20091015.tar.bz2) = 046fc5fde1d89250e8cc6c30f74f561780398c54
+Size (AlephOne-20091015.tar.bz2) = 3147394 bytes
Home |
Main Index |
Thread Index |
Old Index