Update of /cvsroot/fink/experimental/dmacks/finkinfo
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13632

Added Files:
        pygtk2-py.info 
Log Message:
pygtk2 2.6.2. Needs gtk+2 2.6, which doesn't exist yet.


--- NEW FILE: pygtk2-py.info ---
Info2: <<
Package: pygtk2-py%type_pkg[python]
Version: 2.6.2
Revision: 11
Description: Python bindings for the GTK widget set
DescDetail: <<
PyGTK provides an object oriented interface that is slightly higher
level than the C one. It automatically does all the type casting and
reference counting that you would have to do normally with the C API.
<<
DescPort: <<
If you have both pygtk and pygtk2 are installed in the same python, 
read <http://www.async.com.br/faq/pygtk/index.py?req=all#2.1>. On
OS X, there is a problem with parts of pygtk2 pulling in pygtk(1):

  % examples/atk/atk-demo.py 
  Traceback (most recent call last):
    File "examples/atk/atk-demo.py", line 4, in ?
      import atk
  ImportError: Failure linking new module: : dyld: python2.3 multiple 
  definitions of symbol _g_allocator_free
  /sw/lib/libglib-1.2.0.dylib(gmem.lo) definition of _g_allocator_free
  /sw/lib/libglib-2.0.0.dylib(libglib-2.0.0.200.1.dylib-master.o) definition 
  of _g_allocator_free

  % examples/simple.py
  dyld: python2.3 multiple definitions of symbol _g_get_current_time
  /sw/lib/libglib-2.0.0.dylib(libglib-2.0.0.200.1.dylib-master.o) definition of 
_g_get_current_time
  /sw/lib/libglib-1.2.0.dylib(gmain.lo) definition of _g_get_current_time
  Trace/BPT trap (core dumped)

which is solved by <http://www.async.com.br/faq/pygtk/index.py?req=all#2.4>

#Patched examples/ to use the desired python interpretter:
#  perl -pi.bak -e 
's|#\!\s*/usr/bin/env\s+python.*|#\!%p/bin/python%type_raw[python]|' `find 
examples -name '*.py'`
#
#The widget demo examples/pygtk-demo works, but some of the other
#examples in examples/* do not (for a variety of reasons).
^--no longer install examples/
^--See also http://bugzilla.gnome.org/show_bug.cgi?id=132058

Thanks to Clef and graphics/pil for help debugging *Script.

Originally ported by Michel Alexandre Salim <[EMAIL PROTECTED]>
(up to pygtk2-1.99.15-1)
<<
Homepage: http://www.daa.com.au/~james/pygtk/
License: LGPL
Maintainer: Daniel Macks <[EMAIL PROTECTED]>
BuildDepends: x11-dev, python%type_pkg[python], numeric-py%type_pkg[python], 
pkgconfig (>= 0.9.0-1), glib2 (>= 2.6.0-1), glib2-dev (>= 2.6.0-1), pango1 (>= 
1.8.0-1), atk1 (>= 1.8.0-1), gtk+2 (>= 2.3.4-1), gtk+2-dev (>= 2.3.4-1), 
libglade2 (>= 2.4.0-1), libxml2, libpng3, libjpeg, libtiff, gettext-dev, 
gettext-bin, gettext-tools, libiconv-dev, gtk-doc (>= 1.1-1), fink (>= 0.20.2-1)
Depends: x11, python%type_pkg[python], numeric-py%type_pkg[python], 
glib2-shlibs (>= 2.6.0-1), pango1-shlibs (>= 1.8.0-1), atk1-shlibs (>= 
1.8.0-1), gtk+2-shlibs (>= 2.3.4-1), libglade2-shlibs (>= 2.4.0-1), 
libxml2-shlibs, libpng3-shlibs, libjpeg-shlibs, libtiff-shlibs
Conflicts: pygtk2
Replaces: pygtk2
Source: mirror:gnome:sources/pygtk/2.6/pygtk-%v.tar.bz2
Source-MD5: 0d4dca0564fc867a976808d18443f059
Type: python (2.3 2.4)
ConfigureParams: --mandir='${prefix}/share/man'
CompileScript: <<
  PYTHON=%p/bin/python%type_raw[python] ./configure %c
  (export CPPFLAGS=""; %p/bin/python%type_raw[python] setup.py build)
<<
InstallScript: <<
  %p/bin/python%type_raw[python] setup.py install --prefix=%i
  make install prefix=%i
<<
DocFiles: AUTHORS COPYING ChangeLog MAPPING NEWS README THREADS TODO
SplitOff: <<
  Package: %N-dev
  Description: Tools for compiling against pygtk2
  Depends: %N (= %v-%r)
  Conflicts: pygtk2-py22-dev, pygtk2-py23-dev, pygtk2-py24-dev
  Replaces: pygtk2-py22-dev, pygtk2-py23-dev, pygtk2-py24-dev
  Files: bin/pygtk-codegen-2.0 include/pygtk-2.0 lib/pkgconfig/pygtk-2.0.pc 
share/pygtk/2.0
  DocFiles: AUTHORS COPYING ChangeLog MAPPING NEWS README THREADS TODO
<<
<<



-------------------------------------------------------
SF.Net email is sponsored by: GoToMeeting - the easiest way to collaborate
online with coworkers and clients while avoiding the high cost of travel and
communications. There is no equipment to buy and you can meet as often as
you want. Try it free.http://ads.osdn.com/?ad_id=7402&alloc_id=16135&op=click
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to