gcmd-devel
[Top][All Lists]
Advanced

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

Re: [gcmd-dev] exif and iptc support


From: Piotr Eljasiak
Subject: Re: [gcmd-dev] exif and iptc support
Date: Wed, 02 Jan 2008 00:07:57 +0100

> I think it would be very convenient if you would add these minimum
> version requirements to the readme file. I don't know if this is
> mentioned elsewhere in the documentation, but I would definitely look
> in that file for the information concerning the version requirements.

It is already done, see README.in from which README is generated
during ./configure (or ./autogen.sh):


> . Building
> --------------------------------
> 
> GNOME Commander requires glib >= @GLIB_REQ@, GTK+ >= @GTK_REQ@ and gnome >= 
> @GNOMEUI_REQ@ libraries.
> 
> Additionally GNOME Commander may require:
> 
>   * gnome-vfs >= @GNOMEVFS_REQ@
>     Used for most of the file handling. If gnome-vfs is built to use fam
>     gnome-commander makes use of that functionality by being able to update
>     its visible directories even when files are create/deleted or changed by
>     other programs.
> 
>   * python >= @PYTHON_REQ@
>     Optional - for python plugins support.
> 
>   * exiv2 >= @EXIV2_REQ@
>     Optional - for Exif and IPTC support.
> 
>   * taglib >= @TAGLIB_REQ@
>     Optional - for ID3, Vorbis, FLAC and APE support.
> 
>   * libgsf >= @LIBGSF_REQ@
>     Optional - for OLE and ODF support.


The @versions@ are taken from configure.in:


> dnl ===================
> dnl Check for libraries
> dnl ===================
> 
> GLIB_REQ=2.6.0
> GMODULE_REQ=2.0.0
> GTK_REQ=2.8.0
> GNOME_REQ=2.0.0
> GNOMEUI_REQ=2.4.0
> GNOMEVFS_REQ=2.0.0
> PYTHON_REQ=2.4
> EXIV2_REQ=0.14
> TAGLIB_REQ=1.4
> LIBGSF_REQ=1.12.0




Piotr








reply via email to

[Prev in Thread] Current Thread [Next in Thread]