Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (52b29236eb0a2ee7a96d8bd8cce6e14eb0b9d0a2)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (52b29236eb0a2ee7a96d8bd8cce6e14eb0b9d0a2)
  • Date: Fri, 4 May 2007 08:26:44 -0500

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

utils/strigi/DEPENDS | 2 +-
utils/strigi/DETAILS | 6 +++---
utils/strigi/HISTORY | 8 ++++++++
utils/strigi/PRE_BUILD | 3 +++
utils/strigi/iconv.diff | 11 +++++++++++
5 files changed, 26 insertions(+), 4 deletions(-)

New commits:
commit 29d9dbefd816e8c9ece202ba9a941d09bdb0a9db
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

strigi-0.5.1

diff --git a/utils/strigi/DEPENDS b/utils/strigi/DEPENDS
index 9359a1f..279f8e4 100755
--- a/utils/strigi/DEPENDS
+++ b/utils/strigi/DEPENDS
@@ -10,6 +10,6 @@ if [ $STRIGI_GUI = y ]; then
depends qt4 &&
sub_depends qt4 DBUS
fi &&
-#optional_depends sqlite '' '' 'sqlite3 backend' &&
+optional_depends sqlite '' '' 'sqlite3 backend' &&
optional_depends libxml2 '' '' 'for xml indexing' &&
optional_depends expat '' '' 'for stream-orientated xml indexing'
diff --git a/utils/strigi/DETAILS b/utils/strigi/DETAILS
index b688e37..a5829fe 100755
--- a/utils/strigi/DETAILS
+++ b/utils/strigi/DETAILS
@@ -3,17 +3,17 @@
if [ $STRIGI_SVN = y ]; then
if test "$STRIGI_SVN_AUTOUPDATE" = "y"; then
VERSION=$(date +%Y%m%d)
- FORCE_DOWNLOAD=on
else
VERSION=svn
fi
+ FORCE_DOWNLOAD=on
SOURCE=$SPELL.tar.bz2
SOURCE_IGNORE=volatile

SOURCE_URL[0]=svn://anonsvn.kde.org/home/kde/trunk//kdesupport/$SPELL:$SPELL
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
else
- VERSION=0.3.11
-
SOURCE_HASH=sha512:51b841083a7b7d5e5bd0167cc759be1172553a1b5f771c1b026df0a6d973bcbc714e87ceb9be6fe82f08a6c48eba1a8b3964f01d782d66636870e7f359fa3e31
+ VERSION=0.5.1
+
SOURCE_HASH=sha512:a575c8c4104bb695d14e77d7b56d8e68ff9f43c76e401f9098ab1de0c95b11705f77b220a13cef0a07193b38d592cf7f6c25de6bb800d251397ef7b26a053a34
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_URL[0]=$WEB_SITE/$SOURCE
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
diff --git a/utils/strigi/HISTORY b/utils/strigi/HISTORY
index 707d3d7..a584a40 100644
--- a/utils/strigi/HISTORY
+++ b/utils/strigi/HISTORY
@@ -1,3 +1,11 @@
+2007-05-04 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.5.1
+ * PRE_BUILD, iconv.diff: added
+ fix compile error
+
+2007-04-30 Treeve Jelbert <treeve AT sourcemage.org>
+ * SUB_DEPENDS: fix typo
+
2007-03-09 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.3.11
spell created
diff --git a/utils/strigi/PRE_BUILD b/utils/strigi/PRE_BUILD
new file mode 100755
index 0000000..d702627
--- /dev/null
+++ b/utils/strigi/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+patch -p1 < $SPELL_DIRECTORY/iconv.diff
diff --git a/utils/strigi/iconv.diff b/utils/strigi/iconv.diff
new file mode 100644
index 0000000..0103e2a
--- /dev/null
+++ b/utils/strigi/iconv.diff
@@ -0,0 +1,11 @@
+diff -uNr strigi-0.5.1.cp/src/streams/mailinputstream.cpp
strigi-0.5.1/src/streams/mailinputstream.cpp
+--- strigi-0.5.1.cp/src/streams/mailinputstream.cpp 2007-05-02
20:33:11.000000000 +0200
++++ strigi-0.5.1/src/streams/mailinputstream.cpp 2007-05-04
15:20:54.000000000 +0200
+@@ -29,6 +29,7 @@
+ #include "base64inputstream.h"
+ #include <cstring>
+ #include <sstream>
++#include <iconv.h>
+
+ using namespace std;
+ using namespace Strigi;



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (52b29236eb0a2ee7a96d8bd8cce6e14eb0b9d0a2), Treeve Jelbert, 05/04/2007

Archive powered by MHonArc 2.6.24.

Top of Page