libansilove: update to 1.1.4.
ChangeLog: libansilove 1.1.4 (2019-09-13) - Force xbin_fontsize to 16 when using default 80x25 font - Return ANSILOVE_FORMAT_ERROR if xbin_fontsize > 32 libansilove 1.1.3 (2019-08-23) - Omit implicit return in the example program - Use a switch statement to set 24-bit background and foreground values - Remove superfluous background color allocations in the Binary, PCBoard and XBin loaders - Modify the PCBoard loader to use a cursor pointer to parse input - Infer font height to 16 in the XBin loader, the default in absence of font data (Thanks Andrew Herbert) OK kamil@
This commit is contained in:
parent
8726114433
commit
084b124b68
2 changed files with 7 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.1 2019/06/30 21:58:17 fcambus Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2019/10/07 08:37:48 fcambus Exp $
|
||||
|
||||
DISTNAME= libansilove-1.1.2
|
||||
DISTNAME= libansilove-1.1.4
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= ${MASTER_SITE_GITHUB:=ansilove/}
|
||||
GITHUB_RELEASE= ${PKGVERSION_NOREV}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.1 2019/06/30 21:58:17 fcambus Exp $
|
||||
$NetBSD: distinfo,v 1.2 2019/10/07 08:37:48 fcambus Exp $
|
||||
|
||||
SHA1 (libansilove-1.1.2.tar.gz) = a115c3a9dbaf3319bb2c314ce711b5e1bb0d6460
|
||||
RMD160 (libansilove-1.1.2.tar.gz) = f8db91de178223910a83cb30cd47d549b6d8353c
|
||||
SHA512 (libansilove-1.1.2.tar.gz) = 2ca2ee85cdd8487d1f75a92f35bf96cac032b6d4712a565bbc59fe05f3431a2df0077c6d56fc841f26b065a3ad4805ff29c17891fdfc1e0e0b2ea66fe803ccf1
|
||||
Size (libansilove-1.1.2.tar.gz) = 54870 bytes
|
||||
SHA1 (libansilove-1.1.4.tar.gz) = 0e5d47bee651d081eea5e8055a517ac288a125b1
|
||||
RMD160 (libansilove-1.1.4.tar.gz) = 24275ade00133d0bebe4ff8397999c563cf8fa67
|
||||
SHA512 (libansilove-1.1.4.tar.gz) = eb74bd371bcf75b2261a10bc7f9c2fa649862364a9b394c1a071aae4c95c025c9f4d850a3095b77e6742c486eb4a0371679909a29158b6c39d50e1167c37d508
|
||||
Size (libansilove-1.1.4.tar.gz) = 55113 bytes
|
||||
|
|
Loading…
Reference in a new issue