svn commit: r419025 - head/graphics/pqiv

Danilo Egea Gondolfo danilo at FreeBSD.org
Sun Jul 24 20:41:16 UTC 2016


Author: danilo
Date: Sun Jul 24 20:41:15 2016
New Revision: 419025
URL: https://svnweb.freebsd.org/changeset/ports/419025

Log:
  - Update to 2.6
  - Move gdkpixbuf2 to the global USE_GNOME. pqiv links against it independently of the PIXBUF option.
  - Use dependencies advised by the QA

Modified:
  head/graphics/pqiv/Makefile
  head/graphics/pqiv/distinfo

Modified: head/graphics/pqiv/Makefile
==============================================================================
--- head/graphics/pqiv/Makefile	Sun Jul 24 20:36:17 2016	(r419024)
+++ head/graphics/pqiv/Makefile	Sun Jul 24 20:41:15 2016	(r419025)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	pqiv
-PORTVERSION=	2.5.1
+PORTVERSION=	2.6
 CATEGORIES=	graphics
 
 MAINTAINER=	danilo at FreeBSD.org
@@ -12,6 +12,9 @@ LICENSE=	GPLv2
 
 BUILD_DEPENDS=	bash:shells/bash
 
+LIB_DEPENDS+=	libfontconfig.so:x11-fonts/fontconfig \
+		libfreetype.so:print/freetype2
+
 USE_GITHUB=	yes
 GH_ACCOUNT=	phillipberndt
 
@@ -26,14 +29,15 @@ WAND_DESC=		ImageMagick image processing
 
 OPTIONS_DEFAULT=	GTK2 PIXBUF
 
-USES=		gmake pkgconfig tar:bzip2
+USES=		gettext-runtime gmake pkgconfig tar:bzip2
+USE_XORG=	x11
+USE_GNOME=	cairo gdkpixbuf2
 HAS_CONFIGURE=	yes
 
 LIBAV_CONFIGURE_WITH=	libav
 LIBAV_LIB_DEPENDS=	libavcodec.so:multimedia/ffmpeg
 
 PIXBUF_CONFIGURE_WITH=	gdkpixbuf
-PIXBUF_USE=		GNOME=gdkpixbuf2
 
 POPPLER_CONFIGURE_WITH=	poppler
 POPPLER_LIB_DEPENDS=	libpoppler-glib.so:graphics/poppler-glib

Modified: head/graphics/pqiv/distinfo
==============================================================================
--- head/graphics/pqiv/distinfo	Sun Jul 24 20:36:17 2016	(r419024)
+++ head/graphics/pqiv/distinfo	Sun Jul 24 20:41:15 2016	(r419025)
@@ -1,2 +1,3 @@
-SHA256 (phillipberndt-pqiv-2.5.1_GH0.tar.gz) = de027c5ebab80a19066e3a891edf76c58ba1622e45227db380349eec214898bc
-SIZE (phillipberndt-pqiv-2.5.1_GH0.tar.gz) = 95663
+TIMESTAMP = 1468172322
+SHA256 (phillipberndt-pqiv-2.6_GH0.tar.gz) = f0c0d803724cdde2ccac1dc8d7e8928bdc633e758914a67320734a6961ee099c
+SIZE (phillipberndt-pqiv-2.6_GH0.tar.gz) = 96050


More information about the svn-ports-all mailing list