Received: by mail.netbsd.org (Postfix, from userid 605) id E37AE84E51; Thu, 3 Oct 2019 22:40:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6BFF184E4C for ; Thu, 3 Oct 2019 22:40:13 +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 MU1KJdpGESyr for ; Thu, 3 Oct 2019 22:40:13 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B21E584C2B for ; Thu, 3 Oct 2019 22:40:12 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id ABDF6FBF4; Thu, 3 Oct 2019 22:40:12 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1570142412294100" MIME-Version: 1.0 Date: Thu, 3 Oct 2019 22:40:12 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/multimedia/gst-plugins1-transcoder To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20191003224012.ABDF6FBF4@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. --_----------=_1570142412294100 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Thu Oct 3 22:40:12 UTC 2019 Modified Files: pkgsrc/multimedia/gst-plugins1-transcoder: Makefile Log Message: gst-plugins1-transcoder: Apply usual 'can't resolve libraries to shared libraries' workaround To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/multimedia/gst-plugins1-transcoder/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1570142412294100 Content-Disposition: inline Content-Length: 1015 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/multimedia/gst-plugins1-transcoder/Makefile diff -u pkgsrc/multimedia/gst-plugins1-transcoder/Makefile:1.1 pkgsrc/multimedia/gst-plugins1-transcoder/Makefile:1.2 --- pkgsrc/multimedia/gst-plugins1-transcoder/Makefile:1.1 Thu Oct 3 14:30:41 2019 +++ pkgsrc/multimedia/gst-plugins1-transcoder/Makefile Thu Oct 3 22:40:12 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2019/10/03 14:30:41 nia Exp $ +# $NetBSD: Makefile,v 1.2 2019/10/03 22:40:12 nia Exp $ DISTNAME= gst-transcoder-1.16.0 PKGNAME= ${DISTNAME:S/^gst/gst-plugins1/1} @@ -19,6 +19,12 @@ SUBST_MESSAGE.py= Setting the Python exe SUBST_FILES.py+= meson.build SUBST_VARS.py+= PYVERSSUFFIX +# workaround for build failure +# https://gitlab.gnome.org/GNOME/json-glib/issues/35 +MAKE_ENV+= LD_LIBRARY_PATH=${WRKSRC}/output + +MESON_ARGS+= -Ddisable_doc=true + .include "../../devel/py-meson/build.mk" .include "../../multimedia/gstreamer1/buildlink3.mk" .include "../../multimedia/gst-plugins1-base/buildlink3.mk" --_----------=_1570142412294100--