Skip to Content.
Sympa Menu

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

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 (149ded7f40a80a0672e843b63b1c9e1cf7a867ec)
  • Date: Wed, 29 Mar 2023 08:14:47 +0000

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

ChangeLog | 3
kde5-apps/kphotoalbum/DETAILS | 2
kde5-apps/kphotoalbum/HISTORY | 3
libs/xapian-core/DETAILS | 2
libs/xapian-core/HISTORY | 3
utils/recoll/DETAILS | 8 +-
utils/recoll/HISTORY | 3
utils/strigi/BUILD | 8 --
utils/strigi/DEPENDS | 17 ----
utils/strigi/DETAILS | 26 ------
utils/strigi/HISTORY | 162
------------------------------------------
utils/strigi/INSTALL | 5 -
utils/strigi/PRE_SUB_DEPENDS | 5 -
utils/strigi/SUB_DEPENDS | 10 --
utils/strigi/strigi.sh | 3
15 files changed, 18 insertions(+), 242 deletions(-)

New commits:
commit 149ded7f40a80a0672e843b63b1c9e1cf7a867ec
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

delete utils/strig

commit ae3215aa422523148ac12d002fadd4e401efb709
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

xapian-core: => 1.4.22

commit 96adfd3c7fba24bf014759d13b9cad4f6920dead
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

kphotoalbum: => 5.10.0

commit bda1904741bb6adfae78e72a40b84ab80b4e0264
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

recoll: => 1.34.6

diff --git a/ChangeLog b/ChangeLog
index 41bdc6b..69fdccb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2023-03-29 Treeve Jelbert <treeve AT sourcemage.org>
+ * utils/strig: deleted, obsolete unmaintained
+
2023-03-25 Treeve Jelbert <treeve AT sourcemage.org>
* crypto/eid-mw: added, read Belgian e-id cards

diff --git a/kde5-apps/kphotoalbum/DETAILS b/kde5-apps/kphotoalbum/DETAILS
index 0bb6f1a..f8e1f09 100755
--- a/kde5-apps/kphotoalbum/DETAILS
+++ b/kde5-apps/kphotoalbum/DETAILS
@@ -1,5 +1,5 @@
SPELL=kphotoalbum
- VERSION=5.9.1
+ VERSION=5.10.0
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_URL=https://download.kde.org/stable/$SPELL/${VERSION}/$SOURCE
SOURCE2=$SOURCE.sig
diff --git a/kde5-apps/kphotoalbum/HISTORY b/kde5-apps/kphotoalbum/HISTORY
index 014fbbf..40d7c0e 100644
--- a/kde5-apps/kphotoalbum/HISTORY
+++ b/kde5-apps/kphotoalbum/HISTORY
@@ -1,3 +1,6 @@
+2023-03-28 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 5.10.0
+
2022-09-06 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 5.9.1

diff --git a/libs/xapian-core/DETAILS b/libs/xapian-core/DETAILS
index dca5432..d56b7e5 100755
--- a/libs/xapian-core/DETAILS
+++ b/libs/xapian-core/DETAILS
@@ -1,5 +1,5 @@
SPELL=xapian-core
- VERSION=1.4.18
+ VERSION=1.4.22
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_URL[0]=https://oligarchy.co.uk/xapian/$VERSION/$SOURCE
SOURCE2=$SOURCE.asc
diff --git a/libs/xapian-core/HISTORY b/libs/xapian-core/HISTORY
index f4c2eb7..c8bf37d 100644
--- a/libs/xapian-core/HISTORY
+++ b/libs/xapian-core/HISTORY
@@ -1,3 +1,6 @@
+2023-03-28 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.4.22
+
2021-03-10 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.4.18

diff --git a/utils/recoll/DETAILS b/utils/recoll/DETAILS
index 949447a..cf7ac5f 100755
--- a/utils/recoll/DETAILS
+++ b/utils/recoll/DETAILS
@@ -1,10 +1,10 @@
SPELL=recoll
- VERSION=1.15.9
+ VERSION=1.34.6
SOURCE="${SPELL}-${VERSION}.tar.gz"
- SOURCE_URL[0]=http://www.lesbonscomptes.com/${SPELL}/${SOURCE}
-
SOURCE_HASH=sha512:0bc152c133f1c2f8c467f2b4cd98d93bfb0697837e8b0e67e75334b5f95ee91301a87e84a91447a744184372a12e5d0adf0d2131b5d9ed16d57727eacd06ccba
+ SOURCE_URL[0]=https://www.lesbonscomptes.com/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:f151a8f3575af41277fc9b50bb9a5e2ea1348e035b3dead36b47d1d6918deb755a4d59913d174db48273afdd95f4a063aa20219f1116a6d83c82fb063dbf16b7
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
- WEB_SITE="http://www.recoll.org/";
+ WEB_SITE="https://www.recoll.org/";
LICENSE[0]=GPL
ENTERED=20100611
SHORT="Recoll is a personal full text search tool for Unix/Linux"
diff --git a/utils/recoll/HISTORY b/utils/recoll/HISTORY
index 045ee8f..16e73e5 100644
--- a/utils/recoll/HISTORY
+++ b/utils/recoll/HISTORY
@@ -1,3 +1,6 @@
+2023-03-28 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.34.6
+
2015-05-25 Thomas Orgis <sobukus AT sourcemage.org>
* DEPENDS: depends -sub CXX gcc (half-automated)

diff --git a/utils/strigi/BUILD b/utils/strigi/BUILD
deleted file mode 100755
index 2d8d96b..0000000
--- a/utils/strigi/BUILD
+++ /dev/null
@@ -1,8 +0,0 @@
-# Build is broken with as-needed, as of version 0.7.8.
-# Patches floating around don't fix all issues we encounter.
-LDFLAGS="$LDFLAGS -Wl,--no-as-needed" &&
-if is_depends_enabled $SPELL qt4 ; then
- qt4_cmake_build
-else
- cmake_build
-fi
diff --git a/utils/strigi/DEPENDS b/utils/strigi/DEPENDS
deleted file mode 100755
index d93cd72..0000000
--- a/utils/strigi/DEPENDS
+++ /dev/null
@@ -1,17 +0,0 @@
-depends -sub CXX gcc &&
-depends cmake &&
-depends bzip2 &&
-depends PKG-CONFIG &&
-depends SSL &&
-depends libxml2 &&
-depends boost &&
-
-optional_depends -sub stable clucene \
- '-DENABLE_CLUCENE=on' \
- '-DENABLE_CLUCENE=OFF -DENABLE_CLUCENE_NG=OFF' \
- 'to use standalone version (not required if only used with
KDE)' &&
-optional_depends dbus '-DENABLE_DBUS=on' '-DENABLE_DBUS=off' 'for message
based indexing' &&
-optional_depends -sub DBUS qt4 '-DENABLE_QT4=on' '-DENABLE_QT4=off' 'for qt4
gui' &&
-optional_depends FAM '-DENABLE_FAM=on' '' 'for file change
monitoring' &&
-optional_depends exiv2 '-DENABLE_EXIV2=on' '' 'for picture indexing' &&
-optional_depends LIBAVCODEC '-DENABLE_FFMPEG=on' '-DENABLE_FFMPEG=off' 'for
video indexing'
diff --git a/utils/strigi/DETAILS b/utils/strigi/DETAILS
deleted file mode 100755
index 1f0eeec..0000000
--- a/utils/strigi/DETAILS
+++ /dev/null
@@ -1,26 +0,0 @@
- SPELL=strigi
- VERSION=0.7.8
-
SOURCE_HASH=sha512:536f5bd5ed13d87d30c2fa31b6dcb2a883df173e5d60deefe0fdeb843f40f29f7edd0041029dc013bb31a205572087ed95ca661bcdf6d989d9806931716b1043
- SOURCE=$SPELL-$VERSION.tar.bz2
- SOURCE_URL[0]=http://www.vandenoever.info/software/strigi/$SOURCE
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- WEB_SITE=http://www.vandenoever.info/software/strigi/
- LICENSE[0]=LGPL
- ENTERED=20070309
- KEYWORDS="search engine"
- SHORT="desktop search engine"
-cat << EOF
-Strigi is a desktop search engine.
-
-Here are the main features of Strigi:
-very fast crawling
-very small memory footprint
-no hammering of the system
-pluggable backend, currently clucene and
-hyperestraier, sqlite3 and xapian are in the works
-communication between daemon and search program
-over an abstract interface with two
-implementations: DBus and a simple unix socket.
-Especially the DBus interface makes it very easy
-to write client applications.
-EOF
diff --git a/utils/strigi/HISTORY b/utils/strigi/HISTORY
deleted file mode 100644
index fd012fe..0000000
--- a/utils/strigi/HISTORY
+++ /dev/null
@@ -1,162 +0,0 @@
-2022-07-27 Vlad Glagolev <stealth AT sourcemage.org>
- * DEPENDS: switch to PKG-CONFIG provider (automated)
-
-2015-03-18 Thomas Orgis <sobukus AT sourcemage.org>
- * BUILD: disable as-needed, insane breakage
-
-2014-08-19 Treeve Jelbert <treeve AT sourcemage.org>
- * DEPENDS: openssl => SSL
-
- * SUB_DEPENDS, PRE_SUB_DEPENDS: openssl => SSL
-
-2013-03-04 Ladislav Hagara <hgr AT vabo.cz>
- * DETAILS: 0.7.8
- * PRE_BUILD, strigi-0.7.7-{gcc47,ffmpeg-0.11}.patch: removed
-
-2012-10-16 Eric Sandall <sandalle AT sourcemage.org>
- * PRE_BUILD: Apply strigi-0.7.7-ffmpeg-0.11.patch for ffmpeg 1.0+ as
well
-
-2012-07-23 Sukneet Basuta <sukneet AT sourcemage.org>
- * DEPENDS: changed depends clucene to optional_depends, with
sub_depends
- stable
-
-2012-07-22 Sukneet Basuta <sukneet AT sourcemage.org>
- * DETAILS: updated spell to 0.7.7
- changed SOURCE_URL to debian since 0.7.7 is no longer available from
- official sources
- * DEPENDS: added depends boost
- removed optional depends sqlite since it no longer works
- re-enabled optional depends ffmpeg, but changed to LIBAVCODEC
- * PRE_BUILD: removed patch for disabled qt4 build, no longer needed
- added patch to fix building on gcc 4.7
- if ffmpeg >= 0.11 is enabled, apply patch to fix build with it
- * 0001-fix-build-for-disabled-qt4-option.patch: removed, no longer
needed
- * strigi-0.7.7-gcc47.patch: added, fixes build with gcc 4.7
- * strigi-0.7.7-ffmpeg-0.11.patch: added, fixes build with ffmpeg >=
0.11
-
-2012-02-08 Tommy Boatman <tboatman AT sourcemage.org>
- * DEPENDS: ffmpeg optional but currently broken, so option is
- disabled either way
-
-2011-08-31 Bor Kraljič <pyrobor AT ver.si>
- * strigi.sh: removed /opt/kde4/share
-
-2011-07-30 Florian Franzmann <bwlf AT bandrate.org>
- * DEPENDS: changed dependency on g++ to dependency on gcc with
- sub-depends on CXX (scripted)
-
-2011-07-23 Bor Kraljič <pyrobor AT ver.si>
- * DEPENDS, PREPARE, DETAILS: removed svn version since source is no
longer available
- * PRE_BUILD, 0001-fix-build-for-disabled-qt4-option.patch: added
patch from
-
(http://sourceforge.net/tracker/?func=detail&aid=3366249&group_id=171000&atid=856302)
- (now qt4 qui could be disabled and compile will not fail)
- * BUILD, DEPENDS: qt4 and dbus are optional
- * CONFIGURE: removed, no longer needed
- * strigi.sh: don't override XDG_DATA_DIRS that might be set allready
-
-2011-06-03 Bor Kraljič <pyrobor AT ver.si>
- * DETAILS: updated spell to 0.7.5
- fixed WEB_SITE
-
-2010-02-28 Bor Kraljič <pyrobor AT ver.si>
- * DETAILS: updated spell to 0.7.2
-
-2010-01-11 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.7.1
-
-2009-10-21 Treeve Jelbert <treeve AT sourcemage.org>
- * DEPENDS: add bzip2
-
-2009-10-08 Treeve Jelbert <treeve AT sourcemage.org>
- * DEPENDS: add pkgconfig, dbus
- add specific flags for sqlite, exiv2
- sqlite is currently broken
- remove expat; it is never linked, even when enabled
-
-2009-08-02 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.7.0
-
-2009-05-07 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.6.5
-
-2009-04-13 Treeve Jelbert <treeve AT sourcemage.org>
- * DEPENDS: add optional FAM
-
-2009-04-05 Eric Sandall <sandalle AT sourcemage.org>
- * CONFIGURE: Clarify GUI uses QT4 only, not KDE4
-
-2009-04-05 Treeve Jelbert <treeve AT sourcemage.org>
- * DEPENDS: libxml2 is not optional
-
-2009-02-01 Julien "_kaze_" ROZO <julien AT rozo.org>
- * DETAILS: updated version to 0.6.4
-
-2009-01-13 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.6.3
-
-2009-01-03 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.6.2
-
-2008-11-24 Treeve Jelbert <treeve AT sourcemage.org>
- * BUILD: qt4_build -> qt4_cmake_build
-
-2008-10-28 Juuso Alasuutari <iuso AT sourcemage.org>
- * strigi.sh: Fix ordering of XDG_DATA_DIRS entries, necessary for
- KDE to find the correct icons.
-
-2008-10-15 Treeve Jelbert <treeve AT sourcemage.org>
- * strigi.sh: adapt to new location for kde4
- * DETAILS: PATCHLEVEL=1
-
-2008-07-21 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.5.11
- new url
-
-2008-06-02 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.5.10
-
-2008-02-15 Eric Sandall <sandalle AT sourcemage.org>
- * SUB_DEPENDS: Typo QT$ -> QT4
-
-2007-10-30 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.5.7
- use SOURCEFORGE_URL
-
-2007-10-19 Treeve Jelbert <treeve AT sourcemage.org>
- * strigi.sh: add /opt/share to XDG_DATA_DIRS, for use by kde4
- * DETAILS: PATCHLEVEL++
- new WEB_SITE
-
-2007-09-12 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
- * PPREPARE: ask the autoupdate query only if svn was chosen
-
-2007-08-16 Treeve Jelbert <treeve AT sourcemage.org>
- * INSTALL, strigi.sh: added, to set XDG_DATA_DIRS
- * DETAILS: PATCHLEVEL++
-
-2007-08-07 Treeve Jelbert <treeve AT sourcemage.org>
- * DEPENDS: add optional exiv2
-
-2007-08-07 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.5.5
- change URL back to website
- * PRE_BUILD, iconv.diff: deleted
-
-2007-08-02 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.5.4
- change URL to kde
-
-2007-07-19 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
- * DETAILS: delinting
-
-2007-05-04 Treeve Jelbert <treeve AT sourcemage.org>
- * 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/INSTALL b/utils/strigi/INSTALL
deleted file mode 100755
index 45986c0..0000000
--- a/utils/strigi/INSTALL
+++ /dev/null
@@ -1,5 +0,0 @@
-default_install &&
-cd $SOURCE_DIRECTORY &&
-DEST=${INSTALL_ROOT}/etc/profile.d &&
-mkdir -p ${DEST} &&
-install -m 0644 $SCRIPT_DIRECTORY/strigi.sh ${DEST}
diff --git a/utils/strigi/PRE_SUB_DEPENDS b/utils/strigi/PRE_SUB_DEPENDS
deleted file mode 100755
index 6cd2c2e..0000000
--- a/utils/strigi/PRE_SUB_DEPENDS
+++ /dev/null
@@ -1,5 +0,0 @@
-case $THIS_SUB_DEPENDS in
- DBUS) is_depends_enabled $SPELL dbus && return 0;;
- QT4) is_depends_enabled $SPELL qt4 && return 0;;
-esac
-return 1
diff --git a/utils/strigi/SUB_DEPENDS b/utils/strigi/SUB_DEPENDS
deleted file mode 100755
index 054506d..0000000
--- a/utils/strigi/SUB_DEPENDS
+++ /dev/null
@@ -1,10 +0,0 @@
-case $THIS_SUB_DEPENDS in
-DBUS) echo "DBUS support requested, forcing dbus dependency." &&
- depends dbus
- ;;
-QT4) echo "QT4 support requested, forcing qt4 and dbus dependencies." &&
- depends qt4
- sub_depends qt4 DBUS
- ;;
-*) echo unknown sub-depends!!! ; return 1 ;;
-esac
diff --git a/utils/strigi/strigi.sh b/utils/strigi/strigi.sh
deleted file mode 100755
index 43162b8..0000000
--- a/utils/strigi/strigi.sh
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-#set environment for using strigi
-export XDG_DATA_DIRS=$XDG_DATA_DIRS:/usr/share



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (149ded7f40a80a0672e843b63b1c9e1cf7a867ec), Treeve Jelbert, 03/29/2023

Archive powered by MHonArc 2.6.24.

Top of Page