diff options
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | gipfel.spec | 4 |
3 files changed, 6 insertions, 4 deletions
@@ -1,6 +1,10 @@ gipfel ChangeLog ================= +gipfel-0.3.0 +* Use exiv2 library for image metadata reading and writing. + (initial patch by Konrad Golling). + gipfel-0.2.9 * Add rpm spec file. * fsync() temporary file before rename(). @@ -27,7 +27,7 @@ Requirements * [fltk-1.1.x](http://www.fltk.org) * [libtiff](http://www.remotesensing.org/libtiff/) * [libjpeg](http://www.ijg.org/) -* [exif utility](http://libexif.sourceforge.net/) +* [exiv2](http://www.exiv2.org/) * [GSL - GNU Scientific Library](http://www.gnu.org/software/gsl/) * gipfel works on UNIX-like systems (e.g. Linux, *BSD and probably others) diff --git a/gipfel.spec b/gipfel.spec index 4c58076..2dead57 100644 --- a/gipfel.spec +++ b/gipfel.spec @@ -8,14 +8,12 @@ Source0: %{name}-%{version}.tar.gz License: GPL Group: Productivity/Scientific/Other -BuildRequires: binutils gcc gcc-c++ libstdc++-devel gsl-devel fltk-devel libjpeg-devel libtiff-devel libpng-devel +BuildRequires: binutils gcc gcc-c++ libstdc++-devel gsl-devel fltk-devel libjpeg-devel libtiff-devel libpng-devel exiv2-devel %if 0%{?suse_version} BuildRequires: xorg-x11-libXext-devel %endif -Requires: jpeg exif - %description gipfel helps to find the names of mountains or points of interest on a picture. |