summaryrefslogtreecommitdiff
path: root/app-text
diff options
context:
space:
mode:
authorJames Cloos <cloos@jhcloos.com>2008-02-18 23:14:41 -0500
committerJames Cloos <cloos@jhcloos.com>2008-02-18 23:14:41 -0500
commit6b9a1112e46a4e930a30766511d5b30a83b41708 (patch)
treebd4d76533a71e1e7b6dd9d9f7f7662120117b8c2 /app-text
parent86cc32585d9e5c0f162f0cde7e4650f452feeeaf (diff)
More tweaks to poppler and poppler-bindings
Diffstat (limited to 'app-text')
-rw-r--r--app-text/poppler-bindings/Manifest2
-rw-r--r--app-text/poppler-bindings/poppler-bindings-9999.ebuild3
-rw-r--r--app-text/poppler/Manifest2
-rw-r--r--app-text/poppler/poppler-9999.ebuild2
4 files changed, 5 insertions, 4 deletions
diff --git a/app-text/poppler-bindings/Manifest b/app-text/poppler-bindings/Manifest
index f013613..88b85a5 100644
--- a/app-text/poppler-bindings/Manifest
+++ b/app-text/poppler-bindings/Manifest
@@ -1,2 +1,2 @@
AUX poppler-bindings-9999.patch 4980 RMD160 8e2953d6dd3612d1fa5aaedd373bf0b1b90043c4 SHA1 9525ef7dffdf993035d8a33a3851e1dbca200dad SHA256 03ee71d16535b8c58acec513401435af12a6179e4e0d0b7e11b700b80ceff7f6
-EBUILD poppler-bindings-9999.ebuild 1881 RMD160 aa54c8fd0ee069428af24eff2b3e2601b01cc3e7 SHA1 5c1bfa85a38ccb05dbd0dca000e0e0a092d5ddbc SHA256 11feda7ff02079ae73c81a372f771a40c657ad33222147d066da34d088f400e9
+EBUILD poppler-bindings-9999.ebuild 1901 RMD160 f061bd8041303fd159944fea5b80a7f1d7725d24 SHA1 181da1099785290c6fbc372def788094217f796c SHA256 2f799a62a0e1a9126129b22469630c7185fa4e4170ab0eb23bfbb365c2642cd1
diff --git a/app-text/poppler-bindings/poppler-bindings-9999.ebuild b/app-text/poppler-bindings/poppler-bindings-9999.ebuild
index 1a4e444..2193404 100644
--- a/app-text/poppler-bindings/poppler-bindings-9999.ebuild
+++ b/app-text/poppler-bindings/poppler-bindings-9999.ebuild
@@ -44,7 +44,8 @@ src_compile() {
export QTLIB="${QTDIR}/$(get_libdir)"
echo $QTLIB
- econf $(use_enable abiword abiword-output) \
+ econf --enable-splash \
+ $(use_enable abiword abiword-output) \
$(use_enable cairo cairo-output) \
$(use_enable gtk poppler-glib) \
$(use_enable qt3 poppler-qt) \
diff --git a/app-text/poppler/Manifest b/app-text/poppler/Manifest
index 15b5c58..b33ce47 100644
--- a/app-text/poppler/Manifest
+++ b/app-text/poppler/Manifest
@@ -1 +1 @@
-EBUILD poppler-9999.ebuild 1221 RMD160 a78f7d4672b4c21386db57c85553c235ff288e08 SHA1 9d97950888dbf5046178c47ec7683288e0e6a1cc SHA256 6cff260cf7a27c59885e70635760cfd9faa4594d7dc6c9f6674dfce86ad3b8a2
+EBUILD poppler-9999.ebuild 1220 RMD160 6476a57e1e432ced131156d69061e1e3b597e799 SHA1 a1b1da570d55dc955a76efb95a34a17ff0692bce SHA256 1bf3495ca148610da10b6ec04dbcf9a3074338316c9689ab73e455654ab72a39
diff --git a/app-text/poppler/poppler-9999.ebuild b/app-text/poppler/poppler-9999.ebuild
index 9ef47d2..1f5e3d6 100644
--- a/app-text/poppler/poppler-9999.ebuild
+++ b/app-text/poppler/poppler-9999.ebuild
@@ -30,7 +30,7 @@ src_compile() {
--disable-poppler-qt \
--disable-gtk-test \
--disable-cairo-output \
- --disable-splash-output \
+ --enable-splash-output \
--disable-abiword-output \
--enable-xpdf-headers \
$(use_enable jpeg libjpeg) \