Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Sep 2020 12:00:32 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r550690 - head/multimedia/cheese
Message-ID:  <202009301200.08UC0W6t057137@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Wed Sep 30 12:00:31 2020
New Revision: 550690
URL: https://svnweb.freebsd.org/changeset/ports/550690

Log:
  Remove dependency on hal and evolution data server
  
  Reported by:	VVD (irc #freebsd-gnome)

Modified:
  head/multimedia/cheese/Makefile

Modified: head/multimedia/cheese/Makefile
==============================================================================
--- head/multimedia/cheese/Makefile	Wed Sep 30 11:58:39 2020	(r550689)
+++ head/multimedia/cheese/Makefile	Wed Sep 30 12:00:31 2020	(r550690)
@@ -3,6 +3,7 @@
 
 PORTNAME=	cheese
 PORTVERSION=	3.38.0
+PORTREVISION=	1
 CATEGORIES=	multimedia gnome
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome
@@ -22,7 +23,6 @@ LIB_DEPENDS=	libcanberra-gtk3.so:audio/libcanberra-gtk
 		libclutter-1.0.so:graphics/clutter \
 		libcogl.so:graphics/cogl \
 		libjson-glib-1.0.so:devel/json-glib \
-		libhal.so:sysutils/hal \
 		libclutter-gtk-1.0.so:graphics/clutter-gtk3 \
 		libclutter-gst-3.0.so:multimedia/clutter-gst3
 RUN_DEPENDS=	gnome-video-effects>=0:graphics/gnome-video-effects
@@ -30,7 +30,7 @@ RUN_DEPENDS=	gnome-video-effects>=0:graphics/gnome-vid
 PORTSCOUT=	limitw:1,even
 
 USES=		gettext gl gnome localbase:ldflags pkgconfig meson tar:xz xorg
-USE_GNOME=	cairo evolutiondataserver3 librsvg2 \
+USE_GNOME=	cairo librsvg2 \
 		gnomedesktop3 libxml2:build introspection:build
 USE_GL=		egl
 USE_XORG=	xi xext xdamage xfixes xcomposite xrandr xxf86vm x11



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