svn commit: r488520 - head/multimedia/gstreamer1-plugins

Tobias Kortkamp tobik at FreeBSD.org
Thu Dec 27 09:32:55 UTC 2018


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 \


More information about the svn-ports-all mailing list