Re: [Shotwell] shotwell for PCLinuxOS Mate



Hallo Jens and/or others,

I compiled and installed gexiv2,
but now I am left with two versions of the package:
Version 0.6.1 is in
  /usr
and Version 0.10.4 in
  /usr/local
And shotwell/configure still complains:
  Requested 'gexiv2 >= 0.10.4' but version of GExiv2 is 0.6.1

What is the correct way of proceeding from here?

- Should I remove the old version of gexiv2?
- Or can I indicate in the shotwell configuration
  that it has to look in /usr/local for gexiv2?
- Or should I change the install directory in the
  make process of gexiv2?

Thanks,
Gerrit

Below are the respective .pc files:
------------------------0.6.1
prefix=/usr
exec_prefix=${prefix}
libdir=${exec_prefix}/lib64
includedir=${prefix}/include

Name: GExiv2
Description: GObject bindings for exiv2
Requires: exiv2 glib-2.0 gobject-2.0
Version: 0.6.1
Libs: -L${libdir} -lgexiv2
Cflags: -I${includedir}/gexiv2 -I${libdir}/gexiv2/include
------------------------

------------------------0.10.4
prefix=/usr/local
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include

Name: GExiv2
Description: GObject bindings for exiv2
Requires: exiv2 glib-2.0 gobject-2.0
Version: 0.10.4
Libs: -L${libdir} -lgexiv2
Cflags: -I${includedir}
------------------------



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]