]> git.pld-linux.org Git - packages/ImageMagick.git/commitdiff
- cosmetics
authorPaweł Gołaszewski <blues@pld-linux.org>
Tue, 1 Jul 2003 19:33:59 +0000 (19:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ImageMagick.spec -> 1.151

ImageMagick.spec

index 4e8188c229689536d5ae3a27084f9a544ce47384..6aa42379aa19cf7c1c23c52d51ef93bbf5196072 100644 (file)
@@ -39,12 +39,12 @@ BuildRequires:      XFree86-devel
 BuildRequires: autoconf >= 2.56
 BuildRequires: automake >= 1.7
 BuildRequires: bzip2-devel >= 1.0.1
-%{!?_without_fpx:BuildRequires:        libfpx-devel >= 1.2.0.4-3}
 BuildRequires: freetype-devel >= 2.0.2-2
 %{?_with_gs:BuildRequires:     ghostscript-devel}
 %{!?_without_jasper:BuildRequires:     jasper-devel}
 BuildRequires: jbigkit-devel
 BuildRequires: lcms-devel
+%{!?_without_fpx:BuildRequires:        libfpx-devel >= 1.2.0.4-3}
 BuildRequires: libjpeg-devel
 BuildRequires: libltdl-devel
 BuildRequires: libplot-devel
@@ -57,8 +57,8 @@ BuildRequires:        libxml2-devel >= 2.0
 BuildRequires: perl-devel >= 5.6.1
 BuildRequires: rpm-perlprov >= 3.0.3-18
 Requires:      %{name}-libs = %{epoch}:%{version}
-Obsoletes:     %{name}-coder-mpeg
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+Obsoletes:     %{name}-coder-mpeg
 
 # we don't want "-s" here, because it would be added to `Magick*-config --ldflags`
 %define                rpmldflags      %{nil}
@@ -558,20 +558,20 @@ rm -f missing
 CPPFLAGS="-I/usr/include/g++"
 %configure \
        CPPFLAGS="$CPPFLAGS" \
-       --with-quantum-depth=%{QuantumDepth} \
+       --enable-fast-install \
        --enable-lzw \
        --enable-shared \
-       --enable-fast-install \
-       --with-gs-font-dir=%{_fontsdir}/Type1 \
        %{?_without_fpx:--without-fpx} \
        %{!?_with_gs:--without-gslib} \
        %{?_without_jasper:--without-jp2} \
        --with%{?_without_cxx:out}-magick_plus_plus \
+       --with-gs-font-dir=%{_fontsdir}/Type1 \
+       --with-modules \
        --with-perl=%{__perl} \
        --with-perl-options="INSTALLDIRS=vendor" \
+       --with-quantum-depth=%{QuantumDepth} \
        --with-threads \
        --with-ttf \
-       --with-modules \
        --with-x
 
 %{__make}
This page took 0.042873 seconds and 4 git commands to generate.