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:   15-Oct-2006 13:19:29
  Branch: HEAD                             Handle: 2006101512192800

  Modified files:
    openpkg-src/inkscape    inkscape.spec

  Log:
    upgrading package: inkscape 0.43 -> 0.44

  Summary:
    Revision    Changes     Path
    1.9         +14 -4      openpkg-src/inkscape/inkscape.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/inkscape/inkscape.spec
  ============================================================================
  $ cvs diff -u -r1.8 -r1.9 inkscape.spec
  --- openpkg-src/inkscape/inkscape.spec        13 Oct 2006 17:28:56 -0000      
1.8
  +++ openpkg-src/inkscape/inkscape.spec        15 Oct 2006 11:19:28 -0000      
1.9
  @@ -32,8 +32,8 @@
   Class:        EVAL
   Group:        DTP
   License:      GPL
  -Version:      0.43
  -Release:      20061013
  +Version:      0.44
  +Release:      20061015
   
   #   list of sources
   Source0:      
http://switch.dl.sourceforge.net/inkscape/inkscape-%{version}.tar.bz2
  @@ -43,8 +43,8 @@
   BuildRoot:    %{l_buildroot}
   BuildPreReq:  OpenPKG, openpkg >= 20040130, gcc, perl-xml
   PreReq:       OpenPKG, openpkg >= 20040130
  -BuildPreReq:  glib2, gtk2, gtkmm, xft, gc, libsigcxx
  -PreReq:       glib2, gtk2, gtkmm, xft, gc, libsigcxx
  +BuildPreReq:  glib2, gtk2, gtkmm, xft, gc, libsigcxx, libxslt, popt
  +PreReq:       glib2, gtk2, gtkmm, xft, gc, libsigcxx, libxslt, popt
   AutoReq:      no
   AutoReqProv:  no
   
  @@ -74,6 +74,16 @@
       %{l_shtool} subst \
           -e 's;^LIBS="-lgc -lpthread -ldl $LIBS";LIBS="-lgc $LIBS";' \
           configure
  +    %{l_shtool} subst \
  +        -e 's;ieefp.h;ieeefp.h;g' \
  +        src/display/bezier-utils.cpp
  +    case "%{l_platform -t}" in
  +        *-freebsd* )
  +            %{l_shtool} subst \
  +                -e 's;(int)log2(engine.getMultiScanNrColors())+2;4;g' \
  +                src/trace/potrace/inkscape-potrace.cpp
  +            ;;
  +    esac
   
   %build
       CC="%{l_cc}" \
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [email protected]

Reply via email to