pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/games/lbreakout2 Changes 2.5.2:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/718456e2b46f
branches:  trunk
changeset: 487425:718456e2b46f
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Jan 14 08:51:06 2005 +0000

description:
Changes 2.5.2:
- added a different sound for balls reflected from the paddle
  (05/01/13 M.S.)
- bugfix: acceleration of balls by middle mouse button now works in
  the testing mode of the editor (previously the balls got stuck in
  mid-air) (05/01/13 M.S.)
- the game will be paused if the input focus is lost or the
  application is iconfied (05/01/13 M.S.)
- when the 'sticky' bonus runs out, all attached balls will be
  detached (05/01/13 M.S.)
- when pressing either left or right shift, the name and score of
  the first chart entry of this set will be displayed at the upper
  right-hand side display of the frame instead of your name and
  score (05/01/12 M.S.)
- if a paddle is frozen and the mouse is moved, the paddle will no
  longer jump after thawing (05/01/12 M.S.)
- when a paddle turns invisible due to the 'ghost paddle'-malus, all
  attached balls will be detached (05/01/12 M.S.)
- re-implemented explosion animation for bricks directly hit by an
  explosive ball (05/01/12 M.S.)

diffstat:

 games/lbreakout2/Makefile |  14 ++++++--------
 games/lbreakout2/PLIST    |  10 +++++++---
 games/lbreakout2/distinfo |   6 +++---
 3 files changed, 16 insertions(+), 14 deletions(-)

diffs (87 lines):

diff -r 092866603aef -r 718456e2b46f games/lbreakout2/Makefile
--- a/games/lbreakout2/Makefile Fri Jan 14 08:38:13 2005 +0000
+++ b/games/lbreakout2/Makefile Fri Jan 14 08:51:06 2005 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2004/11/17 16:16:30 adam Exp $
+# $NetBSD: Makefile,v 1.15 2005/01/14 08:51:06 adam Exp $
 
-DISTNAME=      lbreakout2-2.5.1
+DISTNAME=      lbreakout2-2.5.2
 CATEGORIES=    games
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=lgames/}
 
@@ -8,16 +8,14 @@
 HOMEPAGE=      http://lgames.sourceforge.net/
 COMMENT=       Breakout-style arcade game
 
-USE_BUILDLINK3=                YES
-USE_X11=               YES
-GNU_CONFIGURE=         YES
+USE_BUILDLINK3=                yes
+USE_X11=               yes
+GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --with-highscore-path=${LOCALBASE}/share/games/ \
                        --with-docdir=${LOCALBASE}/share/doc/html
 
 LDFLAGS.SunOS+=        -lsocket -lnsl
 
+.include "../../audio/SDL_mixer/buildlink3.mk"
 .include "../../graphics/png/buildlink3.mk"
-.include "../../audio/SDL_mixer/buildlink3.mk"
-.include "../../devel/SDL/buildlink3.mk"
-
 .include "../../mk/bsd.pkg.mk"
diff -r 092866603aef -r 718456e2b46f games/lbreakout2/PLIST
--- a/games/lbreakout2/PLIST    Fri Jan 14 08:38:13 2005 +0000
+++ b/games/lbreakout2/PLIST    Fri Jan 14 08:51:06 2005 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2004/11/17 16:16:30 adam Exp $
+@comment $NetBSD: PLIST,v 1.5 2005/01/14 08:51:06 adam Exp $
 bin/lbreakout2
 bin/lbreakout2server
 share/doc/html/lbreakout2/b0.jpg
@@ -154,7 +154,9 @@
 share/lbreakout2/levels/Afl
 share/lbreakout2/levels/Alex
 share/lbreakout2/levels/Arcade
+share/lbreakout2/levels/Arkanoid
 share/lbreakout2/levels/BeOS-4ever
+share/lbreakout2/levels/Biolab428
 share/lbreakout2/levels/Bombs
 share/lbreakout2/levels/CalendarFun
 share/lbreakout2/levels/Chaos
@@ -173,6 +175,7 @@
 share/lbreakout2/levels/GreenWall4
 share/lbreakout2/levels/Hans
 share/lbreakout2/levels/HereWeGo
+share/lbreakout2/levels/Heroes
 share/lbreakout2/levels/HighBall
 share/lbreakout2/levels/Holidays
 share/lbreakout2/levels/Hommage
@@ -237,7 +240,8 @@
 share/lbreakout2/sounds/menu_click.wav
 share/lbreakout2/sounds/menu_motion.wav
 share/lbreakout2/sounds/metal.wav
-share/lbreakout2/sounds/reflect.wav
+share/lbreakout2/sounds/reflect_brick.wav
+share/lbreakout2/sounds/reflect_paddle.wav
 share/lbreakout2/sounds/score.wav
 share/lbreakout2/sounds/shot.wav
 share/lbreakout2/sounds/shrink.wav
@@ -259,4 +263,4 @@
 @dirrm share/lbreakout2/gui_theme
 @dirrm share/lbreakout2
 @dirrm share/doc/html/lbreakout2
-@unexec echo Please remove highscore file %D/share/games/lbreakout2.hscr manually.
+@unexec echo Please remove highscore file %D/var/lbreakout2.hscr manually.
diff -r 092866603aef -r 718456e2b46f games/lbreakout2/distinfo
--- a/games/lbreakout2/distinfo Fri Jan 14 08:38:13 2005 +0000
+++ b/games/lbreakout2/distinfo Fri Jan 14 08:51:06 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.6 2004/11/17 16:16:30 adam Exp $
+$NetBSD: distinfo,v 1.7 2005/01/14 08:51:06 adam Exp $
 
-SHA1 (lbreakout2-2.5.1.tar.gz) = ac4eea141515f9cd3643d67cd6f7d8b8c7c747f8
-Size (lbreakout2-2.5.1.tar.gz) = 2839646 bytes
+SHA1 (lbreakout2-2.5.2.tar.gz) = 50a7627c7373178a04467c292e83a1c8e7dc58c6
+Size (lbreakout2-2.5.2.tar.gz) = 2849669 bytes



Home | Main Index | Thread Index | Old Index