pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/tiff



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Sun Aug 17 09:38:57 UTC 2025

Modified Files:
        pkgsrc/graphics/tiff: Makefile buildlink3.mk

Log Message:
tiff: enable Lerc format support.

This adds one (small) dependency but it brings a new format for TIFF.

Bump revision.


To generate a diff of this commit:
cvs rdiff -u -r1.169 -r1.170 pkgsrc/graphics/tiff/Makefile
cvs rdiff -u -r1.29 -r1.30 pkgsrc/graphics/tiff/buildlink3.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/tiff/Makefile
diff -u pkgsrc/graphics/tiff/Makefile:1.169 pkgsrc/graphics/tiff/Makefile:1.170
--- pkgsrc/graphics/tiff/Makefile:1.169 Thu Aug 14 10:02:21 2025
+++ pkgsrc/graphics/tiff/Makefile       Sun Aug 17 09:38:57 2025
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.169 2025/08/14 10:02:21 wiz Exp $
+# $NetBSD: Makefile,v 1.170 2025/08/17 09:38:57 bsiegert Exp $
 
 VERSION_BASE=  4.7.0
 # Accomodate testing unreleased versions.
 VERSION_RC=
 DISTNAME=      tiff-${VERSION_BASE}${VERSION_RC}
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    graphics
 MASTER_SITES=  https://download.osgeo.org/libtiff/
 
@@ -30,6 +30,7 @@ CONFIGURE_ARGS+=      --disable-sphinx
 CONFIGURE_ARGS+=       --disable-webp
 CONFIGURE_ARGS+=       --disable-zstd
 CONFIGURE_ARGS+=       --disable-opengl
+CONFIGURE_ARGS+=       --enable-lerc
 
 PKGCONFIG_OVERRIDE=    libtiff-4.pc.in
 
@@ -48,5 +49,6 @@ post-install:
 # XXX for liblzma; there are more potential suppliers
 .include "../../archivers/xz/buildlink3.mk"
 .include "../../graphics/jbigkit/buildlink3.mk"
+.include "../../graphics/lerc/buildlink3.mk"
 .include "../../mk/jpeg.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/graphics/tiff/buildlink3.mk
diff -u pkgsrc/graphics/tiff/buildlink3.mk:1.29 pkgsrc/graphics/tiff/buildlink3.mk:1.30
--- pkgsrc/graphics/tiff/buildlink3.mk:1.29     Thu Apr 24 14:14:40 2025
+++ pkgsrc/graphics/tiff/buildlink3.mk  Sun Aug 17 09:38:57 2025
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.29 2025/04/24 14:14:40 wiz Exp $
+# $NetBSD: buildlink3.mk,v 1.30 2025/08/17 09:38:57 bsiegert Exp $
 
 BUILDLINK_TREE+=       tiff
 
@@ -12,6 +12,7 @@ BUILDLINK_PKGSRCDIR.tiff?=    ../../graphic
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../archivers/xz/buildlink3.mk"
 .include "../../graphics/jbigkit/buildlink3.mk"
+.include "../../graphics/lerc/buildlink3.mk"
 .include "../../mk/jpeg.buildlink3.mk"
 .endif # TIFF_BUILDLINK3_MK
 



Home | Main Index | Thread Index | Old Index