NOTICE: This package has been removed from pkgsrc

./wip/gst-python, Python bindings for GStreamer

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.10.4nb1, Package name: py24-gst-python-0.10.4nb1, Maintainer: shattered

This is gst-python, the Python bindings for the GStreamer project. The
bindings provide access to almost all of the GStreamer C API through an
object oriented Python API.


Required to run:
[textproc/py-libxml2] [multimedia/gst-plugins0.10-base] [multimedia/gstreamer0.10] [lang/python24] [x11/py-gtk2]

Required to build:
[pkgtools/x11-links] [devel/gmake] [devel/libtool-base] [devel/pkg-config] [devel/py-gobject-shared] [x11/renderproto] [x11/xproto] [x11/fixesproto] [x11/inputproto] [x11/xextproto] [x11/randrproto]

Master sites:

SHA1: 17c18ed7764e3156169d0512a218e5d28026be9c
RMD160: 07f12838092ff54fbac52572bb9d8f71027619d0
Filesize: 393.893 KB

Version history: (Expand)


CVS history: (Expand)


   2008-05-22 17:38:46 by Tobias Nygren | Files touched by this commit (43)
Log message:
Mechanical sweep to sanitise PYTHON_VERSIONS_ACCEPTED.
Bulk build will be used to tune this further.
   2007-09-21 15:06:49 by Thomas Klausner | Files touched by this commit (113)
Log message:
Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves.
Bump PKGREVISION.
   2006-07-07 20:13:16 by Sergey Svishchev | Files touched by this commit (4)
Log message:
Update to 0.10.4.

Changes since 0.10.3:

      * Conditional compile of core API additions
      * wrapped gst.BaseSrc and gst.PushSrc

Bugs fixed since 0.10.3:

      * 339010 : segfault/undefined behavior with optional GstCaps args
      * 337876 : TagList does not retreive tags by key if 2 or more tags w...

API added since 0.10.3:

      * gst.get_gst_version()
      * gst.get_pygst_version()

Changes since 0.10.2:

      * Backwards compatibility with older GStreamer installations
      * Wrapping of new API in GStreamer
      * Bug-fixes and enhancements

Bugs fixed since 0.10.2:

      * 329110 : gst-python sets RTLD_GLOBAL when importing, but doesn't s...
      * 332586 : pygst.require should raise an error based on StandardErro...
      * 333055 : PYGIL_API_IS_BUGGY is already defined in pygobect.h
      * 331616 : gst.version and gst.gst_version differ
   2006-02-05 10:44:41 by Sergey Svishchev | Files touched by this commit (2)
Log message:
Ouch, Makefile is generated.  Patch Makefile.in instead.
   2006-02-05 02:36:38 by Sergey Svishchev | Files touched by this commit (6) | Imported package
Log message:
Initial import of GStreamer python bindings.  GStreamer 0.10 is required.