pkgsrc-Changes archive

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

CVS commit: pkgsrc/multimedia/py-gstreamer1



Module Name:    pkgsrc
Committed By:   prlw1
Date:           Mon Nov 13 07:57:06 UTC 2017

Modified Files:
        pkgsrc/multimedia/py-gstreamer1: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/multimedia/py-gstreamer1/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/multimedia/py-gstreamer1/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/multimedia/py-gstreamer1/Makefile
diff -u pkgsrc/multimedia/py-gstreamer1/Makefile:1.6 pkgsrc/multimedia/py-gstreamer1/Makefile:1.7
--- pkgsrc/multimedia/py-gstreamer1/Makefile:1.6        Tue Sep 12 14:05:51 2017
+++ pkgsrc/multimedia/py-gstreamer1/Makefile    Mon Nov 13 07:57:06 2017
@@ -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/

Index: pkgsrc/multimedia/py-gstreamer1/distinfo
diff -u pkgsrc/multimedia/py-gstreamer1/distinfo:1.3 pkgsrc/multimedia/py-gstreamer1/distinfo:1.4
--- pkgsrc/multimedia/py-gstreamer1/distinfo:1.3        Tue Sep 12 14:05:51 2017
+++ pkgsrc/multimedia/py-gstreamer1/distinfo    Mon Nov 13 07:57:06 2017
@@ -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