From 5eb7d297e74d2d399f2341252d422c189687b3af Mon Sep 17 00:00:00 2001 From: Johannes Hofmann Date: Wed, 8 Apr 2009 08:21:32 +0200 Subject: update requirements --- NEWS | 4 ++++ README | 2 +- gipfel.spec | 4 +--- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 57d3cd5..5109a09 100644 --- a/NEWS +++ b/NEWS @@ -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(). diff --git a/README b/README index 6dd4fe0..6b8863d 100644 --- a/README +++ b/README @@ -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. -- cgit v1.2.3