[Lunar-commits] r18601 - moonbase/trunk/libs/libextractor

Chad Kittel v3rt1g0 at lunar-linux.org
Thu Feb 9 02:59:48 UTC 2006


Author: v3rt1g0
Date: 2006-02-09 02:59:47 +0000 (Thu, 09 Feb 2006)
New Revision: 18601

Added:
   moonbase/trunk/libs/libextractor/BUILD
Modified:
   moonbase/trunk/libs/libextractor/DEPENDS
   moonbase/trunk/libs/libextractor/DETAILS
Log:
  Module Version Bump: libextractor (O.5.6 -> 0.5.9)

   * security update for the PDF extractor
   * other misc extractor updates
   * Added some missing depends and other misc tweaks

  compiled/tested: gcc-3.4.5 | glibc-2.3.6 | kernel headers 2.6.x


Added: moonbase/trunk/libs/libextractor/BUILD
===================================================================
--- moonbase/trunk/libs/libextractor/BUILD	2006-02-09 02:03:17 UTC (rev 18600)
+++ moonbase/trunk/libs/libextractor/BUILD	2006-02-09 02:59:47 UTC (rev 18601)
@@ -0,0 +1,7 @@
+(
+
+  OPTS="$OPTS --enable-exiv2"
+
+  default_build
+
+) > $C_FIFO 2>&1

Modified: moonbase/trunk/libs/libextractor/DEPENDS
===================================================================
--- moonbase/trunk/libs/libextractor/DEPENDS	2006-02-09 02:03:17 UTC (rev 18600)
+++ moonbase/trunk/libs/libextractor/DEPENDS	2006-02-09 02:59:47 UTC (rev 18601)
@@ -1 +1,4 @@
-optional_depends "libvorbis" "" "" "for Ogg/Vorbis meta support"
+depends  libtool  &&
+depends  glibc    &&
+
+optional_depends  "libvorbis"  ""  ""  "for Ogg/Vorbis meta support"

Modified: moonbase/trunk/libs/libextractor/DETAILS
===================================================================
--- moonbase/trunk/libs/libextractor/DETAILS	2006-02-09 02:03:17 UTC (rev 18600)
+++ moonbase/trunk/libs/libextractor/DETAILS	2006-02-09 02:59:47 UTC (rev 18601)
@@ -1,12 +1,12 @@
           MODULE=libextractor
-         VERSION=0.5.6
+         VERSION=0.5.9
           SOURCE=$MODULE-$VERSION.tar.gz
-      SOURCE_URL=http://gnunet.org/libextractor/download/
-      SOURCE_VFY=sha1:23dab25f42f9e0fac2907d9e2b0afe97aecc9f99
+      SOURCE_URL=http://gnunet.org/$MODULE/download/
+      SOURCE_VFY=sha1:5fb2d8617cab0fb75db713cef106bd44b5b8c196
         WEB_SITE=http://gnunet.org/libextractor/
          ENTERED=20050227
-         UPDATED=20050921
-	   PSAFE=no
+         UPDATED=20060208
+           PSAFE=no
            SHORT="A library to extract meta-data from arbitrary files"
 
 cat <<EOF
@@ -20,9 +20,4 @@
 match against queries.  libextractor contains a shell-command "extract"
 that, similar to the well-known "file" command, can extract meta-data
 from a file an print the results to stdout.
-
-Currently, libextractor supports the following formats: HTML, PDF, PS,
-OLE2 (DOC, XLS, PPT), OpenOffice (sxw), StarOffice (sdw), DVI, MAN, MP3
-(ID3v1 and ID3v2), OGG, WAV, JPEG, GIF, PNG, TIFF, DEB, RPM, TAR(.GZ),
-ZIP, ELF, REAL, RIFF (AVI), MPEG, QT and ASF. 
 EOF



More information about the Lunar-commits mailing list