mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-01 11:18:09 -07:00
app-text/pdf2htmlEX: Bump for debugging purposes. Builds with poppler-0.61 but crashes, see bug 642614 and bug 642210
Closes: https://bugs.gentoo.org/642614 Bug: https://bugs.gentoo.org/642210 See-also: https://github.com/akhuettel/pdf2htmlEX/releases/tag/gentoo-v0.14.6.1 Package-Manager: Portage-2.3.19, Repoman-2.3.6
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST pdf2htmlEX-0.14.6.1.tgz 9043573 BLAKE2B 600a19716a38086722a07c4df816051697cf9959e24559ba1cb0e17a5a6de6551e416c532f4d769b1fc6d4111bc72244df672e0647e73a1a412e995ffe16ddb7 SHA512 9609d13a1cdcba1aa265b481749f5003d931e65fef9a7235d484196b977843bf5588ffb4a4de942561d028bb8a5f704924706d447ff93586a15046a299c61862
|
||||
DIST pdf2htmlEX-0.14.6.tgz 8955179 BLAKE2B 68a474a0afce7e505af0331c7a05e745d0c18057c0e9dab0f57f8455b36489c399985d2f69cbebc2c3df3264ee1eef43346df49ff9ac3fae7edd3bbff884c6d2 SHA512 0bef898653755da3d731a99f2850d11a686a1db589c615216c84dcac76f3a3c41f561732fe37be262cfec3f65970b2704819c3bd4d94d87cd63d26f062dacf50
|
||||
|
||||
32
app-text/pdf2htmlEX/pdf2htmlEX-0.14.6.1.ebuild
Normal file
32
app-text/pdf2htmlEX/pdf2htmlEX-0.14.6.1.ebuild
Normal file
@@ -0,0 +1,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
|
||||
"
|
||||
Reference in New Issue
Block a user