summaryrefslogtreecommitdiff
blob: d02dd44ec39657898eadad90ed35fbc69174857d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6

inherit cmake-utils

DESCRIPTION="A precise PDF to HTML converter"
HOMEPAGE="http://coolwanglu.github.io/pdf2htmlEX/"
SRC_URI="
	https://github.com/coolwanglu/${PN}/archive/v${PV}.tar.gz -> ${P}.tgz
	https://dev.gentoo.org/~dilfrigde/distfiles/${P}.tgz
"

LICENSE="GPL-3+"
SLOT="0"
KEYWORDS=""

IUSE=""

CDEPEND="
	>=app-text/poppler-0.61.1:=[jpeg,png]
	app-text/poppler-data
	media-gfx/fontforge
	media-libs/freetype
	x11-libs/cairo[svg]
"
RDEPEND="${CDEPEND}
"
DEPEND="${CDEPEND}
	virtual/pkgconfig
"