View | Details | Raw Unified | Return to bug 263009
Collapse All | Expand All

(-)b/graphics/poppler-glib/Makefile (-1 / +1 lines)
Lines 1-6 Link Here
1
# Created by: Michael Johnson <ahze@FreeBSD.org>
1
# Created by: Michael Johnson <ahze@FreeBSD.org>
2
2
3
PORTREVISION=	1
3
PORTREVISION=	0
4
4
5
COMMENT=	GLib bindings to poppler
5
COMMENT=	GLib bindings to poppler
6
6
(-)b/graphics/poppler-glib/pkg-plist (-1 / +1 lines)
Lines 16-21 include/poppler/glib/poppler.h Link Here
16
lib/girepository-1.0/Poppler-0.18.typelib
16
lib/girepository-1.0/Poppler-0.18.typelib
17
lib/libpoppler-glib.so
17
lib/libpoppler-glib.so
18
lib/libpoppler-glib.so.8
18
lib/libpoppler-glib.so.8
19
lib/libpoppler-glib.so.8.22.0
19
lib/libpoppler-glib.so.8.23.0
20
libdata/pkgconfig/poppler-glib.pc
20
libdata/pkgconfig/poppler-glib.pc
21
share/gir-1.0/Poppler-0.18.gir
21
share/gir-1.0/Poppler-0.18.gir
(-)b/graphics/poppler-qt5/Makefile (-1 / +1 lines)
Lines 1-4 Link Here
1
PORTREVISION=	1
1
PORTREVISION=	0
2
2
3
COMMENT=	Qt 5 bindings to poppler
3
COMMENT=	Qt 5 bindings to poppler
4
4
(-)b/graphics/poppler-qt5/pkg-plist (-1 / +1 lines)
Lines 9-13 include/poppler/qt5/poppler-qt5.h Link Here
9
include/poppler/qt5/poppler-version.h
9
include/poppler/qt5/poppler-version.h
10
lib/libpoppler-qt5.so
10
lib/libpoppler-qt5.so
11
lib/libpoppler-qt5.so.1
11
lib/libpoppler-qt5.so.1
12
lib/libpoppler-qt5.so.1.30.0
12
lib/libpoppler-qt5.so.1.31.0
13
libdata/pkgconfig/poppler-qt5.pc
13
libdata/pkgconfig/poppler-qt5.pc
(-)b/graphics/poppler-utils/Makefile (-1 / +1 lines)
Lines 1-6 Link Here
1
# Created by: Michael Nottebrock <lofi@FreeBSD.org>
1
# Created by: Michael Nottebrock <lofi@FreeBSD.org>
2
2
3
PORTREVISION=	1
3
PORTREVISION=	0
4
4
5
COMMENT=	Poppler's xpdf-workalike command line utilities # '
5
COMMENT=	Poppler's xpdf-workalike command line utilities # '
6
6
(-)b/graphics/poppler/Makefile (-2 / +4 lines)
Lines 1-7 Link Here
1
# Created by: marcus@FreeBSD.org
1
# Created by: marcus@FreeBSD.org
2
2
3
PORTNAME=	poppler
3
PORTNAME=	poppler
4
DISTVERSION=	22.01.0
4
DISTVERSION=	22.04.0
5
CATEGORIES=	graphics print
5
CATEGORIES=	graphics print
6
MASTER_SITES=	https://poppler.freedesktop.org/
6
MASTER_SITES=	https://poppler.freedesktop.org/
7
7
Lines 52-58 CMAKE_OFF+= ${_POPPLER_SLAVES:N${_SLAVE_PORT}:tu:S/^/ENABLE_/} Link Here
52
PORTSCOUT=	limitw:1,even
52
PORTSCOUT=	limitw:1,even
53
USES+=		iconv
53
USES+=		iconv
54
CMAKE_ON+=	ENABLE_CPP
54
CMAKE_ON+=	ENABLE_CPP
55
PLIST_SUB+=	SHLIB_VER=117
55
PLIST_SUB+=	SHLIB_VER=120
56
56
57
OPTIONS_DEFINE=		CURL OPENJPEG
57
OPTIONS_DEFINE=		CURL OPENJPEG
58
OPTIONS_DEFAULT=	OPENJPEG
58
OPTIONS_DEFAULT=	OPENJPEG
Lines 70-76 CMAKE_ARGS+= -DENABLE_LIBOPENJPEG:STRING="none" \ Link Here
70
			-DENABLE_LIBCURL:BOOL=FALSE
70
			-DENABLE_LIBCURL:BOOL=FALSE
71
71
72
.  if ${_SLAVE_PORT} == glib
72
.  if ${_SLAVE_PORT} == glib
73
USES+=			python:build
73
USE_GNOME+=		glib20 introspection:Build
74
USE_GNOME+=		glib20 introspection:Build
75
BINARY_ALIAS=		python3=${PYTHON_CMD}
74
.  elif ${_SLAVE_PORT} == qt5
76
.  elif ${_SLAVE_PORT} == qt5
75
USES+=			qt:5
77
USES+=			qt:5
76
USE_QT=			core gui widgets xml \
78
USE_QT=			core gui widgets xml \
(-)b/graphics/poppler/distinfo (-4 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1641399386
1
TIMESTAMP = 1648923158
2
SHA256 (poppler-22.01.0.tar.xz) = 7d3493056b5b86413e5c693c2cae02c5c06cd8e618d14c2c31e2c84b67b2313e
2
SHA256 (poppler-22.04.0.tar.xz) = 813fb4b90e7bda63df53205c548602bae728887a60f4048aae4dbd9b1927deff
3
SIZE (poppler-22.01.0.tar.xz) = 1801984
3
SIZE (poppler-22.04.0.tar.xz) = 1817800
4
- 

Return to bug 263009