strigi: remove.

Is a supporting library for

kdegraphics-strigi-analyzer-4.14.3_1
kdelibs-4.14.3_10

both were removed some time ago and nothing depends on it

it has 1 commit in 2016 and the rest are 2013 and below

[ci skip]
This commit is contained in:
maxice8 2018-10-01 05:13:51 -03:00 committed by Enno Boland
parent f494c200a1
commit 40ec652855
5 changed files with 0 additions and 71 deletions

View File

@ -567,11 +567,6 @@ libPhabricatorHelpers.so.5 purpose-5.48.0_1
libKF5PurposeWidgets.so.5 purpose-5.48.0_1
libKF5Purpose.so.5 purpose-5.48.0_1
libReviewboardHelpers.so.5 purpose-5.48.0_1
libsearchclient.so.0 strigi-0.7.2_1
libstreamanalyzer.so.0 strigi-0.7.2_1
libstrigihtmlgui.so.0 strigi-0.7.2_1
libstreams.so.0 strigi-0.7.2_1
libstrigiqtdbusclient.so.0 strigi-0.7.2_1
libecpg_compat.so.3 postgresql-libs-8.4.2_1
libecpg.so.6 postgresql-libs-8.4.2_1
libpgtypes.so.3 postgresql-libs-8.4.2_1

View File

@ -1 +0,0 @@
strigi

View File

@ -1,26 +0,0 @@
--- libstreamanalyzer/plugins/indexers/cluceneindexer/cluceneindexreader.cpp 2013-02-05 22:34:52.000000000 +0100
+++ libstreamanalyzer/plugins/indexers/cluceneindexer/cluceneindexreader.cpp 2016-09-15 09:35:02.672643338 +0200
@@ -369,8 +369,8 @@
string size = value;
doc.size = atoi(size.c_str());
} else {
- doc.properties.insert(make_pair<const string, string>(
- wchartoutf8(name), value));
+ string uname(wchartoutf8(name));
+ doc.properties.insert(make_pair<const std::string&, std::string&>(uname, value));
}
}
Variant
--- libstreamanalyzer/plugins/indexers/clucenengindexer/cluceneindexreader.cpp 2013-02-05 22:34:52.000000000 +0100
+++ libstreamanalyzer/plugins/indexers/clucenengindexer/cluceneindexreader.cpp 2016-09-15 09:39:01.049769777 +0200
@@ -321,8 +321,8 @@
string size = value;
doc.size = atoi(size.c_str());
} else {
- doc.properties.insert(make_pair<const string, string>(
- wchartoutf8(name), value));
+ string uname(wchartoutf8(name));
+ doc.properties.insert(make_pair<const std::string&, std::string&>(uname, value));
}
}
Variant

View File

@ -1,12 +0,0 @@
--- libstreams/include/strigi/bufferedstream.h
+++ libstreams/include/strigi/bufferedstream.h
@@ -34,7 +34,7 @@
* BufferedStream will do the rest.
*/
template <class T>
-class BufferedStream : public StreamBase<T> {
+class STREAMS_EXPORT BufferedStream : public StreamBase<T> {
private:
StreamBuffer<T> buffer;
bool finishedWritingToBuffer;

View File

@ -1,27 +0,0 @@
# Template file for 'strigi'
pkgname=strigi
version=0.7.8
revision=9
build_style=cmake
configure_args="-DENABLE_INOTIFY=ON -DENABLE_LOG4CXX=OFF -DENABLE_FAM=OFF
-DENABLE_CLUCENE=OFF -DENABLE_CLUCENE_NG=ON -DENABLE_FFMPEG=OFF"
hostmakedepends="pkg-config perl"
makedepends="attr-devel zlib-devel bzip2-devel boost-devel exiv2-devel
libxml2-devel clucene-devel dbus-devel qt-devel"
short_desc="Small fast desktop searching program"
homepage="http://www.vandenoever.info/software/strigi/"
license="LGPL-2"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
distfiles="http://www.vandenoever.info/software/${pkgname}/${pkgname}-${version}.tar.bz2"
checksum=43e461a625acdefa59bf58cc9d10aebda9eba920dfbe800fc77e6dcbf1eff989
strigi-devel_package() {
depends="${sourcepkg}-${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove usr/lib/cmake
vmove usr/lib/*.so
}
}