oops forgotten -lmagic in Makefile

This commit is contained in:
Jean-Francois Dockes 2022-09-25 20:28:35 +02:00
parent 63f9e278da
commit 04335a11d7
3 changed files with 19 additions and 4 deletions

View File

@ -12,7 +12,7 @@ SERIES="bionic focal jammy kinetic"
PPA_KEYID=7808CE96D38B9201
RCLVERS=1.33.0
RCLVERS=1.33.1
SCOPEVERS=1.20.2.4
GSSPVERS=1.1.1
PPAVERS=1
@ -25,8 +25,8 @@ SCOPESRC=${Y}/home/dockes/projets/fulltext/unity-scope-recoll
GSSPSRC=${Y}/home/dockes/projets/fulltext/gssp-recoll
RCLDOWNLOAD=${Y}/home/dockes/projets/lesbonscomptes/recoll
PPANAME=recoll15-ppa;;
#PPANAME=recollexp1-ppa
PPANAME=recoll15-ppa
PPANAME=recollexp1-ppa
#PPANAME=recoll-webengine-ppa
echo "PPA: $PPANAME. Type CR if Ok, else ^C"

View File

@ -1,5 +1,20 @@
recoll (1.33.1-1~ppaPPAVERS~SERIES1) SERIES; urgency=low
* Small updates to the build files to accomodate the new rclgrep utility.
* New textunknownasplain configuration variable to index all files with no known association
but identified as text/xxx by the "file" or "xdg-mime" command.
* Make sure that a single double-quoted word is not stem-expanded (act as if it was
capitalized). Expanding a quoted term is unexpected.
* Apply stemming to terms containing a single dash. These were not expanded before.
* Linux real time: fix monitoring under topdirs members which are symbolic links.
* Fix the GUI simple search which was broken in 1.33.0 when switching filters on/off
* Exclude Tamil characters from unac processing (experimental for now).
* Windows GUI directory side filters: the computed paths were wrong on Windows.
-- Jean-Francois Dockes <jf@dockes.org> Sun, 25 Sep 2022 19:19:00 +0200
recoll (1.33.0-1~ppaPPAVERS~SERIES1) SERIES; urgency=low
* Query processing: simplify queries a bit more before sending to Xapian, allows using OP_FILTER
for path filtering. -> Medium version bump.
* GUI: allow specifying a fixed geometry for the results list viewport by setting

View File

@ -294,7 +294,7 @@ AM_YFLAGS = -d
# need it
librecoll_la_LDFLAGS = -release $(VERSION) -no-undefined @NO_UNDEF_LINK_FLAG@
librecoll_la_LIBADD = $(XSLT_LIBS) $(XAPIAN_LIBS) $(LIBICONV) $(X_LIBX11) -lmagic $(LIBTHREADS)
librecoll_la_LIBADD = $(XSLT_LIBS) $(XAPIAN_LIBS) $(LIBICONV) $(X_LIBX11) $(LIBTHREADS)
# There is probably a better way to do this. The KIO needs to be linked
# with librecoll, but librecoll is installed into a non-standard place