2004-09-09 02:35:48 +00:00
|
|
|
|
# ImageMagick has adopted a new Version.Patchlevel version numbering system...
|
|
|
|
|
# 5.4.0.3 is actually version 5.4.0, Patchlevel 3.
|
2004-09-11 21:17:43 +00:00
|
|
|
|
%define VER 6.0.7
|
|
|
|
|
%define Patchlevel 1
|
2004-09-09 02:34:08 +00:00
|
|
|
|
Summary: An X application for displaying and manipulating images.
|
|
|
|
|
Name: ImageMagick
|
2004-09-09 02:35:48 +00:00
|
|
|
|
%if "%{Patchlevel}" != ""
|
|
|
|
|
Version: %{VER}.%{Patchlevel}
|
|
|
|
|
%else
|
|
|
|
|
Version: %{VER}
|
|
|
|
|
%endif
|
2004-10-11 14:00:45 +00:00
|
|
|
|
Release: 4
|
2004-09-09 02:34:37 +00:00
|
|
|
|
License: freeware
|
2004-09-09 02:34:08 +00:00
|
|
|
|
Group: Applications/Multimedia
|
2004-09-09 02:35:48 +00:00
|
|
|
|
%if "%{Patchlevel}" != ""
|
2004-09-11 21:17:43 +00:00
|
|
|
|
Source: ftp://ftp.ImageMagick.org/pub/ImageMagick/ImageMagick-%{VER}-%{Patchlevel}.tar.bz2
|
2004-09-09 02:35:48 +00:00
|
|
|
|
%else
|
2004-09-09 02:38:35 +00:00
|
|
|
|
Source: ftp://ftp.ImageMagick.org/pub/ImageMagick/ImageMagick-%{version}.tar.gz
|
2004-09-09 02:35:48 +00:00
|
|
|
|
%endif
|
2004-09-09 02:34:37 +00:00
|
|
|
|
Source1: magick_small.png
|
|
|
|
|
Patch2: ImageMagick-5.3.6-nonroot.patch
|
2004-09-09 02:35:48 +00:00
|
|
|
|
Patch3: ImageMagick-5.3.7-config.patch
|
2004-09-09 02:38:35 +00:00
|
|
|
|
Patch4: ImageMagick-6.0.6-hp2xx.patch
|
2004-09-09 02:35:59 +00:00
|
|
|
|
Patch5: ImageMagick-5.4.7-localdoc.patch
|
2004-09-09 02:37:40 +00:00
|
|
|
|
Patch6: ImageMagick-5.5.7-stdin.patch
|
|
|
|
|
Patch7: ImageMagick-5.5.7-automake.patch
|
2004-09-09 02:34:08 +00:00
|
|
|
|
Url: http://www.imagemagick.org/
|
|
|
|
|
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
BuildPrereq: bzip2-devel, freetype-devel, libjpeg-devel, libpng-devel
|
2004-09-09 02:34:37 +00:00
|
|
|
|
BuildPrereq: libtiff-devel, libungif-devel, zlib-devel, perl
|
2004-09-09 02:34:13 +00:00
|
|
|
|
BuildRequires: freetype-devel >= 2.0.1
|
2004-10-11 14:00:45 +00:00
|
|
|
|
BuildRequires: automake >= 1.7 autoconf >= 2.58 libtool >= 1.5
|
2004-09-09 02:34:08 +00:00
|
|
|
|
|
|
|
|
|
%description
|
2004-09-09 02:34:37 +00:00
|
|
|
|
ImageMagick(TM) is an image display and manipulation tool for the X
|
|
|
|
|
Window System. ImageMagick can read and write JPEG, TIFF, PNM, GIF,
|
|
|
|
|
and Photo CD image formats. It can resize, rotate, sharpen, color
|
|
|
|
|
reduce, or add special effects to an image, and when finished you can
|
|
|
|
|
either save the completed work in the original format or a different
|
|
|
|
|
one. ImageMagick also includes command line programs for creating
|
|
|
|
|
animated or transparent .gifs, creating composite images, creating
|
|
|
|
|
thumbnail images, and more.
|
|
|
|
|
|
|
|
|
|
ImageMagick is one of your choices if you need a program to manipulate
|
|
|
|
|
and dis play images. If you want to develop your own applications
|
|
|
|
|
which use ImageMagick code or APIs, you need to install
|
2004-09-09 02:34:08 +00:00
|
|
|
|
ImageMagick-devel as well.
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
|
Summary: Static libraries and header files for ImageMagick app development.
|
|
|
|
|
Group: Development/Libraries
|
2004-09-09 02:36:51 +00:00
|
|
|
|
Requires: ImageMagick = %{version}-%{release}, bzip2-devel, freetype-devel
|
|
|
|
|
Requires: libjpeg-devel, libpng-devel, libtiff-devel, zlib-devel, libxml2-devel
|
2004-09-09 02:38:35 +00:00
|
|
|
|
Requires: libexif-devel
|
2004-10-11 14:00:45 +00:00
|
|
|
|
Requires: XFree86-devel
|
2004-09-09 02:34:08 +00:00
|
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
|
Image-Magick-devel contains the static libraries and header files you'll
|
2004-09-09 02:34:37 +00:00
|
|
|
|
need to develop ImageMagick applications. ImageMagick is an image
|
2004-09-09 02:34:08 +00:00
|
|
|
|
manipulation program.
|
|
|
|
|
|
2004-09-09 02:34:37 +00:00
|
|
|
|
If you want to create applications that will use ImageMagick code or
|
|
|
|
|
APIs, you need to install ImageMagick-devel as well as ImageMagick.
|
|
|
|
|
You do noy need to install it if you just want to use ImageMagick,
|
2004-09-09 02:34:08 +00:00
|
|
|
|
however.
|
|
|
|
|
|
2004-09-09 02:34:37 +00:00
|
|
|
|
%package perl
|
|
|
|
|
Summary: ImageMagick perl bindings
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
|
Requires: ImageMagick = %{version}-%{release}, perl >= 5.6.0
|
|
|
|
|
|
|
|
|
|
%description perl
|
|
|
|
|
Perl bindings to ImageMagick.
|
|
|
|
|
|
|
|
|
|
Install ImageMagick-perl if you want to use any perl scripts that use
|
|
|
|
|
ImageMagick.
|
|
|
|
|
|
2004-09-09 02:34:13 +00:00
|
|
|
|
%package c++
|
2004-09-09 02:34:37 +00:00
|
|
|
|
Summary: ImageMagick Magick++ library (C++ bindings)
|
2004-09-09 02:34:13 +00:00
|
|
|
|
Group: System Environment/Libraries
|
2004-09-09 02:34:37 +00:00
|
|
|
|
Requires: ImageMagick = %{version}-%{release}
|
2004-09-09 02:34:13 +00:00
|
|
|
|
|
|
|
|
|
%description c++
|
|
|
|
|
This package contains the Magick++ library, a C++ binding to the ImageMagick
|
|
|
|
|
graphics manipulation library.
|
|
|
|
|
|
|
|
|
|
Install ImageMagick-c++ if you want to use any applications that use Magick++.
|
|
|
|
|
|
|
|
|
|
%package c++-devel
|
|
|
|
|
Summary: C++ bindings for the ImageMagick library
|
|
|
|
|
Group: Development/Libraries
|
2004-09-09 02:36:51 +00:00
|
|
|
|
Requires: ImageMagick = %{version}, ImageMagick-c++ = %{version}
|
|
|
|
|
Requires: ImageMagick-devel = %{version}, bzip2-devel, freetype-devel
|
|
|
|
|
Requires: libjpeg-devel, libpng-devel, libtiff-devel, zlib-devel, libxml2-devel
|
2004-09-09 02:34:13 +00:00
|
|
|
|
|
|
|
|
|
%description c++-devel
|
|
|
|
|
ImageMagick-devel contains the static libraries and header files you'll
|
|
|
|
|
need to develop ImageMagick applications using the Magick++ C++ bindings.
|
|
|
|
|
ImageMagick is an image manipulation program.
|
|
|
|
|
|
|
|
|
|
If you want to create applications that will use Magick++ code
|
|
|
|
|
or APIs, you'll need to install ImageMagick-c++-devel, ImageMagick-devel and
|
|
|
|
|
ImageMagick.
|
|
|
|
|
You don't need to install it if you just want to use ImageMagick, or if you
|
|
|
|
|
want to develop/compile applications using the ImageMagick C interface,
|
|
|
|
|
however.
|
|
|
|
|
|
2004-09-09 02:34:08 +00:00
|
|
|
|
%prep
|
2004-09-09 02:35:48 +00:00
|
|
|
|
%setup -q -n %{name}-%{VER}
|
2004-09-09 02:35:59 +00:00
|
|
|
|
#%patch2 -p1 -b .nonroot
|
2004-09-09 02:36:20 +00:00
|
|
|
|
#%patch3 -p1 -b .config
|
2004-09-09 02:35:48 +00:00
|
|
|
|
%patch4 -p1 -b .hp2xx
|
|
|
|
|
%patch5 -p1 -b .ImageMagick
|
2004-09-09 02:38:35 +00:00
|
|
|
|
# KH: %patch6 -p1 -b .stdin
|
2004-09-09 02:37:40 +00:00
|
|
|
|
#%patch7 -p1 -b .amake
|
2004-09-09 02:34:08 +00:00
|
|
|
|
|
|
|
|
|
%build
|
2004-09-09 02:37:40 +00:00
|
|
|
|
libtoolize --copy --force
|
2004-09-09 02:34:37 +00:00
|
|
|
|
aclocal
|
|
|
|
|
automake || :
|
2004-09-09 02:35:48 +00:00
|
|
|
|
autoconf || :
|
2004-09-09 02:36:20 +00:00
|
|
|
|
%configure --enable-shared \
|
|
|
|
|
--with-perl \
|
|
|
|
|
--with-x \
|
|
|
|
|
--with-threads \
|
|
|
|
|
--with-magick_plus_plus
|
2004-09-09 02:34:08 +00:00
|
|
|
|
make
|
|
|
|
|
|
2004-09-09 02:37:40 +00:00
|
|
|
|
# Link against built not installed library
|
|
|
|
|
%define perl_make_options CC='%__cc -L$PWD/magick/.libs' LD='%__ld -L$PWD/magick/.libs'
|
|
|
|
|
make PERL_MAKE_OPTIONS="%perl_make_options" PerlMagick/Makefile
|
|
|
|
|
make -C PerlMagick
|
|
|
|
|
|
2004-09-09 02:34:08 +00:00
|
|
|
|
%install
|
2004-09-09 02:34:37 +00:00
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
2004-09-09 02:35:59 +00:00
|
|
|
|
perl -pi -e 's,^PREFIX.*,PREFIX = \$(DESTDIR)/usr,g;s,^config :: Makefile,config :: ,g;s,Makefile : ,Foo : ,g;s,^INSTALLSITEARCH = /usr,INSTALLSITEARCH = \$(DESTDIR)/usr,g' PerlMagick/Makefile
|
2004-09-09 02:34:37 +00:00
|
|
|
|
cat >>PerlMagick/Makefile <<EOF
|
|
|
|
|
Makefile:
|
|
|
|
|
touch Makefile
|
|
|
|
|
EOF
|
2004-09-09 02:37:40 +00:00
|
|
|
|
|
|
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT PERL_MAKE_OPTIONS="%perl_make_options"
|
2004-09-09 02:34:37 +00:00
|
|
|
|
|
|
|
|
|
# Generate desktop file
|
2004-09-09 02:36:20 +00:00
|
|
|
|
#mkdir -p $RPM_BUILD_ROOT/usr/share/icons $RPM_BUILD_ROOT/etc/X11/applnk/Graphics
|
|
|
|
|
#cp %{SOURCE1} $RPM_BUILD_ROOT/usr/share/icons
|
2004-09-09 02:34:37 +00:00
|
|
|
|
|
2004-09-09 02:34:59 +00:00
|
|
|
|
# Add files make install constantly forgets
|
2004-09-14 20:06:04 +00:00
|
|
|
|
mkdir -p $RPM_BUILD_ROOT/%{_libdir}/ImageMagick-%{VER}/config
|
|
|
|
|
install -c -m 644 config/*.mgk $RPM_BUILD_ROOT/%{_libdir}/ImageMagick-%{VER}/config/
|
|
|
|
|
mv -f $RPM_BUILD_ROOT/%{_datadir}/ImageMagick-%{VER}/config/* $RPM_BUILD_ROOT/%{_libdir}/ImageMagick-%{VER}/config/
|
2004-09-09 02:36:20 +00:00
|
|
|
|
|
|
|
|
|
#cat >$RPM_BUILD_ROOT/etc/X11/applnk/Graphics/ImageMagick.desktop <<EOF
|
|
|
|
|
#[Desktop Entry]
|
|
|
|
|
#Name=ImageMagick
|
|
|
|
|
#Comment=The ImageMagick picture viewer and editor
|
|
|
|
|
#Comment[de]=Der ImageMagick-Bilderbetrachter und -editor
|
|
|
|
|
#Exec=%{_prefix}/bin/display
|
|
|
|
|
#Icon=magick_small.png
|
|
|
|
|
#Terminal=0
|
|
|
|
|
#Type=Application
|
|
|
|
|
#EOF
|
2004-09-09 02:34:37 +00:00
|
|
|
|
|
|
|
|
|
find $RPM_BUILD_ROOT -name "*.bs" |xargs rm -f
|
2004-09-09 02:35:48 +00:00
|
|
|
|
find $RPM_BUILD_ROOT -name ".packlist" |xargs rm -f
|
|
|
|
|
|
|
|
|
|
# Grr... Broken makefiles!!
|
|
|
|
|
perlver=`perl -v |grep built |sed -e "s,.*v,,;s, .*,,"`
|
|
|
|
|
perlmajor=`echo $perlver |sed -e "s,\..*,,"`
|
2004-09-09 02:36:20 +00:00
|
|
|
|
if [ -d $RPM_BUILD_ROOT%{_libdir}/$perlver ]; then
|
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_libdir}/perl$perlmajor/site_perl/$perlver
|
|
|
|
|
mv $RPM_BUILD_ROOT%{_libdir}/$perlver/* $RPM_BUILD_ROOT%{_libdir}/perl$perlmajor/site_perl/$perlver/
|
|
|
|
|
rm -rf $RPM_BUILD_ROOT%{_libdir}/$perlver
|
2004-09-09 02:35:48 +00:00
|
|
|
|
fi
|
2004-09-09 02:36:20 +00:00
|
|
|
|
if [ -d $RPM_BUILD_ROOT%{_libdir}/site_perl ]; then
|
|
|
|
|
for i in `find $RPM_BUILD_ROOT%{_libdir}/site_perl/ -type d`; do
|
2004-09-09 02:35:48 +00:00
|
|
|
|
mkdir -p `echo $i |sed -e "s,site_perl,perl$perlmajor/site_perl,g"` || :
|
|
|
|
|
done
|
2004-09-09 02:36:20 +00:00
|
|
|
|
for i in `find $RPM_BUILD_ROOT%{_libdir}/site_perl/ -type f`; do
|
2004-09-09 02:35:48 +00:00
|
|
|
|
mv -f `echo $i |sed -e "s,site_perl,perl$perlmajor/site_perl,g"` || :
|
|
|
|
|
done
|
|
|
|
|
fi
|
|
|
|
|
|
2004-09-09 02:36:20 +00:00
|
|
|
|
pushd $RPM_BUILD_ROOT/%{_bindir}
|
2004-09-09 02:36:51 +00:00
|
|
|
|
for i in %{_target}-redhat-linux-*; do
|
|
|
|
|
[ -f $i ] && mv $i `echo $i |sed -e "s/^%{_target}-redhat-linux-//"`
|
2004-09-09 02:35:48 +00:00
|
|
|
|
done
|
2004-09-09 02:36:20 +00:00
|
|
|
|
popd
|
2004-09-09 02:35:59 +00:00
|
|
|
|
|
2004-09-09 02:36:20 +00:00
|
|
|
|
pushd $RPM_BUILD_ROOT/%{_mandir}
|
2004-09-09 02:36:51 +00:00
|
|
|
|
for i in */%{_target}-redhat-linux-*; do
|
|
|
|
|
[ -f $i ] && mv $i `echo $i |sed -e "s,/%{_target}-redhat-linux-,/,"`
|
2004-09-09 02:35:48 +00:00
|
|
|
|
done
|
2004-09-09 02:36:20 +00:00
|
|
|
|
popd
|
|
|
|
|
|
|
|
|
|
# get the perl file list. We know what we need, so this is easy
|
2004-09-09 02:37:40 +00:00
|
|
|
|
rm -f perl-pkg-files.orig
|
2004-09-09 02:36:20 +00:00
|
|
|
|
echo "%defattr(-,root,root)" > perl-pkg-files
|
|
|
|
|
find $RPM_BUILD_ROOT%{_libdir}/perl$perlmajor/site_perl/$perlver -type d -name Image >> perl-pkg-files.orig
|
|
|
|
|
sed -e s,$RPM_BUILD_ROOT,, perl-pkg-files.orig > perl-pkg-files
|
2004-09-09 02:35:48 +00:00
|
|
|
|
|
2004-09-09 02:36:20 +00:00
|
|
|
|
# remove files we aren't shipping
|
|
|
|
|
rm -f `find $RPM_BUILD_ROOT%{_libdir}/perl$perlmajor/ -name perllocal.pod -type f`
|
|
|
|
|
rm -rf $RPM_BUILD_ROOT%{_libdir}/ImageMagick
|
2004-09-09 02:37:40 +00:00
|
|
|
|
rm -rf $RPM_BUILD_ROOT%{_datadir}/%{name}-%{VER}
|
2004-09-09 02:34:08 +00:00
|
|
|
|
|
|
|
|
|
%clean
|
2004-09-09 02:35:59 +00:00
|
|
|
|
#rm -rf $RPM_BUILD_ROOT
|
2004-09-09 02:34:08 +00:00
|
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
|
|
2004-09-09 02:34:13 +00:00
|
|
|
|
%post c++ -p /sbin/ldconfig
|
|
|
|
|
|
2004-09-09 02:34:08 +00:00
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
2004-09-09 02:34:13 +00:00
|
|
|
|
%postun c++ -p /sbin/ldconfig
|
|
|
|
|
|
2004-09-09 02:34:08 +00:00
|
|
|
|
%files
|
|
|
|
|
%defattr(-,root,root)
|
2004-09-09 02:38:35 +00:00
|
|
|
|
%doc index.html www images QuickStart.txt
|
2004-09-09 02:37:40 +00:00
|
|
|
|
%doc README.txt
|
|
|
|
|
%attr(755,root,root) %{_libdir}/libMagick.so.*
|
2004-09-09 02:39:53 +00:00
|
|
|
|
%attr(755,root,root) %{_libdir}/libWand.so.*
|
2004-09-09 02:36:51 +00:00
|
|
|
|
%{_libdir}/ImageMagick-*
|
2004-09-09 02:38:35 +00:00
|
|
|
|
%{_bindir}/[a-zW]*
|
2004-09-09 02:34:08 +00:00
|
|
|
|
%{_mandir}/*/*
|
2004-09-09 02:36:20 +00:00
|
|
|
|
#/etc/X11/applnk/Graphics/ImageMagick.desktop
|
|
|
|
|
#/usr/share/icons/magick_small.png
|
2004-09-09 02:34:08 +00:00
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
|
%defattr(-,root,root)
|
2004-09-09 02:36:51 +00:00
|
|
|
|
%{_bindir}/Magick-config
|
2004-09-09 02:34:13 +00:00
|
|
|
|
%{_libdir}/libMagick.a
|
|
|
|
|
%{_libdir}/libMagick.la
|
|
|
|
|
%{_libdir}/libMagick.so
|
2004-09-09 02:39:53 +00:00
|
|
|
|
%{_libdir}/libWand.a
|
|
|
|
|
%{_libdir}/libWand.la
|
|
|
|
|
%{_libdir}/libWand.so
|
2004-09-09 02:37:40 +00:00
|
|
|
|
%{_libdir}/pkgconfig/*.pc
|
2004-09-09 02:36:20 +00:00
|
|
|
|
%{_includedir}/magick
|
2004-09-09 02:38:35 +00:00
|
|
|
|
%{_includedir}/wand
|
2004-09-09 02:34:08 +00:00
|
|
|
|
|
2004-09-09 02:34:13 +00:00
|
|
|
|
%files c++
|
|
|
|
|
%defattr(-,root,root)
|
2004-09-09 02:37:40 +00:00
|
|
|
|
%{_libdir}/libMagick++.so.*
|
2004-09-09 02:34:13 +00:00
|
|
|
|
|
|
|
|
|
%files c++-devel
|
|
|
|
|
%defattr(-,root,root)
|
2004-09-09 02:36:51 +00:00
|
|
|
|
%{_bindir}/Magick++-config
|
2004-09-09 02:34:13 +00:00
|
|
|
|
%{_includedir}/Magick++
|
|
|
|
|
%{_includedir}/Magick++.h
|
|
|
|
|
%{_libdir}/libMagick++.a
|
|
|
|
|
%{_libdir}/libMagick++.la
|
|
|
|
|
%{_libdir}/libMagick++.so
|
|
|
|
|
|
2004-09-09 02:36:20 +00:00
|
|
|
|
%files perl -f perl-pkg-files
|
2004-09-09 02:34:37 +00:00
|
|
|
|
%defattr(-,root,root)
|
2004-09-09 02:36:20 +00:00
|
|
|
|
#%{_libdir}/perl*/site_perl/*/*/auto/Image
|
|
|
|
|
#%{_libdir}/perl*/site_perl/*/*/Image
|
2004-09-09 02:34:37 +00:00
|
|
|
|
|
2004-09-09 02:34:08 +00:00
|
|
|
|
%changelog
|
2004-10-11 14:00:45 +00:00
|
|
|
|
* Mon Oct 11 2004 Tim Waugh <twaugh@redhat.com> 6.0.7.1-4
|
|
|
|
|
- The devel subpackage requires XFree86-devel (bug #126509).
|
|
|
|
|
- Fixed build requirements (bug #120776). From Robert Scheck.
|
|
|
|
|
|
2004-09-14 19:47:37 +00:00
|
|
|
|
* Tue Sep 14 2004 Karsten Hopp <karsten@redhat.de> 6.0.7.1-3
|
|
|
|
|
- move *.mgk files (#132007, #131708, #132397)
|
|
|
|
|
|
2004-09-11 21:17:43 +00:00
|
|
|
|
* Sun Sep 12 2004 Karsten Hopp <karsten@redhat.de> 6.0.7.1-1
|
|
|
|
|
- update to 6.0.7 Patchlevel 1, fixes #132106
|
|
|
|
|
|
2004-09-09 02:39:53 +00:00
|
|
|
|
* Sat Sep 4 2004 Bill Nottingham <notting@redhat.com> 6.0.6.2-2
|
|
|
|
|
- move libWand out of -devel, fix requirements (#131767)
|
|
|
|
|
|
2004-09-09 02:38:35 +00:00
|
|
|
|
* Wed Sep 01 2004 Karsten Hopp <karsten@redhat.de> 6.0.6.2-1
|
|
|
|
|
- update to latest stable version
|
|
|
|
|
- get rid of obsolete patches
|
|
|
|
|
- fix remaining patches
|
|
|
|
|
|
|
|
|
|
* Sat Jun 19 2004 Alan Cox <alan@redhat.com>
|
|
|
|
|
- Easyfixes (#124791) - fixed missing dependancy between -devel and
|
|
|
|
|
libexif-devel
|
|
|
|
|
|
|
|
|
|
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
|
- rebuilt
|
|
|
|
|
|
2004-09-09 02:38:30 +00:00
|
|
|
|
* Tue Mar 23 2004 Karsten Hopp <karsten@redhat.de> 5.5.7.15-1.3
|
|
|
|
|
- freetype patch to fix convert (#115716)
|
|
|
|
|
|
2004-09-09 02:38:01 +00:00
|
|
|
|
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
|
|
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
|
- rebuilt
|
|
|
|
|
|
2004-09-09 02:37:40 +00:00
|
|
|
|
* Sun Jan 25 2004 Nils Philippsen <nphilipp@redhat.com> 5.5.7.15-0.2
|
|
|
|
|
- make perl module link against the built library instead of the installed one
|
|
|
|
|
|
|
|
|
|
* Thu Jan 22 2004 Nils Philippsen <nphilipp@redhat.com> 5.5.7.15-0.1
|
|
|
|
|
- version 5.5.7 patchlevel 15
|
|
|
|
|
|
|
|
|
|
* Mon Oct 13 2003 Nils Philippsen <nphilipp@redhat.com> 5.5.7.10-0.1
|
|
|
|
|
- rebuild with release 0.1 to not block an official update package
|
|
|
|
|
|
|
|
|
|
* Wed Sep 10 2003 Nils Philippsen <nphilipp@redhat.com> 5.5.7.10-2
|
|
|
|
|
- hack around libtool stupidity
|
|
|
|
|
- disable automake patch as we require automake-1.7 anyway
|
|
|
|
|
|
|
|
|
|
* Wed Sep 10 2003 Nils Philippsen <nphilipp@redhat.com> 5.5.7.10-1
|
|
|
|
|
- version 5.5.7 patchlevel 10
|
|
|
|
|
|
2004-09-09 02:36:51 +00:00
|
|
|
|
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
|
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
|
|
* Thu May 29 2003 Tim Powers <timp@redhat.com> %{nil}-4
|
|
|
|
|
- rebuild for RHEL to fix broken deps
|
|
|
|
|
|
|
|
|
|
* Thu May 15 2003 Tim Powers <timp@redhat.com> 5.5.6-3
|
|
|
|
|
- rebuild again to fix broken dep on libMagick.so.5
|
|
|
|
|
|
|
|
|
|
* Mon May 12 2003 Karsten Hopp <karsten@redhat.de> 5.5.6-2
|
|
|
|
|
- rebuild
|
|
|
|
|
|
|
|
|
|
* Fri May 09 2003 Karsten Hopp <karsten@redhat.de> 5.5.6-1
|
|
|
|
|
- update
|
|
|
|
|
- specfile fixes
|
|
|
|
|
#63897 (_target instead of _arch)
|
|
|
|
|
#74521 (SRPM doesn't compile)
|
|
|
|
|
#80441 (RFE: a newer version of ImageMagick is available)
|
|
|
|
|
#88450 (-devel package missing dependancy)
|
|
|
|
|
#57396 (convert won't read RAW format images)
|
|
|
|
|
- verified that the upstream version fixes the following bugreports:
|
|
|
|
|
#57544 (display cannot handle many xpm's which both ee and rh71 display can)
|
|
|
|
|
#63727 (ImageMagick fails to handle RGBA files)
|
|
|
|
|
#73864 (composite dumps core on certain operations)
|
|
|
|
|
#78242 (Header files for c missing in devel rpms)
|
|
|
|
|
#79783 (magick_config.h is missing from ImageMagick-c++-devel)
|
|
|
|
|
#80117 (Documentation is installed twice by RPM )
|
|
|
|
|
#82762 (Trouble with browsing help files)
|
|
|
|
|
#85760 (Segmentation fault)
|
|
|
|
|
#86120 (eps->ppm convert crashes)
|
|
|
|
|
|
2004-09-09 02:36:20 +00:00
|
|
|
|
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
|
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
|
|
* Sat Jan 4 2003 Jeff Johnson <jbj@redhat.com> 5.4.7-9
|
|
|
|
|
- use internal dep generator.
|
|
|
|
|
|
|
|
|
|
* Mon Dec 16 2002 Tim Powers <timp@redhat.com> 5.4.7-8
|
|
|
|
|
- rebuild
|
|
|
|
|
|
|
|
|
|
* Sat Dec 14 2002 Tim Powers <timp@redhat.com> 5.4.7-7
|
|
|
|
|
- don't use rpms internal dep generator
|
|
|
|
|
|
|
|
|
|
* Fri Nov 22 2002 Tim Powers <timp@redhat.com>
|
|
|
|
|
- fix perl paths in file list
|
|
|
|
|
|
|
|
|
|
* Thu Nov 21 2002 Tim Powers <timp@redhat.com>
|
|
|
|
|
- lib64'ize
|
|
|
|
|
- don't throw stuff in /usr/X11R6, that's for X only
|
|
|
|
|
- remove files we aren't shipping
|
|
|
|
|
|
2004-09-09 02:36:09 +00:00
|
|
|
|
* Sat Aug 10 2002 Elliot Lee <sopwith@redhat.com>
|
|
|
|
|
- rebuilt with gcc-3.2 (we hope)
|
|
|
|
|
|
2004-09-09 02:35:59 +00:00
|
|
|
|
* Tue Jul 23 2002 Tim Powers <timp@redhat.com> 5.4.7-4
|
|
|
|
|
- build using gcc-3.2-0.1
|
|
|
|
|
|
|
|
|
|
* Wed Jul 03 2002 Karsten Hopp <karsten@redhat.de> 5.4.7-3
|
|
|
|
|
- fix non-cpp headers in -devel package
|
|
|
|
|
- fix #62157 (wrong path for include files in ImageMagick-devel)
|
|
|
|
|
- fix #63897 (use _target instead of _arch) in libtool workaround
|
|
|
|
|
- fix #65860, #65780 (tiff2ps) expands images to >10 MB Postscript files.
|
|
|
|
|
|
|
|
|
|
* Mon Jul 01 2002 Karsten Hopp <karsten@redhat.de> 5.4.7-1
|
|
|
|
|
- update
|
|
|
|
|
- fix localdoc patch
|
|
|
|
|
- fix %%files section
|
|
|
|
|
- disable nonroot patch
|
|
|
|
|
- fix #62100,55950,62162,63136 (display doesn't start form gnome menu)
|
|
|
|
|
- fix libtool workaround
|
|
|
|
|
- moved Magick*-config into -devel package (#64249)
|
|
|
|
|
|
|
|
|
|
* Sun May 26 2002 Tim Powers <timp@redhat.com>
|
|
|
|
|
- automated rebuild
|
|
|
|
|
|
|
|
|
|
* Mon May 6 2002 Bernhard Rosenkraenzer <bero@redhat.com> 5.4.6-1
|
|
|
|
|
- 5.4.6
|
|
|
|
|
|
2004-09-09 02:35:51 +00:00
|
|
|
|
* Thu Mar 14 2002 Bernhard Rosenkraenzer <bero@redhat.com> 5.4.3.11-1
|
|
|
|
|
- Update to pl 11
|
|
|
|
|
|
2004-09-09 02:35:48 +00:00
|
|
|
|
* Fri Feb 22 2002 Bernhard Rosenkraenzer <bero@redhat.com> 5.4.3.5-1
|
|
|
|
|
- Update to 5.4.3 pl5; this fixes #58080
|
|
|
|
|
|
|
|
|
|
* Thu Jan 17 2002 Bernhard Rosenkraenzer <bero@redhat.com> 5.4.2.3-1
|
|
|
|
|
- Patchlevel 3
|
|
|
|
|
|
|
|
|
|
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
|
|
|
|
|
- automated rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jan 4 2002 Bernhard Rosenkraenzer <bero@redhat.com> 5.4.2.2-1
|
|
|
|
|
- Update to 5.4.2-2
|
|
|
|
|
- Fix #57923, also don't hardcode netscape as html viewer
|
|
|
|
|
|
|
|
|
|
* Wed Dec 5 2001 Bernhard Rosenkraenzer <bero@redhat.com> 5.4.1-1
|
|
|
|
|
- 5.4.1
|
|
|
|
|
- Link against new libstdc++
|
|
|
|
|
|
|
|
|
|
* Fri Nov 9 2001 Bernhard Rosenkraenzer <bero@redhat.com> 5.4.0.5-1
|
|
|
|
|
- 5.4.0.5
|
|
|
|
|
- Make the error message when trying to display an hpgl file more
|
|
|
|
|
explicit (#55875)
|
|
|
|
|
|
|
|
|
|
* Mon Nov 5 2001 Bernhard Rosenkraenzer <bero@redhat.com> 5.4.0.3-1
|
|
|
|
|
- 5.4.0.3
|
|
|
|
|
- Fix names of man pages
|
|
|
|
|
|
|
|
|
|
* Mon Oct 22 2001 Bernhard Rosenkraenzer <bero@redhat.com> 5.4.0-1
|
|
|
|
|
- 5.4.0
|
|
|
|
|
- work around build system breakage causing applications to be named
|
|
|
|
|
%{_arch}-redhat-linux-foo rather than foo
|
|
|
|
|
|
|
|
|
|
* Wed Sep 19 2001 Bernhard Rosenkraenzer <bero@redhat.com> 5.3.9-1
|
|
|
|
|
- 5.3.9
|
|
|
|
|
|
2004-09-09 02:34:59 +00:00
|
|
|
|
* Mon Aug 27 2001 Bernhard Rosenkraenzer <bero@redhat.com> 5.3.8-3
|
|
|
|
|
- Add delegates.mgk back, got lost during the update to 5.3.8 (Makefile bug)
|
|
|
|
|
(#52611)
|
|
|
|
|
|
2004-09-09 02:34:46 +00:00
|
|
|
|
* Mon Aug 20 2001 Bernhard Rosenkraenzer <bero@redhat.com> 5.3.8-2
|
|
|
|
|
- Remove Magick++ includes from -devel, they're already in -c++-devel
|
|
|
|
|
(#51590)
|
|
|
|
|
|
|
|
|
|
* Sun Jul 28 2001 Bernhard Rosenkraenzer <bero@redhat.com> 5.3.8-1
|
|
|
|
|
- 5.3.8 (bugfix release)
|
|
|
|
|
|
|
|
|
|
* Sat Jul 27 2001 Than Ngo <than@redhat.com> 5.3.7-3
|
2004-09-09 02:34:37 +00:00
|
|
|
|
- fix to build Perlmagic on s390 s390x
|
|
|
|
|
|
|
|
|
|
* Thu Jul 26 2001 Bernhard Rosenkraenzer <bero@redhat.com> 5.3.7-2
|
|
|
|
|
- Add delegates.mgk to the package (#50725)
|
|
|
|
|
|
|
|
|
|
* Tue Jul 24 2001 Bernhard Rosenkraenzer <bero@redhat.com> 5.3.7-1
|
2004-09-09 02:34:46 +00:00
|
|
|
|
- 5.3.7
|
2004-09-09 02:34:37 +00:00
|
|
|
|
- Fix build without previously installed ImageMagick-devel (#49816)
|
|
|
|
|
- Move perl bindings to a separate package.
|
|
|
|
|
|
|
|
|
|
* Mon Jul 9 2001 Bernhard Rosenkraenzer <bero@redhat.com> 5.3.6-2
|
|
|
|
|
- Fix build as non-root again
|
|
|
|
|
- Shut up rpmlint
|
|
|
|
|
|
|
|
|
|
* Tue Jul 3 2001 Bernhard Rosenkraenzer <bero@redhat.com> 5.3.6-1
|
|
|
|
|
- 5.3.6
|
|
|
|
|
- Get rid of the ia64 patch, it's no longer needed since glibc was fixed
|
|
|
|
|
|
|
|
|
|
* Sat Jun 16 2001 Than Ngo <than@redhat.com>
|
|
|
|
|
- update to 5.3.5
|
|
|
|
|
- cleanup specfile
|
|
|
|
|
|
|
|
|
|
* Sat May 19 2001 Bernhard Rosenkraenzer <bero@redhat.com> 5.3.3-2
|
|
|
|
|
- 5.3.3-respin, fixes #41196
|
|
|
|
|
|
|
|
|
|
* Tue May 1 2001 Bernhard Rosenkraenzer <bero@redhat.com> 5.3.3-1
|
|
|
|
|
- 5.3.3
|
|
|
|
|
- Add a desktop file for "display" (RFE#17417)
|
|
|
|
|
|
|
|
|
|
* Sun Apr 15 2001 Bernhard Rosenkraenzer <bero@redhat.com>
|
|
|
|
|
- 5.3.2
|
|
|
|
|
- work around bugs in ia64 glibc headers
|
2004-09-09 02:34:19 +00:00
|
|
|
|
|
2004-09-09 02:34:13 +00:00
|
|
|
|
* Mon Jan 08 2001 Florian La Roche <Florian.LaRoche@redhat.de>
|
|
|
|
|
- remove patch for s390, it is not necessary
|
|
|
|
|
|
|
|
|
|
* Mon Jan 1 2001 Bernhard Rosenkraenzer <bero@redhat.com>
|
|
|
|
|
- 5.2.7
|
|
|
|
|
|
|
|
|
|
* Wed Dec 27 2000 Bernhard Rosenkraenzer <bero@redhat.com>
|
|
|
|
|
- 5.2.6
|
|
|
|
|
|
|
|
|
|
* Mon Dec 18 2000 Than Ngo <than@redhat.com>
|
|
|
|
|
- ported to s390
|
|
|
|
|
|
|
|
|
|
* Mon Sep 25 2000 Bernhard Rosenkraenzer <bero@redhat.com>
|
|
|
|
|
- 5.2.4
|
|
|
|
|
- Fix up and package the C++ bindings in the new c++/c++-devel packages.
|
|
|
|
|
|
2004-09-09 02:34:08 +00:00
|
|
|
|
* Wed Aug 2 2000 Matt Wilson <msw@redhat.com>
|
|
|
|
|
- rebuild against new libpng
|
|
|
|
|
|
|
|
|
|
* Wed Jul 19 2000 Nalin Dahyabhai <nalin@redhat.com>
|
|
|
|
|
- include images with docs (#10312)
|
|
|
|
|
|
|
|
|
|
* Thu Jul 13 2000 Matt Wilson <msw@redhat.com>
|
|
|
|
|
- don't build with -ggdb, use -g instead.
|
|
|
|
|
|
|
|
|
|
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
|
|
|
|
|
- automatic rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Jul 3 2000 Florian La Roche <laroche@redhat.com>
|
|
|
|
|
- update to 5.2.2 beta
|
|
|
|
|
|
|
|
|
|
* Mon Jul 3 2000 Florian La Roche <laroche@redhat.com>
|
|
|
|
|
- update to 5.2.1, redone patches as they failed
|
|
|
|
|
|
|
|
|
|
* Fri Jun 30 2000 Matt Wilson <msw@redhat.com>
|
|
|
|
|
- remove hacks to move perl man pages
|
|
|
|
|
- don't include the perl*/man stuff, these files go in /usr/share/man now.
|
|
|
|
|
|
|
|
|
|
* Thu Jun 15 2000 Nalin Dahyabhai <nalin@redhat.com>
|
|
|
|
|
- disable optimization on Alpha and Sparc
|
|
|
|
|
|
|
|
|
|
* Wed Jun 14 2000 Nalin Dahyabhai <nalin@redhat.com>
|
|
|
|
|
- update to 5.2.0
|
|
|
|
|
- update URL
|
|
|
|
|
- remove redundant CXXFLAGS=$RPM_OPT_FLAGS
|
|
|
|
|
|
|
|
|
|
* Thu Jun 1 2000 Matt Wilson <msw@redhat.com>
|
|
|
|
|
- bootstrap rebuilt to nuke broken libbz2 deps
|
|
|
|
|
- add Prefix: tag such that the FHS macros work properly
|
|
|
|
|
|
|
|
|
|
* Wed May 17 2000 Trond Eivind Glomsr<EFBFBD>d <teg@redhat.com>
|
|
|
|
|
- now compiles with bzip2 1.0
|
|
|
|
|
- changed buildroot to include version
|
|
|
|
|
|
|
|
|
|
* Fri May 5 2000 Bill Nottingham <notting@redhat.com>
|
|
|
|
|
- fix compilation with new perl
|
|
|
|
|
|
|
|
|
|
* Sat Mar 18 2000 Bernhard Rosenkraenzer <bero@redhat.com>
|
|
|
|
|
- 5.1.1
|
|
|
|
|
|
|
|
|
|
* Thu Feb 3 2000 Bernhard Rosenkraenzer <bero@redhat.com>
|
|
|
|
|
- Rebuild to get compressed man pages
|
|
|
|
|
|
|
|
|
|
* Thu Nov 18 1999 Michael K. Johnson <johnsonm@redhat.com>
|
|
|
|
|
- ugly hack to print with lpr instead of lp
|
|
|
|
|
|
|
|
|
|
* Mon Aug 30 1999 Bill Nottingham <notting@redhat.com>
|
|
|
|
|
- update to 4.2.9
|
|
|
|
|
|
|
|
|
|
* Tue Aug 17 1999 Bill Nottingham <notting@redhat.com>
|
|
|
|
|
- update to 4.2.8
|
|
|
|
|
|
|
|
|
|
* Fri Apr 09 1999 Cristian Gafton <gafton@redhat.com>
|
|
|
|
|
- include the perl man pages as well
|
|
|
|
|
|
|
|
|
|
* Tue Apr 06 1999 Michael K. Johnson <johnsonm@redhat.com>
|
|
|
|
|
- remove --enable-16bit because it damages interoperability
|
|
|
|
|
|
|
|
|
|
* Mon Apr 5 1999 Bill Nottingham <notting@redhat.com>
|
|
|
|
|
- update to 4.2.2
|
|
|
|
|
- change ChangeLog to refer to actual dates.
|
|
|
|
|
- strip binaries
|
|
|
|
|
|
|
|
|
|
* Thu Apr 1 1999 Bill Nottingham <notting@redhat.com>
|
|
|
|
|
- add more files. Oops.
|
|
|
|
|
|
|
|
|
|
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
|
|
|
|
|
- auto rebuild in the new build environment (release 2)
|
|
|
|
|
|
|
|
|
|
* Wed Mar 10 1999 Bill Nottingham <notting@redhat.com>
|
|
|
|
|
- version 4.2.1
|
|
|
|
|
|
|
|
|
|
* Tue Jan 19 1999 Michael K. Johnson <johnsonm@redhat.com>
|
|
|
|
|
- changed group
|
|
|
|
|
|
|
|
|
|
* Tue Jan 19 1999 Cristian Gafton <gafton@redhat.com>
|
|
|
|
|
- hacks to make it work with the new perl
|
|
|
|
|
- version 4.1.0 (actually installs the sonames as 4.0.10... doh!)
|
|
|
|
|
- make sure the libraries have the x bit on
|
|
|
|
|
|
|
|
|
|
* Wed Jun 10 1998 Prospector System <bugs@redhat.com>
|
|
|
|
|
- translations modified for de, fr
|
|
|
|
|
|
|
|
|
|
* Thu May 07 1998 Prospector System <bugs@redhat.com>
|
|
|
|
|
- translations modified for de, fr, tr
|
|
|
|
|
|
|
|
|
|
* Tue Apr 21 1998 Cristian Gafton <gafton@redhat.com>
|
|
|
|
|
- updated to 4.0.5
|
|
|
|
|
|
|
|
|
|
* Wed Apr 08 1998 Cristian Gafton <gafton@redhat.com>
|
|
|
|
|
- updated to 4.0.4
|
|
|
|
|
- added BuildRoot
|
|
|
|
|
|
|
|
|
|
* Thu Oct 23 1997 Donnie Barnes <djb@redhat.com>
|
|
|
|
|
- updated from 3.8.3 to 3.9.1
|
|
|
|
|
- removed PNG patch (appears to be fixed)
|
|
|
|
|
|
|
|
|
|
* Wed Oct 15 1997 Erik Troan <ewt@redhat.com>
|
|
|
|
|
- build against new libpng
|
|
|
|
|
|
|
|
|
|
* Thu Jul 10 1997 Erik Troan <ewt@redhat.com>
|
|
|
|
|
- built against glibc
|
|
|
|
|
|
|
|
|
|
* Thu Mar 20 1997 Michael Fulbright <msf@redhat.com>
|
|
|
|
|
- updated to version 3.8.3.
|
|
|
|
|
- updated source and url tags.
|