Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv4030

Added Files:
        swfmill.info swfmill.patch 
Log Message:
New from tracker
https://sourceforge.net/tracker2/index.php?func=detail&aid=1804779&group_id=17203&atid=414256
Tested on 10.5.6/Intel/Xcode 3.1.2


--- NEW FILE: swfmill.info ---
Package: swfmill
Version: 0.2
Revision: 1
Source: http://swfmill.org/releases/%n-%v.12.tar.gz
Source-MD5: 88a634cad4d8d025c84c6e8916a8b1c4
Homepage: http://swfmill.org
Maintainer: Pierre-Henri Lavigne <[email protected]>
License: GPL
Description: Xml2swf and Swf2xml processor
DescDetail: <<
It's most common use is the generation of asset libraries containing
images (PNG and JPEG), fonts (TTF) or other SWF movies for use with
MTASC- or haXe-compiled ActionScript, although swfmill can be used to
produce both simple and complex SWF structures.

* built around an XSLT/EXSLT processor (libxslt) 
* input and output of the XSLT transformation can be either XML
or binary SWF 
* XSLT commands for importing PNG, JPEG, TTF and SWF,
and for mapping SWF ID numbers 
* built-in "simple dialect" to support library creation
and building simple SWFs 

swfmill is Free Software, originally written and copyright by daniel
fischer (with substantial contributions by Ralf Fuest, Steve Webster
and others) and released under the GNU General Public License (GPL).
<<
DocFiles: AUTHORS COPYING INSTALL NEWS README TODO
BuildDepends: freetype219, libiconv-dev, libpng3, libtool14, libtool14-shlibs, 
libxml2, libxslt, fink ( >= 0.24.12 )
Depends: freetype219-shlibs, libiconv, libpng3-shlibs, libxml2-shlibs, 
libxslt-shlibs
ConfigureParams: --with-extra-includes=%p/include --with-extra-libs=%p/lib 
--disable-dependency-tracking
PatchFile: %n.patch
PatchFile-MD5: 13e4f1a0eca6a28d038a9a29ebc9105c
PatchScript:<<
#!/bin/bash -ev
%{default_script}
perl -pi -e 's,\$ac_aux_dir/config.sub,%p/share/libtool/config.sub,g' configure
perl -pi -e 's,\$ac_aux_dir/config.guess,%p/share/libtool/config.guess,g' 
configure
perl -pi -e 's,\$ac_aux_dir/ltmain.sh,%p/share/libtool/ltmain.sh,g' configure
perl -pi -e 's,default_ofile=libtool,default_ofile=glibtool,g' configure
perl -pi -e 's,\$\(top_builddir\)/libtool,%p/bin/glibtool,g' configure
<<
CompileScript: <<
#!/bin/bash -ev
export FREETYPE_CFLAGS="-I%p/lib/freetype219/include/freetype2 
-I%p/lib/freetype219/include"
export FREETYPE_LIBS="-L%p/lib/freetype219/lib -lfreetype -lz"
./configure %c
make
<<
SplitOff: <<
   Package: %N-shlibs
   Files: lib/lib*.*.dylib
   DocFiles: AUTHORS COPYING INSTALL NEWS README TODO
   Description: Shared libs for %N
   Shlibs: <<
       %p/lib/libswfmillxslt.0.dylib 1.0.0 %n (>= 0.2-1)
       %p/lib/libswft.0.dylib 1.0.0 %n (>= 0.2-1)
   <<
<<
SplitOff2: <<
  Package: %N-dev
  Depends: %N-shlibs (=%v-%r)
  BuildDependsOnly: True
  Files: <<
    lib/libswfmillxslt.a
    lib/libswfmillxslt.la
    lib/libswft.a lib/libswft.la
    lib/libswfmillxslt.dylib lib/libswft.dylib
  <<
  Description: Development libraries for %N
  DocFiles: AUTHORS COPYING INSTALL NEWS README TODO
<<

--- NEW FILE: swfmill.patch ---
--- swfmill-0.2.12/configure    2007-01-25 12:59:34.000000000 +0100
+++ swfmill-0.2.12-patched/configure    2008-11-11 20:01:25.000000000 +0100
@@ -6974,67 +6974,6 @@
 
 test -z "$pic_mode" && pic_mode=default
 
-# Check if we have a version mismatch between libtool.m4 and ltmain.sh.
-#
-# Note:  This should be in AC_LIBTOOL_SETUP, _after_ $ltmain have been defined.
-#        We also should do it _before_ AC_LIBTOOL_LANG_C_CONFIG that actually
-#        calls AC_LIBTOOL_CONFIG and creates libtool.
-#
-{ echo "$as_me:$LINENO: checking for correct ltmain.sh version" >&5
-echo $ECHO_N "checking for correct ltmain.sh version... $ECHO_C" >&6; }
-if test "x$ltmain" = "x" ; then
-  { echo "$as_me:$LINENO: result: no" >&5
-echo "${ECHO_T}no" >&6; }
-  { { echo "$as_me:$LINENO: error:
-
-*** [Gentoo] sanity check failed! ***
-*** \$ltmain is not defined, please check the patch for consistency! ***
-" >&5
-echo "$as_me: error:
-
-*** [Gentoo] sanity check failed! ***
-*** \$ltmain is not defined, please check the patch for consistency! ***
-" >&2;}
-   { (exit 1); exit 1; }; }
-fi
-gentoo_lt_version="1.5.22"
-gentoo_ltmain_version=`sed -n '/^[     ]*VERSION=/{s/^[        
]*VERSION=//;p;q;}' "$ltmain"`
-if test "x$gentoo_lt_version" != "x$gentoo_ltmain_version" ; then
-  { echo "$as_me:$LINENO: result: no" >&5
-echo "${ECHO_T}no" >&6; }
-  { { echo "$as_me:$LINENO: error:
-
-*** [Gentoo] sanity check failed! ***
-*** libtool.m4 and ltmain.sh have a version mismatch! ***
-*** (libtool.m4 = $gentoo_lt_version, ltmain.sh = $gentoo_ltmain_version) ***
-
-Please run:
-
-  libtoolize --copy --force
-
-if appropriate, please contact the maintainer of this
-package (or your distribution) for help.
-" >&5
-echo "$as_me: error:
-
-*** [Gentoo] sanity check failed! ***
-*** libtool.m4 and ltmain.sh have a version mismatch! ***
-*** (libtool.m4 = $gentoo_lt_version, ltmain.sh = $gentoo_ltmain_version) ***
-
-Please run:
-
-  libtoolize --copy --force
-
-if appropriate, please contact the maintainer of this
-package (or your distribution) for help.
-" >&2;}
-   { (exit 1); exit 1; }; }
-else
-  { echo "$as_me:$LINENO: result: yes" >&5
-echo "${ECHO_T}yes" >&6; }
-fi
-
-
 # Use C for the default configuration in the libtool script
 tagname=
 lt_save_CC="$CC"
--- swfmill-0.2.12/src/Makefile.in      2007-01-25 12:59:54.000000000 +0100
+++ swfmill-0.2.12-patched/src/Makefile.in      2008-11-11 20:01:59.000000000 
+0100
@@ -218,9 +218,7 @@
 target_alias = @target_alias@
 NULL = 
 MAINTAINERCLEANFILES = Makefile.in
-...@is_osx_true@ADDCFLAGS = -DLIBXML_STATIC -DLIBXSLT_STATIC -DLIBEXSLT_STATIC
 @is_windows_t...@addcflags = -DLIBXML_STATIC -DLIBXSLT_STATIC -DLIBEXSLT_STATIC
-...@is_osx_true@ADDLDFLAGS = -all-static
 @is_windows_t...@addldflags = -all-static
 swfmill_CFLAGS = $(XML_CFLAGS) $(XSLT_CFLAGS) $(ADDCFLAGS) -I./swft/ -I./xslt/
 swfmill_CXXFLAGS = $(swfmill_CFLAGS)
--- swfmill-0.2.12/src/Makefile.am      2006-07-20 17:08:38.000000000 +0200
+++ swfmill-0.2.12-patched/src/Makefile.am      2008-11-11 19:30:12.000000000 
+0100
@@ -10,8 +10,8 @@
 ADDLDFLAGS = -all-static
 endif
 if IS_OSX
-ADDCFLAGS = -DLIBXML_STATIC -DLIBXSLT_STATIC -DLIBEXSLT_STATIC
-ADDLDFLAGS = -all-static
+#ADDCFLAGS = -DLIBXML_STATIC -DLIBXSLT_STATIC -DLIBEXSLT_STATIC
+#ADDLDFLAGS = -all-static
 endif
 
 swfmill_CFLAGS = $(XML_CFLAGS) $(XSLT_CFLAGS) $(ADDCFLAGS) -I./swft/ -I./xslt/


------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to