Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ansilove for openSUSE:Factory 
checked in at 2023-04-09 18:41:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ansilove (Old)
 and      /work/SRC/openSUSE:Factory/.ansilove.new.19717 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ansilove"

Sun Apr  9 18:41:12 2023 rev:11 rq:1078157 version:4.1.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/ansilove/ansilove.changes        2022-02-13 
00:16:17.932269752 +0100
+++ /work/SRC/openSUSE:Factory/.ansilove.new.19717/ansilove.changes     
2023-04-09 18:43:22.290550662 +0200
@@ -1,0 +2,7 @@
+Fri Apr  7 18:48:47 UTC 2023 - Martin Hauke <[email protected]>
+
+- Update to version 4.1.7
+  * Always print processing time on stderr
+  * Move manual page to the man directory
+
+-------------------------------------------------------------------

Old:
----
  ansilove-4.1.6.tar.gz

New:
----
  ansilove-4.1.7.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ansilove.spec ++++++
--- /var/tmp/diff_new_pack.3qjTIo/_old  2023-04-09 18:43:22.690552925 +0200
+++ /var/tmp/diff_new_pack.3qjTIo/_new  2023-04-09 18:43:22.702552993 +0200
@@ -1,8 +1,8 @@
 #
 # spec file for package ansilove
 #
-# Copyright (c) 2022 SUSE LLC
-# Copyright (c) 2019-2022, Martin Hauke <[email protected]>
+# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2019-2023, Martin Hauke <[email protected]>
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 
 Name:           ansilove
-Version:        4.1.6
+Version:        4.1.7
 Release:        0
 Summary:        ANSI and ASCII art to PNG converter
 License:        BSD-2-Clause

++++++ ansilove-4.1.6.tar.gz -> ansilove-4.1.7.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ansilove-4.1.6/CMakeLists.txt 
new/ansilove-4.1.7/CMakeLists.txt
--- old/ansilove-4.1.6/CMakeLists.txt   2022-02-10 21:18:19.000000000 +0100
+++ new/ansilove-4.1.7/CMakeLists.txt   2023-03-30 14:59:01.000000000 +0200
@@ -53,7 +53,7 @@
 target_link_libraries(ansilove ${ANSILOVE_LIBRARIES})
 
 install(TARGETS ansilove DESTINATION ${CMAKE_INSTALL_BINDIR})
-install(FILES ansilove.1 DESTINATION ${CMAKE_INSTALL_MANDIR}/man1/)
+install(FILES man/ansilove.1 DESTINATION ${CMAKE_INSTALL_MANDIR}/man1/)
 
 enable_testing()
 add_test(ansilove ansilove)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ansilove-4.1.6/ChangeLog new/ansilove-4.1.7/ChangeLog
--- old/ansilove-4.1.6/ChangeLog        2022-02-10 21:18:19.000000000 +0100
+++ new/ansilove-4.1.7/ChangeLog        2023-03-30 14:59:01.000000000 +0200
@@ -1,4 +1,11 @@
-AnsiLove/C 4.1.6 (2021-02-10)
+AnsiLove/C 4.1.7 (2023-03-30)
+
+- Always print processing time on stderr
+- Move manual page to the man directory
+
+
+
+AnsiLove/C 4.1.6 (2022-02-10)
 
 - Mention experimental seccomp support availability in README
 - Bump CMake minimum required version to 3.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ansilove-4.1.6/FILE_ID.DIZ 
new/ansilove-4.1.7/FILE_ID.DIZ
--- old/ansilove-4.1.6/FILE_ID.DIZ      2022-02-10 21:18:19.000000000 +0100
+++ new/ansilove-4.1.7/FILE_ID.DIZ      2023-03-30 14:59:01.000000000 +0200
@@ -17,7 +17,7 @@
  - -----------//______|----------------- -
   :                                     :
   |                                     |
-  |           Ansilove/C 4.1.6          |
+  |           Ansilove/C 4.1.7          |
   |                                     |
   |    ANSi=>PNG converter & library    |
   |                                     |
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ansilove-4.1.6/LICENSE new/ansilove-4.1.7/LICENSE
--- old/ansilove-4.1.6/LICENSE  2022-02-10 21:18:19.000000000 +0100
+++ new/ansilove-4.1.7/LICENSE  2023-03-30 14:59:01.000000000 +0200
@@ -1,4 +1,4 @@
-Copyright (c) 2011-2022, Stefan Vogt, Brian Cassidy, and Frederic Cambus
+Copyright (c) 2011-2023, Stefan Vogt, Brian Cassidy, and Frederic Cambus
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ansilove-4.1.6/README.md new/ansilove-4.1.7/README.md
--- old/ansilove-4.1.6/README.md        2022-02-10 21:18:19.000000000 +0100
+++ new/ansilove-4.1.7/README.md        2023-03-30 14:59:01.000000000 +0200
@@ -83,7 +83,7 @@
 
 # Packages
 
-Packages are available for the following operating systems:
+Ansilove packages are available for:
 
 - [OpenBSD][3]
 - [NetBSD][4]
@@ -92,6 +92,8 @@
 - [Ubuntu][7]
 - [openSUSE][8]
 - [Solus][9]
+- [Gentoo][10]
+- [Homebrew][11]
 
 # Features
 
@@ -102,15 +104,15 @@
 - .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][10] format, supporting 24-bit color mode
-- .XB - The eXtended Binary [XBin][11] format, supporting custom character sets
+- .TND - [TundraDraw][12] format, supporting 24-bit color mode
+- .XB - The eXtended Binary [XBin][13] format, supporting custom character sets
   and palettes
 
 Files with custom suffix default to the ANSi renderer (e.g. ICE or CIA).
 
 AnsiLove/C is capable of processing:
 
-- [SAUCE][12] records
+- [SAUCE][14] records
 - DOS and Amiga fonts (embedded binary dump)
 - iCE colors
 
@@ -224,7 +226,7 @@
 Setting the bits to `9` will render the 9th column of block characters,
 so the output will look like it is displayed in real textmode.
 
-See the "Memory Map" section of the [Monochrome Display Adapter notes][13]
+See the "Memory Map" section of the [Monochrome Display Adapter notes][15]
 for more information.
 
 ## Rendering Mode
@@ -269,6 +271,10 @@
 It's fine to use AnsiLove/C as SAUCE reader without generating any
 output, just set option `-s` for this purpose.
 
+# Projects using Ansilove
+
+- [16colo.rs][16] - ANSI/ASCII art archive
+
 # License
 
 AnsiLove/C is released under the BSD 2-Clause license. See the
@@ -276,8 +282,8 @@
 
 # Authors
 
-AnsiLove/C is developed by Stefan Vogt ([@ByteProject][14]), Brian Cassidy
-([@bricas][15]) and Frederic Cambus ([@fcambus][16]).
+AnsiLove/C is developed by Stefan Vogt ([@ByteProject][17]), Brian Cassidy
+([@bricas][18]) and Frederic Cambus ([@fcambus][19]).
 
 # Resources
 
@@ -287,17 +293,20 @@
 
 [1]: https://www.ansilove.org
 [2]: https://github.com/ansilove/libansilove
-[3]: https://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/graphics/ansilove
+[3]: https://openports.pl/path/graphics/ansilove
 [4]: https://pkgsrc.se/graphics/ansilove
 [5]: https://www.freshports.org/graphics/ansilove/
 [6]: https://packages.debian.org/search?keywords=ansilove
 [7]: https://packages.ubuntu.com/search?keywords=ansilove
 [8]: https://software.opensuse.org/package/ansilove
 [9]: https://dev.getsol.us/source/ansilove/
-[10]: https://sourceforge.net/projects/tundradraw/
-[11]: https://github.com/radman1/xbin
-[12]: https://github.com/radman1/sauce
-[13]: https://www.seasip.info/VintagePC/mda.html#memmap
-[14]: https://github.com/ByteProject
-[15]: https://github.com/bricas
-[16]: https://github.com/fcambus
+[10]: https://packages.gentoo.org/packages/media-gfx/ansilove
+[11]: https://formulae.brew.sh/formula/ansilove
+[12]: https://sourceforge.net/projects/tundradraw/
+[13]: https://github.com/radman1/xbin
+[14]: https://github.com/radman1/sauce
+[15]: https://www.seasip.info/VintagePC/mda.html#memmap
+[16]: https://16colo.rs
+[17]: https://github.com/ByteProject
+[18]: https://github.com/bricas
+[19]: https://github.com/fcambus
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ansilove-4.1.6/ansilove.1 
new/ansilove-4.1.7/ansilove.1
--- old/ansilove-4.1.6/ansilove.1       2022-02-10 21:18:19.000000000 +0100
+++ new/ansilove-4.1.7/ansilove.1       1970-01-01 01:00:00.000000000 +0100
@@ -1,209 +0,0 @@
-.\"
-.\" Copyright (c) 2011-2020, Stefan Vogt, Brian Cassidy, and Frederic Cambus
-.\" All rights reserved.
-.\"
-.\" Redistribution and use in source and binary forms, with or without
-.\" modification, are permitted provided that the following conditions are met:
-.\"
-.\"   * Redistributions of source code must retain the above copyright
-.\"     notice, this list of conditions and the following disclaimer.
-.\"
-.\"   * Redistributions in binary form must reproduce the above copyright
-.\"     notice, this list of conditions and the following disclaimer in the
-.\"     documentation and/or other materials provided with the distribution.
-.\"
-.\" THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
-.\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
-.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
-.\" ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS
-.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
-.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
-.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
-.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
-.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
-.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
-.\" POSSIBILITY OF SUCH DAMAGE.
-.\"
-.Dd $Mdocdate: August 28 2020 $
-.Dt ANSILOVE 1
-.Os
-.Sh NAME
-.Nm ansilove
-.Nd ANSI / ASCII art to PNG converter
-.Sh SYNOPSIS
-.Nm
-.Op Fl dhiqrsSv
-.Op Fl b Ar bits
-.Op Fl c Ar columns
-.Op Fl f Ar font
-.Op Fl m Ar mode
-.Op Fl o Ar file
-.Op Fl R Ar factor
-.Op Fl t Ar type
-.Ar file
-.Sh DESCRIPTION
-.Nm
-is an ANSI / ASCII art to PNG converter, allowing to convert ANSI and
-artscene-related file formats into PNG images, supporting ANSI (.ANS),
-PCBoard (.PCB), Binary (.BIN), Artworx (.ADF), iCE Draw (.IDF),
-Tundra (.TND) and XBin (.XB) formats.
-.Pp
-It creates size optimized 4-bit PNG files and supports SAUCE (Standard
-Architecture for Universal Comment Extensions), 80x25 and 80x50 PC fonts
-(including all the 14 MS-DOS charsets), Amiga fonts, and iCE colors.
-.Pp
-The options are as follows:
-.Bl -tag -width 10n
-.It Fl b Ar bits
-Set to 9 to render 9th column of block characters (default: 8).
-.It Fl c Ar columns
-Adjust number of columns for ANSI, BIN, and TND files.
-.It Fl d
-Enable DOS aspect ratio.
-.It Fl f Ar font
-Select font for supported formats.
-.Pp
-Valid options for PC fonts are:
-.Bl -tag -width Er
-.It Ic 80x25
-Default (Code page 437)
-.It Ic 80x50
-80x50 mode (Code page 437)
-.It Ic cp737
-Greek (Code page 737)
-.It Ic cp775
-Baltic (Code page 775)
-.It Ic cp850
-Latin1 (Code page 850)
-.It Ic cp852
-Latin2 (Code page 852)
-.It Ic cp855
-Cyrillic (Code page 855)
-.It Ic cp857
-Turkish (Code page 857)
-.It Ic cp860
-Portuguese (Code page 860)
-.It Ic cp861
-Icelandic (Code page 861)
-.It Ic cp862
-Hebrew (Code page 862)
-.It Ic cp863
-French Canadian (Code page 863)
-.It Ic cp865
-Nordic (Code page 865)
-.It Ic cp866
-Russian (Code page 866)
-.It Ic cp869
-Greek (Code page 869)
-.It Ic terminus
-Terminus (Modern font, code page 437)
-.El
-.Pp
-Valid options for Amiga fonts are:
-.Bl -tag -width Er
-.It Ic amiga
-Alias to Topaz, see below
-.It Ic microknight
-Original MicroKnight version
-.It Ic microknight+
-Modified MicroKnight version
-.It Ic mosoul
-Original mO'sOul font
-.It Ic pot-noodle
-Original P0T-NOoDLE font
-.It Ic topaz
-Original Topaz Kickstart 2.x version
-.It Ic topaz+
-Modified Topaz Kickstart 2.x+ version
-.It Ic topaz500
-Original Topaz Kickstart 1.x version
-.It Ic topaz500+
-Modified Topaz Kickstart 1.x version
-.El
-.It Fl h
-Show help.
-.It Fl i
-Enable iCE colors.
-.It Fl m Ar mode
-Set rendering mode for ANS files.
-.Pp
-Valid options are:
-.Bl -tag -width Ds
-.It Ic ced
-Black on gray, with 78 columns.
-.It Ic transparent
-Render with transparent background.
-.It Ic workbench
-Use Amiga Workbench palette.
-.El
-.It Fl o Ar file
-Specify output filename/path.
-.It Fl q
-Suppress output messages (quiet).
-.It Fl r
-Create Retina @2x output file.
-.It Fl R Ar factor
-Create Retina output file with custom scale factor.
-.It Fl t Ar type
-Specify input file type.
-.Pp
-Valid types are:
-.Bl -tag -width Ds
-.It Ic ans
-ANSi (ANSI escape sequences: ANSI X3.64 standard)
-.It Ic adf
-Artworx format, supporting custom character sets and palettes
-.It Ic bin
-Binary format (raw memory copy of text mode video memory)
-.It Ic idf
-iCE Draw format, supporting custom character sets and palettes
-.It Ic pcb
-PCBoard Bulletin Board System (BBS) own file format
-.It Ic tnd
-TundraDraw format, supporting 24-bit color mode
-.It Ic xb
-XBin format, supporting custom character sets and palettes
-.El
-.It Fl s
-Show SAUCE record without generating output.
-.It Fl S
-If available, use SAUCE info for render options (ex: width).
-.It Fl v
-Show version information.
-.El
-.Sh EXAMPLES
-To render a file with iCE colors enabled:
-.Pp
-.Dl $ ansilove -i file.ans
-.Pp
-To create a Retina @2x output file:
-.Pp
-.Dl $ ansilove -r file.ans
-.Pp
-To creates a Retina output file with a custom scale factor:
-.Pp
-.Dl $ ansilove -R 3 file.ans
-.Pp
-To only display SAUCE record without generating output:
-.Pp
-.Dl $ ansilove -s file.ans
-To render a file with transparent background:
-.Pp
-.Dl $ ansilove -m transparent file.ans
-.Pp
-To render a file using a custom font:
-.Pp
-.Dl $ ansilove -f amiga file.txt
-.Pp
-To render a file using a custom font, rendering the 9th column, enabling
-iCE colors, and using DOS aspect ratio:
-.Pp
-.Dl $ ansilove -f 80x50 -b 9 -d -i file.ans
-.Sh AUTHORS
-.An -nosplit
-.Nm
-was written by
-.An Stefan Vogt ,
-.An Brian Cassidy ,
-and
-.An Frederic Cambus .
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ansilove-4.1.6/man/ansilove.1 
new/ansilove-4.1.7/man/ansilove.1
--- old/ansilove-4.1.6/man/ansilove.1   1970-01-01 01:00:00.000000000 +0100
+++ new/ansilove-4.1.7/man/ansilove.1   2023-03-30 14:59:01.000000000 +0200
@@ -0,0 +1,209 @@
+.\"
+.\" Copyright (c) 2011-2020, Stefan Vogt, Brian Cassidy, and Frederic Cambus
+.\" All rights reserved.
+.\"
+.\" Redistribution and use in source and binary forms, with or without
+.\" modification, are permitted provided that the following conditions are met:
+.\"
+.\"   * Redistributions of source code must retain the above copyright
+.\"     notice, this list of conditions and the following disclaimer.
+.\"
+.\"   * Redistributions in binary form must reproduce the above copyright
+.\"     notice, this list of conditions and the following disclaimer in the
+.\"     documentation and/or other materials provided with the distribution.
+.\"
+.\" THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+.\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+.\" ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS
+.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+.\" POSSIBILITY OF SUCH DAMAGE.
+.\"
+.Dd $Mdocdate: August 28 2020 $
+.Dt ANSILOVE 1
+.Os
+.Sh NAME
+.Nm ansilove
+.Nd ANSI / ASCII art to PNG converter
+.Sh SYNOPSIS
+.Nm
+.Op Fl dhiqrsSv
+.Op Fl b Ar bits
+.Op Fl c Ar columns
+.Op Fl f Ar font
+.Op Fl m Ar mode
+.Op Fl o Ar file
+.Op Fl R Ar factor
+.Op Fl t Ar type
+.Ar file
+.Sh DESCRIPTION
+.Nm
+is an ANSI / ASCII art to PNG converter, allowing to convert ANSI and
+artscene-related file formats into PNG images, supporting ANSI (.ANS),
+PCBoard (.PCB), Binary (.BIN), Artworx (.ADF), iCE Draw (.IDF),
+Tundra (.TND) and XBin (.XB) formats.
+.Pp
+It creates size optimized 4-bit PNG files and supports SAUCE (Standard
+Architecture for Universal Comment Extensions), 80x25 and 80x50 PC fonts
+(including all the 14 MS-DOS charsets), Amiga fonts, and iCE colors.
+.Pp
+The options are as follows:
+.Bl -tag -width 10n
+.It Fl b Ar bits
+Set to 9 to render 9th column of block characters (default: 8).
+.It Fl c Ar columns
+Adjust number of columns for ANSI, BIN, and TND files.
+.It Fl d
+Enable DOS aspect ratio.
+.It Fl f Ar font
+Select font for supported formats.
+.Pp
+Valid options for PC fonts are:
+.Bl -tag -width Er
+.It Ic 80x25
+Default (Code page 437)
+.It Ic 80x50
+80x50 mode (Code page 437)
+.It Ic cp737
+Greek (Code page 737)
+.It Ic cp775
+Baltic (Code page 775)
+.It Ic cp850
+Latin1 (Code page 850)
+.It Ic cp852
+Latin2 (Code page 852)
+.It Ic cp855
+Cyrillic (Code page 855)
+.It Ic cp857
+Turkish (Code page 857)
+.It Ic cp860
+Portuguese (Code page 860)
+.It Ic cp861
+Icelandic (Code page 861)
+.It Ic cp862
+Hebrew (Code page 862)
+.It Ic cp863
+French Canadian (Code page 863)
+.It Ic cp865
+Nordic (Code page 865)
+.It Ic cp866
+Russian (Code page 866)
+.It Ic cp869
+Greek (Code page 869)
+.It Ic terminus
+Terminus (Modern font, code page 437)
+.El
+.Pp
+Valid options for Amiga fonts are:
+.Bl -tag -width Er
+.It Ic amiga
+Alias to Topaz, see below
+.It Ic microknight
+Original MicroKnight version
+.It Ic microknight+
+Modified MicroKnight version
+.It Ic mosoul
+Original mO'sOul font
+.It Ic pot-noodle
+Original P0T-NOoDLE font
+.It Ic topaz
+Original Topaz Kickstart 2.x version
+.It Ic topaz+
+Modified Topaz Kickstart 2.x+ version
+.It Ic topaz500
+Original Topaz Kickstart 1.x version
+.It Ic topaz500+
+Modified Topaz Kickstart 1.x version
+.El
+.It Fl h
+Show help.
+.It Fl i
+Enable iCE colors.
+.It Fl m Ar mode
+Set rendering mode for ANS files.
+.Pp
+Valid options are:
+.Bl -tag -width Ds
+.It Ic ced
+Black on gray, with 78 columns.
+.It Ic transparent
+Render with transparent background.
+.It Ic workbench
+Use Amiga Workbench palette.
+.El
+.It Fl o Ar file
+Specify output filename/path.
+.It Fl q
+Suppress output messages (quiet).
+.It Fl r
+Create Retina @2x output file.
+.It Fl R Ar factor
+Create Retina output file with custom scale factor.
+.It Fl t Ar type
+Specify input file type.
+.Pp
+Valid types are:
+.Bl -tag -width Ds
+.It Ic ans
+ANSi (ANSI escape sequences: ANSI X3.64 standard)
+.It Ic adf
+Artworx format, supporting custom character sets and palettes
+.It Ic bin
+Binary format (raw memory copy of text mode video memory)
+.It Ic idf
+iCE Draw format, supporting custom character sets and palettes
+.It Ic pcb
+PCBoard Bulletin Board System (BBS) own file format
+.It Ic tnd
+TundraDraw format, supporting 24-bit color mode
+.It Ic xb
+XBin format, supporting custom character sets and palettes
+.El
+.It Fl s
+Show SAUCE record without generating output.
+.It Fl S
+If available, use SAUCE info for render options (ex: width).
+.It Fl v
+Show version information.
+.El
+.Sh EXAMPLES
+To render a file with iCE colors enabled:
+.Pp
+.Dl $ ansilove -i file.ans
+.Pp
+To create a Retina @2x output file:
+.Pp
+.Dl $ ansilove -r file.ans
+.Pp
+To creates a Retina output file with a custom scale factor:
+.Pp
+.Dl $ ansilove -R 3 file.ans
+.Pp
+To only display SAUCE record without generating output:
+.Pp
+.Dl $ ansilove -s file.ans
+To render a file with transparent background:
+.Pp
+.Dl $ ansilove -m transparent file.ans
+.Pp
+To render a file using a custom font:
+.Pp
+.Dl $ ansilove -f amiga file.txt
+.Pp
+To render a file using a custom font, rendering the 9th column, enabling
+iCE colors, and using DOS aspect ratio:
+.Pp
+.Dl $ ansilove -f 80x50 -b 9 -d -i file.ans
+.Sh AUTHORS
+.An -nosplit
+.Nm
+was written by
+.An Stefan Vogt ,
+.An Brian Cassidy ,
+and
+.An Frederic Cambus .
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ansilove-4.1.6/src/ansilove.c 
new/ansilove-4.1.7/src/ansilove.c
--- old/ansilove-4.1.6/src/ansilove.c   2022-02-10 21:18:19.000000000 +0100
+++ new/ansilove-4.1.7/src/ansilove.c   2023-03-30 14:59:01.000000000 +0200
@@ -1,9 +1,9 @@
 /*
  * ansilove.c
- * Ansilove 4.1.6
+ * Ansilove 4.1.7
  * https://www.ansilove.org
  *
- * Copyright (c) 2011-2022 Stefan Vogt, Brian Cassidy, and Frederic Cambus
+ * Copyright (c) 2011-2023 Stefan Vogt, Brian Cassidy, and Frederic Cambus
  * All rights reserved.
  *
  * Ansilove is licensed under the BSD 2-Clause license.
@@ -53,7 +53,7 @@
 version(void)
 {
        fprintf(stdout, "AnsiLove/C %s - ANSI / ASCII art to PNG converter\n"
-           "Copyright (c) 2011-2022 Stefan Vogt, Brian Cassidy, and "
+           "Copyright (c) 2011-2023 Stefan Vogt, Brian Cassidy, and "
            "Frederic Cambus.\n", VERSION);
 }
 
@@ -454,7 +454,7 @@
 
        timespecsub(&end, &begin, &elapsed);
 
-       fprintf(messages, "\nProcessed in %f seconds.\n",
+       fprintf(stderr, "Processed in %f seconds.\n",
            elapsed.tv_sec + elapsed.tv_nsec / 1E9);
 
        ansilove_clean(&ctx);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ansilove-4.1.6/src/config.h 
new/ansilove-4.1.7/src/config.h
--- old/ansilove-4.1.6/src/config.h     2022-02-10 21:18:19.000000000 +0100
+++ new/ansilove-4.1.7/src/config.h     2023-03-30 14:59:01.000000000 +0200
@@ -1,9 +1,9 @@
 /*
  * config.h
- * Ansilove 4.1.6
+ * Ansilove 4.1.7
  * https://www.ansilove.org
  *
- * Copyright (c) 2011-2022 Stefan Vogt, Brian Cassidy, and Frederic Cambus
+ * Copyright (c) 2011-2023 Stefan Vogt, Brian Cassidy, and Frederic Cambus
  * All rights reserved.
  *
  * Ansilove is licensed under the BSD 2-Clause license.
@@ -18,7 +18,7 @@
 #include <stdint.h>
 
 /* configuration defines */
-#define VERSION "4.1.6"
+#define VERSION "4.1.7"
 
 enum {
        FONTS = 38,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ansilove-4.1.6/src/fonts.h 
new/ansilove-4.1.7/src/fonts.h
--- old/ansilove-4.1.6/src/fonts.h      2022-02-10 21:18:19.000000000 +0100
+++ new/ansilove-4.1.7/src/fonts.h      2023-03-30 14:59:01.000000000 +0200
@@ -1,9 +1,9 @@
 /*
  * fonts.h
- * Ansilove 4.1.6
+ * Ansilove 4.1.7
  * https://www.ansilove.org
  *
- * Copyright (c) 2011-2022 Stefan Vogt, Brian Cassidy, and Frederic Cambus
+ * Copyright (c) 2011-2023 Stefan Vogt, Brian Cassidy, and Frederic Cambus
  * All rights reserved.
  *
  * Ansilove is licensed under the BSD 2-Clause license.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ansilove-4.1.6/src/sauce.c 
new/ansilove-4.1.7/src/sauce.c
--- old/ansilove-4.1.6/src/sauce.c      2022-02-10 21:18:19.000000000 +0100
+++ new/ansilove-4.1.7/src/sauce.c      2023-03-30 14:59:01.000000000 +0200
@@ -1,9 +1,9 @@
 /*
  * sauce.c
- * Ansilove 4.1.6
+ * Ansilove 4.1.7
  * https://www.ansilove.org
  *
- * Copyright (c) 2011-2022 Stefan Vogt, Brian Cassidy, and Frederic Cambus
+ * Copyright (c) 2011-2023 Stefan Vogt, Brian Cassidy, and Frederic Cambus
  * All rights reserved.
  *
  * Ansilove is licensed under the BSD 2-Clause license.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ansilove-4.1.6/src/sauce.h 
new/ansilove-4.1.7/src/sauce.h
--- old/ansilove-4.1.6/src/sauce.h      2022-02-10 21:18:19.000000000 +0100
+++ new/ansilove-4.1.7/src/sauce.h      2023-03-30 14:59:01.000000000 +0200
@@ -1,9 +1,9 @@
 /*
  * sauce.h
- * Ansilove 4.1.6
+ * Ansilove 4.1.7
  * https://www.ansilove.org
  *
- * Copyright (c) 2011-2022 Stefan Vogt, Brian Cassidy, and Frederic Cambus
+ * Copyright (c) 2011-2023 Stefan Vogt, Brian Cassidy, and Frederic Cambus
  * All rights reserved.
  *
  * Ansilove is licensed under the BSD 2-Clause license.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ansilove-4.1.6/src/seccomp.h 
new/ansilove-4.1.7/src/seccomp.h
--- old/ansilove-4.1.6/src/seccomp.h    2022-02-10 21:18:19.000000000 +0100
+++ new/ansilove-4.1.7/src/seccomp.h    2023-03-30 14:59:01.000000000 +0200
@@ -1,9 +1,9 @@
 /*
  * seccomp.h
- * Ansilove 4.1.6
+ * Ansilove 4.1.7
  * https://www.ansilove.org
  *
- * Copyright (c) 2019-2021, Frederic Cambus
+ * Copyright (c) 2019-2023, Frederic Cambus
  * All rights reserved.
  *
  * Ansilove is licensed under the BSD 2-Clause license.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ansilove-4.1.6/src/strtolower.c 
new/ansilove-4.1.7/src/strtolower.c
--- old/ansilove-4.1.6/src/strtolower.c 2022-02-10 21:18:19.000000000 +0100
+++ new/ansilove-4.1.7/src/strtolower.c 2023-03-30 14:59:01.000000000 +0200
@@ -1,9 +1,9 @@
 /*
  * strtolower.c
- * Ansilove 4.1.6
+ * Ansilove 4.1.7
  * https://www.ansilove.org
  *
- * Copyright (c) 2011-2022 Stefan Vogt, Brian Cassidy, and Frederic Cambus
+ * Copyright (c) 2011-2023 Stefan Vogt, Brian Cassidy, and Frederic Cambus
  * All rights reserved.
  *
  * Ansilove is licensed under the BSD 2-Clause license.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ansilove-4.1.6/src/strtolower.h 
new/ansilove-4.1.7/src/strtolower.h
--- old/ansilove-4.1.6/src/strtolower.h 2022-02-10 21:18:19.000000000 +0100
+++ new/ansilove-4.1.7/src/strtolower.h 2023-03-30 14:59:01.000000000 +0200
@@ -1,9 +1,9 @@
 /*
  * strtolower.h
- * Ansilove 4.1.6
+ * Ansilove 4.1.7
  * https://www.ansilove.org
  *
- * Copyright (c) 2011-2022 Stefan Vogt, Brian Cassidy, and Frederic Cambus
+ * Copyright (c) 2011-2023 Stefan Vogt, Brian Cassidy, and Frederic Cambus
  * All rights reserved.
  *
  * Ansilove is licensed under the BSD 2-Clause license.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ansilove-4.1.6/src/types.c 
new/ansilove-4.1.7/src/types.c
--- old/ansilove-4.1.6/src/types.c      2022-02-10 21:18:19.000000000 +0100
+++ new/ansilove-4.1.7/src/types.c      2023-03-30 14:59:01.000000000 +0200
@@ -1,9 +1,9 @@
 /*
  * types.c
- * Ansilove 4.1.6
+ * Ansilove 4.1.7
  * https://www.ansilove.org
  *
- * Copyright (c) 2011-2022 Stefan Vogt, Brian Cassidy, and Frederic Cambus
+ * Copyright (c) 2011-2023 Stefan Vogt, Brian Cassidy, and Frederic Cambus
  * All rights reserved.
  *
  * Ansilove is licensed under the BSD 2-Clause license.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ansilove-4.1.6/src/types.h 
new/ansilove-4.1.7/src/types.h
--- old/ansilove-4.1.6/src/types.h      2022-02-10 21:18:19.000000000 +0100
+++ new/ansilove-4.1.7/src/types.h      2023-03-30 14:59:01.000000000 +0200
@@ -1,9 +1,9 @@
 /*
  * types.h
- * Ansilove 4.1.6
+ * Ansilove 4.1.7
  * https://www.ansilove.org
  *
- * Copyright (c) 2011-2022 Stefan Vogt, Brian Cassidy, and Frederic Cambus
+ * Copyright (c) 2011-2023 Stefan Vogt, Brian Cassidy, and Frederic Cambus
  * All rights reserved.
  *
  * Ansilove is licensed under the BSD 2-Clause license.

Reply via email to