diff options
author | wiz <wiz@pkgsrc.org> | 2014-06-07 08:56:20 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-06-07 08:56:20 +0000 |
commit | 54074e2156f63b794f65b88eae869a3dcde68e21 (patch) | |
tree | 0727c1b6648dbc1c356388c17f679cacffa70f24 /print/poppler-glib | |
parent | e3dd42fa4196e07873ee4d3b5b908619f78f402b (diff) | |
download | pkgsrc-54074e2156f63b794f65b88eae869a3dcde68e21.tar.gz |
Update to 0.26.1 (without a shlib major bump, yay):
Release 0.26.1
core:
* Use field value V for radio buttons. Bug #75979
* Fix extraction of text in some files. Bug #78145
* Only add annotations of the current page when splitting. Bug #77549
build system:
* autoconf: Fix libopenjpeg 1.5 detection on some systems. Bug #78389
glib:
* Fix multiple definition of PopplerTextSpan
Diffstat (limited to 'print/poppler-glib')
-rw-r--r-- | print/poppler-glib/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/print/poppler-glib/Makefile b/print/poppler-glib/Makefile index 9d5db3541b0..6f361925119 100644 --- a/print/poppler-glib/Makefile +++ b/print/poppler-glib/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.59 2014/05/05 00:48:18 ryoon Exp $ +# $NetBSD: Makefile,v 1.60 2014/06/07 08:56:20 wiz Exp $ .include "../../print/poppler/Makefile.common" PKGNAME= poppler-glib-${POPPLER_VERS} -PKGREVISION= 1 COMMENT= PDF rendering library (GLib wrapper) MAINTAINER= reed@reedmedia.net |