summaryrefslogtreecommitdiff
path: root/sysutils/strigi/patches
AgeCommit message (Collapse)AuthorFilesLines
2016-07-16gcc6 build fixmarkd2-0/+30
2014-08-13Fix constness of operator ==.joerg1-0/+13
2013-02-09Update to 0.7.8markd1-0/+27
0.7.8 (2013-02-05) - Fix xpm and xbm index. - Extract tracknumber and track count from a value like "03/16". - Fixed indexing of m3u files. - Fix FLAC Files: Remove addtional 'db' in replaygain - Fix: flac analizer was importing only one artist tag. - Fix: non numeric genres in id3 v2 mp3 are ignored. - Fix parsing of genre field in id3v2 tags - Change: TPE2 tag it's used as nmm:albumArtist instead as nmm:performer in ID3 analyzer. - Change: added support to TRACKTOTAL tag as an equivalent to TRACKCOUNT in FLAC analyzer. - C++11 fixes - Let the strigi ffmpeg plugin compile on modern ffmpeg versions. - Simeon Bird (Let the ffmpeg analyser deal with files with have track numbers with a / in them) - Remove dependency on boost. - Use GNUInstallDirs in order to install into lib64 automatically - Install a version file for the CMake config module - Allow the Strigi submodules to be installed in custom prefixes.
2013-02-04Update to 0.7.7 - based on patches from Jaap Boendermarkd3-44/+0
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.
2012-01-16Fix build with gcc4.3 and clangadam1-3/+4
2011-02-17fix build with gcc4.3markd2-0/+28
2009-01-09Update strigi to 0.6.2markd1-5/+7
0.6.2 - Better support for nice IO priorities on Linux (Sebastian Trueg) - Compile with development version of CLucene (Ben van Klinken) - Explicitly use 'unsigned char' or 'signed char' instead of 'char' since 'char' can be either signed or unsigned on different processors. E.g. on ARM 'char' means 'unsigned char' and on i386 'char' means 'signed char'. This changes makes libstreamanalyzer 0.6.2 binary incompatible with versions < 0.6.0. (Jos van den OOever) - Many CMake cleanups (Alexander Neundorf) - 6.5x speedup of C++ comment analyzer (Jakub Stachowski) - Various stability fixes (Jos van den Oever, Sebastian Trueg) - Support for ePub format (Jakub Stachowski) - Handle RIFF file with unspecified size for the RIFF packet. (Jos van den Oever) 0.5.11 - Fix a bug that can cause a crash on an executable zip file. - Fix parsing of empty headers when CRLFCRLF is followed by a space. In other words, fix parsing of emails that have a space as the first character in the body. - Fix two broken (by design) throughanalyzers by replacing the with one eventanalyzer. - Updated xesam ontology to include proper ranges. This is necessary for the Nepomuk backend but does not change anything for clucene (were all is string anyway) - Make sure the app can handle environments where HOME is not defined. - Make the zip analyzer check more often if it should stop analyzing. - Fix wrong comparison when checking if we are finished yet. - Make the analyzer respect a configuration that only wants part of the stream to be analyzed. - Add an analyzer for Windows self-extracting zip archives. - Ask the analyzerconfiguration if we should continue and put a cap on the maximum length of stream we read - Log parse errors in the analysisresult.
2008-11-04Import strigi 0.5.10markd1-0/+13
Strigi is a daemon which uses a very fast and efficient crawler that can index data on your harddrive. Indexing operations are performed without hammering your system, this makes Strigi the fastest and smallest desktop searching program. Strigi can index different file formats, including the contents of the archive files.