diff options
author | adam <adam@pkgsrc.org> | 2022-10-21 12:55:31 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2022-10-21 12:55:31 +0000 |
commit | c4fcef94b6eed818a01bf36b2978347dd1fd659e (patch) | |
tree | 636708882578619580506150278165b25d495e87 | |
parent | 69ab5a0b6a88d7f14a64e9b904e0e1bcf3b737d6 (diff) | |
download | pkgsrc-c4fcef94b6eed818a01bf36b2978347dd1fd659e.tar.gz |
libaec: updated to 1.0.6
1.0.6
Changed
- Improved cmake for mingw by Miloš Komarčević
1.0.5
Changed
- Updated documentation to new 121.0-B-3 standard. The new standard
mainly clarifies and explicitly defines special cases which could be
ambiguous or misleading in previous revisions.
These changes did *not* require any substantial changes to libaec.
Existing compressed data is still compatible with this version of
the library and compressed data produced by this version can be
uncompressed with previous versions.
- Modernized CMake
- Better CMake integration with HDF5 by Jan-Willem Blokland
-rw-r--r-- | archivers/libaec/Makefile | 6 | ||||
-rw-r--r-- | archivers/libaec/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/archivers/libaec/Makefile b/archivers/libaec/Makefile index 4677e85ea67..cffd310b8c1 100644 --- a/archivers/libaec/Makefile +++ b/archivers/libaec/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.1 2019/04/29 15:51:23 bacon Exp $ +# $NetBSD: Makefile,v 1.2 2022/10/21 12:55:31 adam Exp $ -DISTNAME= libaec-1.0.4 +DISTNAME= libaec-1.0.6 CATEGORIES= archivers -MASTER_SITES= https://gitlab.dkrz.de/k202009/libaec/uploads/ea0b7d197a950b0c110da8dfdecbb71f/ +MASTER_SITES= https://gitlab.dkrz.de/k202009/libaec/uploads/45b10e42123edd26ab7b3ad92bcf7be2/ MAINTAINER= bacon@NetBSD.org HOMEPAGE= https://gitlab.dkrz.de/k202009/libaec diff --git a/archivers/libaec/distinfo b/archivers/libaec/distinfo index 3f8d2bee893..3885c00f8eb 100644 --- a/archivers/libaec/distinfo +++ b/archivers/libaec/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2021/10/26 09:57:08 nia Exp $ +$NetBSD: distinfo,v 1.4 2022/10/21 12:55:31 adam Exp $ -BLAKE2s (libaec-1.0.4.tar.gz) = 502955452fac20b56f915e8c8cd337b1ac3175213d6d3ce5738dc4b9c3d6bc4a -SHA512 (libaec-1.0.4.tar.gz) = 3873b51986f8a05202c44ea3eb0f2f9125869a29367473dc3f6de4d67a0ecc4245787eaf979760254001ae289ffe588cf065c73153a0ef9eb8ed20641bcbf0ad -Size (libaec-1.0.4.tar.gz) = 3120061 bytes +BLAKE2s (libaec-1.0.6.tar.gz) = 593ee5bac656f9b0e31eaea10f98477dcd011eb8a20ccc27785140b754431e4a +SHA512 (libaec-1.0.6.tar.gz) = 4a796e93a46e8b45c0c7084b5130685cc7bef0b802a0e41a092a815f5c81927f3194be1717a95100701d61d4d5ba05ed807510e5104b5b5bfb78c2ac8a3f759e +Size (libaec-1.0.6.tar.gz) = 3129358 bytes |