Commit graph

22 commits

Author SHA1 Message Date
drochner
0eb3501b2a update to 0.10.19
change: Wrap new gstreamer API up to 0.10.30
2010-07-22 16:34:47 +00:00
wiz
3e43b4490a Update to 0.10.18. Set LICENSE.
Changes since 0.10.17:

      * Updates to 0.10.26 core/base API addition
2010-02-21 13:34:53 +00:00
wiz
05758c758d Update to 0.10.17:
This is GStreamer Python Bindings 0.10.17, "Shiny new button"

Changes since 0.10.16:

      * Fix leak in gst_base_sink_get_last_buffer()
      * Fix linking of pygstminiobject
      * Add test_audio.py example
      * Fix deadlocks calling gst_pad_link()

Bugs fixed since 0.10.16:

      * 590348 : [audio (and other modules)] can't use pygstminiobject !
      * 590803 : checks fail in non-English locale
      * 592447 : memory leak on certain pipelines with appsink

Changes since 0.10.15:

      * Update bindings for GStreamer 0.10.24
      * Fixes for the python plugin loader

Bugs fixed since 0.10.15:

      * 580992 : gst_preset_get_preset_names not wrapped in gst-python
      * 583378 : libgstpython.so causes a segfault
      * 583607 : Error when building from tarball
      * 584445 : gst.TagList getters and setters should convert unicode ob...

Changes since 0.10.14:

      * Support new API in core/base
      * Fixes for python 2.6
      * Other bug-fixes and improvements

Bugs fixed since 0.10.14:

      * 304361 : Python plugin loader
      * 576145 : pygst programs skip python plugins on registry update
      * 514717 : memleak in Pad.set_blocked_async()
      * 571156 : gst_tag_get_type not wrapped
      * 571380 : Allow user to specify filename and line number for gst_de...
      * 572487 : Fix licensing screwups
      * 574251 : leaks the flow name
      * 574258 : _wrap_gst_install_plugins_sync might leak details
      * 574272 : Python plugin loader causes SIGSEGV if " import gst " fails
      * 576505 : not all gst_adapter_* methods are wrapped
      * 577735 : python bins with do_handle_message leak messages
      * 578435 : gst-python pkgconfig file lies about needing pygtk
      * 578731 : Python plugin loader deadlocks registry scanning
      * 578848 : Wrap new core/base API
      * 579183 : freshly created QUERY_SEEKING is immutable
      * 579325 : gstlibtoolimporter is not disted
      * 579383 : gst-python doesn't compile with glib < = 2.16.0
      * 581546 : Elements do_query function is broken
      * 581729 : Fails to build with previous core/base releases (0.10.22)
      * 581737 : Python examples need to take the GDK lock
      * 579416 : Nasty gst-python deadlock
      * 579455 : gst.TIME_ARGS doesn't validate input
      * 576546 : Problems with Python 2.6
2009-10-31 03:03:58 +00:00
tnn
eaa49d9adb No py24-gobject, so no python 2.4 here. 2009-10-26 22:14:41 +00:00
joerg
62d1ba2bac Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
reed
c79c444b97 Need newer gst-plugins0.10-base to build
(to provide GST_TYPE_BASE_AUDIO_SINK_SLAVE_METHOD,
gst_ring_buffer_activate, etc.)
2009-04-11 16:53:36 +00:00
drochner
6705679ca9 update for new PKGNAME 2009-04-03 12:28:26 +00:00
wiz
afed21215a Make PKGNAME match directory name.
Add CONFLICTS with old name.
2009-04-03 07:54:13 +00:00
joerg
2d1ba244e9 Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
2009-03-20 19:23:50 +00:00
drochner
fc8acd208b update to 0.10.14
changes:
Handle keep-refcount for GBoxed arguments
Mark gst.message* that take ownership of the gst.Structure/gst.TagList
Wrap new API in Core and Base
Various other bug fixes and improvements
2009-01-26 10:44:26 +00:00
obache
cf475d16c8 Require py-gobject>=2.15.0 to build gstoption.
Bump API_DEPENDS for py-gobject, update PLIST and bump PKGREVISION.
2008-11-10 11:58:40 +00:00
drochner
9060a542fd update to 0.10.13
changes:
Updated for GStreamer 0.10.21 API
New examples
Fix double import issues on OS/X
Bug fixes
2008-10-16 17:33:37 +00:00
drochner
50ca67f0f7 update to 0.10.12
changes:
Build fixes
make gst.Fraction do simplification like GstFraction does in C
Wrap gst_type_find_register
Various bug-fixes
2008-07-15 10:11:10 +00:00
joerg
3b0d97b0de Add DESTDIR support. 2008-06-20 01:09:05 +00:00
joerg
a77e7015fe Update PYTHON_VERSIONS_COMPATIBLE
- assume that Python 2.4 and 2.5 are compatible and allow checking for
fallout.
- remove PYTHON_VERSIONS_COMPATIBLE that are obsoleted by the 2.3+
default. Modify the others to deal with the removals.
2008-04-25 20:39:06 +00:00
drochner
fe592c821e update to 0.10.11
changes:
-Wrap gst.Pad.start_task
-New videomixer example
-Various other fixes
2008-04-11 19:58:30 +00:00
drochner
d0bb6d1497 update to 0.10.10
changes:
-Wrap new API for 0.10.16 GStreamer and Base releases
-New gst.pbutils module wraps the gst-plugins-base pbutils library
-Rework gst_pad_add_*probe function wrapping to avoid leaks
-Various build fixes
2008-02-28 19:43:08 +00:00
drochner
79c9d4c9ab update to 0.10.8
changes: bugfixes
2007-08-31 17:34:57 +00:00
drochner
cfa6332761 update to 0.10.7
changes: minor bugfixes
2007-02-08 21:33:33 +00:00
drochner
d8e8ac4930 update to 0.10.6
changes:
-Now only depends on pygobject
-Parallel installability with 0.8.x series
-Threadsafe design and API
-bugfixes

pkgsrc change: added bl3 file
2007-01-05 11:04:42 +00:00
drochner
5e45ddaaae This is not a pure Python extension and doesn't support multiple Python
versions in parallel. Thus "application.mk" must be pulled in to avoid
automatic Python version selection.
2006-12-11 12:53:17 +00:00
drochner
7001cd690c import gst-python-0.10.5, which are Python bindings for gstreamer0.10
(this pkg cannot be installed for multiple Python versions, because
it is not a pure extension)
2006-07-26 13:06:23 +00:00