Update to poppler-0.37.0.

ok aja@
This commit is contained in:
kili 2015-10-11 15:50:49 +00:00
parent f1fceec312
commit 251e000224
4 changed files with 18 additions and 18 deletions

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.97 2015/09/13 21:46:41 kili Exp $
# $OpenBSD: Makefile,v 1.98 2015/10/11 15:50:49 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.36.0
V= 0.37.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 31.0 # 55.0
SHARED_LIBS += poppler 32.0 # 55.0
SHARED_LIBS += poppler-glib 14.0 # 15.0
SHARED_LIBS += poppler-qt 12.0 # 3.0
SHARED_LIBS += poppler-qt4 17.0 # 12.0
SHARED_LIBS += poppler-qt4 18.0 # 12.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.36.0.tar.xz) = k8wGeyPE73QhOA0+i9fJQLICdmhEZ1B4fXwctCcgJI4=
SHA256 (poppler-0.37.0.tar.xz) = uJ+cXq47uxBGsPdncUr9deyhAqBAajowhWd41CpoW+4=
SIZE (poppler-0.16.7.tar.gz) = 1952179
SIZE (poppler-0.36.0.tar.xz) = 1629984
SIZE (poppler-0.37.0.tar.xz) = 1636496

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-Makefile_in,v 1.10 2014/11/18 18:59:08 kili Exp $
--- Makefile.in.orig Tue Nov 4 19:46:21 2014
+++ Makefile.in Sun Nov 16 23:46:02 2014
@@ -376,6 +376,8 @@ POPPLER_QT4_CXXFLAGS = @POPPLER_QT4_CXXFLAGS@
$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
@@ -386,6 +386,8 @@ POPPLER_QT4_CXXFLAGS = @POPPLER_QT4_CXXFLAGS@
POPPLER_QT4_LIBS = @POPPLER_QT4_LIBS@
POPPLER_QT4_TEST_CFLAGS = @POPPLER_QT4_TEST_CFLAGS@
POPPLER_QT4_TEST_LIBS = @POPPLER_QT4_TEST_LIBS@
@ -10,7 +10,7 @@ $OpenBSD: patch-Makefile_in,v 1.10 2014/11/18 18:59:08 kili Exp $
POPPLER_QT5_CFLAGS = @POPPLER_QT5_CFLAGS@
POPPLER_QT5_CXXFLAGS = @POPPLER_QT5_CXXFLAGS@
POPPLER_QT5_LIBS = @POPPLER_QT5_LIBS@
@@ -438,6 +440,8 @@ infodir = @infodir@
@@ -448,6 +450,8 @@ infodir = @infodir@
install_sh = @install_sh@
libdir = @libdir@
libexecdir = @libexecdir@
@ -19,7 +19,7 @@ $OpenBSD: patch-Makefile_in,v 1.10 2014/11/18 18:59:08 kili Exp $
localedir = @localedir@
localstatedir = @localstatedir@
mandir = @mandir@
@@ -463,13 +467,15 @@ DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --with-te
@@ -473,13 +477,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.10 2014/11/18 18:59:08 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 \
@@ -514,6 +520,7 @@ pkgconfig_DATA = \
@@ -524,6 +530,7 @@ pkgconfig_DATA = \
$(cairo_pc_file) \
$(splash_pc_file) \
$(glib_pc_file) \
@ -44,7 +44,7 @@ $OpenBSD: patch-Makefile_in,v 1.10 2014/11/18 18:59:08 kili Exp $
$(qt4_pc_file) \
$(qt5_pc_file) \
$(cpp_pc_file)
@@ -586,6 +593,10 @@ poppler-splash-uninstalled.pc: $(top_builddir)/config.
@@ -595,6 +602,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

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-aclocal_m4,v 1.8 2014/08/25 19:19:42 ajacoutot Exp $
--- aclocal.m4.orig Thu Aug 21 20:08:58 2014
+++ aclocal.m4 Mon Aug 25 18:34:07 2014
@@ -2371,6 +2371,7 @@ m4_include([m4/define-dir.m4])
$OpenBSD: patch-aclocal_m4,v 1.9 2015/10/11 15:50:49 kili Exp $
--- aclocal.m4.orig Fri Oct 9 18:25:45 2015
+++ aclocal.m4 Sat Oct 10 10:16:14 2015
@@ -2373,6 +2373,7 @@ m4_include([m4/define-dir.m4])
m4_include([m4/gtk-doc.m4])
m4_include([m4/iconv.m4])
m4_include([m4/introspection.m4])