]> git.pld-linux.org Git - packages/ImageMagick.git/commitdiff
- started upgrade to 6.2.4-6, allow full build on amd64, NFY
authorPaweł Gołaszewski <blues@pld-linux.org>
Wed, 28 Sep 2005 15:27:46 +0000 (15:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ImageMagick.spec -> 1.214

ImageMagick.spec

index bbffeb5e6b9a0f4f09642670a051d22c31dc62da..bc0d719591f1ea135350b942f241fe07006cbf3c 100644 (file)
@@ -7,8 +7,8 @@
 %bcond_without cxx             # without Magick++
 #
 %include       /usr/lib/rpm/macros.perl
-%define                ver 6.2.3
-%define                pver    2
+%define                ver 6.2.4
+%define                pver    6
 %define                QuantumDepth    16
 Summary:       Image display, conversion, and manipulation under X
 Summary(de):   Darstellen, Konvertieren und Bearbeiten von Grafiken unter X
@@ -21,12 +21,12 @@ Summary(tr):        X alt
 Summary(uk):   ðÅÒÅÇÌÑÄ, ËÏÎ×ÅÒÔÕ×ÁÎÎÑ ÔÁ ÏÂÒÏÂËÁ ÚÏÂÒÁÖÅÎؠЦĠX Window
 Name:          ImageMagick
 Version:       %{ver}%{?pver:.%{pver}}
-Release:       2
+Release:       0.1
 Epoch:         1
 License:       Apache-like
 Group:         X11/Applications/Graphics
 Source0:       http://www.imagemagick.org/download/%{name}-%{ver}-%{pver}.tar.bz2
-# Source0-md5: 0f2c3588d5967da17c55c4657ae2e55e
+# Source0-md5: 82cb623a5e2e01991d22d33c624ad12d
 #Source0:      http://dl.sourceforge.net/imagemagick/%{name}-%{ver}.tar.bz2
 Patch0:                %{name}-libpath.patch
 Patch1:                %{name}-ac.patch
@@ -564,9 +564,9 @@ Modu
 %setup -q -n %{name}-%{ver}
 %patch0 -p1
 %patch1 -p1
-%patch2 -p1
+#%patch2 -p1           # fixme!!!
 %patch3 -p1
-%patch4 -p1
+#%patch4 -p1           # fixme!!!
 
 %{__perl} -pi -e 's,lib/graphviz,%{_lib}/graphviz,' configure.ac
 find -type f -exec perl -pi -e 's=!/usr/local/bin/perl=!/usr/bin/perl='  {} \;
@@ -580,6 +580,8 @@ touch www/Magick++/NEWS.html www/Magick++/ChangeLog.html
 %{__autoconf}
 %{__automake}
 %configure \
+       CFLAGS="-I/usr/X11R6/include" \
+       LDFLAGS="-L/usr/X11R6/%{_lib}" \
        --enable-fast-install \
        --enable-lzw \
        --enable-shared \
This page took 0.119757 seconds and 4 git commands to generate.