summaryrefslogtreecommitdiff
path: root/multimedia/py-gstreamer0.10
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2009-10-31 03:03:58 +0000
committerwiz <wiz@pkgsrc.org>2009-10-31 03:03:58 +0000
commit93759973ad0b5bec4e965a78554086b566bd91ed (patch)
tree0acfcf81319f2ee5f338039f58414b0c1c923181 /multimedia/py-gstreamer0.10
parent8f9aabef6c57805517f4c5941359ffabdd51bf3e (diff)
downloadpkgsrc-93759973ad0b5bec4e965a78554086b566bd91ed.tar.gz
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
Diffstat (limited to 'multimedia/py-gstreamer0.10')
-rw-r--r--multimedia/py-gstreamer0.10/Makefile4
-rw-r--r--multimedia/py-gstreamer0.10/PLIST3
-rw-r--r--multimedia/py-gstreamer0.10/distinfo10
-rw-r--r--multimedia/py-gstreamer0.10/patches/patch-ad10
4 files changed, 14 insertions, 13 deletions
diff --git a/multimedia/py-gstreamer0.10/Makefile b/multimedia/py-gstreamer0.10/Makefile
index 95a8b6b2f72..8b5229a1d0e 100644
--- a/multimedia/py-gstreamer0.10/Makefile
+++ b/multimedia/py-gstreamer0.10/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2009/10/26 22:14:41 tnn Exp $
+# $NetBSD: Makefile,v 1.17 2009/10/31 03:03:58 wiz Exp $
#
-DISTNAME= gst-python-0.10.14
+DISTNAME= gst-python-0.10.17
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/gst-python/gstreamer0.10/}
CATEGORIES= multimedia
MASTER_SITES= http://gstreamer.freedesktop.org/src/gst-python/
diff --git a/multimedia/py-gstreamer0.10/PLIST b/multimedia/py-gstreamer0.10/PLIST
index 032f74e44d8..482c24e9e93 100644
--- a/multimedia/py-gstreamer0.10/PLIST
+++ b/multimedia/py-gstreamer0.10/PLIST
@@ -1,4 +1,5 @@
-@comment $NetBSD: PLIST,v 1.7 2009/06/14 18:08:09 joerg Exp $
+@comment $NetBSD: PLIST,v 1.8 2009/10/31 03:03:58 wiz Exp $
+lib/gstreamer-0.10/libgstpython.la
lib/pkgconfig/gst-python-0.10.pc
${PYSITELIB}/gst-0.10/gst/__init__.py
${PYSITELIB}/gst-0.10/gst/__init__.pyc
diff --git a/multimedia/py-gstreamer0.10/distinfo b/multimedia/py-gstreamer0.10/distinfo
index e922aba237a..f9f7597db70 100644
--- a/multimedia/py-gstreamer0.10/distinfo
+++ b/multimedia/py-gstreamer0.10/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.9 2009/01/26 10:44:26 drochner Exp $
+$NetBSD: distinfo,v 1.10 2009/10/31 03:03:58 wiz Exp $
-SHA1 (gst-python-0.10.14.tar.bz2) = 403c6305938b83d4fde021e2f90ac5a1396c7683
-RMD160 (gst-python-0.10.14.tar.bz2) = b75cf6307b4df22cb0bab0f7b4cd9ea39a63ff12
-Size (gst-python-0.10.14.tar.bz2) = 560973 bytes
+SHA1 (gst-python-0.10.17.tar.bz2) = b84ff5db07b6721e7cdb535f77ca39d3b59d1392
+RMD160 (gst-python-0.10.17.tar.bz2) = 872c1428e4b65bc2c72a0ead0f44d99b8e67d85e
+Size (gst-python-0.10.17.tar.bz2) = 582600 bytes
SHA1 (patch-ac) = a687b2d791b3405f67e7a7f663c13dd5e7e7da08
-SHA1 (patch-ad) = 4d8c8554d673400d8f4b8503576ef3b92cdedda6
+SHA1 (patch-ad) = aa4c0e2621b7ffe39f1a21952e28ac22a95eb4f9
diff --git a/multimedia/py-gstreamer0.10/patches/patch-ad b/multimedia/py-gstreamer0.10/patches/patch-ad
index d0948fa4f2d..12298d668cb 100644
--- a/multimedia/py-gstreamer0.10/patches/patch-ad
+++ b/multimedia/py-gstreamer0.10/patches/patch-ad
@@ -1,13 +1,13 @@
-$NetBSD: patch-ad,v 1.3 2008/04/11 19:58:30 drochner Exp $
+$NetBSD: patch-ad,v 1.4 2009/10/31 03:03:58 wiz Exp $
---- configure.orig 2008-03-21 01:17:42.000000000 +0100
+--- configure.orig 2009-10-05 13:01:37.000000000 +0000
+++ configure
-@@ -22100,7 +22100,7 @@ rm -f core conftest.err conftest.$ac_obj
- echo "${ECHO_T}$flag_ok" >&6; }
+@@ -14603,7 +14603,7 @@ rm -f core conftest.err conftest.$ac_obj
+ $as_echo "$flag_ok" >&6; }
- if test "x$ERROR_CFLAGS" == "x"
+ if test "x$ERROR_CFLAGS" = "x"
then
- { echo "$as_me:$LINENO: checking to see if compiler understands -errwarn=%all" >&5
+ { $as_echo "$as_me:$LINENO: checking to see if compiler understands -errwarn=%all" >&5