pkgsrc-Changes archive

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

CVS commit: pkgsrc/multimedia/gst-plugins1-transcoder



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.

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"



Home | Main Index | Thread Index | Old Index