From 56f5955a243d4e53b49f6335648f20997d3c5d48 Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Thu, 18 Oct 2012 11:16:42 +0100 Subject: [PATCH] vipsCC required the wrong version of vips vipsCC.pc.in was asking for vips-7.30.pc, but of course we now call it vips.pc thanks Alessandro --- ChangeLog | 1 + vips.pc.in | 2 +- vipsCC.pc.in | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index e9ebc04e..aa666030 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,6 @@ 2/10/12 started 7.30.4 - remove options from format string in .dzi (thanks Martin) +- vipsCC.pc required the wrong version of vips (thanks Alessandro) 13/9/12 started 7.30.3 - linecache sized itself too large diff --git a/vips.pc.in b/vips.pc.in index 8d411991..9c702b02 100644 --- a/vips.pc.in +++ b/vips.pc.in @@ -3,7 +3,7 @@ exec_prefix=@exec_prefix@ libdir=@libdir@ includedir=@includedir@ -Name: vips-@VIPS_MAJOR_VERSION@.@VIPS_MINOR_VERSION@ +Name: vips Description: Image processing library Version: @VERSION@ Requires: @PACKAGES_USED@ diff --git a/vipsCC.pc.in b/vipsCC.pc.in index 0aca1b9a..7175c53b 100644 --- a/vipsCC.pc.in +++ b/vipsCC.pc.in @@ -3,8 +3,8 @@ exec_prefix=@exec_prefix@ libdir=@libdir@ includedir=@includedir@ -Name: vipsCC-@VIPS_MAJOR_VERSION@.@VIPS_MINOR_VERSION@ +Name: vipsCC Description: C++ API for vips image processing library Version: @VERSION@ -Requires: vips-@VIPS_MAJOR_VERSION@.@VIPS_MINOR_VERSION@ = @VERSION@ +Requires: vips = @VERSION@ Libs: -L${libdir} -lvipsCC