diff options
author | danilo <danilo@FreeBSD.org> | 2016-07-25 04:41:15 +0800 |
---|---|---|
committer | danilo <danilo@FreeBSD.org> | 2016-07-25 04:41:15 +0800 |
commit | 8f3a938321f0901db1a6785c3c751a82c9d09b7f (patch) | |
tree | 6a11941f722a974c3d7e976f2378d8a9662f92d6 /graphics | |
parent | f7ae7eb2fc6b27ed5252f1a7f76178367c85a826 (diff) | |
download | freebsd-ports-graphics-8f3a938321f0901db1a6785c3c751a82c9d09b7f.tar.gz freebsd-ports-graphics-8f3a938321f0901db1a6785c3c751a82c9d09b7f.tar.zst freebsd-ports-graphics-8f3a938321f0901db1a6785c3c751a82c9d09b7f.zip |
- 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
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/pqiv/Makefile | 10 | ||||
-rw-r--r-- | graphics/pqiv/distinfo | 5 |
2 files changed, 10 insertions, 5 deletions
diff --git a/graphics/pqiv/Makefile b/graphics/pqiv/Makefile index 3249596e7e2..0677f42714a 100644 --- a/graphics/pqiv/Makefile +++ b/graphics/pqiv/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pqiv -PORTVERSION= 2.5.1 +PORTVERSION= 2.6 CATEGORIES= graphics MAINTAINER= danilo@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 support 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 diff --git a/graphics/pqiv/distinfo b/graphics/pqiv/distinfo index a5d6f895245..d479aecb938 100644 --- a/graphics/pqiv/distinfo +++ b/graphics/pqiv/distinfo @@ -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 |