pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/multimedia/py-gstreamer1 Update py-gstreamer1 to 1.12.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e1ae39834b13
branches:  trunk
changeset: 371450:e1ae39834b13
user:      prlw1 <prlw1%pkgsrc.org@localhost>
date:      Mon Nov 13 07:57:06 2017 +0000

description:
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:

 multimedia/py-gstreamer1/Makefile |   4 ++--
 multimedia/py-gstreamer1/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 92c699bdc7c1 -r e1ae39834b13 multimedia/py-gstreamer1/Makefile
--- a/multimedia/py-gstreamer1/Makefile Mon Nov 13 07:51:31 2017 +0000
+++ b/multimedia/py-gstreamer1/Makefile Mon Nov 13 07:57:06 2017 +0000
@@ -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 -r 92c699bdc7c1 -r e1ae39834b13 multimedia/py-gstreamer1/distinfo
--- a/multimedia/py-gstreamer1/distinfo Mon Nov 13 07:51:31 2017 +0000
+++ b/multimedia/py-gstreamer1/distinfo Mon Nov 13 07:57:06 2017 +0000
@@ -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



Home | Main Index | Thread Index | Old Index