Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (621ceb65dfe3dbdcb3cf2aecf68527807f8afa9f)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (621ceb65dfe3dbdcb3cf2aecf68527807f8afa9f)
  • Date: Sat, 11 Sep 2010 07:53:24 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

graphics-libs/poppler/CONFIGURE | 1 +
graphics-libs/poppler/DEPENDS | 5 +++++
graphics-libs/poppler/DETAILS | 8 ++++----
graphics-libs/poppler/HISTORY | 4 ++++
4 files changed, 14 insertions(+), 4 deletions(-)

New commits:
commit 621ceb65dfe3dbdcb3cf2aecf68527807f8afa9f
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

poppler: => 0.14.3

diff --git a/graphics-libs/poppler/CONFIGURE b/graphics-libs/poppler/CONFIGURE
index 44e9e28..a959d93 100755
--- a/graphics-libs/poppler/CONFIGURE
+++ b/graphics-libs/poppler/CONFIGURE
@@ -1,6 +1,7 @@
config_query_option POPPLER_OPTS "Install unsupported xpdf headers?" n \
"--enable-xpdf-headers" \
"--disable-xpdf-headers" &&
+
config_query_option POPPLER_OPTS "Compile poppler command line utils?" n \
"--enable-utils" \
"--disable-utils"
diff --git a/graphics-libs/poppler/DEPENDS b/graphics-libs/poppler/DEPENDS
index 100a435..4bebf50 100755
--- a/graphics-libs/poppler/DEPENDS
+++ b/graphics-libs/poppler/DEPENDS
@@ -53,6 +53,11 @@ optional_depends cairo \
"for cairo output"
fi &&

+optional_depends curl \
+ "--enable-libcurl" \
+ "--disable-libcurl" \
+ "for libcurl based HTTP support" &&
+
optional_depends abiword \
"--enable-abiword-output" \
"--disable-abiword-output" \
diff --git a/graphics-libs/poppler/DETAILS b/graphics-libs/poppler/DETAILS
index cacc2f9..371794f 100755
--- a/graphics-libs/poppler/DETAILS
+++ b/graphics-libs/poppler/DETAILS
@@ -12,11 +12,11 @@ SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-git"
SOURCE_IGNORE=volatile
else
if [[ $POPPLER_VER == devel ]]; then
- VERSION=0.14.2
-
SOURCE_HASH=sha512:e002f8cb525612bfde6298f10ad444a289a4cc7358ca152b73d9f42f01a523f402f4526e7b84043352950414ec0f23e5a19f873d4a1cabc4a0a1a8e3b018519b
+ VERSION=0.14.3
+
SOURCE_HASH=sha512:53461eb418a0bfab68164a1fac87d8837354165bc9a3830defa54ec0a46c0f7cb876303d50dfa6aae903c9336eff39241a90679a63371ca6f228b8014143ee70
else
- VERSION=0.14.2
-
SOURCE_HASH=sha512:e002f8cb525612bfde6298f10ad444a289a4cc7358ca152b73d9f42f01a523f402f4526e7b84043352950414ec0f23e5a19f873d4a1cabc4a0a1a8e3b018519b
+ VERSION=0.14.3
+
SOURCE_HASH=sha512:53461eb418a0bfab68164a1fac87d8837354165bc9a3830defa54ec0a46c0f7cb876303d50dfa6aae903c9336eff39241a90679a63371ca6f228b8014143ee70
fi
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
diff --git a/graphics-libs/poppler/HISTORY b/graphics-libs/poppler/HISTORY
index 3b7bfce..c381731 100644
--- a/graphics-libs/poppler/HISTORY
+++ b/graphics-libs/poppler/HISTORY
@@ -1,3 +1,7 @@
+2010-09-11 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 0.14.3
+ * DEPENDS: added curl dependency
+
2010-08-16 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 0.14.2
* UP_TRIGGERS: libpoppler.so.6 -> libpoppler.so.7 in this version



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (621ceb65dfe3dbdcb3cf2aecf68527807f8afa9f), Vlad Glagolev, 09/11/2010

Archive powered by MHonArc 2.6.24.

Top of Page