summaryrefslogtreecommitdiff
path: root/sysutils/strigi/Makefile
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2013-02-04 20:21:08 +0000
committermarkd <markd@pkgsrc.org>2013-02-04 20:21:08 +0000
commitdd8db9a51a0dc25714fb2a1d46343e8c56258287 (patch)
tree60d248742b2b934db5fa83deaa9c48e3a37946f7 /sysutils/strigi/Makefile
parentb27bb0f1cbfdf36d1c9c91b574dd4981bd9dfef7 (diff)
downloadpkgsrc-dd8db9a51a0dc25714fb2a1d46343e8c56258287.tar.gz
Update to 0.7.7 - based on patches from Jaap Boender
0.7.7 (2011-12-07) - Many nepomuk field name fixes - More accurate file format check for tar files - Better checking of bounds in OLE files. - Increase performance of default file input stream. - Check for surrogate pairs in UTF-8 strings. - Improve ID3 analyzer: skip zero padding before mp3 stream to handle typical LAME output, implement unsynchronization flag handling - Properly finish child indexing in all analyzers. 0.7.6 (2011-07-26) - Fix build with clucene 2.3 - Use the deprecated function av_metadata_get for libffmpeg - Improved child indexing - Convert the DateTime field in EXIF data to a time_t value. - Move DigestEventAnalyzer to a plugin. 0.7.5 - Synchronize the modules. In 0.7.4, the modules were not synchronized. 0.7.4 - Disable building strigidaemon and strigiclient on windows - Support more feature of Strigi Query in the CLucene backend. - Fix premature EOF condition in PDF parser. - Make discovering of invalid characters in checkHeader more compliant to RFC822. - Improvements to movie analysers that use ffmpeg. - Fix a bug where width and height of certain JPG files are not shown. - Fixes to libstreams to avoid crashes. - Improved Nepomuk compliance. - Faster reading of streams with SkippingFileInputStream and MMapFileInputStream. - Reorganize Strigi into smaller modules. 0.7.2 - Improve cpp analyzer speed and output - Fix crash due to deep nesting of calls in pdf analyzer - Fix iconv use on Mac OS X 0.7.1 - Support more fields from ODF documents - Improved skipping behavior on streams for large files. - Added album art support. - Added support for ID3v1 tags. - Added MP3 stream metadata extraction, UTF-16 support in tags. - Extended the range of metadata extracted by ID3 analyzer. - Added a FLAC audio file analyzer. - Significantly unbreak the PDF analyzer. - Fix scanning trees where permissions are insufficient to read some parts - Check for multithreaded version of libxml2 - Require newer CLucene version (0.9.21) 0.7.0 - Change to Nepomuk ontologies - Set file property for embedded ar streams. This fixes the opening of these streams in archivereader. - Instead of reading each .rdf file at once in memory and then parse it, use the libxml2 I/O API to read chunks of the file when requested. - The attribute value is not '\0' terminated but has a pointer to the end of the string. In addition, string comparison was sped up by first comparing the string length. 0.6.5 - Fix KDE bug 185551: Strigi now allows paths that start with protocol:/* like 'file:///' or 'remote:/' - Add a new function AnalysisResult::child(). This function allows an AnalysisResult instance to access the last child it has had indexed. This is needed for cases when a parent knows something about a child which the child does not know. In such cases the parent can call child()->addValue(...). - Adjust to the new library naming scheme in iconv-1.12 - Implemented missing addTriplet method - Rewrite the implementation of ArchiveReader. The new implementation is more efficient in listing contents of directories. Now single directory entries can be returned without the need for reading the entire archive of which the directory is a part.
Diffstat (limited to 'sysutils/strigi/Makefile')
-rw-r--r--sysutils/strigi/Makefile12
1 files changed, 7 insertions, 5 deletions
diff --git a/sysutils/strigi/Makefile b/sysutils/strigi/Makefile
index 01b191c11cb..c91599d64b4 100644
--- a/sysutils/strigi/Makefile
+++ b/sysutils/strigi/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.27 2013/01/26 21:38:54 adam Exp $
+# $NetBSD: Makefile,v 1.28 2013/02/04 20:21:08 markd Exp $
-DISTNAME= strigi-0.6.4
-PKGREVISION= 18
+DISTNAME= strigi-0.7.7
CATEGORIES= sysutils
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=strigi/}
+MASTER_SITES= http://rdieter.fedorapeople.org/strigi/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= markd@NetBSD.org
@@ -28,7 +27,7 @@ RT_LIB_SCHED= # empty
CFLAGS.SunOS+= -DCMAKE_HAVE_PTHREAD_CREATE
LDFLAGS.SunOS+= -mimpure-text -lrt
-CMAKE_ARGS+= -DENABLE_CPPUNIT=OFF
+CMAKE_ARGS+= -DENABLE_FFMPEG=OFF
.if !empty(RT_LIB_SCHED)
# these use sched_setscheduler
CMAKE_ARGS+= -Dstrigidaemon_LIBS=${RT_LIB_SCHED}
@@ -40,11 +39,14 @@ pre-configure:
.include "../../archivers/bzip2/buildlink3.mk"
.include "../../converters/libiconv/buildlink3.mk"
+.include "../../devel/cppunit/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
+.include "../../graphics/exiv2/buildlink3.mk"
.include "../../textproc/libclucene/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../sysutils/dbus/buildlink3.mk"
.include "../../x11/qt4-libs/buildlink3.mk"
.include "../../x11/qt4-tools/buildlink3.mk"
.include "../../x11/qt4-qdbus/buildlink3.mk"
+.include "../../mk/fam.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"