[Lunar-commits] r19206 - moonbase/trunk/utils/gamin
Chad Kittel
v3rt1g0 at lunar-linux.org
Sun Mar 12 02:13:42 UTC 2006
Author: v3rt1g0
Date: 2006-03-12 02:13:42 +0000 (Sun, 12 Mar 2006)
New Revision: 19206
Modified:
moonbase/trunk/utils/gamin/DEPENDS
moonbase/trunk/utils/gamin/DETAILS
Log:
Module Version Bump: gamin (0.0.26 -> 0.1.7)
* been a while since this has been updated. Lots of bugfixes
and features.
* I compiled gnome-vfs2 against this new version and ran into
no issues.
* tweaked depends
compiled/tested: gcc-3.4.5 | glibc-2.3.6 | kernel headers 2.6.x
Modified: moonbase/trunk/utils/gamin/DEPENDS
===================================================================
--- moonbase/trunk/utils/gamin/DEPENDS 2006-03-12 01:59:43 UTC (rev 19205)
+++ moonbase/trunk/utils/gamin/DEPENDS 2006-03-12 02:13:42 UTC (rev 19206)
@@ -1,4 +1,2 @@
-depends automake &&
-depends libtool
-
-#optional_depends "inotify-utils" "--enable-inotify" "--disable-inotify" "enable inotify support"
+depends libtool &&
+depends glib-2
Modified: moonbase/trunk/utils/gamin/DETAILS
===================================================================
--- moonbase/trunk/utils/gamin/DETAILS 2006-03-12 01:59:43 UTC (rev 19205)
+++ moonbase/trunk/utils/gamin/DETAILS 2006-03-12 02:13:42 UTC (rev 19206)
@@ -1,11 +1,11 @@
MODULE=gamin
- VERSION=0.0.26
+ VERSION=0.1.7
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL=http://www.gnome.org/~veillard/$MODULE/sources/
- SOURCE_VFY=sha1:b9b0587e6ec6974994e81889a4c45e068544226b
+ SOURCE_VFY=sha1:bde971a10a3510626d501db3a746370c8931612a
WEB_SITE=http://www.gnome.org/~veillard/gamin/index.html
ENTERED=20040905
- UPDATED=20050329
+ UPDATED=20060311
SHORT="A file and directory monitoring system defined to be a subset of the FAM API"
cat << EOF
@@ -13,4 +13,7 @@
of the FAM (File Alteration Monitor) system. This is a service provided
by a library which allows to detect when a file or a directory has been
modified.
+
+It is strongly suggested you use Gamin with an inotify enabled kernel for
+best performance!
EOF
More information about the Lunar-commits
mailing list