Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/sound
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1755/10.3/unstable/main/finkinfo/sound

Modified Files:
        ogmtools.info 
Added Files:
        ogmtools.patch 
Log Message:
Replace a patch that does nothing with one that enables compiling


Index: ogmtools.info
===================================================================
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/sound/ogmtools.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- ogmtools.info       4 Jan 2006 07:05:48 -0000       1.4
+++ ogmtools.info       4 Apr 2006 21:21:20 -0000       1.5
@@ -8,13 +8,7 @@
 Depends: libogg-shlibs, libvorbis0-shlibs, libdvdread4-shlibs
 Source: http://www.bunkus.org/videotools/ogmtools/ogmtools-%v.tar.bz2
 Source-MD5: 86e602282639524ccdf466e7a3939908
-PatchScript: <<
-#!/bin/sh -e
-  for i in `grep -l 'malloc.h' *.{c,cpp}` ; do
-    mv $i $i.orig
-    sed 's/#include <malloc.h>//' < $i.orig > $i
-  done
-<<
+Patch: %n.patch
 ConfigureParams: --mandir=%p/share/man
 InstallScript: make install DESTDIR=%d
 DocFiles: ChangeLog COPYING INSTALL README TODO

--- NEW FILE: ogmtools.patch ---
diff -Nurd -x'*~' ogmtools-1.4.orig/common.h ogmtools-1.4/common.h
--- ogmtools-1.4.orig/common.h  2003-11-20 17:21:36.000000000 -0500
+++ ogmtools-1.4/common.h       2006-03-30 12:33:58.000000000 -0500
@@ -23,6 +23,7 @@
 #ifdef NEED_FSEEKO
 #include <stdio.h>
 #endif
+#include <sys/types.h>
 #include <ogg/ogg.h>
 #include "ogmstreams.h"
 



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to