Update to poppler-0.38.0.

tests and ok, aja@
This commit is contained in:
kili 2015-11-20 07:47:44 +00:00
parent 44039212d3
commit bcde87f1d5
3 changed files with 12 additions and 12 deletions

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.98 2015/10/11 15:50:49 kili Exp $
# $OpenBSD: Makefile,v 1.99 2015/11/20 07:47:44 kili Exp $
COMMENT-main= PDF rendering library
COMMENT-qt= qt interface to PDF rendering library
COMMENT-qt4= qt4 interface to PDF rendering library
COMMENT-utils= PDF conversion tools and utilities
V= 0.37.0
V= 0.38.0
DISTNAME= poppler-$V
CATEGORIES= print
PKGNAME-main= poppler-$V
@ -14,10 +14,10 @@ PKGNAME-qt= poppler-qt-$V
PKGNAME-qt4= poppler-qt4-$V
OLDSHIT = poppler-0.16.7
SHARED_LIBS += poppler 32.0 # 55.0
SHARED_LIBS += poppler 33.0 # 57.0
SHARED_LIBS += poppler-glib 14.0 # 15.0
SHARED_LIBS += poppler-qt 12.0 # 3.0
SHARED_LIBS += poppler-qt4 18.0 # 12.0
SHARED_LIBS += poppler-qt4 18.0 # 13.0
SHARED_LIBS += poppler-cpp 6.1 # 2.1
DISTFILES = ${DISTNAME}.tar.xz ${OLDSHIT}.tar.gz

View File

@ -1,4 +1,4 @@
SHA256 (poppler-0.16.7.tar.gz) = +rTory001BQqcYgZ/XR9QJMLce9SDuDmvMlOLETyK80=
SHA256 (poppler-0.37.0.tar.xz) = uJ+cXq47uxBGsPdncUr9deyhAqBAajowhWd41CpoW+4=
SHA256 (poppler-0.38.0.tar.xz) = bwwNScg0bXwM/mNIEk5/GcyQG101yc2JlEqsbkVOios=
SIZE (poppler-0.16.7.tar.gz) = 1952179
SIZE (poppler-0.37.0.tar.xz) = 1636496
SIZE (poppler-0.38.0.tar.xz) = 1637772

View File

@ -1,6 +1,6 @@
$OpenBSD: patch-Makefile_in,v 1.11 2015/10/11 15:50:49 kili Exp $
--- Makefile.in.orig Fri Oct 9 18:25:46 2015
+++ Makefile.in Sat Oct 10 10:16:15 2015
$OpenBSD: patch-Makefile_in,v 1.12 2015/11/20 07:47:44 kili Exp $
--- Makefile.in.orig Mon Nov 16 21:45:23 2015
+++ Makefile.in Wed Nov 18 19:59:20 2015
@@ -386,6 +386,8 @@ POPPLER_QT4_CXXFLAGS = @POPPLER_QT4_CXXFLAGS@
POPPLER_QT4_LIBS = @POPPLER_QT4_LIBS@
POPPLER_QT4_TEST_CFLAGS = @POPPLER_QT4_TEST_CFLAGS@
@ -19,7 +19,7 @@ $OpenBSD: patch-Makefile_in,v 1.11 2015/10/11 15:50:49 kili Exp $
localedir = @localedir@
localstatedir = @localstatedir@
mandir = @mandir@
@@ -473,13 +477,15 @@ DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --with-te
@@ -474,13 +478,15 @@ DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --with-te
@BUILD_CAIRO_OUTPUT_TRUE@cairo_pc_file = poppler-cairo.pc
@BUILD_POPPLER_GLIB_TRUE@glib_subdir = glib
@BUILD_POPPLER_GLIB_TRUE@glib_pc_file = poppler-glib.pc
@ -36,7 +36,7 @@ $OpenBSD: patch-Makefile_in,v 1.11 2015/10/11 15:50:49 kili Exp $
# Add CMake buildsystem files here so they get added on make dist
EXTRA_DIST = README-XPDF poppler.pc.in poppler-uninstalled.pc.in \
@@ -524,6 +530,7 @@ pkgconfig_DATA = \
@@ -525,6 +531,7 @@ pkgconfig_DATA = \
$(cairo_pc_file) \
$(splash_pc_file) \
$(glib_pc_file) \
@ -44,7 +44,7 @@ $OpenBSD: patch-Makefile_in,v 1.11 2015/10/11 15:50:49 kili Exp $
$(qt4_pc_file) \
$(qt5_pc_file) \
$(cpp_pc_file)
@@ -595,6 +602,10 @@ poppler-splash-uninstalled.pc: $(top_builddir)/config.
@@ -596,6 +603,10 @@ poppler-splash-uninstalled.pc: $(top_builddir)/config.
poppler-glib.pc: $(top_builddir)/config.status $(srcdir)/poppler-glib.pc.in
cd $(top_builddir) && $(SHELL) ./config.status $@
poppler-glib-uninstalled.pc: $(top_builddir)/config.status $(srcdir)/poppler-glib-uninstalled.pc.in