Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37855251
en ru br
ALT Linux repos
S:8.14.2-alt2
5.0: 7.16.3-alt3
3.0: 7.10.10-alt1

Group :: Graphics
RPM: vips

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%def_disable static

Name: vips
Version: 7.16.3
Release: alt3

Summary: Large image processing library
License: GPL
Group: Graphics

Url: http://www.vips.ecs.soton.ac.uk
Source: %url/supported/7.16/%name-%version.tar.gz
Packager: Michael Shigorin <mike at altlinux.org>

# Automatically added by buildreq on Mon Oct 06 2008

BuildRequires: gcc-c++ glib2-devel libICE-devel libImageMagick-devel libX11-devel libjpeg-devel liblcms-devel libpng-devel libtiff-devel libxml2-devel python-modules

%description
VIPS is an image processing library. It is good for very large images (ie.
larger than the amount of RAM in your machine), and for working with colour.
It includes a C++ API, complete man pages, a command-line interface, automatic
threading and an operation database. There are several user interfaces
built on top of VIPS: for example "nip".

%package -n lib%name
Summary: VIPS development kit
Group: System/Libraries

%package -n lib%name-devel
Summary: VIPS development kit
Group: Development/C
Requires: lib%name = %version-%release
Provides: %name-devel = %version-%release
Obsoletes: %name-devel < 7.16.3-alt3

%if_enabled static
%package -n lib%name-devel-static
Summary: VIPS static libraries
Group: Development/C
Requires: lib%name-devel = %version-%release
Provides: %name-devel-static = %version-%release
Obsoletes: %name-devel-static < 7.16.3-alt3
%endif

%description -n lib%name
Shared libraries for VIPS.

%description -n lib%name-devel
Development libraries and header files for VIPS.

%if_enabled static
%description -n lib%name-devel-static
Static libraries for developing statically linked VIPS applications.
%endif

%prep
%setup

%build
%configure
%make_build

%install
%makeinstall_std
%find_lang %name
mkdir -p %buildroot{%_includedir,%_bindir,%_libdir,%_man1dir,%_man3dir,%_datadir}

%files -f %name.lang
%doc AUTHORS THANKS README TODO COPYING ChangeLog
%_bindir/*
%_man1dir/*.1*
%_docdir/vips
%_datadir/vips

%files -n lib%name
%_libdir/lib*.so.*

%files -n lib%name-devel
%_includedir/vips/*
%_libdir/lib*.so
%_pkgconfigdir/*
%_man3dir/*.3*

%if_enabled static
%files -n lib%name-devel-static
%_libdir/lib*.a
%endif

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin