pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/REminiscence



Module Name:    pkgsrc
Committed By:   yhardy
Date:           Sun Sep 19 11:06:42 UTC 2021

Modified Files:
        pkgsrc/games/REminiscence: Makefile distinfo

Log Message:
games/REminiscence: update to REminiscence-0.4.9

Changelog:

* release 0.4.9
  - added option to match original inventory items order
  - added zoom from DOS version
  - added Sega CD tracks playback based on stb_vorbis (OGG 22khz)
  - fixed piege opcode 0x57
  - fixed repeating sounds volume


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/games/REminiscence/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/games/REminiscence/distinfo

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

Modified files:

Index: pkgsrc/games/REminiscence/Makefile
diff -u pkgsrc/games/REminiscence/Makefile:1.21 pkgsrc/games/REminiscence/Makefile:1.22
--- pkgsrc/games/REminiscence/Makefile:1.21     Wed Sep  8 21:05:03 2021
+++ pkgsrc/games/REminiscence/Makefile  Sun Sep 19 11:06:41 2021
@@ -1,14 +1,17 @@
-# $NetBSD: Makefile,v 1.21 2021/09/08 21:05:03 nia Exp $
-DISTNAME=              REminiscence-0.4.8
-PKGREVISION=           1
+# $NetBSD: Makefile,v 1.22 2021/09/19 11:06:41 yhardy Exp $
+DISTNAME=              REminiscence-0.4.9
 CATEGORIES=            games
 MASTER_SITES=          http://cyxdown.free.fr/reminiscence/
+DIST_SUBDIR=           ${PKGNAME_NOREV}
 EXTRACT_SUFX=          .tar.bz2
+DISTFILES=             ${DEFAULT_DISTFILES}
+DISTFILES+=            stb_vorbis.c
+SITES.stb_vorbis.c=    ${MASTER_SITE_GITHUB:=nothings/}stb/raw/1ee679ca2ef753a528db5ba6801e1067b40481b8/
 
 MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=              http://cyxdown.free.fr/reminiscence/
 COMMENT=               Engine to play Flashback by Delphine Software
-LICENSE=               gnu-gpl-v3
+LICENSE=               gnu-gpl-v3 AND public-domain
 
 USE_LANGUAGES=         c++
 
@@ -18,6 +21,9 @@ INSTALLATION_DIRS+=   bin
 INSTALLATION_DIRS+=    share/applications
 INSTALLATION_DIRS+=    share/doc/REminiscence
 
+pre-build:
+       ${CP} ${WRKDIR}/stb_vorbis.c ${WRKSRC}/
+
 do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/rs ${DESTDIR}${PREFIX}/bin
        ${INSTALL_DATA} ${FILESDIR}/reminiscence.desktop \

Index: pkgsrc/games/REminiscence/distinfo
diff -u pkgsrc/games/REminiscence/distinfo:1.6 pkgsrc/games/REminiscence/distinfo:1.7
--- pkgsrc/games/REminiscence/distinfo:1.6      Wed Jul 21 12:59:10 2021
+++ pkgsrc/games/REminiscence/distinfo  Sun Sep 19 11:06:41 2021
@@ -1,6 +1,10 @@
-$NetBSD: distinfo,v 1.6 2021/07/21 12:59:10 yhardy Exp $
+$NetBSD: distinfo,v 1.7 2021/09/19 11:06:41 yhardy Exp $
 
-SHA1 (REminiscence-0.4.8.tar.bz2) = c0097b76e2385d222358b65db88f2cd4f7c5eca9
-RMD160 (REminiscence-0.4.8.tar.bz2) = f853446eb4db9fe0874c44f70d3d3e95b1cc19be
-SHA512 (REminiscence-0.4.8.tar.bz2) = f4b0853bfd61df712ee028617d5847f7dc2b3dd84f3286ed25c45a5011093e1c46b5f50d3c3839cea57aa7ff31b1c9c04de3d3553908a8bd60837aa298b8544e
-Size (REminiscence-0.4.8.tar.bz2) = 158116 bytes
+SHA1 (REminiscence-0.4.9/REminiscence-0.4.9.tar.bz2) = 2e5d40525f0c51b5f4d9d941aa80f90d64eed76e
+RMD160 (REminiscence-0.4.9/REminiscence-0.4.9.tar.bz2) = 28733606d0c30ea6c90f2eb027eb4bfbcedb8b0d
+SHA512 (REminiscence-0.4.9/REminiscence-0.4.9.tar.bz2) = b30b34ef21e68c1cb2b87998ad33bad84e6bd919e91ff954cbe220797f2028f3d0ff581d5549c7a8c0c0d06ecfbeee572cdc9101fbc220de705ff274f8ba3576
+Size (REminiscence-0.4.9/REminiscence-0.4.9.tar.bz2) = 159531 bytes
+SHA1 (REminiscence-0.4.9/stb_vorbis.c) = d4a936c6e1910aeb7c2eb6bcb22bde1044a1d2d4
+RMD160 (REminiscence-0.4.9/stb_vorbis.c) = 68160d8a481d38735b8c8dfb04da928cc63ca2d6
+SHA512 (REminiscence-0.4.9/stb_vorbis.c) = 860d87b37bfc9624544d62e72e3c28075db18a24e81d7cadf622b726bd9b94e5f3485afe0d8ac223a976a2d65cd5ee527a3c4831aae9947168a25cf19bf78c88
+Size (REminiscence-0.4.9/stb_vorbis.c) = 192790 bytes



Home | Main Index | Thread Index | Old Index