Skip Menu |

This queue is for tickets about the Graphics-TIFF CPAN distribution.

Report information
The Basics
Id: 122628
Status: resolved
Priority: 0/
Queue: Graphics-TIFF

People
Owner: Nobody in particular
Requestors: ppisar [...] redhat.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)

Attachments


Subject: Wrong LibTIFF pkgconfig identifier
LibTIFF-4.0.8 is shipped with a pkgconfig file called libtiff-4.pc. Attached patch fixes the pkgconfig module identifier.
Subject: 0001-LibTIFF-4.0.8-calls-pkgconfig-file-libtiff-4.patch
From d334dc8365831c246cbce569fc312b7c7077911e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar@redhat.com> Date: Fri, 28 Jul 2017 13:36:53 +0200 Subject: [PATCH] LibTIFF-4.0.8 calls pkgconfig file libtiff-4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Petr Písař <ppisar@redhat.com> --- Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.PL b/Makefile.PL index 648bc99..0c3a178 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -20,7 +20,7 @@ my %pkgcfg; if ( eval { %pkgcfg = - ExtUtils::PkgConfig->find( 'libtiff >= ' . $build_reqs{libtiff} ); + ExtUtils::PkgConfig->find( 'libtiff-4 >= ' . $build_reqs{libtiff} ); } ) { -- 2.9.4
Fixed in v5 (uploaded soon)
Subject: Re: [rt.cpan.org #122628] Wrong LibTIFF pkgconfig identifier
Date: Sat, 29 Jul 2017 18:59:58 +0200
To: bug-Graphics-TIFF [...] rt.cpan.org
From: Jeff <jffry [...] posteo.net>
Subject: Re: [rt.cpan.org #122628] Wrong LibTIFF pkgconfig identifier
To: bug-Graphics-TIFF [...] rt.cpan.org
From: Jeff <jffry [...] posteo.net>
Thanks for the report and the patch
Download signature.asc
application/pgp-signature 833b

Message body not shown because it is not plain text.