pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/cups-filters



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Mar 17 19:41:58 UTC 2023

Modified Files:
        pkgsrc/print/cups-filters: Makefile distinfo

Log Message:
cups-filters: updated to 1.28.16

CHANGES IN V1.28.16

- imagetoraster, imagetopdf, libcupsfilters: Added support for
  reading the resolution of an image from its EXIF data when
  loading it. This way we get the image reproduced in its
  original size with "print-scaling=none".
- libcupsfilters: Replaced deprecated data types uint16 and
  uint32. The function to read TIFF image files via libtiff in
  cupsfilters/image-tiff.c uses the deprecated types uint16
  and uint32. The replacements for these types are uint16_t
  and uint32_t.


To generate a diff of this commit:
cvs rdiff -u -r1.170 -r1.171 pkgsrc/print/cups-filters/Makefile
cvs rdiff -u -r1.79 -r1.80 pkgsrc/print/cups-filters/distinfo

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

Modified files:

Index: pkgsrc/print/cups-filters/Makefile
diff -u pkgsrc/print/cups-filters/Makefile:1.170 pkgsrc/print/cups-filters/Makefile:1.171
--- pkgsrc/print/cups-filters/Makefile:1.170    Sun Jan 29 21:17:34 2023
+++ pkgsrc/print/cups-filters/Makefile  Fri Mar 17 19:41:58 2023
@@ -1,13 +1,12 @@
-# $NetBSD: Makefile,v 1.170 2023/01/29 21:17:34 ryoon Exp $
+# $NetBSD: Makefile,v 1.171 2023/03/17 19:41:58 adam Exp $
 
-DISTNAME=      cups-filters-1.28.15
-PKGREVISION=   5
+DISTNAME=      cups-filters-1.28.16
 CATEGORIES=    print
 MASTER_SITES=  http://openprinting.org/download/cups-filters/
 EXTRACT_SUFX=  .tar.xz
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://www.linuxfoundation.org/collaborate/workgroups/openprinting/cups-filters
+HOMEPAGE=      https://wiki.linuxfoundation.org/openprinting/cups-filters
 COMMENT=       Backends, filters, and other software for cups
 LICENSE=       gnu-gpl-v2 AND gnu-gpl-v3 AND gnu-lgpl-v2 AND mit
 
@@ -84,6 +83,7 @@ post-install:
 .include "../../fonts/fontconfig/buildlink3.mk"
 .include "../../graphics/freetype2/buildlink3.mk"
 .include "../../graphics/lcms2/buildlink3.mk"
+.include "../../graphics/libexif/buildlink3.mk"
 .include "../../graphics/png/buildlink3.mk"
 .include "../../graphics/tiff/buildlink3.mk"
 .include "../../print/cups-base/buildlink3.mk"

Index: pkgsrc/print/cups-filters/distinfo
diff -u pkgsrc/print/cups-filters/distinfo:1.79 pkgsrc/print/cups-filters/distinfo:1.80
--- pkgsrc/print/cups-filters/distinfo:1.79     Sun Sep 18 14:41:07 2022
+++ pkgsrc/print/cups-filters/distinfo  Fri Mar 17 19:41:58 2023
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.79 2022/09/18 14:41:07 he Exp $
+$NetBSD: distinfo,v 1.80 2023/03/17 19:41:58 adam Exp $
 
-BLAKE2s (cups-filters-1.28.15.tar.xz) = f13ded9ee7fdcde6debe2590ef189a2a2a2df16ae952e601a1609e650ff90abe
-SHA512 (cups-filters-1.28.15.tar.xz) = cc8d43bba6edb2b839f3be5fcbcdeb7633ed0f0f0c2737bcc6957cf95fb4ded8ee412358cc95fdbf289ae897dd0b7f32e689f02d191a8f15930eb4d2deefd74c
-Size (cups-filters-1.28.15.tar.xz) = 1511452 bytes
+BLAKE2s (cups-filters-1.28.16.tar.xz) = 1b4857225f93eed2f10624fa0654730c4a7c356a5ee2b5cbf6f616e4d5dc30aa
+SHA512 (cups-filters-1.28.16.tar.xz) = 0369f96a8ae5e33bf75c8765947d5ad7285b3532e9d9b0ded7e206798834c9ade3a2ac3f1d16e0fdd43346f2bc7852c541130e935cbb20f9c1239a53118d1239
+Size (cups-filters-1.28.16.tar.xz) = 1512496 bytes
 SHA1 (patch-filter_gstoraster.c) = 4eef8d91d8ca26a5a874e29885b836e9670d9e5d
 SHA1 (patch-filter_mupdftoraster.c) = 81a06cbb3be9a7fd3e797a2effa5ef0aecfc2621
 SHA1 (patch-fontembed_test__pdf.c) = 5ffb13a59ed4d860a3ae4355e364059973715290



Home | Main Index | Thread Index | Old Index