Commit fd68e9e2 authored by Tobias C. Berner's avatar Tobias C. Berner
Browse files

graphics/poppler: update to 21.12

Release 21.12.0:
    core:
         * Add API to add images
         * CairoOutputDev: Fix de-duping of Flate images
         * Fix crash on broken files when using non-default ENABLE_ZLIB_UNCOMPRESS. Issue #393
         * Minor code improvements

    glib:
         * Add API for validation of signatures
         * Add API to read/save to file descriptor

    utils:
         * pdftohtml: Reduce sensitivity of duplicate detection. Issue #1117

    build system:
         * Increase C++ standard to 17

Exp-run by:	antoine
PR:		260344
parent 432ab5ac
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
PORTNAME=	pdf2djvu
DISTVERSION=	0.9.17.1
PORTREVISION=	16
PORTREVISION=	17
CATEGORIES=	converters
MASTER_SITES=	https://github.com/jwilk/${PORTNAME}/releases/download/${PORTVERSION}/

+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@

PORTNAME=	kbibtex
DISTVERSION=	0.9.2
PORTREVISION=	23
PORTREVISION=	24
CATEGORIES=	databases kde
MASTER_SITES=	KDE/stable/KBibTeX/${DISTVERSION}

+1 −1
Original line number Diff line number Diff line
PORTNAME=	bookworm
DISTVERSION=	1.1.2
PORTREVISION=	1
PORTREVISION=	2
CATEGORIES=	deskutils

MAINTAINER=	miguel@gocobachi.dev
+1 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@

PORTNAME=	calibre
PORTVERSION=	5.33.2
PORTREVISION=	1
CATEGORIES=	deskutils python
MASTER_SITES=	http://download.calibre-ebook.com/${PORTVERSION}/

+1 −1
Original line number Diff line number Diff line
PORTNAME=	lumina-pdf
DISTVERSION=	1.6.0
PORTREVISION=	22
PORTREVISION=	23
CATEGORIES=	deskutils

MAINTAINER=	lbartoletti@FreeBSD.org
Loading