pkgsrc-Bugs archive

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

pkg/55831: games/dMagnetic: Update to 0.28



>Number:         55831
>Category:       pkg
>Synopsis:       games/dMagnetic: Update to 0.28
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sat Nov 28 11:25:00 +0000 2020
>Originator:     Thomas Dettbarn
>Release:        the last one
>Organization:
>Environment:
does not apply.
>Description:
Hello!

My project dMagnetic has seen release 0.28. 
I took the liberty of creating a patch for your CVS server.
You can find it in the "Fix" section of this form.

In addition to this, I took the liberty of copying over the changelog from the Debian package. I hope that is okay with you.

As you can see, this release is able to load Acorn Archimedes and Spectrum128/Specturm+3 binaries from the original games to play.

Enjoy!!



dmagnetic (0.28-1) unstable; urgency=medium

  * Spectrum128 and Spectrum+3 binaries can be used
  * Acorn Archimedes binaries can be used for playing
  * Some internal bugfixes

 -- Thomas Dettbarn <dettus%dettus.net@localhost> Sat, 28 Nov 2020 12:56:54 +0100

dmagnetic (0.27-1) unstable; urgency=medium

  * Update to release 0.27.
  * Removed a bug that prevented loading game binaries

  * Loads binaries from Amstrad CPC, Commodore64 and MS DOS

 -- Thomas Dettbarn <dettus%dettus.net@localhost>  Sun, 01 Nov 2020 19:09:37 +0100

dmagnetic (0.26-1) unstable; urgency=medium

  * Update to release 0.26.
  * Amstrad CPC images in the DSK format can be used

 -- Thomas Dettbarn <dettus%dettus.net@localhost>  Sat, 31 Oct 2020 19:51:49 +0100

dmagnetic (0.25-2) unstable; urgency=medium

  * Build with -ffloat-store on i386 to fix FTBFS. (Closes: #966525)

 -- Thomas Dettbarn <dettus%dettus.net@localhost>  Mon, 03 Aug 2020 00:59:17 +0100

dmagnetic (0.25-1) unstable; urgency=medium

  * Update to release 0.25.
  * Post compilation check improved

  * Internal RGB channels upgraded from 3 to 10 bit.

 -- Thomas Dettbarn <dettus%dettus.net@localhost>  Sun, 26 Jul 2020 14:26:01 +0100

dmagnetic (0.24-1) unstable; urgency=medium

  * Update to release 0.24.
  * Commodore 64 binaries can be used for playing.

 -- Thomas Dettbarn <dettus%dettus.net@localhost>  Sat, 11 Jul 2020 19:56:07 +0100

dmagnetic (0.23-1) unstable; urgency=medium

  * Update to release 0.23.
  * Introduced new graphic render modes for MS-DOS binaries

 -- Thomas Dettbarn <dettus%dettus.net@localhost>  Sun, 07 Jun 2020 23:03:53 +0100

dmagnetic (0.22-1) unstable; urgency=medium

  * Update to release 0.22.
  * Binaries from the Magnetic Windows system can be used for playing.
  * Sixel mode allows for high resolution images in certain xterms.

 -- Thomas Dettbarn <dettus%dettus.net@localhost>  Thu, 13 Feb 2020 18:56:15 +0100


dmagnetic (0.21-1) unstable; urgency=medium

  * Update to release 0.21.
  * Some lintian warnings have been removed.
  * Leftover debugging code was creating files
  * dMagnetic is capable of reading MS DOS binaries from more games.

 -- Thomas Dettbarn <dettus%dettus.net@localhost>  Sat, 18 Jan 2020 22:43:52 +0100

dmagnetic (0.20-1) unstable; urgency=medium

  * Update to release 0.20.
  * It is possible to play with the original MS DOS binaries
  * A glitch in the text output has been removed.
  * The glitch prevented solving jinxter's sliding puzzle.
  * Changed the standards version to 4.4.1

 -- Thomas Dettbarn <dettus%dettus.net@localhost>  Wed, 15 Jan 2020 22:14:42 +0100

dmagnetic (0.19-1) unstable; urgency=medium

  * Update to release 0.19.
  * It is possible to play with the original MS DOS binaries
  * New graphic mode (high_ansi2) for the better looking graphics
  * New random number generator for a different playing experience
  * Changed the standards version to 4.4.1

 -- Thomas Dettbarn <dettus%dettus.net@localhost>  Fri, 27 Dec 2019 21:23:45 +0100

dmagnetic (0.18-1) unstable; urgency=medium

  * Update to release 0.18.
  * Removed an issue, where sometimes graphics were not shown.

 -- Thomas Dettbarn <dettus%dettus.net@localhost>  Mon, 11 Nov 2019 20:11:47 +0100

dmagnetic (0.17-1) unstable; urgency=medium

  * Update to release 0.17.
  * Removed some warnings from the mentors.debian.net site.
  * Changed the compat level to 12.
  * Changed the standards version to 4.4.0

 -- Thomas Dettbarn <dettus%dettus.net@localhost>  Mon, 07 Oct 2019 07:37:59 +0200

dmagnetic (0.16-1) UNRELEASED; urgency=low

  * Initial release. Closes: #929619

 -- Thomas Dettbarn <dettus%dettus.net@localhost>  Tue, 23 Jul 2019 12:13:30 +0200


>How-To-Repeat:

>Fix:
Index: dMagnetic/Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/games/dMagnetic/Makefile,v
retrieving revision 1.6
diff -u -p -r1.6 Makefile
--- dMagnetic/Makefile	1 Nov 2020 16:48:39 -0000	1.6
+++ dMagnetic/Makefile	28 Nov 2020 11:02:22 -0000
@@ -1,6 +1,6 @@
 # $NetBSD: Makefile,v 1.6 2020/11/01 16:48:39 wiz Exp $
 
-DISTNAME=		dMagnetic_0.27
+DISTNAME=		dMagnetic_0.28
 PKGNAME=		${DISTNAME:S/_/-/}
 CATEGORIES=		games
 MASTER_SITES=		https://www.dettus.net/dMagnetic/
Index: dMagnetic/distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/games/dMagnetic/distinfo,v
retrieving revision 1.6
diff -u -p -r1.6 distinfo
--- dMagnetic/distinfo	1 Nov 2020 16:48:39 -0000	1.6
+++ dMagnetic/distinfo	28 Nov 2020 11:02:22 -0000
@@ -1,6 +1,6 @@
 $NetBSD: distinfo,v 1.6 2020/11/01 16:48:39 wiz Exp $
 
-SHA1 (dMagnetic_0.27.tar.bz2) = 4b0c2a8f4755ae43a9bc5bba5985a9e4700ce5f3
-RMD160 (dMagnetic_0.27.tar.bz2) = e20001d7a83b8d986ba697bf94e7c68ac05675f8
-SHA512 (dMagnetic_0.27.tar.bz2) = 932e9b15eeb313a47ae2cca86316926cf4987a115dd31b7efa06669bb7bf056b6f289baa72ffc27fe1ff153f6ed96b06fd268b703479dfaaacd6a76e8a8dcd25
-Size (dMagnetic_0.27.tar.bz2) = 72832 bytes
+SHA1 (dMagnetic_0.28.tar.bz2) = fda2d732c452cb7d214b39df30b6b8856301904e
+RMD160 (dMagnetic_0.28.tar.bz2) = 6aed6027cebd06ddb1074e411d70a02d0f6b9365
+SHA512 (dMagnetic_0.28.tar.bz2) = 1ddbe576f5141646c2856d5b370841efa34a022d66c6c3bd9c6b1c2b374f336eef826a6f55254255c05f99d3cf1ab3c5291d9c3bf19590ef254824976b06dea6
+Size (dMagnetic_0.28.tar.bz2) = 77910 bytes


Home | Main Index | Thread Index | Old Index