1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95
|
Source: libming
Section: libs
Priority: optional
Maintainer: Erich Schubert <debian@vitavonni.de>
Build-Depends: debhelper (>> 3.0.0), swig, php4-dev, python2.1-dev, python2.2-dev, giflib4g-dev, libpng2-dev, libz-dev, perl (>= 5.6.0-16)
Standards-Version: 3.5.2
Package: libming
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Description: Library to generate SWF (Flash) Files
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.
Package: libming-dev
Section: devel
Architecture: any
Depends: libming (= ${Source-Version})
Description: Library to generate SWF (Flash) Files (development files)
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++.
Package: libswf-perl
Architecture: any
Section: interpreters
Depends: libming (= ${Source-Version}), ${shlibs:Depends}, ${perl:Depends}
Description: Ming (SWF) module for Perl
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 Perl Module.
Package: libming-util
Section: devel
Architecture: any
Depends: libming (= ${Source-Version}), ${shlibs:Depends}, giflib4g
Description: Library to generate SWF (Flash) Files - Utilities
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
The utils are located in /usr/lib/libming/bin
Package: php4-ming
Section: web
Architecture: any
Depends: libming (= ${Source-Version}), ${shlibs:Depends}, zendapi-20010901
Description: Ming (SWF) module for php4
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 PHP4 Module.
Package: python-ming
Architecture: any
Section: interpreters
Depends: libming (= ${Source-Version}), ${shlibs:Depends}, python (>= 2.1), python (<= 2.2)
Replaces: python2-ming
Description: Ming (SWF) module for Python
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 Python Module and development files.
Package: python2.2-ming
Architecture: any
Section: interpreters
Depends: libming (= ${Source-Version}), ${shlibs:Depends}, python2.2
Description: Ming (SWF) module for Python 2.2
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 Python 2.2 Module.
|