svn commit: r439184 - branches/2017Q2/graphics/gthumb

Raphael Kubo da Costa rakuco at FreeBSD.org
Sat Apr 22 17:41:17 UTC 2017


Author: rakuco
Date: Sat Apr 22 17:41:16 2017
New Revision: 439184
URL: https://svnweb.freebsd.org/changeset/ports/439184

Log:
  MFH: r439183
  
  Add missing implicit dependencies reported by Poudriere.
  
  Approved by:	ports-secteam (blanket approval)

Modified:
  branches/2017Q2/graphics/gthumb/Makefile
Directory Properties:
  branches/2017Q2/   (props changed)

Modified: branches/2017Q2/graphics/gthumb/Makefile
==============================================================================
--- branches/2017Q2/graphics/gthumb/Makefile	Sat Apr 22 17:40:16 2017	(r439183)
+++ branches/2017Q2/graphics/gthumb/Makefile	Sat Apr 22 17:41:16 2017	(r439184)
@@ -4,7 +4,7 @@
 
 PORTNAME=	gthumb
 PORTVERSION=	3.4.4.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome3
@@ -16,11 +16,21 @@ LICENSE=	GPLv2+
 
 BUILD_DEPENDS=	gsettings-desktop-schemas>0:devel/gsettings-desktop-schemas \
 		itstool:textproc/itstool
+LIB_DEPENDS=	libclutter-1.0.so:graphics/clutter \
+		libcogl.so:graphics/cogl \
+		libgstreamer-1.0.so:multimedia/gstreamer1 \
+		liblcms2.so:graphics/lcms2 \
+		liboauth.so:net/liboauth \
+		libpng16.so:graphics/png \
+		libsoup-2.4.so:devel/libsoup \
+		libtiff.so:graphics/tiff
 RUN_DEPENDS=	gsettings-desktop-schemas>0:devel/gsettings-desktop-schemas
 
 USES=		bison compiler:c++11-lib desktop-file-utils gettext gmake \
-		libtool localbase pathfix pkgconfig tar:xz
-USE_GNOME=	gtk30 intltool librsvg2
+		jpeg libtool localbase pathfix pkgconfig tar:xz
+USE_GL=		egl
+USE_GNOME=	cairo gtk30 intltool librsvg2
+USE_XORG=	x11 xcomposite xdamage xext xfixes xrandr xi
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	ac_cv_lib_jpeg_jpeg_destroy_decompress=yes \
 		ac_cv_lib_tiff_TIFFWriteScanline=yes


More information about the svn-ports-all mailing list