Problems found with existing digests:
Package fotoxx distfile fotoxx-14.03.1.tar.gz
ac2033f87de2c23941261f7c50160cddf872c110 [recorded]
118e98a8cc0414676b3c4d37b8df407c28a1407c [calculated]
Package ploticus-examples distfile ploticus-2.00/plnode200.tar.gz
34274a03d0c41fae5690633663e3d4114b9d7a6d [recorded]
da39a3ee5e6b4b0d3255bfef95601890afd80709 [calculated]
Problems found locating distfiles:
Package AfterShotPro: missing distfile AfterShotPro-1.1.0.30/AfterShotPro_i386.deb
Package pgraf: missing distfile pgraf-20010131.tar.gz
Package qvplay: missing distfile qvplay-0.95.tar.gz
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
Changelog:
2015-04-05 Hayaki Saito <user@zuse.jp>
* converters/stb_image.h: Fix an existing bug in stb_image v1.41 of building
color palette, reported by @msmhrt (for Issue #41)
------------------------------
What's new in libsixel-1.4 ?
------------------------------
* core: SIXEL encoder supports various pixel formats(thanks to @uobikiemukot).
* core: Supports high-color(15bpp output) mode(thanks to @arakiken).
* core: More high compressed output mode is supported(thanks to @arakiken).
* core: Fix typoed API (thanks to @waywardmonkeys).
* core: Fix a minor performance bug (thanks to @arakiken).
* img2sixel: New option -D(--pipe-mode) is introduced.
with this option, img2sixel continuously read source images from
stdin.
* img2sixel: Introduce -I(--high-color) option, high-color(15bpp) output mode
is added(thanks to @arakiken).
* img2sixel: New option -E(--encode-policy) is added. high-compressed
mode(-E size) is introduced(thanks to @arakiken).
* img2sixel: New option -b(--builtin-palette) is added. built-in support of
VT-340 palette is added(thanks to @vrtsds).
* img2sixel: Performance inprovement for loading 8bit indexed PNG
* A lots of bug fixes and minor improvements, now tests achieve 90% coverage.
------------------------------
What's new in libsixel-1.3 ?
------------------------------
* Now libcurl is automatically linked to img2sixel.
If you don't want to build with libcurl, you should configure with
--without-libcurl option.
* Add libjpeg integration(linked automatically to img2sixel).
* Add libpng integration(linked automatically to img2sixel/sixel2png).
* Introduce -t(--palette-type) option.
img2sixel can output HLS paletted sixel with "-t hls".
Add new API sixel_output_set_palette_type.
* Introduce -v(--verbose) option.
* Add new API sixel_dither_set_body_only.
* Now img2sixel can load SIXEL as input data.
* Some bug fixes and minor improvements.
------------------------------
What's new in libsixel-1.2 ?
------------------------------
* Introduce GNU Screen penetration (-P) feature written by @arakiken.
This works with arakiken's GNU screen sixel branch
(screen-sixel, https://bitbucket.org/arakiken/screen/branch/screen).
* Introduce crop operation (-c) feature written by @arakiken.
This works with arakiken's w3m remoteimg branch
https://bitbucket.org/arakiken/w3m/branch/remoteimg
(w3m with "-sixel" option)
* Introduce -C (complexion score) option and implement complexion correction
feature. (discussion with @tsutsui)
* Introduce static image extraction from Gif animation (-S).
(discussion with @isaki68k)
* Introduce --enable-debug configure option.
* Add APIs for skipping DCS envelope
sixel_output_{get,set}_skip_dcs_envelope. (disscussion with @uobikiemukot)
* Some bug fixes and minor improvements.
Thanks to @elfring, @isaki68k, @knok, @mattn, @tsutsui, @waywardmonkeys
and @ttdoda.
This package provides encoder/decoder implementation for DEC SIXEL graphics, and
some converter programs.
SIXEL is one of image formats for printer and terminal imaging introduced by
Digital Equipment Corp. (DEC).
Its data scheme is represented as a terminal-friendly escape sequence.
So if you want to view a SIXEL image file, all you have to do is "cat" it to
your terminal.