svn commit: r498873 - head/deskutils/spice-gtk

Matthias Andree mandree at FreeBSD.org
Sun Apr 14 08:22:48 UTC 2019


Author: mandree
Date: Sun Apr 14 08:22:47 2019
New Revision: 498873
URL: https://svnweb.freebsd.org/changeset/ports/498873

Log:
  deskutils/spice-gtk: add missing LIB_DEPENDS, USES+=gnome
  
  spice-gtk picks up libva when present with no option to disable it easily,
  so make it a requisite for a consistent dependency situation in bare-metal
  and jail builds.
  
  The FreeBSD ports rig complains that USE_GNOME requires USES=gnome,
  so add that.
  
  PR:		237264
  Approved by:	xxjack12xx at gmail.com (maintainer)

Modified:
  head/deskutils/spice-gtk/Makefile

Modified: head/deskutils/spice-gtk/Makefile
==============================================================================
--- head/deskutils/spice-gtk/Makefile	Sun Apr 14 00:49:29 2019	(r498872)
+++ head/deskutils/spice-gtk/Makefile	Sun Apr 14 08:22:47 2019	(r498873)
@@ -17,12 +17,13 @@ NOT_FOR_ARCHS_REASON=	server only supports little-endi
 
 LIB_DEPENDS=	libepoxy.so:graphics/libepoxy \
 		libjson-glib-1.0.so:devel/json-glib \
-		libopus.so:audio/opus
+		libopus.so:audio/opus \
+		libva-x11.so:multimedia/libva
 BUILD_DEPENDS=	spice-protocol>=0.12.15:devel/spice-protocol \
 		${PYTHON_PKGNAMEPREFIX}pyparsing>=2.0.1:devel/py-pyparsing@${PY_FLAVOR}
 RUN_DEPENDS=	spice-protocol>=0.12.15:devel/spice-protocol
 
-USES=		autoreconf cpe gettext-tools gmake jpeg libtool pkgconfig tar:bzip2 \
+USES=		autoreconf cpe gettext-tools gmake gnome jpeg libtool pkgconfig tar:bzip2 \
 		python ssl localbase:ldflags
 USE_XORG=	x11 pixman
 USE_GNOME=	cairo gdkpixbuf2 gnomeprefix gtk30 intltool introspection:build


More information about the svn-ports-all mailing list