From e6e5748bf7ce64b7c2244faed7295eb934a6d629 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Tue, 22 Jan 2019 18:02:49 +0000 Subject: - Update graphics/ansilove to 4.0.0 - Add graphics/libansilove port needed for this update: libansilove is a library to convert ANSi and artscene related file formats into PNG images. The following formats are supported: - .ANS - ANSi (ANSI escape sequences: ANSI X3.64 standard) - .PCB - PCBoard Bulletin Board System (BBS) own file format - .BIN - Binary format (raw memory copy of text mode video memory) - .ADF - Artworx format, supporting custom character sets and palettes - .IDF - iCE Draw format, supporting custom character sets and palettes - .TND - TundraDraw format, supporting 24-bit color mode - .XB - The eXtended Binary XBin format, supporting custom character sets and palettes WWW: https://www.ansilove.org/ --- graphics/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'graphics/Makefile') diff --git a/graphics/Makefile b/graphics/Makefile index 8da28db464a2..e4aaaa27aba0 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -442,6 +442,7 @@ SUBDIR += libGLw SUBDIR += libQGLViewer SUBDIR += libafterimage + SUBDIR += libansilove SUBDIR += libart_lgpl SUBDIR += libboard SUBDIR += libbpg -- cgit v1.2.3