Update of /cvsroot/fink/experimental/babayoshihiko/finkinfo
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv16261

Added Files:
        pyqt4-mac-py.info qscintilla2-qt4-mac.info sip-py.info 
        sip-py.patch 
Log Message:
QGIS dependency packages

--- NEW FILE: sip-py.patch ---
--- sip-4.9/siputils.py 2009-09-27 00:14:30.000000000 +0900
+++ fink.build/sip-py25-4.9-1/sip-4.9/siputils.py       2009-10-05 
22:58:19.000000000 +0900
@@ -1145,7 +1145,7 @@
         if self.generator == "UNIX":
             dst = "$(DESTDIR)" + dst
 
-        mfile.write("\...@%s %s " % (self.chkdir, _quote(dst)))
+        mfile.write("\t%s %s " % (self.chkdir, _quote(dst)))
 
         if self.generator == "UNIX":
             mfile.write("|| ")
@@ -1227,14 +1227,7 @@
         mfile.write("\n" + target + ":\n")
 
         for d in self._subdirs:
-            if self.generator == "MINGW":
-                mfile.write("\...@$(MAKE) -C %s%s\n" % (d, tname))
-            elif self.generator == "UNIX":
-                mfile.write("\t@(cd %s; $(MAKE)%s)\n" % (d, tname))
-            else:
-                mfile.write("\tcd %s\n" % d)
-                mfile.write("\t$(MAKE)%s\n" % tname)
-                mfile.write("\...@cd ..\n")
+            mfile.write("\t$(MAKE) -C %s%s\n" % (d, tname))
 
 
 class PythonModuleMakefile(Makefile):
@@ -1380,10 +1373,7 @@
             # can handle extension modules that are bundles or dynamic
             # libraries, but python.org versions need bundles (unless built
             # with DYNLOADFILE=dynload_shlib.o).
-            if sys.platform == "darwin":
-                lflags_plugin = ["-bundle"]
-            else:
-                lflags_plugin = self.optional_list("LFLAGS_PLUGIN")
+            lflags_plugin = self.optional_list("LFLAGS_PLUGIN")
 
             if not lflags_plugin:
                 lflags_plugin = self.optional_list("LFLAGS_SHLIB")
@@ -1392,7 +1382,7 @@
 
         self.LFLAGS.extend(self.optional_list(lflags_console))
 
-        if sys.platform == "darwin":
+        if 0:
             # 'real_prefix' exists if virtualenv is being used.
             dl = getattr(sys, 'real_prefix', sys.exec_prefix).split(os.sep)
 

--- NEW FILE: sip-py.info ---
Info2: <<

Package: sip-py%type_pkg[python]
Version: 4.9
Revision: 1
Distribution: (%type_pkg[python] = 24) 10.4, (%type_pkg[python] = 24) 10.5
Type: python (2.4 2.5 2.6)

Source: http://www.riverbankcomputing.com/static/Downloads/sip4/sip-%v.tar.gz
Source-MD5: caf83cde684dbf7aeeb9c4447d54b98d

GCC: 4.0
Depends: python%type_pkg[python]
BuildDepends: fink (>= 0.24.12-1)

PatchFile: %{ni}.patch
PatchFile-MD5: 681892c764a9e818895cd50023b2f738

CompileScript: <<
        %p/bin/python%type_raw[python] configure.py \
                -p macx-g++ \
                -v %p/share/sip-py%type_pkg[python] \
                INCDIR_OPENGL=/usr/X11R6/include \
                LFLAGS_PLUGIN="-bundle -undefined dynamic_lookup"
        make
<<

InstallScript: <<
        make install DESTDIR=%d
<<
DocFiles: ChangeLog LICENSE NEWS README

SplitOff: <<
        Package: %N-bin
        Depends: sip-py%type_pkg[python]
        Conflicts: <<
                sip-py23-bin, sip-py24-bin, sip-py25-bin, sip-py26-bin
        <<
        Replaces: <<
                sip-py24 (<= 4.3.1-3), sip-py23 (<= 4.3.1-3), sip (<< 
4.3.1-1006),
                sip-py23-bin, sip-py24-bin, sip-py25-bin, sip-py26-bin
        <<
        Files: bin
        DocFiles: ChangeLog LICENSE NEWS README
        License: GPL
<<

DescPackaging: <<
        Disable requirement of framework-built python on darwin.
        Don't over-ride specs/ for plugin compiler flags on darwin.
<<
Description: Create Python bindings for C and C++ Libs
Homepage: http://www.riverbankcomputing.co.uk/sip
License: GPL
Maintainer: Dave Reiser <dbrei...@users.sourceforge.net>

<<
--- NEW FILE: qscintilla2-qt4-mac.info ---
Package: qscintilla2-qt4-mac
Version: 2.4
Revision: 1
GCC: 4.0
Source: 
http://www.riverbankcomputing.com/static/Downloads/QScintilla2/QScintilla-gpl-%v.tar.gz
Source-MD5: dd69520ec91f1acb97a4eb74ddde37c9
Depends: %N-shlibs (>= %v-%r)
BuildDepends: freetype219, glib2-dev, libgettext3-dev, libiconv-dev, libpng3, 
qt4-mac
BuildDependsOnly: true
CompileScript: <<
 #!/bin/sh -ev
 cd Qt4
 %p/lib/qt4-mac/bin/qmake qscintilla.pro
 perl -pi -e 's|install_name\t|install_name\t%p\/lib\/qt4-mac\/lib\/|' Makefile
 make
<<
InstallScript: <<
  #!/bin/sh -ev
  cd Qt4
  INSTALL_ROOT=%d make install
  <<
SplitOff: <<
 Package: %N-shlibs
 Depends: freetype219-shlibs, glib2-shlibs, libgettext3-shlibs, libiconv, 
libpng3-shlibs, qt4-mac-core-shlibs, qt4-mac-gui-shlibs
 Files: lib/qt4-mac/lib/libqscintilla2.5*dylib
 Shlibs: %p/lib/qt4-mac/lib/libqscintilla2.5.dylib 5.1.0 %n (>= 2.4-1)
 DocFiles: LICENSE* NEWS README ChangeLog GPL_EXCEPTION* OPENSOURCE-NOTICE.TXT
<<
Description: Qt port Scintilla C++ editor class
DocFiles: LICENSE* NEWS README ChangeLog GPL_EXCEPTION* OPENSOURCE-NOTICE.TXT
License: GPL
Homepage: http://www.riverbankcomputing.co.uk/software/qscintilla
Maintainer:  Dave Reiser <dbrei...@users.sourceforge.net>

--- NEW FILE: pyqt4-mac-py.info ---
Info2: <<

Package: pyqt4-mac-py%type_pkg[python]
Type: python (2.4 2.5 2.6)
Version: 4.6
Revision: 1
Distribution: (%type_pkg[python] = 24) 10.4, (%type_pkg[python] = 24) 10.5
Source: 
http://www.riverbankcomputing.co.uk/static/Downloads/PyQt4/PyQt-mac-gpl-%v.tar.gz
Source-MD5: 35258016c30a80f97689e643fba4704b

Depends: qt4-mac-core-shlibs
BuildDepends:<<
  fink (>= 0.24.12),
  qt4-mac,
  sip-py%type_pkg[python] (>= 4.9-1), sip-py%type_pkg[python]-bin (>= 4.9-1)
<<

SetCPPFLAGS: -I%p/lib/qt4-mac/include
SetLDFLAGS: -L%p/lib/qt4-mac/lib
CompileScript: <<
#! /bin/sh -ev
export PATH=%p/lib/qt4-mac/bin:$PATH
export QTDIR=%p/lib/qt4-mac

echo "yes" | %p/bin/python%type_raw[python] configure.py \
    -b %i/bin \
    -d %i/lib/python%type_raw[python]/site-packages \
    -q %p/lib/qt4-mac/bin/qmake \
    -p %i/lib/qt4-mac/plugins/python%type_raw[python] \
    -v %i/share/sip-py%type_pkg[python]/pyqt4-mac \
    -n %i/include/python%type_raw[python] \
    INCDIR_OPENGL+=/usr/X11R6/include \
    LFLAGS+=-L%p/lib/python%type_raw[python]/config \
    LFLAGS_PLUGIN="-bundle -undefined dynamic_lookup"
make
<<
InstallScript: <<
make install
perl -pi -e 's|%i|%p|g' 
%i/lib/python%type_raw[python]/site-packages/PyQt4/pyqtconfig.py %i/bin/pyuic4 
<<
DocFiles: ChangeLog LICENSE.GPL2 LICENSE.GPL3 GPL_EXCEPTION_ADDENDUM.TXT 
GPL_EXCEPTION.TXT OPENSOURCE-NOTICE.TXT NEWS README
License: GPL
Description: Python bindings for the Qt toolkit
DescPackaging: <<
 Files do not interfere with installation of older pyqt. 
 Base packages can coexist, but -bin's conflict.
 Disable requirement of framework-built python on darwin.
 Allow plugin compiling to work.
 
 PyQt4-mac-4.6 requires SIP 4.9 when it is built.
<<
Homepage: http://www.riverbankcomputing.co.uk/pyqt
Maintainer: Dave Reiser <dbrei...@users.sourceforge.net>
SplitOff: <<
  Package: %N-bin

  Conflicts: pyqt4-py23-bin, pyqt4-py24-bin, pyqt4-py25-bin, pyqt4-py26-bin, 
pyqt4-mac-py23-bin, pyqt4-mac-py24-bin, pyqt4-mac-py25-bin, pyqt4-mac-py26-bin
  Replaces: pyqt4-py23-bin, pyqt4-py24-bin, pyqt4-py25-bin, pyqt4-py26-bin, 
pyqt4-mac-py23-bin, pyqt4-mac-py24-bin, pyqt4-mac-py25-bin, pyqt4-mac-py26-bin

  Files: bin
  DocFiles: ChangeLog LICENSE.GPL2 LICENSE.GPL3 GPL_EXCEPTION_ADDENDUM.TXT 
GPL_EXCEPTION.TXT OPENSOURCE-NOTICE.TXT NEWS README
  License: GPL
<<

<<


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to