summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2017-12-30 20:36:22 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2017-12-30 20:36:55 +0100
commitca40e3a175ee5cda3f248d1b84c6d8a596f3fcba (patch)
tree771225d9ce949bf1dabc63cbf0bca49c13f9d522 /app-text/pdf2htmlEX
parentnet-libs/zeromq: Bump to v4.2.3 (diff)
downloadgentoo-ca40e3a175ee5cda3f248d1b84c6d8a596f3fcba.tar.gz
gentoo-ca40e3a175ee5cda3f248d1b84c6d8a596f3fcba.tar.bz2
gentoo-ca40e3a175ee5cda3f248d1b84c6d8a596f3fcba.zip
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
Diffstat (limited to 'app-text/pdf2htmlEX')
-rw-r--r--app-text/pdf2htmlEX/Manifest1
-rw-r--r--app-text/pdf2htmlEX/pdf2htmlEX-0.14.6.1.ebuild32
2 files changed, 33 insertions, 0 deletions
diff --git a/app-text/pdf2htmlEX/Manifest b/app-text/pdf2htmlEX/Manifest
index 91ea3255fc53..676b928cb335 100644
--- a/app-text/pdf2htmlEX/Manifest
+++ b/app-text/pdf2htmlEX/Manifest
@@ -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
diff --git a/app-text/pdf2htmlEX/pdf2htmlEX-0.14.6.1.ebuild b/app-text/pdf2htmlEX/pdf2htmlEX-0.14.6.1.ebuild
new file mode 100644
index 000000000000..d02dd44ec396
--- /dev/null
+++ b/app-text/pdf2htmlEX/pdf2htmlEX-0.14.6.1.ebuild
@@ -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
+"