diff options
author | mezz <mezz@FreeBSD.org> | 2008-07-01 04:16:22 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2008-07-01 04:16:22 +0800 |
commit | cf909ef83eed164015ef9278a24f876c924ccd78 (patch) | |
tree | 0cba28c5b3d447a875826c9b1cf3079c99ca697a /graphics/py-poppler | |
parent | 6f6bbb18550e5756c1d423c5bdb57f10a3d0f0a3 (diff) | |
download | freebsd-ports-gnome-cf909ef83eed164015ef9278a24f876c924ccd78.tar.gz freebsd-ports-gnome-cf909ef83eed164015ef9278a24f876c924ccd78.tar.zst freebsd-ports-gnome-cf909ef83eed164015ef9278a24f876c924ccd78.zip |
First all, ahze did most of work. Thanks ahze! Last week or so, I am just
merely pick up and help him. Thanks to many testers in both private and
mailing list emails for report a few of build and dependencies problems.
Also, thanks to marcus and Chess Griffin for test in their tinderboxes.
x11/pixman: Update to 0.10.0
-------------------------------------------------------
Firefox 3 needs it. Orignal, the shared library was bumped and ahze has
added a new feature in our USE_GNOME=ltverhack by can control the number
of shared library. To control the number of shared library, add the
ltverhack:N. Right now pixman has USE_GNOME=ltverhack:9 to make it stays
same at libpixman-1.so.9. If anyone want to use ltverhack:N in one of your
port, you need to make sure the ABI doesn't change to use it..
-------------------------------------------------------
graphics/cairo: Update to 1.6.4
-------------------------------------------------------
Firefox 3 needs it. We have updated most cairo binding ports too.
-------------------------------------------------------
graphics/poppler: Update to 0.8.3
-------------------------------------------------------
The shared libraries version have been changed. All ports that depend on
poppler have PORTREVISION bump. The graphics/py-poppler has been updated
to 0.8.1 to work with newer poppler better. As for the poppler-qt, there
is no shared library version change.
-------------------------------------------------------
www/firefox3 and gecko ports related: Update to 3.0 final
-------------------------------------------------------
The bsd.gecko.mk has been moved from www/mozilla/ to Mk/. You no longer
need to include bsd.gecko.mk/Makefile.common by manual. We are keeping it
in backward compatibility, so the rest ports won't be break. We haven't
add some other ports to have Firefox 3 support yet, so feel free to send
us patch or commit it by yourself (to committers). However, view in
bsd.gecko.mk for document.
-------------------------------------------------------
Approved by: portmgr (marcus)
Diffstat (limited to 'graphics/py-poppler')
-rw-r--r-- | graphics/py-poppler/Makefile | 12 | ||||
-rw-r--r-- | graphics/py-poppler/distinfo | 6 | ||||
-rw-r--r-- | graphics/py-poppler/pkg-plist | 4 |
3 files changed, 9 insertions, 13 deletions
diff --git a/graphics/py-poppler/Makefile b/graphics/py-poppler/Makefile index 45a203f1f19e..a2538f6c2485 100644 --- a/graphics/py-poppler/Makefile +++ b/graphics/py-poppler/Makefile @@ -6,8 +6,7 @@ # PORTNAME= poppler -PORTVERSION= 0.6.2 -PORTREVISION= 1 +PORTVERSION= 0.8.1 CATEGORIES= graphics MASTER_SITES= http://www.gnome.org/~gianmt/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,14 +15,11 @@ DISTNAME= py${PORTNAME}-${PORTVERSION} MAINTAINER= romain@blogreen.org COMMENT= Python bindings for the Poppler PDF rendering library -BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/poppler-glib.pc:${PORTSDIR}/graphics/poppler-gtk \ - ${LOCALBASE}/libdata/pkgconfig/pycairo.pc:${PORTSDIR}/graphics/py-cairo \ - ${LOCALBASE}/libdata/pkgconfig/pygtk-2.0.pc:${PORTSDIR}/x11-toolkits/py-gtk2 +LIB_DEPENDS= poppler-glib.3:${PORTSDIR}/graphics/poppler-gtk USE_PYTHON= yes GNU_CONFIGURE= yes USE_GMAKE= yes -USE_GNOME= pkgconfig atk +USE_GNOME= pkgconfig atk pygtk2 -.include <bsd.port.pre.mk> -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/graphics/py-poppler/distinfo b/graphics/py-poppler/distinfo index ef3e0360cda6..f84017df32ca 100644 --- a/graphics/py-poppler/distinfo +++ b/graphics/py-poppler/distinfo @@ -1,3 +1,3 @@ -MD5 (pypoppler-0.6.2.tar.gz) = b3bc6043e8e46f0cad7703c560f2faa7 -SHA256 (pypoppler-0.6.2.tar.gz) = d76802a7bc934d56db70f3899519fec83318eef3cdc0f7095188cde946efceab -SIZE (pypoppler-0.6.2.tar.gz) = 331206 +MD5 (pypoppler-0.8.1.tar.gz) = 43891cdfe5fc174a2df661810f00177f +SHA256 (pypoppler-0.8.1.tar.gz) = ffa8b3743159f9e4894f5bb8f5553abc81eb67835671e1f2d62b791f5c22153f +SIZE (pypoppler-0.8.1.tar.gz) = 336578 diff --git a/graphics/py-poppler/pkg-plist b/graphics/py-poppler/pkg-plist index 52387cb5dbf2..eacee987734d 100644 --- a/graphics/py-poppler/pkg-plist +++ b/graphics/py-poppler/pkg-plist @@ -1,3 +1,3 @@ @comment $FreeBSD$ -lib/python2.5/site-packages/poppler.so -lib/python2.5/site-packages/poppler.la +%%PYTHON_SITELIBDIR%%/poppler.la +%%PYTHON_SITELIBDIR%%/poppler.so |