Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/gnome
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19033

Modified Files:
        gnome-speech.info 
Added Files:
        gnome-speech.patch 
Log Message:
New version: gettext3, corrected shlibs, added static libs.


--- NEW FILE: gnome-speech.patch ---
diff -Nurd -x'*~' 
gnome-speech-0.3.7.orig/drivers/festival/festivalsynthesisdriver.c 
gnome-speech-0.3.7/drivers/festival/festivalsynthesisdriver.c
--- gnome-speech-0.3.7.orig/drivers/festival/festivalsynthesisdriver.c  
2005-04-13 09:05:40.000000000 -0400
+++ gnome-speech-0.3.7/drivers/festival/festivalsynthesisdriver.c       
2005-07-17 17:05:42.000000000 -0400
@@ -846,7 +846,7 @@
 festival_synthesis_driver_say_raw (FestivalSynthesisDriver *d,
                                   gchar                   *text)
 {
-        int l, written;
+        gsize l, written;
 
        g_assert (text && IS_FESTIVAL_SYNTHESIS_DRIVER (d) && d->channel_sock);
 #ifdef FESTIVAL_DEBUG_SEND
diff -Nurd -x'*~' 
gnome-speech-0.3.7.orig/drivers/festival/festivalsynthesisdriver.h 
gnome-speech-0.3.7/drivers/festival/festivalsynthesisdriver.h
--- gnome-speech-0.3.7.orig/drivers/festival/festivalsynthesisdriver.h  
2005-01-11 07:27:34.000000000 -0500
+++ gnome-speech-0.3.7/drivers/festival/festivalsynthesisdriver.h       
2005-07-17 16:55:19.000000000 -0400
@@ -31,6 +31,7 @@
 #include <bonobo/bonobo-object.h>
 #include <gnome-speech/gnome-speech.h>
 #include "festivalspeaker.h"
+#include <netinet/in.h>
 
 #define FESTIVAL_SYNTHESIS_DRIVER_TYPE        
(festival_synthesis_driver_get_type ())
 #define FESTIVAL_SYNTHESIS_DRIVER(o)          (G_TYPE_CHECK_INSTANCE_CAST 
((o), FESTIVAL_SYNTHESIS_DRIVER_TYPE, FestivalSynthesisDriver))

Index: gnome-speech.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/gnome/gnome-speech.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- gnome-speech.info   27 Apr 2005 03:25:41 -0000      1.1
+++ gnome-speech.info   17 Jul 2005 23:37:44 -0000      1.2
@@ -1,37 +1,51 @@
 Package: gnome-speech
-Version: 0.3.2
-Revision: 5
-Depends: %N-shlibs (>= %v-%r), gettext, glib2 (>= 2.2.3-1), gtk+2 (>= 
2.2.4-1), libbonobo2 (>= 2.4.0-1), libiconv, orbit2 (>= 2.8.1-1), popt-shlibs
-BuildDepends: glib2-dev, atk1, pango1-dev, gtk+2-dev (>= 2.0.5-2), 
libgnomecanvas2-dev, orbit2-dev, gconf2-dev, gnome-vfs2-dev (>= 2.4.0-1) | 
gnome-vfs2-ssl-dev (>= 2.4.0-1), libxml2, libbonobo2-dev, libgnome2-dev (>= 
2.0.6-2), libbonoboui2-dev (>= 2.0.3-3), libgnomeui2-dev (>= 2.0.6-2), 
pkgconfig, intltool, popt, gettext-dev, gettext-bin, gettext-tools, libiconv-dev
+Version: 0.3.7
+Revision: 1
+Depends: %N-shlibs (>= %v-%r), libgettext3-shlibs, glib2 (>= 2.2.3-1), gtk+2 
(>= 2.2.4-1), libbonobo2 (>= 2.4.0-1), libiconv, orbit2 (>= 2.8.1-1), 
popt-shlibs, gnome-speech-shlibs (>= %v-%r)
+BuildDepends: glib2-dev, atk1, pango1-dev, gtk+2-dev (>= 2.0.5-2), 
libgnomecanvas2-dev, orbit2-dev, gconf2-dev, gnome-vfs2-ssl-dev (>= 2.4.0-1) | 
gnome-vfs2-dev (>= 2.4.0-1), libxml2, libbonobo2-dev, libgnome2-dev (>= 
2.0.6-2), libbonoboui2-dev (>= 2.0.3-3), libgnomeui2-dev (>= 2.0.6-2), 
pkgconfig, intltool, popt, libgettext3-dev, gettext-bin, gettext-tools, 
libiconv-dev, system-java
 Source: mirror:gnome:sources/%n/0.3/%n-%v.tar.bz2
-Source-MD5: d1c3ad83c3c6f42db0f8ad3cb61c4671
+Source-MD5: 0afa367c75288357fa3b8e274e72584d
+Patch: %n.patch
 SetCPPFLAGS: -no-cpp-precomp
 SetCFLAGS: -O3 -funroll-loops -fstrict-aliasing
 NoSetMAKEFLAGS: true
 SetMAKEFLAGS: -j1
-ConfigureParams: --libexecdir=%p/lib/%n --mandir=%p/share/man
+ConfigureParams: --libexecdir=%p/lib/%n --mandir=%p/share/man 
--with-java-home=/Library/Java/Home --disable-dependency-tracking 
--enable-static
 CompileScript: <<
-#!/bin/sh
-  export JAVA_HOME=/Library/Java/Home
   F77=no ./configure %c
   make
 <<
 InstallScript: make install DESTDIR=%d
 SplitOff: <<
   Package: %N-shlibs
-  Depends: gnome-base, gettext, glib2-shlibs (>= 2.2.3-1), gnome-speech-shlibs 
(>= 0.2.7-1), gtk+2 (>= 2.2.4-1), libbonobo2-shlibs (>= 2.4.0-1), libiconv, 
orbit2-shlibs (>= 2.8.1-1), popt-shlibs
+  Depends: gnome-base, libgettext3-shlibs, glib2-shlibs (>= 2.2.3-1), gtk+2 
(>= 2.2.4-1), libbonobo2-shlibs (>= 2.4.0-1), libiconv, orbit2-shlibs (>= 
2.8.1-1), popt-shlibs
   Description: Shared libraries for gnome-speech
   Files: lib/libgnomespeech.7*.dylib
-  Shlibs: %p/lib/libgnomespeech.7.dylib 7.0.0 %N-shlibs (>= 0.3.2-1)
+  Shlibs: %p/lib/libgnomespeech.7.dylib 8.0.0 %N-shlibs (>= 0.3.7-1)
+  DocFiles: AUTHORS COPYING ChangeLog NEWS README
 <<
 SplitOff2: <<
   Package: %N-dev
   Depends: %N-shlibs (= %v-%r)
   BuildDependsOnly: True
   Description: Development headers and libraries for gnome-speech
-  Files: include lib/*.dylib lib/*.la lib/pkgconfig share/idl
+  Files: <<
+    include
+    lib/*.dylib
+    lib/*.a
+    lib/*.la
+    lib/orbit-2.0/*.a
+    lib/orbit-2.0/*.la
+    lib/pkgconfig
+    share/idl
+  <<
+  Replaces: %N (<< 0.3.7-1)
+  DocFiles: AUTHORS COPYING ChangeLog NEWS README
+  DescPackaging: <<
+    orbit-2.0/*.la moved from %N starting with 0.3.7-1
+  <<
 <<
-DocFiles: AUTHORS COPYING ChangeLog README
+DocFiles: AUTHORS COPYING ChangeLog NEWS README
 Description: GNOME speech
 DescDetail: <<
 GNOME Speech



-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to