[CVS] OpenPKG: OPENPKG_2_5_SOLID: openpkg-src/imagemagick/ imagemagick...

2006-02-25 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   25-Feb-2006 18:48:31
  Branch: OPENPKG_2_5_SOLIDHandle: 2006022517483000

  Modified files:   (Branch: OPENPKG_2_5_SOLID)
openpkg-src/imagemagick imagemagick.spec

  Log:
MFC the latest two fixes: missing dependency, libxml required libiconv

  Summary:
RevisionChanges Path
1.278.2.3   +5  -4  openpkg-src/imagemagick/imagemagick.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/imagemagick/imagemagick.spec
  
  $ cvs diff -u -r1.278.2.2 -r1.278.2.3 imagemagick.spec
  --- openpkg-src/imagemagick/imagemagick.spec  16 Oct 2005 06:25:07 -  
1.278.2.2
  +++ openpkg-src/imagemagick/imagemagick.spec  25 Feb 2006 17:48:30 -  
1.278.2.3
  @@ -39,7 +39,7 @@
   Group:Graphics
   License:  GPL
   Version:  %{V_opkg}
  -Release:  2.5.0
  +Release:  2.5.1
   
   #   package options
   %option   with_perl   no
  @@ -53,10 +53,10 @@
   BuildRoot:%{l_buildroot}
   BuildPreReq:  OpenPKG, openpkg = 2.5.0, make, gcc, grep, sed
   PreReq:   OpenPKG, openpkg = 2.5.0
  -BuildPreReq:  tiff, jpeg, jasper, bzip2, zlib, png, freetype, lcms, libxml
  -PreReq:   tiff, jpeg, jasper, bzip2, zlib, png, freetype, lcms, libxml
  +BuildPreReq:  tiff, jpeg, jasper, bzip2, zlib, png, freetype, lcms, libxml, 
libiconv
  +PreReq:   tiff, jpeg, jasper, bzip2, zlib, png, freetype, lcms, libxml, 
libiconv
   %if %{with_perl} == yes
  -BuildPreReq:  perl
  +BuildPreReq:  perl, perl-openpkg
   PreReq:   perl
   %endif
   %if %{with_x11} == yes
  @@ -88,6 +88,7 @@
   %setup -q -n ImageMagick-%{V_major}
   %{l_shtool} subst \
   -e 's/^\(MagickLibSubdir=\)[^]*\(\)/\1imagemagick\2/' \
  +-e 's/\(-lxml2\)/\1 -liconv/' \
   configure
   %{l_shtool} subst \
   -e 's;\([EMAIL PROTECTED]@\);-L../magick/.libs \1;g' \
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: OPENPKG_2_5_SOLID: openpkg-src/imagemagick/ imagemagick...

2005-10-16 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   16-Oct-2005 08:25:07
  Branch: OPENPKG_2_5_SOLIDHandle: 2005101607250700

  Modified files:   (Branch: OPENPKG_2_5_SOLID)
openpkg-src/imagemagick imagemagick.spec

  Log:
MFC: latest version

  Summary:
RevisionChanges Path
1.278.2.2   +1  -1  openpkg-src/imagemagick/imagemagick.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/imagemagick/imagemagick.spec
  
  $ cvs diff -u -r1.278.2.1 -r1.278.2.2 imagemagick.spec
  --- openpkg-src/imagemagick/imagemagick.spec  11 Oct 2005 12:50:18 -  
1.278.2.1
  +++ openpkg-src/imagemagick/imagemagick.spec  16 Oct 2005 06:25:07 -  
1.278.2.2
  @@ -24,7 +24,7 @@
   
   #   package version
   %define   V_major 6.2.5
  -%define   V_minor 1
  +%define   V_minor 2
   %define   V_dist  %{V_major}-%{V_minor}
   %define   V_opkg  %{V_major}.%{V_minor}
   
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org