[Pkg-kde-extras] Bug#437203: Build strigi with inotify support.

Raúl Sánchez Siles rasasi78 at gmail.com
Fri Aug 10 23:47:55 UTC 2007


Package: strigi
Version: 0.5.5
Severity: wishlist
Tags: patch

Strigi is not build to use inotify features, this means that it keeps on polling for 
changes on files instead or just being idle meanwhile it's not notified
about them (using inotify).

I attach a patch to solve this in case inotify build is considered.

Thanks.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (900, 'unstable'), (500, 'testing'), (100, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.22-1-686 (SMP w/1 CPU core)
Locale: LANG=es_ES.UTF-8, LC_CTYPE=es_ES.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
-------------- next part --------------
diff -ru strigi-0.5.5.org/debian/rules strigi-0.5.5/debian/rules
--- strigi-0.5.5.org/debian/rules	2007-08-11 01:37:35.000000000 +0200
+++ strigi-0.5.5/debian/rules	2007-08-11 01:38:01.000000000 +0200
@@ -10,6 +10,7 @@
 include /usr/share/cdbs/1/rules/utils.mk
 
 #DEB_CMAKE_EXTRA_FLAGS = -DCMAKE_BUILD_TYPE=debugfull -DENABLE_DBUS:BOOL=ON -DENABLE_INOTIFY:BOOL=OFF -DENABLE_LOG4CXX:BOOL=OFF
+DEB_CMAKE_EXTRA_FLAGS =-DENABLE_DBUS:BOOL=ON -DENABLE_INOTIFY:BOOL=ON
 DEB_DH_INSTALL_ARGS = --sourcedir=debian/tmp
 #DEB_STRIP_EXCLUDE = so
 #DEB_STRIP_EXCLUDE += strigi


More information about the pkg-kde-extras mailing list