]> git.pld-linux.org Git - packages/ImageMagick.git/commitdiff
- update to 6.1.8-9 to address CAN-2005-0005
authorradzio <radzio@pld-linux.org>
Wed, 19 Jan 2005 00:45:22 +0000 (00:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- add patch3 to fix errors in build process (see commitlog for this patch)
- STBR for test

Changed files:
    ImageMagick.spec -> 1.199

ImageMagick.spec

index 04ef86699a5476625d268fa337e71c95ce81d88a..5c330b0dd1b1b10d817f337200b2cfa3d9104841 100644 (file)
@@ -7,7 +7,7 @@
 #
 %include       /usr/lib/rpm/macros.perl
 %define                ver 6.1.8
-%define                pver    5
+%define                pver    9
 %define                QuantumDepth    16
 Summary:       Image display, conversion, and manipulation under X
 Summary(de):   Darstellen, Konvertieren und Bearbeiten von Grafiken unter X
@@ -24,12 +24,13 @@ Release:    1
 Epoch:         1
 License:       Apache-like
 Group:         X11/Applications/Graphics
-Source0:       http://www.imagemagick.org/download/%{name}-%{ver}-%{pver}.tar.bz2
-# Source0-md5: 192aa30ac6503c59d5df1401584d1b38
+Source0:       http://www.imagemagick.org/download/%{name}-%{ver}-%{pver}.tar.gz
+# Source0-md5: d741987e6ce0bbd413c0d3fbce49caaa
 #Source0:      http://dl.sourceforge.net/imagemagick/%{name}-%{ver}.tar.bz2
 Patch0:                %{name}-libpath.patch
 Patch1:                %{name}-ac.patch
 Patch2:                %{name}-system-libltdl.patch
+Patch3:                %{name}-fpx.c.patch
 URL:           http://www.imagemagick.org/
 BuildRequires: XFree86-DPS-devel
 BuildRequires: XFree86-devel
@@ -561,6 +562,7 @@ Modu
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 find -type f -exec perl -pi -e 's=!/usr/local/bin/perl=!/usr/bin/perl='  {} \;
 
This page took 0.181808 seconds and 4 git commands to generate.