pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/archivers/libaec
Module Name: pkgsrc
Committed By: adam
Date: Wed Mar 5 10:51:11 UTC 2025
Modified Files:
pkgsrc/archivers/libaec: Makefile PLIST distinfo
Log Message:
libaec: updated to 1.1.3
1.1.3
Fixed
- Compiler warnings
1.1.2
Fixed
- Compile issue with MSVC
1.1.1
Fixed
- Offsets when encoding by Eugen Betke
1.1.0
Changed
- Rename aec executable to graec. This avoids a name clash with the
library itself in cmake builds using the Ninja
generator. Furthermore, the executable and its manual page will not
be installed any more since it is mainly used for internal testing
and benchmarking.
- The include file libaec.h now contains version information.
Added
- Support for decoding data ranges by Eugen Betke. You can now start
decoding at previously noted offsets of reference samples. New API
functions allow you to extract possible offsets and decode ranges
from encoded data.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/archivers/libaec/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/archivers/libaec/PLIST
cvs rdiff -u -r1.4 -r1.5 pkgsrc/archivers/libaec/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/archivers/libaec/Makefile
diff -u pkgsrc/archivers/libaec/Makefile:1.2 pkgsrc/archivers/libaec/Makefile:1.3
--- pkgsrc/archivers/libaec/Makefile:1.2 Fri Oct 21 12:55:31 2022
+++ pkgsrc/archivers/libaec/Makefile Wed Mar 5 10:51:11 2025
@@ -1,8 +1,11 @@
-# $NetBSD: Makefile,v 1.2 2022/10/21 12:55:31 adam Exp $
+# $NetBSD: Makefile,v 1.3 2025/03/05 10:51:11 adam Exp $
-DISTNAME= libaec-1.0.6
+DISTNAME= libaec-v1.1.3
+PKGNAME= ${DISTNAME:S/-v/-/}
CATEGORIES= archivers
-MASTER_SITES= https://gitlab.dkrz.de/k202009/libaec/uploads/45b10e42123edd26ab7b3ad92bcf7be2/
+MASTER_SITES= https://gitlab.dkrz.de/k202009/libaec/-/archive/v${PKGVERSION_NOREV}/
+ #https://gitlab.dkrz.de/k202009/libaec/-/archive/v1.1.3/libaec-v1.1.3.tar.bz2
+EXTRACT_SUFX= .tar.bz2
MAINTAINER= bacon%NetBSD.org@localhost
HOMEPAGE= https://gitlab.dkrz.de/k202009/libaec
@@ -11,13 +14,9 @@ LICENSE= 2-clause-bsd
CONFLICTS= szip-[0-9]*
-USE_TOOLS+= autoconf automake autoreconf
-USE_LIBTOOL= yes
-GNU_CONFIGURE= yes
-INSTALL_TARGET= install-strip
-TEST_TARGET= check
-
-pre-configure:
- cd ${WRKSRC} && autoreconf -if
+USE_CC_FEATURES= c99
+USE_LANGUAGES= c
+TEST_TARGET= test
+.include "../../devel/cmake/build.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/archivers/libaec/PLIST
diff -u pkgsrc/archivers/libaec/PLIST:1.1 pkgsrc/archivers/libaec/PLIST:1.2
--- pkgsrc/archivers/libaec/PLIST:1.1 Mon Apr 29 15:51:23 2019
+++ pkgsrc/archivers/libaec/PLIST Wed Mar 5 10:51:11 2025
@@ -1,7 +1,13 @@
-@comment $NetBSD: PLIST,v 1.1 2019/04/29 15:51:23 bacon Exp $
-bin/aec
+@comment $NetBSD: PLIST,v 1.2 2025/03/05 10:51:11 adam Exp $
+cmake/libaec-config-version.cmake
+cmake/libaec-config.cmake
include/libaec.h
include/szlib.h
-lib/libaec.la
-lib/libsz.la
-man/man1/aec.1
+lib/libaec.a
+lib/libaec.so
+lib/libaec.so.0
+lib/libaec.so.0.1.3
+lib/libsz.a
+lib/libsz.so
+lib/libsz.so.2
+lib/libsz.so.2.0.1
Index: pkgsrc/archivers/libaec/distinfo
diff -u pkgsrc/archivers/libaec/distinfo:1.4 pkgsrc/archivers/libaec/distinfo:1.5
--- pkgsrc/archivers/libaec/distinfo:1.4 Fri Oct 21 12:55:31 2022
+++ pkgsrc/archivers/libaec/distinfo Wed Mar 5 10:51:11 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2022/10/21 12:55:31 adam Exp $
+$NetBSD: distinfo,v 1.5 2025/03/05 10:51:11 adam Exp $
-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
+BLAKE2s (libaec-v1.1.3.tar.bz2) = e14e6f9cd6ef3556f70bb451a21466a03db481af276f8d0268ab1fb6a8ab9f86
+SHA512 (libaec-v1.1.3.tar.bz2) = 0d943dc074f819812d1536fb69845592acfd64390423a2bc40a85aeb829bb5c83d2d43492728dfed292acd09645cb18f427e572c707dd81dc503da48419eb918
+Size (libaec-v1.1.3.tar.bz2) = 2313620 bytes
Home |
Main Index |
Thread Index |
Old Index