Received: by mail.netbsd.org (Postfix, from userid 605) id 66EB384D6F; Tue, 12 Sep 2017 14:05:52 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EEB3984D29 for ; Tue, 12 Sep 2017 14:05:51 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id MKAQbXo25J_w for ; Tue, 12 Sep 2017 14:05:51 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 6DE8F84D24 for ; Tue, 12 Sep 2017 14:05:51 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6BB9DFA98; Tue, 12 Sep 2017 14:05:51 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1505225151257840" MIME-Version: 1.0 Date: Tue, 12 Sep 2017 14:05:51 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/multimedia/py-gstreamer1 To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20170912140551.6BB9DFA98@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1505225151257840 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Tue Sep 12 14:05:51 UTC 2017 Modified Files: pkgsrc/multimedia/py-gstreamer1: Makefile PLIST distinfo Log Message: py-gstreamer1: update to 1.12.2. To match gstreamer1 update. No separate changelog found. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/multimedia/py-gstreamer1/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/multimedia/py-gstreamer1/PLIST cvs rdiff -u -r1.2 -r1.3 pkgsrc/multimedia/py-gstreamer1/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1505225151257840 Content-Disposition: inline Content-Length: 3234 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/multimedia/py-gstreamer1/Makefile diff -u pkgsrc/multimedia/py-gstreamer1/Makefile:1.5 pkgsrc/multimedia/py-gstreamer1/Makefile:1.6 --- pkgsrc/multimedia/py-gstreamer1/Makefile:1.5 Wed Aug 16 20:21:12 2017 +++ pkgsrc/multimedia/py-gstreamer1/Makefile Tue Sep 12 14:05:51 2017 @@ -1,19 +1,16 @@ -# $NetBSD: Makefile,v 1.5 2017/08/16 20:21:12 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2017/09/12 14:05:51 wiz Exp $ -DISTNAME= gst-python-1.2.1 +DISTNAME= gst-python-1.12.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/gst-python/gstreamer1/} CATEGORIES= multimedia MASTER_SITES= https://gstreamer.freedesktop.org/src/gst-python/ -EXTRACT_SUFX= .tar.bz2 +EXTRACT_SUFX= .tar.xz MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://gstreamer.freedesktop.org/ COMMENT= Python bindings for gstreamer1 LICENSE= gnu-lgpl-v2.1 -CONFLICTS= gst-python-[0-9]* - -USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes USE_TOOLS+= pkg-config gmake GNU_CONFIGURE= yes @@ -22,7 +19,7 @@ PY_PATCHPLIST= yes CONFIGURE_ENV.SunOS+= ac_cv_prog_cc_c99=no -BUILDLINK_API_DEPENDS.gstreamer1+= gstreamer1>=1.2.0 +BUILDLINK_API_DEPENDS.gstreamer1+= gstreamer1>=1.12.0 .include "../../multimedia/gstreamer1/buildlink3.mk" .include "../../multimedia/gst-plugins1-base/buildlink3.mk" .include "../../lang/python/application.mk" Index: pkgsrc/multimedia/py-gstreamer1/PLIST diff -u pkgsrc/multimedia/py-gstreamer1/PLIST:1.1 pkgsrc/multimedia/py-gstreamer1/PLIST:1.2 --- pkgsrc/multimedia/py-gstreamer1/PLIST:1.1 Fri Aug 8 21:39:24 2014 +++ pkgsrc/multimedia/py-gstreamer1/PLIST Tue Sep 12 14:05:51 2017 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2014/08/08 21:39:24 wiz Exp $ +@comment $NetBSD: PLIST,v 1.2 2017/09/12 14:05:51 wiz Exp $ ${PYSITELIB}/gi/overrides/Gst.py ${PYSITELIB}/gi/overrides/Gst.pyc ${PYSITELIB}/gi/overrides/Gst.pyo @@ -6,3 +6,4 @@ ${PYSITELIB}/gi/overrides/GstPbutils.py ${PYSITELIB}/gi/overrides/GstPbutils.pyc ${PYSITELIB}/gi/overrides/GstPbutils.pyo ${PYSITELIB}/gi/overrides/_gi_gst.la +lib/gstreamer-1.0/libgstpythonplugin.la Index: pkgsrc/multimedia/py-gstreamer1/distinfo diff -u pkgsrc/multimedia/py-gstreamer1/distinfo:1.2 pkgsrc/multimedia/py-gstreamer1/distinfo:1.3 --- pkgsrc/multimedia/py-gstreamer1/distinfo:1.2 Tue Nov 3 23:54:32 2015 +++ pkgsrc/multimedia/py-gstreamer1/distinfo Tue Sep 12 14:05:51 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2015/11/03 23:54:32 agc Exp $ +$NetBSD: distinfo,v 1.3 2017/09/12 14:05:51 wiz Exp $ -SHA1 (gst-python-1.2.1.tar.bz2) = 47fe5be08432b6be7b88e375e54f8ce8336bdf2e -RMD160 (gst-python-1.2.1.tar.bz2) = 1391c17c3175345c72d83fdaa5588b55b38bfca4 -SHA512 (gst-python-1.2.1.tar.bz2) = ed318d94831d34687224d82b84735984b946c6f33704e6bda56847b633af06212f394b709257007cec5d3a3597b200fbe6b19eade6b76e7855e8668c5ebc270e -Size (gst-python-1.2.1.tar.bz2) = 410887 bytes +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 --_----------=_1505225151257840--