File:  [cvs.NetBSD.org] / pkgsrc / graphics / libpgf / distinfo
Revision 1.5: download - view: text, annotated - select for diffs
Fri Sep 29 18:29:29 2023 UTC (16 months, 1 week ago) by nros
Branches: MAIN
CVS tags: pkgsrc-2024Q4-base, pkgsrc-2024Q4, pkgsrc-2024Q3-base, pkgsrc-2024Q3, pkgsrc-2024Q2-base, pkgsrc-2024Q2, pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4, HEAD
Update libpgf to version 7.21.7

Pkgsrc changes:
Don't need dos2unix, the line endings have been fixed in this version.
Removed doc/Makefile.am patch, it has been applied upstream.
This version builds on compilers defaulting to C++17.
BUILDLINK_API_DEPENDS has been bumped to the new version since nothing
in pkgsrc depends on libpgf.


Changelog from readme:

Version 7.21.7, (Thu, 18 Feb 2021)
------------------------------------

1. The new version is a minor bug fix of versions 7.15.25 to 7.21.2.

2. This bug fix for ROI decoding only. This bug fix is necessary if
   several Read() and ResetStreamPos() operations are called with
   the same PGFimage object after a single Open() call.


Version 7.21.2, (Sun, 17 Jan 2021)
------------------------------------

1. The new version is a documentation and build tool update of
   version 7.19.3.


Version 7.19.3, (Tue, 15 Jan 2019)
------------------------------------

1. The new version is a minor update of version 7.15.25.

2. This version fixes a compilation bug seen when ROI support is
   disabled.


Version 7.15.32, (Thu, 6 Aug 2015)
------------------------------------

1. The new version is a minor update of version 7.15.25.

2. This version improves the reuse of CPGFImage objects for several
   decoding operations. It clarifies the usage of CPGFImage::Close()
   and CPGFImage::Destroy() by deletion of Close(). Several reading
   operations can be performed in the following way:
   Open(), Read(), GetBitmap(), ResetStreamPos(), Read(),
   GetBitmap(), ResetStreamPos(), ...
   Calling Destroy() frees all allocated ressources and reinitializes
   the object to the same state as the constructor does. This allows
   the reuse of the CPGFImage object for encoding and decoding:
   SetHeader(), ImportBitmap(), Write(), ResetStreamPos(), Destroy(),
   Open(), Read(), GetBitmap()

3. Caching or skipping of user data (meta data) while opening a PGF
   image can be controlled by a new UserdataPolicy in
   ConfigureDecoder().


Version 7.15.25, (Sat, 20 June 2015)
------------------------------------

1. This new version is a replacement of version 6.14.12.
   In case you use the ROI decoding, we strongly encourage using
   version 6.15.25 instead of an older version.

2. This version fixes some decoder bugs only seen in ROI decoding.
   ROI decoding is now also supported for Bitmap and RGB12 image modes.

3. This version introduces a new and more efficient data format for
   binary images (bitmaps).
   The new format allows ROI decoding.
   The decoder supports both the old and the new format, but ROI
   decoding works only with the new format.

4. The two reserverd bytes in PGFHeader are now used for a more
   detailled PGF version number.

5. The Visual Studio project files are in the VS12 format.

$NetBSD: distinfo,v 1.5 2023/09/29 18:29:29 nros Exp $

BLAKE2s (libpgf-7.21.7/libpgf.zip) = 39fe793416adad3a962d4f976374cf7a3e5a0a592642aee166d474f779280e4f
SHA512 (libpgf-7.21.7/libpgf.zip) = dbc17d9dce1afbeffb272df0d573059914d2ac79d652d1d43e67c49509fd6e643be8594bbd1a3058a5aa3a9d30db100c6dcf641051345049cf8f9375d49e2799
Size (libpgf-7.21.7/libpgf.zip) = 2075722 bytes
SHA1 (patch-configure.ac) = 4281c5d85931f6cff577f419e11f6cbed3967d99
SHA1 (patch-include_PGFplatform.h) = 1ef19ef4570bc8e5b1b11de769eb8e84c595004c
SHA1 (patch-libpgf.pc.in) = 3709fe3393b536cb84cda03fd00bb6bf26914b8d

CVSweb <webmaster@jp.NetBSD.org>