pkgsrc-WIP-changes archive

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

starfighter: update to starfighter-2.1



Module Name:	pkgsrc-wip
Committed By:	Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By:	yhardy
Date:		Sat Apr 25 23:14:22 2020 +0200
Changeset:	bd0443f51f18ab977fa64e3692ab4631aaca9ad8

Modified Files:
	starfighter/Makefile
	starfighter/distinfo
Removed Files:
	starfighter/patches/patch-src_Makefile.am

Log Message:
starfighter: update to starfighter-2.1

Github release announcement:

It's been awhile since we've had a release! Time for an update. Version 2.1 is a less significant release
compared to version 2.0, but has some noteworthy improvements.

Changes compared to version 2.0 include:

  * Added support for Haiku's config directory. Thanks to Crestwave for this improvement.
  * Improved colorblind accessibility by making friendly bolts brighter than enemy bolts and by making the HUD's display of
    powered-up status use brighter colors and textured coloring. This change also makes it possible to see all information through
    a heavily red-shifted display.
  * Made it so that the Firefly's exhaust is still displayed when low on shield, and halved the amount of explosions shown at that
    time. Prior to this change, the explosions (indicating low health) replaced the exhaust entirely, which I thought was a bit
    odd.
  * Except in Classic and Nightmare difficulties, the game now waits to start the jump-out sequence until all worthwhile powerups
    have been collected. This in particular ensures that you always have a chance to collect all the money that bosses drop; it was
    previously very easy to miss large amounts of it.
  * Except in Classic difficulty, powerups now move outward from their ships at only half the speed they used to. This is meant to
    stop them from spreading out incredibly far from the source.
  * Fixed MacOS support. Thanks to Ian Gilham for this improvement.
  * Various fixes and improvements, including improvements to Gettext translation support.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=bd0443f51f18ab977fa64e3692ab4631aaca9ad8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 starfighter/Makefile                      |  4 ++--
 starfighter/distinfo                      |  9 ++++-----
 starfighter/patches/patch-src_Makefile.am | 15 ---------------
 3 files changed, 6 insertions(+), 22 deletions(-)

diffs:
diff --git a/starfighter/Makefile b/starfighter/Makefile
index acd2ed04c9..8cbcf1564c 100644
--- a/starfighter/Makefile
+++ b/starfighter/Makefile
@@ -1,9 +1,9 @@
 # $NetBSD$
 
-DISTNAME=	starfighter-2.0.0.3
+DISTNAME=	starfighter-2.1
 CATEGORIES=	games
 MASTER_SITES=	${MASTER_SITE_GITHUB:=pr-starfighter/}
-GITHUB_TAG=	v2.0.0.3
+GITHUB_TAG=	v2.1
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	https://pr-starfighter.github.io/
diff --git a/starfighter/distinfo b/starfighter/distinfo
index 582dc1d4e1..bfd9399c07 100644
--- a/starfighter/distinfo
+++ b/starfighter/distinfo
@@ -1,7 +1,6 @@
 $NetBSD$
 
-SHA1 (starfighter-2.0.0.3.tar.gz) = e092b6e1c3749fda8511851b4eaf34bfa907c497
-RMD160 (starfighter-2.0.0.3.tar.gz) = ede3736ebd0ae4e6594397204345feb6b59ab3e4
-SHA512 (starfighter-2.0.0.3.tar.gz) = 7682a14bc2692aef32b7e07e5948d9ac2f5ef1e72616179d43a1e6f60c7379d4b75ad12761dbc53c633d7677b714a38cdeabae6f773c35a8a715981465ae423f
-Size (starfighter-2.0.0.3.tar.gz) = 50153102 bytes
-SHA1 (patch-src_Makefile.am) = 5f1d79a5efce95b014b4976035f83af7ca471f2f
+SHA1 (starfighter-2.1.tar.gz) = f68cfbf92cb780eb29571212c3e0eda2300012d8
+RMD160 (starfighter-2.1.tar.gz) = f03bb66c3ad81550b5b2f644db76c599fbf70f77
+SHA512 (starfighter-2.1.tar.gz) = 5a8408de01a688b84d5d12ee480381f7887735436ea01ce756b539ff09a6fec64b52a101e8179d65c6ff2c36797486f6becd46b9d1f101ac2ceda66d0f8cd4cf
+Size (starfighter-2.1.tar.gz) = 50155443 bytes
diff --git a/starfighter/patches/patch-src_Makefile.am b/starfighter/patches/patch-src_Makefile.am
deleted file mode 100644
index e1fad616a4..0000000000
--- a/starfighter/patches/patch-src_Makefile.am
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD$
-
-Add -lintl for gettext.
-
---- src/Makefile.am.orig	2019-07-23 16:40:40.000000000 +0000
-+++ src/Makefile.am
-@@ -12,7 +12,7 @@ starfighter_CPPFLAGS = $(STARFIGHTER_CFL
- endif
- 
- starfighter_CFLAGS = $(SDL_CFLAGS) $(PANGO_CFLAGS)
--starfighter_LDADD = $(SDL_LIBS) $(PANGO_LIBS)
-+starfighter_LDADD = $(SDL_LIBS) $(PANGO_LIBS) -lintl
- 
- starfighter_SOURCES = \
- 	Starfighter.c \


Home | Main Index | Thread Index | Old Index