Skip to content

Commit 37b2151

Browse files
committed
games/chess-tui: update to 2.2.0
2.2.0 - feat: blinking selected cell cursor by @thomas-mauran in #169 - feat: improve the color selection popup by @thomas-mauran in #171 - feat: allow engine to have an argument too by @thomas-mauran in #172 - feat: deb build by @thomas-mauran in #173 2.1.2 - build on intel macos 2.1.1 - fix style for the vertical alignment of the left side number - fix the piece style with different scaling 2.1.0 - ci: build for aarch64-macos, aarch64-linux and x64-windows as well by @jarjk in #162 - feat: add sounds by @thomas-mauran in #161 - feat: lichess + doc + disconnect by @thomas-mauran in #165 - feat: bot auto install script and debug popup by @thomas-mauran in #166 - docs: blog posts + releases blog posts by @thomas-mauran in #167 2.0.0 - shakmaty integration by @tigerros in #137 - feat: skins by @thomas-mauran in #152 - Feat/move through history by @thomas-mauran in #153 - Fix exit while hosting by @Andrada42 in #155 - Feat/lichess by @thomas-mauran in #156
1 parent 61decb5 commit 37b2151

3 files changed

Lines changed: 1048 additions & 307 deletions

File tree

games/chess-tui/Makefile

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# $NetBSD: Makefile,v 1.10 2025/11/07 09:54:14 pin Exp $
1+
# $NetBSD: Makefile,v 1.11 2025/12/22 21:01:47 pin Exp $
22

3-
DISTNAME= chess-tui-1.6.2
3+
DISTNAME= chess-tui-2.2.0
44
CATEGORIES= games
55
MASTER_SITES= ${MASTER_SITE_GITHUB:=thomas-mauran/}
66

@@ -11,5 +11,14 @@ LICENSE= mit
1111

1212
.include "cargo-depends.mk"
1313

14+
USE_TOOLS+= pkg-config perl gmake
15+
16+
RUSTFLAGS+= -C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.openssl}/lib
17+
RUSTFLAGS+= -C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.alsa-lib}/lib
18+
19+
DEPENDS+= alsa-plugins-oss-[0-9]*:../../audio/alsa-plugins-oss
20+
1421
.include "../../lang/rust/cargo.mk"
22+
.include "../../audio/alsa-lib/buildlink3.mk"
23+
.include "../../security/openssl/buildlink3.mk"
1524
.include "../../mk/bsd.pkg.mk"

0 commit comments

Comments
 (0)