]> git.pld-linux.org Git - packages/vips.git/blob - vips.spec
- br new imagemagick
[packages/vips.git] / vips.spec
1 Summary:        An image processing library
2 Summary(pl):    Biblioteka przetwarzania obrazów
3 Name:           vips
4 Version:        7.10.10
5 Release:        2
6 License:        LGPL
7 Group:          Libraries
8 Source0:        http://www.vips.ecs.soton.ac.uk/%{name}-7.10/%{name}-%{version}.tar.gz
9 # Source0-md5:  5fa724406ff4e9ca9839d5f51bd391ad
10 URL:            http://www.vips.ecs.soton.ac.uk/
11 BuildRequires:  ImageMagick-devel >= 1:6.2.4.0
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  bzip2-devel
15 BuildRequires:  fftw3-devel >= 3.0.0
16 BuildRequires:  glib2-devel >= 2.4.0
17 BuildRequires:  imlib-devel
18 BuildRequires:  intltool
19 BuildRequires:  lcms-devel
20 BuildRequires:  libjpeg-devel
21 BuildRequires:  libltdl-devel
22 BuildRequires:  libpng-devel
23 BuildRequires:  libstdc++-devel
24 BuildRequires:  libtiff-devel
25 BuildRequires:  libtool
26 BuildRequires:  libxml2-devel
27 BuildRequires:  pango-devel
28 BuildRequires:  pkgconfig
29 BuildRequires:  zlib-devel
30 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
31
32 %description
33 VIPS is an image processing library. It is good for very large images
34 (ie. larger than the amount of RAM in your machine), and for working
35 with colour. It includes a C++ API, complete man pages, a command-line
36 interface, automatic threading and an operation database. There are
37 several user interfaces built on top of VIPS: for example "nip".
38
39 %description -l pl
40 VIPS jest bibliotek± przetwarzania obrazów. Jest dobra dla bardzo
41 du¿ych obrazów (to znaczy wiêkszych ni¿ ilo¶æ RAM w komputerze), oraz
42 do pracy z kolorami. Zawiera API w C++, kompletne strony pomocy man,
43 interfejs linii poleceñ, automatyczne w±tkowanie i bazê danych
44 operacji. Jest kilka interfejsów u¿ytkownika zbudowanych na podstawie
45 VIPS, na przyk³ad "nip".
46
47 %package devel
48 Summary:        Header files for vips library
49 Summary(pl):    Pliki nag³ówkowe biblioteki vips
50 Group:          Development/Libraries
51 Requires:       %{name} = %{version}-%{release}
52
53 %description devel
54 Header files for vips library.
55
56 %description devel -l pl
57 Pliki nag³ówkowe biblioteki vips.
58
59 %package static
60 Summary:        Static vips library
61 Summary(pl):    Statyczna biblioteka vips
62 Group:          Development/Libraries
63 Requires:       %{name}-devel = %{version}-%{release}
64
65 %description static
66 Static vips library.
67
68 %description static -l pl
69 Statyczna biblioteka vips.
70
71 %prep
72 %setup -q
73
74 %build
75 %{__libtoolize}
76 %{__aclocal}
77 %{__autoconf}
78 %{__autoheader}
79 %{__automake}
80 %configure
81 %{__make}
82
83 %install
84 rm -rf $RPM_BUILD_ROOT
85
86 %{__make} install \
87         DESTDIR=$RPM_BUILD_ROOT
88
89 rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/%{name}
90
91 %clean
92 rm -rf $RPM_BUILD_ROOT
93
94 %post   -p /sbin/ldconfig
95 %postun -p /sbin/ldconfig
96
97 %files
98 %defattr(644,root,root,755)
99 %doc AUTHORS ChangeLog NEWS README THANKS TODO
100 %doc doc/html/refguide doc/html/appguide
101 %attr(755,root,root) %{_bindir}/*
102 %attr(755,root,root) %{_libdir}/lib*.so.*.*.*
103 %{_datadir}/%{name}
104 %{_mandir}/man1/*
105
106 %files devel
107 %defattr(644,root,root,755)
108 %doc doc/html/cppguide doc/html/libguide
109 %attr(755,root,root) %{_libdir}/lib*.so
110 %{_libdir}/lib*.la
111 %{_includedir}/%{name}
112 %{_pkgconfigdir}/*.pc
113 %{_mandir}/man3/*
114
115 %files static
116 %defattr(644,root,root,755)
117 %{_libdir}/lib*.a
This page took 0.084434 seconds and 4 git commands to generate.