Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Mar 2019 00:31:48 +0000 (UTC)
From:      "Jason E. Hale" <jhale@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r496520 - head/graphics/frei0r
Message-ID:  <201903220031.x2M0VmMp013873@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jhale
Date: Fri Mar 22 00:31:48 2019
New Revision: 496520
URL: https://svnweb.freebsd.org/changeset/ports/496520

Log:
  graphics/frei0r: Add USES=gnome; whitespace align
  
  PR:		236661
  Submitted by:	Samy Mahmoudi <samy.mahmoudi@gmail.com>

Modified:
  head/graphics/frei0r/Makefile

Modified: head/graphics/frei0r/Makefile
==============================================================================
--- head/graphics/frei0r/Makefile	Thu Mar 21 23:53:16 2019	(r496519)
+++ head/graphics/frei0r/Makefile	Fri Mar 22 00:31:48 2019	(r496520)
@@ -15,7 +15,7 @@ COMMENT?=	Minimalistic plugin API for video effects
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING.txt
 
-USES=	cmake pkgconfig
+USES=		cmake pkgconfig
 
 .if defined(BUILDING_FREI0R_OPENCV) && defined(BUILDING_FREI0R_GAVL)
 IGNORE=		cannot build OpenCV and gavl plugins simultaneously
@@ -25,7 +25,7 @@ IGNORE=		cannot build OpenCV and gavl plugins simultan
 EXTRA_PATCHES=	${PATCHDIR}/extra-patch-frei0r-plugins \
 		${PATCHDIR}/extra-patch-src_filter_facedetect_CMakeLists.txt
 
-USES+=	localbase
+USES+=		localbase
 .endif
 
 .if defined(BUILDING_FREI0R_OPENCV)
@@ -50,6 +50,7 @@ CMAKE_ARGS+=	-DWITHOUT_OPENCV:BOOL=ON \
 .else
 EXTRA_PATCHES=	${PATCHDIR}/extra-patch-CMakeLists.txt
 
+USES+=		gnome
 USE_GNOME=	cairo
 
 CMAKE_ARGS+=	-DWITHOUT_OPENCV:BOOL=ON \
@@ -58,7 +59,7 @@ CMAKE_ARGS+=	-DWITHOUT_OPENCV:BOOL=ON \
 .endif # !defined(BUILDING_FREI0R_OPENCV) && !defined(BUILDING_FREI0R_GAVL)
 
 .if defined(FREI0R_PLUGINS)
-PLIST=	${WRKSRC}/PLIST
+PLIST=		${WRKSRC}/PLIST
 . for FILE in ${FREI0R_PLUGINS}
 PLIST_FILES+=	lib/frei0r-1/${FILE}.so
 . endfor



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