Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Dec 2018 09:32:54 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r488520 - head/multimedia/gstreamer1-plugins
Message-ID:  <201812270932.wBR9Wsgp072652@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Thu Dec 27 09:32:54 2018
New Revision: 488520
URL: https://svnweb.freebsd.org/changeset/ports/488520

Log:
  audio/gstreamer1-plugins-lv2: Add missing build dependencies
  
  configure: *** checking feature: lv2 ***
  configure: *** for plug-ins: lv2 ***
  checking for LILV... no
  checking for LILV... no
  configure: *** These plugins will not be built: lv2
  
  Package 'lv2', required by 'lilv-0', not found
  
  http://beefy6.nyi.freebsd.org/data/120amd64-default/488500/logs/gstreamer1-plugins-lv2-1.14.4.log

Modified:
  head/multimedia/gstreamer1-plugins/Makefile.common

Modified: head/multimedia/gstreamer1-plugins/Makefile.common
==============================================================================
--- head/multimedia/gstreamer1-plugins/Makefile.common	Thu Dec 27 09:30:21 2018	(r488519)
+++ head/multimedia/gstreamer1-plugins/Makefile.common	Thu Dec 27 09:32:54 2018	(r488520)
@@ -331,6 +331,8 @@ gst_libmms_PLIST_FILES=	${GST_LIB_DIR}/libgstmms.so
 gst_librfb_USE_XORG=	x11
 
 # liblv2
+gst_lv2_USES=		pkgconfig
+gst_lv2_BUILD_DEPENDS=	lv2>=1.14.0:audio/lv2
 gst_lv2_LIB_DEPENDS=	libsord-0.so:devel/sord \
 			libserd-0.so:devel/serd \
 			libsratom-0.so:audio/sratom \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812270932.wBR9Wsgp072652>