Update of /cvsroot/fink/packages/dists/unstable/main/finkinfo/utils
In directory usw-pr-cvs1:/tmp/cvs-serv695

Added Files:
        gkrellkam-0.3.4-1.info gkrellkam-0.3.4-1.patch 
Log Message:
Another gkrellm plugin.


--- NEW FILE: gkrellkam-0.3.4-1.info ---
Package: gkrellkam
Version: 0.3.4
Revision: 1
Maintainer: Ben Hines <[EMAIL PROTECTED]>
Source: mirror:sourceforge:%n/%n_%v.tar.gz
SourceDirectory: %n-%v
Source-MD5: 177959994b1dfd9e47c59b9f1391c53d
Patch: %f.patch
SourceDirectory: %n-%v
Depends: gkrellm, gtk+-shlibs, imlib-shlibs, wget
BuildDepends: gtk+, imlib, glib
CompileScript: make GKRELLM_HDRS=%p/include/gkrellm LDFLAGS="-bundle -bundle_loader 
%p/bin/gkrellm `gtk-config --libs` -lgdk_imlib"
InstallScript: <<
mkdir -p %i/share/man/man5
make install DESTDIR=/tmp INST_DIR=%i/lib/gkrellm/plugins MANPAGE_DIR=%i/share/man/man5
<<
DocFiles:  COPYING README Release Todo example.list
Description: Gkrellm plugin - Webcam viewer.
DescDetail: <<
Gkrellkam is a plugin to GKrellM that displays thumbnails of
periodically updated images (such as webcams.)
Each panel can be associated with an image URL, a local image filename, a
list of image filenames and URLs, or a script that will be called to get
a fresh image. The images can be nearly any format or size. GKrellKam
will make them small enough to fit in the panel, and after N seconds, it
will get check its source again.
GKrellKam can launch an image viewer to show you the unscaled version of
the current image when you click on the panel. If you right-click, it
will trigger an immediate update. GKrellKam is very event-driven so it
uses up as little CPU time as possible.
<<
DescPort: <<
Small patch to get rid of basename() which can go away in 10.2.
<<
License: GPL 
Homepage: http://gkrellkam.sourceforge.net/

--- NEW FILE: gkrellkam-0.3.4-1.patch ---
--- gkrellkam-0.3.4/gkrellkam.c Fri Mar  8 10:47:39 2002
+++ gkrellkam-0.3.4-patched/gkrellkam.c Tue Jul  2 22:58:39 2002
@@ -28,7 +28,7 @@
 */
 
 #include <gkrellm.h>
-#include <libgen.h>
+//#include <libgen.h>
 #include <unistd.h>
 #include <errno.h>
 #include <stdlib.h>
@@ -1772,7 +1772,7 @@
      its parameters. If it was using a different script, put it with
      the appropriate type into the source list */
 
-  if (!strcmp (basename (firstword), "krellkam_load"))
+  if (!strcmp (firstword, "krellkam_load"))
     update_source_config (p, rest);
   else
   {



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
No, I will not fix your computer.
http://thinkgeek.com/sf
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to