pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
bstone: update to bstone-1.2.0
Module Name: pkgsrc-wip
Committed By: Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By: yhardy
Date: Sat May 9 21:50:58 2020 +0200
Changeset: 19fe8de7bde689de1c329166d5fe039c60fce561
Modified Files:
bstone/Makefile
bstone/distinfo
Log Message:
bstone: update to bstone-1.2.0
= BStone changelog
== [1.2.0] - 2020-05-09
=== Added
- 3D-renderer (OpenGL backend).
- Menu to control video mode.
- Menu to control texturing.
- [RHW] Texture upscale filter (xBRZ).
- Option 'snd_is_disabled' to ignore audio subsystem.
- Option 'vid_is_positioned' to control position of the window.
- Option 'vid_is_widescreen' to control widescreen mode.
- Option 'vid_is_ui_stretched' to control UI stretching.
- Option 'vid_2d_texture_filter' to control texturing filter for UI.
- Option 'vid_3d_texture_image_filter' to control texturing image filter for the scene.
- Option 'vid_3d_texture_mipmap_filter' to control texturing mipmap filter for the scene.
- Option 'vid_3d_texture_anisotropy' to control anisotropy filter for the scene.
- Option 'vid_texture_upscale_filter' to select texturing upscale filter.
- Option 'vid_texture_upscale_xbrz_degree' to control degree of xBRZ filter.
- Option 'vid_aa_kind' to select anti-aliasing mode.
- Option 'vid_aa_degree' to select anti-aliasing degree.
- Option 'calculate_hashes' to calculate hashes of resource files.
- Option 'extract_walls' to extract graphics resources (wall, flooring, etc.).
- Option 'extract_sprites' to extract graphics resources (actors, decorations, etc.).
- Option 'extract_music' to extract music resources.
- Option 'extract_sfx' to extract sfx resources.
- Option 'extract_texts' to extract text resources.
- Option 'extract_all' to extract all resources.
- Generic instruction on how to compile on Linux-based system.
=== Removed
- Option 'vid_scale'.
- Vanilla input bindings and related menu items.
=== Changed
- Renamed option 'vid_windowed' to 'vid_is_windowed'.
- Renamed option 'vid_window_x' to 'vid_x'.
- Renamed option 'vid_window_y' to 'vid_y'.
- Renamed option 'debug_dump_hashes' to 'calculate_hashes'.
- Split option 'vid_mode' into 'vid_width' and 'vid_height'.
- Renamed option 'vid_no_vsync' to 'vid_vsync'.
- Values of option 'vid_renderer'.
- Serializing barrier switches.
- Disabled music caching.
- Reduced volume factor of OPL sounds.
- Saved games are not compatible with previous versions.
=== Fixed
- Audio normalization.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=19fe8de7bde689de1c329166d5fe039c60fce561
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
bstone/Makefile | 6 +++---
bstone/distinfo | 8 ++++----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs:
diff --git a/bstone/Makefile b/bstone/Makefile
index eef06e89f9..60385f086c 100644
--- a/bstone/Makefile
+++ b/bstone/Makefile
@@ -1,16 +1,16 @@
# $NetBSD: Makefile,v 1.4 2015/09/13 20:07:57 yhardy Exp $
-DISTNAME= bstone-1.1.16
+DISTNAME= bstone-1.2.0
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_GITHUB:=bibendovsky/}
-GITHUB_TAG= v${PKGVERSION_NOREV}-2
+GITHUB_TAG= v${PKGVERSION_NOREV}
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://bibendovsky.github.io/bstone/
COMMENT= Source port of Blake Stone game engines
LICENSE= gnu-gpl-v3
-WRKSRC= ${WRKDIR}/bstone-${PKGVERSION_NOREV}-2/src
+WRKSRC= ${WRKDIR}/bstone-${PKGVERSION_NOREV}/src
USE_CMAKE= yes
USE_LANGUAGES= c++14
USE_TOOLS+= pkg-config
diff --git a/bstone/distinfo b/bstone/distinfo
index ce14b546cb..5a1ae8a1c1 100644
--- a/bstone/distinfo
+++ b/bstone/distinfo
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.4 2015/09/13 20:07:57 yhardy Exp $
-SHA1 (bstone-1.1.16.tar.gz) = b518737fe34bdad066a84a607093dc0a95fdcbdf
-RMD160 (bstone-1.1.16.tar.gz) = d52e42a8fa5f7ada07971240c7025f5d42e0d2d1
-SHA512 (bstone-1.1.16.tar.gz) = c1eaaa7a6b103ce1a09048a421fe15ca0f35827f352157288e97f47745a0412f8cf6a1252bd58988e4899cb792b675bedc889d6b4a01141d5e3194e41e8f4975
-Size (bstone-1.1.16.tar.gz) = 778319 bytes
+SHA1 (bstone-1.2.0.tar.gz) = 463bf1b3443cbf9c08338bbdd339057f585f5426
+RMD160 (bstone-1.2.0.tar.gz) = ef7bb10025d35cd7bf6696aa80f2f44bc71cdcbe
+SHA512 (bstone-1.2.0.tar.gz) = 5654317f71d3445f9f2db795777d430e69ae77ef9494791f64e8f55c2f6957660c6c903297447dcf6540a3218e5917fa63ab93343f558c765f0e619e3132f1b7
+Size (bstone-1.2.0.tar.gz) = 1218825 bytes
Home |
Main Index |
Thread Index |
Old Index