]> git.pld-linux.org Git - packages/ImageMagick.git/blob - ImageMagick.spec
- s-/usr/bin-%{_bindir}-
[packages/ImageMagick.git] / ImageMagick.spec
1 Summary:        Image display, conversion, and manipulation under X
2 Summary(de):    Darstellen, Konvertieren und Bearbeiten von Grafiken unter X
3 Summary(fr):    Visualisation, conversion, et manipulation d'images sous X.
4 Summary(pl):    Narzêdzie do wy¶wietlania, konwersji i manipulacji grafikami
5 Summary(tr):    X altýnda resim gösterme, çevirme ve deðiþiklik yapma
6 Name:           ImageMagick
7 Version:        4.2.4
8 Release:        1
9 Copyright:      freeware
10 Serial:         1
11 Group:          X11/Applications/Graphics
12 Group(pl):      X11/Aplikacje/Grafika
13 Source:         ftp://ftp.wizards.dupont.com/pub/ImageMagick/%{name}-%{version}.tar.gz
14 Patch:          ImageMagick-libpath.patch
15 URL:            http://www.wizards.dupont.com/cristy/ImageMagick.html
16 BuildPrereq:    perl
17 BuildPrereq:    XFree86-devel
18 BuildPrereq:    libjpeg-devel
19 BuildPrereq:    libtiff-devel
20 BuildPrereq:    libpng-devel
21 BuildPrereq:    zlib-devel
22 BuildPrereq:    bzip2-devel
23 BuildPrereq:    freetype-devel
24 Requires:       %{name}-libs = %{version}
25 Buildroot:      /tmp/%{name}-%{version}-root
26
27 %description
28 ImageMagick is an image display, conversion, and manipulation tool. It runs
29 under X windows. It is very powerful in terms of it's ability to allow the
30 user to edit images.  It can handle many different formats as well.
31
32 %description -l de
33 ImageMagick ist ein Tool zur Bildanzeige, -konvertierung und manipulation,
34 -das unter X-Windows läuft. Es ist enorm leitungsfähig in Bezug auf die
35 Grafikmanipulationsfunktionen, die es dem Anwender bietet, und auf die
36 Vielfalt der unterstützten Formate.
37
38 %description -l fr
39 ImageMagick est un outil d'affichage, de conversion et de manipulation
40 d'images. Il tourne sous X Window et est très puissant en termes de capacité
41 d'édition des images. Il peut aussi gérer de nombreux formats différents.
42
43 %description -l pl
44 ImageMagic jest narzêdziem do manipulacji, konwersji i wy¶wietlania. W sk³ad
45 pakietu wchodz± zarówno narzêdzia X Window jak i do u¿ywania z linii poleceñ
46 umo¿liwiaj±ce edycjê plików graficznych. Narzêdzia z pakietu ImageMagic
47 potrafi± obs³u¿yæ wiele ró¿ncyh formatów graficznych.
48
49 %description -l tr
50 ImageMagick bir resim gösterme, çevirme ve deðiþiklik yapma programýdýr. X
51 Window pencereleme sistemi altýnda çalýþýr. Kullanýcýya resimler üzerinde
52 deðiþiklik yapma açýsýndan pek çok olanak sunar. Bir çok resim biçimini
53 rahatlýkla kullanabilir.
54
55 %package devel
56 Summary:        Libraries and header files for ImageMagick development
57 Summary(pl):    Biblioteki i pliki nag³ówkowe dla ImageMagick'a
58 Group:          X11/Development/Libraries
59 Group(pl):      X11/Programowanie/Biblioteki
60 Requires:       %{name} = %{version}
61
62 %description devel
63 This is the ImageMagick development package.  It includes the static
64 libraries and header files for use in developing your own applications that
65 make use of the ImageMagick code and/or APIs.
66
67 %description -l de devel
68 Dies ist das ImageMagick-Entwicklerpaket. Es enthält die statischen
69 Libraries und Header-Dateien zum Entwickeln von Anwendungen, die
70 ImageMagick-Code und/oder -APIs nutzen.
71
72 %description -l fr devel
73 Paquetage de développement ImageMagick. Contient les bibliothèques statiques
74 et les en-têtes utilisés pour créer vos propres applications utilisant le
75 code d'ImageMagick et/ou ses APIs.
76
77 %description -l pl devel
78 Pakiet ten zawieraja pliki potrzebne przy kompilowaniu programów
79 wykorzystuj±cych blibliotekê ImageMagick takie jak pliki nag³ówkowe,
80 biblioteki statyczne i dokumentacjê niezbêdn± przy pisaniu w³asnych
81 programów z wykorzystaniem API jakie udostêpnia ImageMagick.
82
83 %description -l tr devel
84 Bu paket, ImageMagick uygulama arayüzünü kullanan programlar geliþtirmek
85 için gereken baþlýk dosyalarýný ve kitaplýklarý içerir.
86
87 %package static
88 Summary:        ImageMagick static libraries
89 Summary(pl):    Biblioteki statyczne ImageMagick
90 Group:          X11/Development/Libraries
91 Group(pl):      X11/Programowanie/Biblioteki
92 Requires:       %{name}-devel = %{version}
93
94 %description static
95 ImageMagick static libraries.
96
97 %description -l pl devel
98 Biblioteki statyczne ImageMagick.
99
100 %package perl
101 Summary:        libraries and modules for access to ImageMagick from perl
102 Summary(pl):    Biblioteki i modu³y perl dla ImageMagick'a
103 Group:          Development/Languages/Perl  
104 Group(pl):      Programowanie/Jêzyki/Perl
105 Requires:       %{name} = %{version}
106 %requires_eq    perl
107
108 %description perl
109 This is the ImageMagick perl support package.  It perl modules and support
110 files for access to ImageMagick library from perl without unuseful forking
111 or such.
112
113 %description -l pl perl
114 Biblioteki i modu³y umo¿liwiaj±ce korzystanie z ImageMagick'a z poziomu
115 perla. 
116
117 %package libs
118 Summary:        ImageMagick libraries
119 Summary(pl):    Biblioteki ImageMagick
120 Group:          X11/Libraries
121 Group(pl):      X11/Biblioteki
122
123 %description libs
124 ImageMagick libraries.
125
126 %description -l pl libs
127 Biblioteki ImageMagick.
128
129 %prep
130 %setup -q
131 %patch -p1
132
133 %build
134 autoconf
135 CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s" \
136 ./configure  %{_target} \
137         --prefix=/usr/X11R6 \
138         --includedir=/usr/X11R6/include/X11 \
139         --enable-shared \
140         --enable-lzw \
141         --enable-16bit-pixel \
142         --with-perl \
143         --with-ttf \
144         --with-x
145
146 make 
147
148 %install
149 rm -fr $RPM_BUILD_ROOT
150 install -d $RPM_BUILD_ROOT%{_mandir}/man3
151 install -d $RPM_BUILD_ROOT/%{perl_sitearch}
152
153 make install DESTDIR=$RPM_BUILD_ROOT \
154         PREFIX=$RPM_BUILD_ROOT/usr \
155         INSTALLMAN3DIR=$RPM_BUILD_ROOT%{_mandir}/man3
156
157 strip $RPM_BUILD_ROOT/usr/X11R6/lib/lib*.so.*.*
158 strip --strip-unneeded \
159         $RPM_BUILD_ROOT/%{perl_sitearch}/auto/Image/Magick/Magick.so
160
161 gzip -9nf $RPM_BUILD_ROOT/usr/{X11R6/share/man/man*/*,share/man/man3/*} \
162         README.txt
163
164 %post   -p /sbin/ldconfig
165 %postun -p /sbin/ldconfig
166
167 %clean
168 rm -rf $RPM_BUILD_ROOT
169
170 %files libs
171 %defattr(644,root,root,755)
172 %attr(755,root,root) /usr/X11R6/lib/lib*.so.*.*
173
174 %files
175 %defattr(644,root,root,755)
176 /usr/X11R6/share/ImageMagick
177
178 %attr(755,root,root) /usr/X11R6/bin/animate
179 %attr(755,root,root) /usr/X11R6/bin/combine
180 %attr(755,root,root) /usr/X11R6/bin/convert
181 %attr(755,root,root) /usr/X11R6/bin/display
182 %attr(755,root,root) /usr/X11R6/bin/identify
183 %attr(755,root,root) /usr/X11R6/bin/import
184 %attr(755,root,root) /usr/X11R6/bin/mogrify
185 %attr(755,root,root) /usr/X11R6/bin/montage
186 %attr(755,root,root) /usr/X11R6/bin/xtp
187
188 /usr/X11R6/share/man/man[145]/*
189
190 %files devel
191 %defattr(644,root,root,755)
192 %doc www ImageMagick.html README.txt.gz
193
194 %attr(755,root,root) /usr/X11R6/bin/Magick-config
195 %attr(755,root,root) /usr/X11R6/lib/lib*.so
196
197 /usr/X11R6/include/X11/magick
198
199 %files static
200 %defattr(644,root,root,755)
201 /usr/X11R6/lib/lib*.a
202
203 %files perl
204 %defattr(644,root,root,755)
205 %{perl_sitearch}/Image
206 %dir %{perl_sitearch}/auto/Image
207 %dir %{perl_sitearch}/auto/Image/Magick
208 %{perl_sitearch}/auto/Image/Magick/autosplit.ix
209 %{perl_sitearch}/auto/Image/Magick/Magick.bs
210 %attr(755,root,root) %{perl_sitearch}/auto/Image/Magick/Magick.so
211 %{_mandir}/man3/Image::Magick.*
212
213 %changelog
214 * Fri May  7 1999 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
215   [4.2.4-1]
216 - now package is FHS 2.0 compliant.
217
218 * Thu Apr 22 1999 Artur Frysiak <wiget@pld.org.pl>
219   [4.2.3-1]
220 - separated libs to subpackage
221
222 * Tue Apr 20 1999 Artur Frysiak <wiget@pld.org.pl>
223   [4.2.2-2]
224 - compiled on rpm 3 and perl 5.005_03
225
226 * Thu Mar 11 1999 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
227   [4.1.0-5]
228 - removed man group from man pages,
229 - "make install" with using DESTDIR,
230 - changed Group in devel and static,
231 - downgrade to 4.1.0 - all above versions have buggy conversions tga->gif
232   (maybe more).
233
234 * Tue Feb  9 1999 Micha³ Kuratczyk <kurkens@polbox.com
235   [4.1.8-2d]
236 - added gzipping documentation
237 - fixed pl translations
238 - cosmetic changes
239
240 * Sun Jan 24 1999 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
241   [4.1.8-1d]
242 - added Group(pl),
243 - fixed permission on lib*.so* files (must be 755),
244 - changed Requires for freetype (= 1.2),
245 - many fixes im pl translations.
246
247 * Sat Dec  7 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
248   [4.1.5-1]
249 - added gzipping man pages,
250 - %{_bindir}/Magick-config moved to devel,
251 - added /usr/X11R6/share/ImageMagick/delegates.mgk file to main,
252 - more man pages on levels 3, 4 and 5,
253 - added LDFLAGS="-s" in ./configure enviroment.
254
255 * Sun Nov  1 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
256   [4.1.3-2]
257 - simplification in perl subpackage,
258 - man pages in perl subpackage moved to %{_mandir}/man3,
259 - build against perl 5.005 (added also "Requires: perl >= 5.005" in perl).
260
261 * Sat Aug  1 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
262   [4.0.8-1]
263 - added rest pl translations in subpackages,
264 - added static subpackage.
265
266 * Fri Jul 17 1998 Wojtek ¦lusarczyk <wojtek@shadow.eu.org>
267   [4.0.7-2]
268 - added pl translation,
269 - build against GNU libc-2.1.
270
271 * Sun Jun 14 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
272   [4.0.7-1]
273 - added Khimenko Victor <khim@sch57.msk.ru> style modyfication for making
274   separated subpackage perl stuff and all my old modyfication which was
275   prepared and uploaded to contrib before RH 5.1,
276 - added "Requires: freetype >= 1.1" for main package.
277
278 * Wed Jun 10 1998 Prospector System <bugs@redhat.com>
279 - translations modified for de, fr
280
281 * Thu May 07 1998 Prospector System <bugs@redhat.com>
282 - translations modified for de, fr, tr
283
284 * Tue Apr 21 1998 Cristian Gafton <gafton@redhat.com>
285 - updated to 4.0.5
286
287 * Wed Apr 08 1998 Cristian Gafton <gafton@redhat.com>
288 - updated to 4.0.4
289 - added BuildRoot
290
291 * Thu Oct 23 1997 Donnie Barnes <djb@redhat.com>
292 - updated from 3.8.3 to 3.9.1
293 - removed PNG patch (appears to be fixed)
294
295 * Wed Oct 15 1997 Erik Troan <ewt@redhat.com>
296 - build against new libpng
297
298 * Thu Jul 10 1997 Erik Troan <ewt@redhat.com>
299 - built against glibc
300
301 * Thu Mar 20 1997 Michael Fulbright <msf@redhat.com>
302 - updated to version 3.8.3.
303 - updated source and url tags.
This page took 0.124944 seconds and 4 git commands to generate.