Path to this page:
./
graphics/mng,
Multiple-image Network Graphics (MNG) reference library
Branch: CURRENT,
Version: 2.0.3,
Package name: mng-2.0.3,
Maintainer: pkgsrc-usersThe libmng library supports decoding, displaying, encoding, and various other
manipulations of Multiple-image Network Graphics (MNG) format image files. It
uses the zlib(3) compression library, and optionally the JPEG library by the
Independent JPEG Group (IJG) and/or lcms (little CMS), a color-management
library by Marti Maria Saguar.
Required to run:[
graphics/jpeg] [
graphics/lcms2]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 929.5 KB
Version history: (Expand)
- (2017-11-23) Package has been reborn
- (2015-04-21) Updated to version: mng-2.0.3
- (2013-10-09) Updated to version: mng-2.0.2
- (2013-01-27) Updated to version: mng-1.0.10nb3
- (2010-01-18) Updated to version: mng-1.0.10nb2
- (2009-08-27) Updated to version: mng-1.0.10nb1
CVS history: (Expand)
2021-10-26 12:47:26 by Nia Alarie | Files touched by this commit (800) |
Log message:
graphics: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-07 16:13:27 by Nia Alarie | Files touched by this commit (800) |
Log message:
graphics: Remove SHA1 hashes for distfiles
|
2018-01-07 14:04:44 by Roland Illig | Files touched by this commit (583) |
Log message:
Fix indentation in buildlink3.mk files.
The actual fix as been done by "pkglint -F */*/buildlink3.mk", and was
reviewed manually.
There are some .include lines that still are indented with zero spaces
although the surrounding .if is indented. This is existing practice.
|
2017-09-03 10:37:04 by Thomas Klausner | Files touched by this commit (182) |
Log message:
Comment out dead MASTER_SITES/HOMEPAGEs.
|
2017-01-19 19:52:30 by Alistair G. Crooks | Files touched by this commit (352) |
Log message:
Convert all occurrences (353 by my count) of
MASTER_SITES= site1 \
site2
style continuation lines to be simple repeated
MASTER_SITES+= site1
MASTER_SITES+= site2
lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint
accordingly.
|
2015-11-03 22:34:36 by Alistair G. Crooks | Files touched by this commit (610) |
Log message:
Add SHA512 digests for distfiles for graphics category
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.
|
2015-04-20 23:51:33 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 2.0.3:
2.0.3 (15.11.2014)
---------------------------
[szukw000@arcor.de] More changes to libmng_types.h.
|
2013-10-09 19:38:26 by Thomas Klausner | Files touched by this commit (5) |
Log message:
Update to 2.0.2.
Now depends on lcms2 instead of lcms, and the major version was
bumped (recursive bump following next).
2.0.1 (19.01.2013)
---------------------------
[szukw000@arcor.de] There has been a change in JPEG version 9:
added some code in libmng_types.h before
#include <jpeglib.h>
2.0.0 (dd.mm.2012)
---------------------------
Allows lcms1/lcms2:
./configure --with-lcms2
cmake -DWITH_LCMS2:bool=on
Cnf. the sample files
'Configure.libmng'
and 'build-mng-cmake.sh'
and 'cmake-compile.bat' resp. 'clean.bat'
szukw000@arcor.de
|