diff options
author | Koop Mast <kwm@FreeBSD.org> | 2010-11-20 15:38:09 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2010-11-20 15:38:09 +0000 |
commit | 4e2bd2041c645c085042eae5f197edaa40a21d39 (patch) | |
tree | 971dda5a52764409b58eec64d51d12a8ef4e0022 /graphics | |
parent | 3680f27ebff58ece429c4e032f9ad84fb1372114 (diff) | |
download | ports-4e2bd2041c645c085042eae5f197edaa40a21d39.tar.gz ports-4e2bd2041c645c085042eae5f197edaa40a21d39.zip |
Chase poppler update.
Notes
Notes:
svn path=/head/; revision=264838
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/apvlv/Makefile | 3 | ||||
-rw-r--r-- | graphics/epdfview/Makefile | 4 | ||||
-rw-r--r-- | graphics/inkscape/Makefile | 4 | ||||
-rw-r--r-- | graphics/kdegraphics3/Makefile | 2 | ||||
-rw-r--r-- | graphics/kdegraphics4/Makefile | 1 | ||||
-rw-r--r-- | graphics/osg-devel/Makefile | 3 | ||||
-rw-r--r-- | graphics/osg/Makefile | 4 | ||||
-rw-r--r-- | graphics/pdf2svg/Makefile | 2 | ||||
-rw-r--r-- | graphics/popplerkit/Makefile | 1 | ||||
-rw-r--r-- | graphics/py-poppler/Makefile | 4 | ||||
-rw-r--r-- | graphics/tumbler/Makefile | 3 | ||||
-rw-r--r-- | graphics/zathura/Makefile | 3 |
12 files changed, 20 insertions, 14 deletions
diff --git a/graphics/apvlv/Makefile b/graphics/apvlv/Makefile index 3f5b3c5ad34e..618fa8080db2 100644 --- a/graphics/apvlv/Makefile +++ b/graphics/apvlv/Makefile @@ -7,13 +7,14 @@ PORTNAME= apvlv PORTVERSION= 0.0.9.8 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= GOOGLE_CODE MAINTAINER= jupengfei@gmail.com COMMENT= Apvlv is a PDF Viewer Under Linux and its behaviour like Vim -LIB_DEPENDS= poppler-glib.4:${PORTSDIR}/graphics/poppler-gtk +LIB_DEPENDS= poppler-glib.5:${PORTSDIR}/graphics/poppler-gtk GNU_CONFIGURE= yes USE_GMAKE= yes diff --git a/graphics/epdfview/Makefile b/graphics/epdfview/Makefile index 23adcc24fbdd..9b045241e052 100644 --- a/graphics/epdfview/Makefile +++ b/graphics/epdfview/Makefile @@ -7,7 +7,7 @@ PORTNAME= epdfview PORTVERSION= 0.1.7 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= graphics print gnome MASTER_SITES= http://trac.emma-soft.com/epdfview/chrome/site/releases/ \ http://mirror.slitaz.org/sources/packages/e/ @@ -16,7 +16,7 @@ MAINTAINER= sylvio@FreeBSD.org COMMENT= A lightweight PDF document viewer BUILD_DEPENDS= cppunit-config:${PORTSDIR}/devel/cppunit -LIB_DEPENDS= poppler-glib.4:${PORTSDIR}/graphics/poppler-gtk +LIB_DEPENDS= poppler-glib.5:${PORTSDIR}/graphics/poppler-gtk USE_BZIP2= yes GNU_CONFIGURE= yes diff --git a/graphics/inkscape/Makefile b/graphics/inkscape/Makefile index 626ea458818c..5550b764cff9 100644 --- a/graphics/inkscape/Makefile +++ b/graphics/inkscape/Makefile @@ -7,7 +7,7 @@ PORTNAME= inkscape PORTVERSION= 0.47 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= graphics gnome MASTER_SITES= SF @@ -51,7 +51,7 @@ CONFIGURE_ARGS+= --without-gnome-vfs .endif .if defined(WITH_POPPLER) -LIB_DEPENDS+= poppler-glib.4:${PORTSDIR}/graphics/poppler-gtk +LIB_DEPENDS+= poppler-glib.5:${PORTSDIR}/graphics/poppler-gtk CONFIGURE_ARGS+= --enable-poppler-cairo .else CONFIGURE_ARGS+= --enable-poppler-cairo=no diff --git a/graphics/kdegraphics3/Makefile b/graphics/kdegraphics3/Makefile index e39fbd35b011..844f0efe3413 100644 --- a/graphics/kdegraphics3/Makefile +++ b/graphics/kdegraphics3/Makefile @@ -8,7 +8,7 @@ PORTNAME= kdegraphics PORTVERSION= ${KDE_VERSION} -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= graphics kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src diff --git a/graphics/kdegraphics4/Makefile b/graphics/kdegraphics4/Makefile index fa3060a31bd4..bf9ab0307129 100644 --- a/graphics/kdegraphics4/Makefile +++ b/graphics/kdegraphics4/Makefile @@ -6,6 +6,7 @@ PORTNAME= kdegraphics PORTVERSION= ${KDE4_VERSION} +PORTREVISION= 1 CATEGORIES= graphics kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src diff --git a/graphics/osg-devel/Makefile b/graphics/osg-devel/Makefile index aedbd8de606d..78f079ef1dda 100644 --- a/graphics/osg-devel/Makefile +++ b/graphics/osg-devel/Makefile @@ -7,6 +7,7 @@ PORTNAME= osg PORTVERSION= 2.9.8 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://www.openscenegraph.org/downloads/developer_releases/ \ http://mirror.amdmi3.ru/distfiles/ @@ -196,7 +197,7 @@ PLIST_SUB+= SVG="@comment " .if defined(WITH_PDF) FORCE_PC_REQUIRE+=POPPLER -LIB_DEPENDS+= poppler-glib.4:${PORTSDIR}/graphics/poppler-gtk +LIB_DEPENDS+= poppler-glib.5:${PORTSDIR}/graphics/poppler-gtk PLIST_SUB+= PDF="" .else FORCE_PC_IGNORE+=POPPLER diff --git a/graphics/osg/Makefile b/graphics/osg/Makefile index 7d9967633a0b..8ebc7ec3ecaa 100644 --- a/graphics/osg/Makefile +++ b/graphics/osg/Makefile @@ -7,7 +7,7 @@ PORTNAME= osg PORTVERSION= 2.8.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics MASTER_SITES= http://www.openscenegraph.org/downloads/stable_releases/OpenSceneGraph-${PORTVERSION}/source/ \ http://mirror.amdmi3.ru/distfiles/ @@ -178,7 +178,7 @@ PLIST_SUB+= SVG="@comment " .if defined(WITH_PDF) FORCE_PC_REQUIRE+=POPPLER -LIB_DEPENDS+= poppler-glib.4:${PORTSDIR}/graphics/poppler-gtk +LIB_DEPENDS+= poppler-glib.5:${PORTSDIR}/graphics/poppler-gtk PLIST_SUB+= PDF="" .else FORCE_PC_IGNORE+=POPPLER diff --git a/graphics/pdf2svg/Makefile b/graphics/pdf2svg/Makefile index 106220570e89..8a61049db62a 100644 --- a/graphics/pdf2svg/Makefile +++ b/graphics/pdf2svg/Makefile @@ -6,7 +6,7 @@ PORTNAME= pdf2svg PORTVERSION= 0.2.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES= http://www.cityinthesky.co.uk/files/ diff --git a/graphics/popplerkit/Makefile b/graphics/popplerkit/Makefile index 74a1ff9a6de8..4fa92e9571c2 100644 --- a/graphics/popplerkit/Makefile +++ b/graphics/popplerkit/Makefile @@ -7,6 +7,7 @@ PORTNAME= popplerkit PORTVERSION= 1.0.1 +PORTREVISION= 1 CATEGORIES= graphics gnustep MASTER_SITES= http://download.gna.org/etoile/ DISTNAME= etoile-0.4.1 diff --git a/graphics/py-poppler/Makefile b/graphics/py-poppler/Makefile index 10996f847f09..098bfe6d6c8b 100644 --- a/graphics/py-poppler/Makefile +++ b/graphics/py-poppler/Makefile @@ -7,7 +7,7 @@ PORTNAME= poppler PORTVERSION= 0.10.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics python MASTER_SITES= https://launchpad.net/poppler-python/trunk/development/+download/ \ http://launchpadlibrarian.net/30270080/ \ @@ -18,7 +18,7 @@ DISTNAME= py${PORTNAME}-${PORTVERSION} MAINTAINER= romain@FreeBSD.org COMMENT= Python bindings for the Poppler PDF rendering library -LIB_DEPENDS= poppler-glib.4:${PORTSDIR}/graphics/poppler-gtk +LIB_DEPENDS= poppler-glib.5:${PORTSDIR}/graphics/poppler-gtk USE_PYTHON= yes GNU_CONFIGURE= yes diff --git a/graphics/tumbler/Makefile b/graphics/tumbler/Makefile index c70c85bdece3..f736245a3942 100644 --- a/graphics/tumbler/Makefile +++ b/graphics/tumbler/Makefile @@ -7,6 +7,7 @@ PORTNAME= tumbler PORTVERSION= 0.1.2 +PORTREVISION= 1 CATEGORIES= graphics xfce MASTER_SITES= XFCE MASTER_SITE_SUBDIR= src/apps/${PORTNAME}/0.1 @@ -86,7 +87,7 @@ PLIST_SUB+= FREETYPE="@comment " .if defined(WITH_POPPLER) BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/poppler-glib.pc:${PORTSDIR}/graphics/poppler-gtk \ poppler-gtk>=0.12.0:${PORTSDIR}/graphics/poppler-gtk -LIB_DEPENDS+= poppler-glib.4:${PORTSDIR}/graphics/poppler-gtk +LIB_DEPENDS+= poppler-glib.5:${PORTSDIR}/graphics/poppler-gtk PLIST_SUB+= POPPLER="" WITH_PLUGINS= true .elif defined(WITHOUT_POPPLER) diff --git a/graphics/zathura/Makefile b/graphics/zathura/Makefile index 3518c0338d92..4d275fc31a1b 100644 --- a/graphics/zathura/Makefile +++ b/graphics/zathura/Makefile @@ -7,13 +7,14 @@ PORTNAME= zathura PORTVERSION= 0.0.8.1 +PORTREVISION= 1 CATEGORIES= graphics print MASTER_SITES= http://pwmt.org/attachments/download/10/ MAINTAINER= acieroid@awesom.eu COMMENT= Customizable lightweight pdf viewer -LIB_DEPENDS= poppler-glib.4:${PORTSDIR}/graphics/poppler-gtk \ +LIB_DEPENDS= poppler-glib.5:${PORTSDIR}/graphics/poppler-gtk \ cairo.2:${PORTSDIR}/graphics/cairo USE_GNOME= glib20 gtk20 |