Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (393fada755e88537ec56f244ec7f98677e518690)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (393fada755e88537ec56f244ec7f98677e518690)
  • Date: Thu, 29 Jun 2006 16:31:06 -0500

GIT changes to master grimoire by Jaka Kranjc <lynxlynxlynx AT sourcemage.org>:

libs/libextractor/DEPENDS | 20 ++++++++++++++++++--
libs/libextractor/HISTORY | 4 ++++
2 files changed, 22 insertions(+), 2 deletions(-)

New commits:
commit 393fada755e88537ec56f244ec7f98677e518690
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

libextractor: added mpeg2dec (#12750), gtk+2, removed glib2 optional
xpdf, exiv2, libgsf depends

diff --git a/libs/libextractor/DEPENDS b/libs/libextractor/DEPENDS
index c4b187b..7431029 100755
--- a/libs/libextractor/DEPENDS
+++ b/libs/libextractor/DEPENDS
@@ -1,9 +1,25 @@
depends zlib &&
depends g++ &&
-depends glib2 &&
depends python &&
+depends mpeg2dec &&
+depends gtk+2 &&

optional_depends gettext \
"--enable-nls" \
"--disable-nls" \
- "for Native Language Support"
+ "for Native Language Support" &&
+
+optional_depends libgsf \
+ --enable-gsf \
+ --disable-gsf \
+ "for OLE2 plugin" &&
+
+optional_depends exiv2 \
+ --enable-exiv2 \
+ --disable-exiv2 \
+ "for exiv2 support" &&
+
+optional_depends xpdf \
+ --enable-xpdf \
+ --disable-xpdf \
+ "for xpdf-based extractor"
diff --git a/libs/libextractor/HISTORY b/libs/libextractor/HISTORY
index 4165b7f..f7fca2a 100644
--- a/libs/libextractor/HISTORY
+++ b/libs/libextractor/HISTORY
@@ -1,3 +1,7 @@
+2006-06-29 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * DEPENDS: added mpeg2dec (#12750), gtk+2, removed glib2
+ optional xpdf, exiv2, libgsf
+
2006-05-24 Robin Cook <rcook AT wyrms.net>
* DETAILS: updated VERSION to 0.5.14
removed BUILD_API



  • [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (393fada755e88537ec56f244ec7f98677e518690), Jaka Kranjc, 06/29/2006

Archive powered by MHonArc 2.6.24.

Top of Page