pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/print/podofo Recognize TIFF images with alpha channel ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/6a5a7408b727
branches: trunk
changeset: 348886:6a5a7408b727
user: joerg <joerg%pkgsrc.org@localhost>
date: Sun Jun 19 22:55:18 2016 +0000
description:
Recognize TIFF images with alpha channel when using the photometric
color tag. Bump revision.
diffstat:
print/podofo/Makefile | 4 ++--
print/podofo/patches/patch-src_doc_PdfImage.cpp | 13 +++++++++++++
2 files changed, 15 insertions(+), 2 deletions(-)
diffs (30 lines):
diff -r 48e492bd941c -r 6a5a7408b727 print/podofo/Makefile
--- a/print/podofo/Makefile Sun Jun 19 22:16:48 2016 +0000
+++ b/print/podofo/Makefile Sun Jun 19 22:55:18 2016 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.25 2016/03/05 11:29:17 jperkin Exp $
+# $NetBSD: Makefile,v 1.26 2016/06/19 22:55:18 joerg Exp $
DISTNAME= podofo-0.9.3
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=podofo/}
diff -r 48e492bd941c -r 6a5a7408b727 print/podofo/patches/patch-src_doc_PdfImage.cpp
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/podofo/patches/patch-src_doc_PdfImage.cpp Sun Jun 19 22:55:18 2016 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-src_doc_PdfImage.cpp,v 1.1 2016/06/19 22:55:18 joerg Exp $
+
+--- src/doc/PdfImage.cpp.orig 2016-06-07 16:48:51.790860153 +0000
++++ src/doc/PdfImage.cpp
+@@ -550,7 +550,7 @@ void PdfImage::LoadFromTiff( const char*
+ break;
+
+ case PHOTOMETRIC_RGB:
+- if ( bitsPixel != 24 )
++ if ( bitsPixel != 24 && bitsPixel != 32 )
+ {
+ TIFFClose(hInfile);
+ PODOFO_RAISE_ERROR( ePdfError_UnsupportedImageFormat );
Home |
Main Index |
Thread Index |
Old Index