Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Apr 2019 08:22:48 +0000 (UTC)
From:      Matthias Andree <mandree@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r498873 - head/deskutils/spice-gtk
Message-ID:  <201904140822.x3E8Mmds019293@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



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