Summary: Image display, conversion, and manipulation under X Summary(de): Darstellen, Konvertieren und Bearbeiten von Grafiken unter X Summary(fr): Visualisation, conversion, et manipulation d'images sous X. Summary(pl): Narzędzie do wyświetlania, konwersji i manipulacji grafikami Summary(tr): X altýnda resim gösterme, çevirme ve deđiţiklik yapma Name: ImageMagick Version: 4.1.8 Release: 1d Copyright: freeware Group: X11/Applications/Graphics Group(pl): X11/Aplikacje/Grafika ######### ftp://ftp.wizards.dupont.com/pub/ImageMagick Source: %{name}-%{version}.tar.gz URL: http://www.wizards.dupont.com/cristy/ImageMagick.html Requires: freetype = 1.2 Requires: libtiff Requires: libpng Requires: libjpeg Requires: XFree86-libs Buildroot: /tmp/%{name}-%{version}-root %description ImageMagick is an image display, conversion, and manipulation tool. It runs under X windows. It is very powerful in terms of it's ability to allow the user to edit images. It can handle many different formats as well. %description -l de ImageMagick ist ein Tool zur Bildanzeige, -konvertierung und manipulation, -das unter X-Windows läuft. Es ist enorm leitungsfähig in Bezug auf die Grafikmanipulationsfunktionen, die es dem Anwender bietet, und auf die Vielfalt der unterstützten Formate. %description -l fr ImageMagick est un outil d'affichage, de conversion et de manipulation d'images. Il tourne sous X Window et est trčs puissant en termes de capacité d'édition des images. Il peut aussi gérer de nombreux formats différents. %description -l pl ImageMagic jest narzędziem do manipulacji, konwersji i wyświetlania. W skład pakietu wchodzą zarówno narzędzia X Window jak i do używania z linii poleceń umozliwiające edicję plików graficznych. Narzędzia z pakietu ImageMagic potrafią obsłużyć wiele różncyh formatów graficznych. %description -l tr ImageMagick bir resim gösterme, çevirme ve deđiţiklik yapma programýdýr. X Window pencereleme sistemi altýnda çalýţýr. Kullanýcýya resimler üzerinde deđiţiklik yapma açýsýndan pek çok olanak sunar. Bir çok resim biçimini rahatlýkla kullanabilir. %package devel Summary: Libraries and header files for ImageMagick development Summary(pl): Biblioteki i pliki nagłówkowe dla ImageMagick'a Group: X11/Libraries/Development Group(pl): X11/Biblioteki/Programowanie Requires: %{name} = %{version} %description devel This is the ImageMagick development package. It includes the static libraries and header files for use in developing your own applications that make use of the ImageMagick code and/or APIs. %description -l de devel Dies ist das ImageMagick-Entwicklerpaket. Es enthält die statischen Libraries und Header-Dateien zum Entwickeln von Anwendungen, die ImageMagick-Code und/oder -APIs nutzen. %description -l fr devel Paquetage de développement ImageMagick. Contient les bibliothčques statiques et les en-tętes utilisés pour créer vos propres applications utilisant le code d'ImageMagick et/ou ses APIs. %description -l pl devel Pakiet ten zawierający pliki potrzebne przy kompilowaniu programów wykorzystującyh blibbliotekę ImageMagick takie ja pliki nagłówkowe, biblioteki statyczne i dokumentację niezbędną przy pisaniu własnych programów z wykorzystaniem API jakie udostępnia ImageMagick. %description -l tr devel Bu paket, ImageMagick uygulama arayüzünü kullanan programlar geliţtirmek için gereken baţlýk dosyalarýný ve kitaplýklarý içerir. %package static Summary: ImageMagick static libraries Summary(pl): Biblioteki statyczne ImageMagick Group: X11/Libraries/Development Group(pl): X11/Biblioteki/Programowanie Requires: %{name}-devel = %{version} %description static ImageMagick static libraries. %description -l pl devel ImageMagick static libraries. %package perl Summary: libraries and modules for access to ImageMagick from perl Summary(pl): Biblioteki i moduły perl dla ImageMagick'a Group: Development/Libraries/Perl Group(pl): Programowanie/Biblioteki/Perl Requires: %{name} = %{version} Requires: perl >= 5.005 %description perl This is the ImageMagick perl support package. It perl modules and support files for access to ImageMagick library from perl without unuseful forking or such. %description -l pl perl Biblioteki i moduły umożliwiające korzystanie z ImageMagick'a z poziomu perla. %prep %setup -q %build CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s" \ ./configure \ --prefix=/usr \ --libdir=/usr/X11R6/lib \ --datadir=/usr/X11R6/share \ --includedir=/usr/X11R6/include/X11/magick \ --enable-shared \ --enable-lzw \ --enable-16bit-pixel \ --with-perl \ --with-ttf \ --with-x make %install rm -fr $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT/usr/lib/perl5/%{buildarch}-linux/5.00404/ make install \ prefix=$RPM_BUILD_ROOT/usr \ PREFIX=$RPM_BUILD_ROOT/usr \ datadir=$RPM_BUILD_ROOT/usr/X11R6/share \ libdir=$RPM_BUILD_ROOT/usr/X11R6/lib \ includedir=$RPM_BUILD_ROOT/usr/X11R6/include/X11/magick \ INSTALLMAN3DIR=$RPM_BUILD_ROOT/usr/man/man3 chmod 755 $RPM_BUILD_ROOT/usr/X11R6/lib/lib*.so.* strip $RPM_BUILD_ROOT/usr/X11R6/lib/lib*.so.*.* strip --strip-debug $RPM_BUILD_ROOT/usr/lib/perl5/site_perl/*/*/auto/Image/Magick/Magick.so gzip -9nf $RPM_BUILD_ROOT/usr/man/man{1,3,4,5}/* %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %attr(755,root,root) /usr/X11R6/lib/lib*.so.*.* /usr/X11R6/share/ImageMagick %attr(755,root,root) /usr/bin/animate %attr(755,root,root) /usr/bin/combine %attr(755,root,root) /usr/bin/convert %attr(755,root,root) /usr/bin/display %attr(755,root,root) /usr/bin/identify %attr(755,root,root) /usr/bin/import %attr(755,root,root) /usr/bin/mogrify %attr(755,root,root) /usr/bin/montage %attr(755,root,root) /usr/bin/xtp %attr(644,root, man) /usr/man/man[145]/* %files devel %defattr(644,root,root,755) %doc www ImageMagick.html README.txt %attr(755,root,root) /usr/bin/Magick-config %attr(755,root,root) /usr/X11R6/lib/lib*.so %dir /usr/X11R6/include/X11/magick /usr/X11R6/include/X11/magick/*.h %files static %defattr(644,root,root,755) /usr/X11R6/lib/lib*.a %files perl %defattr(644,root,root,755) /usr/lib/perl5/site_perl/*/*/Image %dir /usr/lib/perl5/site_perl/*/*/auto/Image %dir /usr/lib/perl5/site_perl/*/*/auto/Image/Magick /usr/lib/perl5/site_perl/*/*/auto/Image/Magick/autosplit.ix /usr/lib/perl5/site_perl/*/*/auto/Image/Magick/Magick.bs %attr(755,root,root) /usr/lib/perl5/site_perl/*/*/auto/Image/Magick/Magick.so %attr(644,root, man) /usr/man/man3/Image::Magick.3.gz %changelog * Sun Jan 24 1999 Tomasz Kłoczko [4.1.8-1d] - added Group(pl), - fixed permission on lib*.so* files (must be 755), - changed Requires for freetype (= 1.2), - many fixes im pl translations. * Sat Dec 7 1998 Tomasz Kłoczko [4.1.5-1] - added gzipping man pages, - /usr/bin/Magick-config moved to devel, - added /usr/X11R6/share/ImageMagick/delegates.mgk file to main, - more man pages on levels 3, 4 and 5, - added LDFLAGS="-s" in ./configure enviroment. * Sun Nov 1 1998 Tomasz Kłoczko [4.1.3-2] - simplification in perl subpackage, - man pages in perl subpackage moved to /usr/man/man3, - build against perl 5.005 (added also "Requires: perl >= 5.005" in perl). * Sat Aug 1 1998 Tomasz Kłoczko [4.0.8-1] - added rest pl translations in subpackages, - added static subpackage. * Fri Jul 17 1998 Wojtek Ślusarczyk [4.0.7-2] - added pl translation, - build against GNU libc-2.1. * Sun Jun 14 1998 Tomasz Kłoczko [4.0.7-1] - added Khimenko Victor style modyfication for making separated subpackage perl stuff and all my old modyfication which was prepared and uploaded to contrib before RH 5.1, - added "Requires: freetype >= 1.1" for main package. * Wed Jun 10 1998 Prospector System - translations modified for de, fr * Thu May 07 1998 Prospector System - translations modified for de, fr, tr * Tue Apr 21 1998 Cristian Gafton - updated to 4.0.5 * Wed Apr 08 1998 Cristian Gafton - updated to 4.0.4 - added BuildRoot * Thu Oct 23 1997 Donnie Barnes - updated from 3.8.3 to 3.9.1 - removed PNG patch (appears to be fixed) * Wed Oct 15 1997 Erik Troan - build against new libpng * Thu Jul 10 1997 Erik Troan - built against glibc * Thu Mar 20 1997 Michael Fulbright - updated to version 3.8.3. - updated source and url tags.