app-text/extractpdfmark - 1.1.0 (qsx)

Search

Package Information

Description:
Extract page mode and named destinations as PDFmark from PDF
Homepage:
https://github.com/trueroad/extractpdfmark
License:
GPL-3+

Ebuild Details

Version EAPI Keywords Slot
1.1.0 7 ~amd64 0
View Raw Ebuild
# Copyright 2020 Thomas Schneider <qsx@chaotikum.eu>
# Licensed under the EUPL

EAPI=7

inherit autotools

DESCRIPTION="Extract page mode and named destinations as PDFmark from PDF"
HOMEPAGE="https://github.com/trueroad/extractpdfmark"
SRC_URI="https://github.com/trueroad/${PN}/releases/download/v${PV}/${P}.tar.gz"

LICENSE="GPL-3+"

SLOT="0"

KEYWORDS="~amd64"

IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="
	>=app-text/poppler-0.74[cxx]
"
DEPEND="
	${RDEPEND}
	test? ( >=app-text/ghostscript-gpl-9.14 )
"
BDEPEND="virtual/pkgconfig"

PATCHES=(
	"${FILESDIR}/Fix-memory-leak.patch"
)

src_prepare() {
	default
	config_rpath_update
	eautoreconf
}

src_configure() {
	econf --with-poppler=cpp
}

USE Flags

Dependencies

DEPEND

	
	>=app-text/poppler-0.74[cxx]

	test? ( >=app-text/ghostscript-gpl-9.14 )

RDEPEND

	>=app-text/poppler-0.74[cxx]

BDEPEND

virtual/pkgconfig

Manifest for 1.1.0

Type File Size Source URLs
DIST extractpdfmark-1.1.0.tar.gz 308226 bytes https://github.com/trueroad/extractpdfmark/releases/download/v1.1.0/extractpdfmark-1.1.0.tar.gz