Package: libming1-shlibs Version: 0.4.5 Revision: 3 BuildDepends: << fink-package-precedence, freetype219 (>= 2.4.11-1), giflib, libpng16, libtool2, pkgconfig, x11-dev << Depends: << freetype219-shlibs (>= 2.4.11-1), giflib-shlibs, libpng16-shlibs << Source: mirror:sourceforge:ming/ming-%v.tar.bz2 Source-MD5: 73bcbcb837f3872ef1a936c539a2513c PatchScript: << # clang++ is strict about function declarations (error to omit # the return type) find test -name \*-cxx.C | xargs perl -pi -e 's/^main\(/int main(/' << ConfigureParams: --disable-python --disable-perl --disable-php --disable-tcl --with-pic --enable-shared --disable-static --mandir=%p/share/man --enable-dependency-tracking CompileScript: << #!/bin/bash -ev ./configure %c make V=1 fink-package-precedence --prohibit-bdep=libming1-dev . << InfoTest: << TestScript: << #!/bin/sh -ev make check || exit 2 fink-package-precedence --prohibit-bdep=libming1-dev . << << InstallScript: << make install DESTDIR=%d cd docs/man ; make install DESTDIR=%d << DocFiles: AUTHORS COPYING HISTORY INSTALL LICENSE LICENSE_GPL2 NEWS README TODO Shlibs: %p/lib/libming.1.dylib 6.0.0 %n (>= 0.4.2-1) SplitOff: << Package: libming1-dev Depends: libming1-shlibs (= %v-%r) Replaces: ming, libming-dev Conflicts: ming, libming-dev BuildDependsOnly: True Files: << include lib/pkgconfig lib/libming.dylib lib/libming.la share/man/man3 << DocFiles: AUTHORS COPYING HISTORY INSTALL LICENSE LICENSE_GPL2 NEWS README TODO Description: Library to generate SWF (Flash) Files DescDetail: << Ming is an SWF (Flash) file format output library. It is written in C, with wrappers for C++, Perl, Python, PHP and experimental support for Ruby and Java. This package contains the development headers for C and C++. << << SplitOff2: << Package: libming-utils Conflicts: swftools Depends: << libming1-shlibs (>= %v-%r), freetype219-shlibs(>= 2.4.11-1), giflib-shlibs, libpng16-shlibs << Files: << bin share/man/man1 << DocFiles: AUTHORS COPYING HISTORY INSTALL LICENSE LICENSE_GPL2 NEWS README TODO Description: Utilities to generate SWF (Flash) Files DescDetail: << Ming is an SWF (Flash) file format output library. It is written in C, with wrappers for C++, Perl, Python, PHP and experimental support for Ruby and Java. This package contains some utilities like: swftophp - SWF to PHP converter makefdb - Font Definition Ripper listfdb - List Font Definition listjpeg - List JPEGs listswf - SWF Disassembler listaction - Actions Script Disassembler png2dbl - PNG convert gif2dbl - GIF converter gif2mask - GIF Mask extractor raw2adpcm - Audio Converter << << Description: Library to generate SWF (Flash) Files DescDetail: << Ming is an SWF (Flash) file format output library. It is written in C, with wrappers for C++, Perl, Python, PHP and experimental support for Ruby and Java. This package contains the C and C++ library. << DescPackaging: << C++ bindings appear to be implemented in headers only, not compiled. C++ is also used in tests, but no compiled C++ leaks into the installed binaries. << License: GPL HomePage: http://www.libming.org Maintainer: Pierre-Henri Lavigne