Received: by mail.netbsd.org (Postfix, from userid 605) id 437F284F21; Sat, 28 May 2022 09:19:05 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7CF5884F20 for ; Sat, 28 May 2022 09:19:04 +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 Lom3vVqF720T for ; Sat, 28 May 2022 09:19:04 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id F00A684C71 for ; Sat, 28 May 2022 09:19:03 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5A8DBFAEB; Sat, 28 May 2022 09:20:02 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1653729602221250" MIME-Version: 1.0 Date: Sat, 28 May 2022 09:20:02 +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: <20220528092002.5A8DBFAEB@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1653729602221250 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sat May 28 09:20:02 UTC 2022 Modified Files: pkgsrc/multimedia/py-gstreamer1: Makefile distinfo Log Message: py-gstreamer1: update to 1.20.2. === release 1.20.2 === gst-python: fix build on systems without C++ compiler To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 pkgsrc/multimedia/py-gstreamer1/Makefile cvs rdiff -u -r1.18 -r1.19 pkgsrc/multimedia/py-gstreamer1/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1653729602221250 Content-Disposition: inline Content-Length: 1712 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.22 pkgsrc/multimedia/py-gstreamer1/Makefile:1.23 --- pkgsrc/multimedia/py-gstreamer1/Makefile:1.22 Mon Apr 25 07:20:25 2022 +++ pkgsrc/multimedia/py-gstreamer1/Makefile Sat May 28 09:20:02 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.22 2022/04/25 07:20:25 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2022/05/28 09:20:02 wiz Exp $ -DISTNAME= gst-python-1.20.1 +DISTNAME= gst-python-1.20.2 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.18 pkgsrc/multimedia/py-gstreamer1/distinfo:1.19 --- pkgsrc/multimedia/py-gstreamer1/distinfo:1.18 Mon Apr 25 07:20:25 2022 +++ pkgsrc/multimedia/py-gstreamer1/distinfo Sat May 28 09:20:02 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.18 2022/04/25 07:20:25 wiz Exp $ +$NetBSD: distinfo,v 1.19 2022/05/28 09:20:02 wiz Exp $ -BLAKE2s (gst-python-1.20.1.tar.xz) = b2a60a223e92e4f49430105aea545e6e3e685ebd9e99e0ab38247f13cf0cf8f6 -SHA512 (gst-python-1.20.1.tar.xz) = 16819b7b8c564af8d0cc5f3d5a64921c45523865d705d5f4580bf644aeaacf24fd1922f27c3729e8334e710d318646ee5250ac26045f863fedaf1c8481724750 -Size (gst-python-1.20.1.tar.xz) = 151020 bytes +BLAKE2s (gst-python-1.20.2.tar.xz) = 1c063e3ab93f893c5deec641798098bf869d64b51a593bf4abb8f211ab23ba74 +SHA512 (gst-python-1.20.2.tar.xz) = 99af8bad76f930e6c11dcacac013ffe30670ad77259ebe96ee6059a9c359fd1a9c9b22188856f2f19f31469c152b3ad269ba821d06ef92f0c92b3b0fe0eac0d2 +Size (gst-python-1.20.2.tar.xz) = 153428 bytes --_----------=_1653729602221250--