Windows: switch to xapian 1.4.11
This commit is contained in:
parent
3082ce2b83
commit
8ece2692ab
@ -112,10 +112,10 @@ overriden in the c++ code by ifdefs _WIN32 anyway */
|
|||||||
#define PACKAGE_NAME "Recoll"
|
#define PACKAGE_NAME "Recoll"
|
||||||
|
|
||||||
/* Define to the full name and version of this package. */
|
/* Define to the full name and version of this package. */
|
||||||
#define PACKAGE_STRING "Recoll 1.25.6"
|
#define PACKAGE_STRING "Recoll 1.25.11"
|
||||||
|
|
||||||
/* Define to the version of this package. */
|
/* Define to the version of this package. */
|
||||||
#define PACKAGE_VERSION "1.25.6"
|
#define PACKAGE_VERSION "1.25.11"
|
||||||
|
|
||||||
/* Define to the one symbol short name of this package. */
|
/* Define to the one symbol short name of this package. */
|
||||||
#define PACKAGE_TARNAME "recoll"
|
#define PACKAGE_TARNAME "recoll"
|
||||||
|
|||||||
@ -35,7 +35,7 @@ UNRTF=${RCLDEPS}unrtf
|
|||||||
ANTIWORD=${RCLDEPS}antiword
|
ANTIWORD=${RCLDEPS}antiword
|
||||||
PYXSLT=${RCLDEPS}pyxslt
|
PYXSLT=${RCLDEPS}pyxslt
|
||||||
PYEXIV2=${RCLDEPS}pyexiv2
|
PYEXIV2=${RCLDEPS}pyexiv2
|
||||||
LIBXAPIAN=${RCLDEPS}xapian-core-1.4.5/.libs/libxapian-30.dll
|
LIBXAPIAN=${RCLDEPS}xapian-core-1.4.11/.libs/libxapian-30.dll
|
||||||
MUTAGEN=${RCLDEPS}mutagen-1.32/
|
MUTAGEN=${RCLDEPS}mutagen-1.32/
|
||||||
EPUB=${RCLDEPS}epub-0.5.2
|
EPUB=${RCLDEPS}epub-0.5.2
|
||||||
FUTURE=${RCLDEPS}python2-future
|
FUTURE=${RCLDEPS}python2-future
|
||||||
|
|||||||
@ -139,11 +139,11 @@ windows {
|
|||||||
}
|
}
|
||||||
LIBS += C:/recolldeps/libxslt/libxslt-1.1.29/win32/bin.mingw/libxslt.a \
|
LIBS += C:/recolldeps/libxslt/libxslt-1.1.29/win32/bin.mingw/libxslt.a \
|
||||||
C:/recolldeps/libxml2/libxml2-2.9.4+dfsg1/win32/bin.mingw/libxml2.a \
|
C:/recolldeps/libxml2/libxml2-2.9.4+dfsg1/win32/bin.mingw/libxml2.a \
|
||||||
c:/recolldeps/xapian-core-1.4.5/.libs/libxapian-30.dll \
|
c:/recolldeps/xapian-core-1.4.11/.libs/libxapian-30.dll \
|
||||||
c:/recolldeps/zlib-1.2.8/zlib1.dll \
|
c:/recolldeps/zlib-1.2.8/zlib1.dll \
|
||||||
-liconv -lshlwapi -lpsapi -lkernel32
|
-liconv -lshlwapi -lpsapi -lkernel32
|
||||||
INCLUDEPATH += ../../windows \
|
INCLUDEPATH += ../../windows \
|
||||||
C:/recolldeps/xapian-core-1.4.5/include \
|
C:/recolldeps/xapian-core-1.4.11/include \
|
||||||
C:/recolldeps/libxslt/libxslt-1.1.29/ \
|
C:/recolldeps/libxslt/libxslt-1.1.29/ \
|
||||||
C:/recolldeps/libxml2/libxml2-2.9.4+dfsg1/include
|
C:/recolldeps/libxml2/libxml2-2.9.4+dfsg1/include
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user