Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 422531A9239 for ; Mon, 22 Nov 2021 09:49:46 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 79F0F84ED8; Mon, 22 Nov 2021 09:49:45 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B684684E85 for ; Mon, 22 Nov 2021 09:49:44 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id F24DueSr-WDq for ; Mon, 22 Nov 2021 09:49:44 +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 14BAC84E7F for ; Mon, 22 Nov 2021 09:49:44 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1217DFAEC; Mon, 22 Nov 2021 09:49:44 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1637574584284840" MIME-Version: 1.0 Date: Mon, 22 Nov 2021 09:49:44 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/multimedia/gstreamer1 To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20211122094944.1217DFAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1637574584284840 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Nov 22 09:49:44 UTC 2021 Modified Files: pkgsrc/multimedia/gstreamer1: PLIST Log Message: gstreamer1: fix PLIST for PREFIX!=/usr/pkg To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 pkgsrc/multimedia/gstreamer1/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1637574584284840 Content-Disposition: inline Content-Length: 920 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/multimedia/gstreamer1/PLIST diff -u pkgsrc/multimedia/gstreamer1/PLIST:1.18 pkgsrc/multimedia/gstreamer1/PLIST:1.19 --- pkgsrc/multimedia/gstreamer1/PLIST:1.18 Mon Nov 15 22:01:21 2021 +++ pkgsrc/multimedia/gstreamer1/PLIST Mon Nov 22 09:49:43 2021 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.18 2021/11/15 22:01:21 wiz Exp $ +@comment $NetBSD: PLIST,v 1.19 2021/11/22 09:49:43 wiz Exp $ bin/gst-inspect-1.0 bin/gst-launch-1.0 bin/gst-stats-1.0 @@ -162,7 +162,7 @@ man/man1/gst-launch-1.0.1 man/man1/gst-stats-1.0.1 man/man1/gst-typefind-1.0.1 share/aclocal/gst-element-check-1.0.m4 -share/gdb/auto-load/usr/pkg/lib/libgstreamer-1.0.so.0.1805.0-gdb.py +share/gdb/auto-load${LOCALBASE}/lib/libgstreamer-1.0.so.0.1805.0-gdb.py ${PLIST.introspection}share/gir-1.0/Gst-1.0.gir ${PLIST.introspection}share/gir-1.0/GstBase-1.0.gir ${PLIST.introspection}share/gir-1.0/GstCheck-1.0.gir --_----------=_1637574584284840--