diff options
author | prlw1 <prlw1@pkgsrc.org> | 2017-11-13 07:57:06 +0000 |
---|---|---|
committer | prlw1 <prlw1@pkgsrc.org> | 2017-11-13 07:57:06 +0000 |
commit | dc7a3f4c4bb1d3a91d8a12935995c8834e729b48 (patch) | |
tree | c97ef4737f12b28593f3d6ba0d445a665c94b3f0 /multimedia/py-gstreamer1 | |
parent | 6f68cc257dcb1aec4c75f2d3e46bb49b4ff84b99 (diff) | |
download | pkgsrc-dc7a3f4c4bb1d3a91d8a12935995c8834e729b48.tar.gz |
Update py-gstreamer1 to 1.12.3
GStreamer Python Bindings (highlights)
* Overrides has been added for IntRange, Int64Range, DoubleRange,
FractionRange, Array and List. This finally enables Python
programmers to fully read and write GstCaps objects.
* Some plugin filenames have been changed to match the plugin names:
for example the file name of the encoding plugin in
gst-plugins-base containing the encodebin element was
libgstencodebin.so and has been changed to libgstencoding.so. This
affects only a handful of plugins across modules.
* GStreamer core now optionally uses libunwind and libdw to generate
backtraces. This is useful for tracer plugins used during debugging
and development.
* There is a new libgstbadallocators-1.0 library in gst-plugins-bad
(which may go away again in future releases once the
GstPhysMemoryAllocator interface API has been validated by more
users).
* The qtkitvideosrc element for macOS was removed. The API is
deprecated since 10.9 and it wasn't shipped in the binaries since a
few releases.
Diffstat (limited to 'multimedia/py-gstreamer1')
-rw-r--r-- | multimedia/py-gstreamer1/Makefile | 4 | ||||
-rw-r--r-- | multimedia/py-gstreamer1/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/multimedia/py-gstreamer1/Makefile b/multimedia/py-gstreamer1/Makefile index 9563c4728bc..5c5501ada1b 100644 --- a/multimedia/py-gstreamer1/Makefile +++ b/multimedia/py-gstreamer1/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2017/09/12 14:05:51 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2017/11/13 07:57:06 prlw1 Exp $ -DISTNAME= gst-python-1.12.2 +DISTNAME= gst-python-1.12.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/gst-python/gstreamer1/} CATEGORIES= multimedia MASTER_SITES= https://gstreamer.freedesktop.org/src/gst-python/ diff --git a/multimedia/py-gstreamer1/distinfo b/multimedia/py-gstreamer1/distinfo index 88283322418..2c68128bc1b 100644 --- a/multimedia/py-gstreamer1/distinfo +++ b/multimedia/py-gstreamer1/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2017/09/12 14:05:51 wiz Exp $ +$NetBSD: distinfo,v 1.4 2017/11/13 07:57:06 prlw1 Exp $ -SHA1 (gst-python-1.12.2.tar.xz) = 715250ed394204cee83bee816f6d3623d990c4d0 -RMD160 (gst-python-1.12.2.tar.xz) = 7e1a406addcf1c1023e1c7826cc6cfa08ef7dfed -SHA512 (gst-python-1.12.2.tar.xz) = a588827aadd1f16b99683725b12dfdb6edc146143cf702bdff229dcacbc5accb3193489387ba8670b68fbfdbb727210f05d20c1457d3817116c44b04ebc92918 -Size (gst-python-1.12.2.tar.xz) = 387072 bytes +SHA1 (gst-python-1.12.3.tar.xz) = 23640129d6ab48686632215f445b9e90838dfd97 +RMD160 (gst-python-1.12.3.tar.xz) = 6d68fa42e2d1daa75697df8457b8586ddaa9ccc2 +SHA512 (gst-python-1.12.3.tar.xz) = f4d0d09a5b068e79496aa5e0d73f09af2d1e929cf6f80874dba8396950952b795a30f5a33c18b42a650f173c80ce342f959d497aa0d9d281bbe36507a71d1b4a +Size (gst-python-1.12.3.tar.xz) = 388220 bytes |