Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/graphics
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv21444/10.3/unstable/main/finkinfo/graphics

Modified Files:
        stegdetect.info stegdetect.patch 
Log Message:
Remove flag that's a no-op, switch to newer libevent1 lib.


Index: stegdetect.patch
===================================================================
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/graphics/stegdetect.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- stegdetect.patch    3 Feb 2006 07:57:40 -0000       1.3
+++ stegdetect.patch    28 Mar 2007 06:28:09 -0000      1.4
@@ -41,7 +41,16 @@
  
 diff -Nurd -x'*~' stegdetect-0.6.orig/jpeg-6b/makefile.cfg 
stegdetect-0.6/jpeg-6b/makefile.cfg
 --- stegdetect-0.6.orig/jpeg-6b/makefile.cfg   2004-08-29 19:11:09.000000000 
-0400
-+++ stegdetect-0.6/jpeg-6b/makefile.cfg        2005-12-20 02:15:26.000000000 
-0500
++++ stegdetect-0.6/jpeg-6b/makefile.cfg        2007-03-28 02:23:22.000000000 
-0400
+@@ -23,7 +23,7 @@
+ CC= @CC@
+ 
+ # You may need to adjust these cc options:
+-CFLAGS= @CFLAGS@ @CPPFLAGS@ @INCLUDEFLAGS@
++CFLAGS= @INCLUDEFLAGS@ @CFLAGS@ @CPPFLAGS@
+ # Generally, we recommend defining any configuration symbols in jconfig.h,
+ # NOT via -D switches here.
+ # However, any special defines for ansi2knr.c may be included here:
 @@ -193,7 +193,9 @@
  
  # Installation rules:

Index: stegdetect.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/graphics/stegdetect.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- stegdetect.info     3 Feb 2006 07:57:40 -0000       1.8
+++ stegdetect.info     28 Mar 2007 06:28:09 -0000      1.9
@@ -1,6 +1,6 @@
 Package: stegdetect
 Version: 0.6
-Revision: 2
+Revision: 3
 ###
 Description: Detects data hidden in JPEG files
 License: BSD
@@ -12,12 +12,9 @@
 PatchScript: <<
   head -n 29 stegdetect.c > Copyright
 <<
-Depends: libjpeg-bin, x11, gtk+-shlibs, glib-shlibs, gettext
-BuildDepends: x11-dev, gtk+, glib, gettext-dev, libevent
-# libevent is static-only
+Depends: libjpeg-bin, x11, gtk+-shlibs, glib-shlibs, gettext, 
libevent1-shlibs, libjpeg-shlibs
+BuildDepends: x11-dev, gtk+, glib, gettext-dev, libevent1, libjpeg
 ###
-SetCFLAGS: -no-cpp-precomp
-NoSetCPPFLAGS: true
 ConfigureParams: --datadir=%p/share/%n --mandir=%p/share/man
 ###
 InstallScript: <<
@@ -46,11 +43,9 @@
 <<
 ###
 DescPort: <<
-CFLAGS set to -no-cpp-precomp to avoid an "illegal instruction" while
-running "stegbreak -tj myjpeg.jpg"
-
 v 0.6-1 (dmacks): new %v that works with gcc-3.3; patched to force
-linking to included jpeg and file/magic libs. Goal: avoid all fink
-libs and headers entirely.
+linking to included jpeg and file/magic libs instead of ones available
+from fink or system (uses modified versions of these libs)
 v 0.6-2 (dmacks): patch out redefined var so works with gcc4
+v 0.6-3 (dmacks): cleaner handling of flags (global *after* local)
 <<


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to