[SCM] This is the Debian package of the Ming library branch, master, updated. upstream/0.4.5-39-g25da7b1

Gabriele Giacone gg0-guest at moszumanska.debian.org
Thu Jan 30 02:43:53 UTC 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "This is the Debian package of the Ming library".

The branch, master has been updated
       via  25da7b1869e6d9df16cb1aca06c154910ce53426 (commit)
       via  1107efe6e8440c07840e8d439608e0a7c2770715 (commit)
       via  d69d7d0e4d5af2b554f21afc86e1b6b078685324 (commit)
       via  5ed2530a55c18a978085e402b62e8d1e45cb2bde (commit)
       via  04cc77a36a98d6d9d65aea784a83ae69a18dfe84 (commit)
       via  ca3690622793e6ac290c2f8bcb58c3adb5ba827f (commit)
       via  5f36e4822d226f7a5222e4334854546f44d9568d (commit)
       via  14f2e5434cf804bac56ab2d1aaba2239f194f8d8 (commit)
       via  27c9260e1d15ef24e04d15e5a3701a84d6695cbc (commit)
       via  d252a827b7f5a96475d507290cbed5a5cee8db04 (commit)
       via  ba25e795c28d3494e89756bc89706f4625ff6ce9 (commit)
       via  270ca03467e543b330c3b0b30250a8ae15c06761 (commit)
       via  706d0dcf753f91deab56d6dc7636bfecd9da78c2 (commit)
       via  44485716900d2fec853643dca02703f10f642216 (commit)
       via  2aae26a74bf3389a4e80672a7fcb7faabfee4794 (commit)
       via  e891bdb7f4ee3df4985357c0522b7608e5bd6f03 (commit)
       via  9121fc0d9e59f46fad2b5412efe5970ab4b35d86 (commit)
      from  c5ee72c09ec210f736fd24e06e53f06a02c1cd07 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 25da7b1869e6d9df16cb1aca06c154910ce53426
Merge: c5ee72c 1107efe
Author: Gabriele Giacone <1o5g4r8o at gmail.com>
Date:   Thu Jan 30 03:35:27 2014 +0100

    Merge branch 'nmu-0.4.5-1.1'
    
    Conflicts:
    	Makefile.in
    	configure
    	configure.in
    	debian/changelog
    	debian/control
    	debian/patches/series
    	docs/man/Makefile
    	docs/man/Makefile.in
    	perl_ext/Makefile.in
    	php_ext/Makefile.in
    	py_ext/Makefile.in

-----------------------------------------------------------------------

Summary of changes:
 Makefile.in             |   7 +-
 configure               |   2 +-
 configure.in            |   2 +-
 debian/changelog        |   9 ++
 debian/control          |   2 +-
 debian/patches/04_bison | 113 ++++++++++++++++++++++++
 debian/patches/05_hurd  |  17 ++++
 debian/patches/06_ungif |  16 ++++
 debian/patches/series   |   3 +
 docs/man/Makefile       | 229 +++++++++++++++++++++++++++++++++++++++---------
 docs/man/Makefile.in    | 159 +++++++++++++++++++++++++++++++--
 perl_ext/Makefile.in    |   2 +-
 php_ext/Makefile.in     |   4 +-
 py_ext/Makefile.in      |   2 +-
 14 files changed, 510 insertions(+), 57 deletions(-)

diff --git a/Makefile.in b/Makefile.in
index 0d8031a..584303d 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -59,9 +59,10 @@ subdir = .
 DIST_COMMON = README $(am__configure_deps) $(am__include_HEADERS_DIST) \
 	$(srcdir)/Makefile.am $(srcdir)/Makefile.in \
 	$(srcdir)/ming.spec.in $(top_srcdir)/configure AUTHORS COPYING \
-	ChangeLog INSTALL NEWS TODO config/compile config/config.guess \
-	config/config.sub config/depcomp config/install-sh \
-	config/ltmain.sh config/missing
+	ChangeLog INSTALL NEWS TODO config.guess config.sub \
+	config/compile config/config.guess config/config.sub \
+	config/depcomp config/install-sh config/ltmain.sh \
+	config/missing
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 am__aclocal_m4_deps = $(top_srcdir)/macros/libtool.m4 \
 	$(top_srcdir)/macros/ltoptions.m4 \
diff --git a/configure b/configure
index 339971e..2563eca 100755
--- a/configure
+++ b/configure
@@ -2989,7 +2989,7 @@ fi
 
 INTERFACE_CURRENT=5
 INTERFACE_AGE=4
-INTERFACE_REVISION=4
+INTERFACE_REVISION=5
 
 
 
diff --git a/configure.in b/configure.in
index 11ab3d7..e8ef391 100644
--- a/configure.in
+++ b/configure.in
@@ -22,7 +22,7 @@ dnl -- last release was 5:4:3
 dnl --
 INTERFACE_CURRENT=5
 INTERFACE_AGE=4
-INTERFACE_REVISION=4
+INTERFACE_REVISION=5
 
 AC_SUBST(INTERFACE_CURRENT)
 AC_SUBST(INTERFACE_REVISION)
diff --git a/debian/changelog b/debian/changelog
index 53a2cc1..6148648 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+ming (1:0.4.5-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTBFS due to ungif linking (Closes: #733373).
+  * Fix FTBFS on Hurd and against recent bison versions (Closes: #736162).
+  * Switch from superseded automake1.10 to automake (Closes: #724417).
+
+ -- Gabriele Giacone <1o5g4r8o at gmail.com>  Tue, 28 Jan 2014 19:16:47 +0100
+
 ming (1:0.4.5-1) unstable; urgency=low
 
   * New Upstream release (Closes: 664992)
diff --git a/debian/control b/debian/control
index b6c6f30..483d172 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: ming
 Section: libs
 Priority: optional
 Maintainer: Stuart R. Anderson <anderson at netsweng.com>
-Build-Depends: debhelper (>= 5.0.37.2), docbook-to-man, swig, python-all-dev (>= 2.7.3), libgif-dev, libpng-dev, libz-dev, perl (>= 5.10.0), autotools-dev, flex, bison, libfreetype6-dev, ttf-dejavu, ttf-opensymbol, php5-dev, php5-cli, automake1.10, autoconf2.59, quilt, chrpath
+Build-Depends: debhelper (>= 5.0.37.2), docbook-to-man, swig, python-all-dev (>= 2.7.3), libgif-dev, libpng-dev, libz-dev, perl (>= 5.10.0), autotools-dev, flex, bison, libfreetype6-dev, ttf-dejavu, ttf-opensymbol, php5-dev, php5-cli, automake, autoconf2.59, quilt, chrpath
 Standards-Version: 3.9.3
 Homepage: http://www.libming.net/
 
diff --git a/debian/patches/04_bison b/debian/patches/04_bison
new file mode 100644
index 0000000..434fb95
--- /dev/null
+++ b/debian/patches/04_bison
@@ -0,0 +1,113 @@
+Description: Fix build with recent bison versions.
+Author: Gabriele Giacone <1o5g4r8o at gmail.com>
+Origin: upstream, https://github.com/libming/libming/commit/8745e080324be997b2eaebc7bd9c0284130d55ff
+
+--- a/src/actioncompiler/compile.h
++++ b/src/actioncompiler/compile.h
+@@ -17,7 +17,7 @@ extern int swfVersion;
+ typedef struct _buffer *Buffer;
+ 
+ /* shut up bison.simple */
+-void yyerror(char *msg);
++void yyerror(void *buffer, char *msg);
+ int yylex();
+ 
+ #ifndef max
+--- a/src/actioncompiler/swf4compiler.y
++++ b/src/actioncompiler/swf4compiler.y
+@@ -16,6 +16,8 @@
+ 
+ %}
+ 
++%parse-param {void *buffer}
++
+ %union {
+   Buffer action;
+   char *str;
+--- a/src/actioncompiler/swf5compiler.y
++++ b/src/actioncompiler/swf5compiler.y
+@@ -25,6 +25,8 @@ static int classContext = 0;
+ 
+ %}
+ 
++%parse-param {void *buffer}
++
+ %union
+ {
+   Buffer action;
+@@ -261,7 +263,7 @@ class_init
+ 	{
+ 		if(classContext)
+ 		{
+-			swf5error("Nested classes are not allowed\n");
++			swf5error(NULL, "Nested classes are not allowed\n");
+ 			YYABORT;
+ 		}
+ 		classContext = 1;
+@@ -391,7 +393,7 @@ return_stmt
+ 		{ int tmp = chkctx(CTX_FUNCTION);
+ 		  if(tmp < 0) 
+ 		  {
+-			swf5error("return outside function");
++			swf5error(NULL, "return outside function");
+ 			YYABORT;
+ 		  }
+ 		  $$ = newBuffer();
+@@ -404,7 +406,7 @@ return_stmt
+ 		{ int tmp = chkctx(CTX_FUNCTION);
+ 		  if(tmp < 0)
+ 		  {
+-			swf5error("return outside function");
++			swf5error(NULL, "return outside function");
+ 			YYABORT;
+ 		  }
+ 		  $$ = newBuffer();
+@@ -877,7 +879,7 @@ cont_stmt
+ 		{ 
+ 		  if(chkctx(CTX_CONTINUE) < 0)
+ 		  {
+-			swf5error("continue outside loop");
++			swf5error(NULL, "continue outside loop");
+ 			YYABORT;
+ 		  }
+ 		  $$ = newBuffer();
+@@ -905,7 +907,7 @@ break_stmt
+ 		  }
+ 		  else
+ 		  {
+-			swf5error("break outside switch / loop");
++			swf5error(NULL, "break outside switch / loop");
+ 			YYABORT;
+ 		  }
+ 		}
+@@ -1603,7 +1605,7 @@ primary
+ 		{
+ 			if($1->name != NULL)
+ 			{
+-				swf5error("anonymous decl only. identifier not allowed");
++				swf5error(NULL, "anonymous decl only. identifier not allowed");
+ 				YYABORT;
+ 			}
+ 			$$ = newBuffer();
+--- a/src/actioncompiler/swf4compiler.flex
++++ b/src/actioncompiler/swf4compiler.flex
+@@ -9,7 +9,7 @@
+ #include "blocks/error.h"
+ #include "swf4compiler.tab.h" /* defines token types */
+ 
+-static int swf4debug;
++extern int swf4debug;
+ 
+ static const char *lexBuffer = NULL;
+ static int lexBufferLen = 0;
+--- a/src/actioncompiler/swf5compiler.flex
++++ b/src/actioncompiler/swf5compiler.flex
+@@ -9,7 +9,7 @@
+ #include "blocks/error.h"
+ #include "swf5compiler.tab.h" /* defines token types */
+ 
+-static int swf5debug;
++extern int swf5debug;
+ 
+ static const char *lexBuffer = NULL;
+ static int lexBufferLen = 0;
diff --git a/debian/patches/05_hurd b/debian/patches/05_hurd
new file mode 100644
index 0000000..fd65b94
--- /dev/null
+++ b/debian/patches/05_hurd
@@ -0,0 +1,17 @@
+Description: Fix build on GNU/Hurd
+Author: Gabriele Giacone <1o5g4r8o at gmail.com>
+Origin: upstream, https://github.com/libming/libming/commit/f079175192199c912ee9de4e56182e4c2a7acc8b
+
+--- a/src/ming.h.in
++++ b/src/ming.h.in
+@@ -47,6 +47,10 @@ extern "C" {
+ #define MING_VERSION        @MAJOR_VERSION at .@MINOR_VERSION at .@MICRO_VERSION@
+ #define MING_VERSION_TEXT  "@MAJOR_VERSION at .@MINOR_VERSION at .@MICRO_VERSION@"
+ 
++#ifndef PATH_MAX
++#define PATH_MAX 4096
++#endif
++
+ /***** Type definitions - avoid cyclic dependencies ****/
+ 
+ typedef unsigned char byte;
diff --git a/debian/patches/06_ungif b/debian/patches/06_ungif
new file mode 100644
index 0000000..a7617e4
--- /dev/null
+++ b/debian/patches/06_ungif
@@ -0,0 +1,16 @@
+Description: Remove ungif linking, see #732272
+Author: Gabriele Giacone <1o5g4r8o at gmail.com>
+
+--- a/py_ext/setup.py.in
++++ b/py_ext/setup.py.in
+@@ -18,10 +18,6 @@ if "@ZLIB@":
+ if "@PNGLIB@":
+ 	mylibs.append('png')
+ 
+-if "@GIFLIB@":
+-	mylibs.append("ungif")
+-
+-
+ setup(name = "mingc", version = "@MING_VERSION@",
+       package_dir = {'': srcdir},
+       py_modules = ['ming', 'mingc'],
diff --git a/debian/patches/series b/debian/patches/series
index 1525ac4..19e8852 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,6 @@
 01_perl_vendor
 02_php_ext
 03_py_ext
+04_bison
+05_hurd
+06_ungif
diff --git a/docs/man/Makefile b/docs/man/Makefile
index ee7b6d4..73a6af2 100644
--- a/docs/man/Makefile
+++ b/docs/man/Makefile
@@ -48,8 +48,8 @@ POST_INSTALL = :
 NORMAL_UNINSTALL = :
 PRE_UNINSTALL = :
 POST_UNINSTALL = :
-build_triplet = i686-pc-linux-gnu
-host_triplet = i686-pc-linux-gnu
+build_triplet = i486-pc-linux-gnu
+host_triplet = i486-pc-linux-gnu
 subdir = docs/man
 DIST_COMMON = $(dist_man1_MANS) $(dist_man3_MANS) \
 	$(srcdir)/Makefile.am $(srcdir)/Makefile.in
@@ -112,21 +112,21 @@ man3dir = $(mandir)/man3
 NROFF = nroff
 MANS = $(dist_man1_MANS) $(dist_man3_MANS)
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = ${SHELL} /home/anderson/ming/libming/config/missing --run aclocal-1.11
+ACLOCAL = ${SHELL} /home/anderson/alioth/ming/config/missing --run aclocal-1.11
 AMTAR = $${TAR-tar}
 AM_DEFAULT_VERBOSITY = 0
 AR = ar
-AUTOCONF = ${SHELL} /home/anderson/ming/libming/config/missing --run autoconf
-AUTOHEADER = ${SHELL} /home/anderson/ming/libming/config/missing --run autoheader
-AUTOMAKE = ${SHELL} /home/anderson/ming/libming/config/missing --run automake-1.11
+AUTOCONF = ${SHELL} /home/anderson/alioth/ming/config/missing --run autoconf
+AUTOHEADER = ${SHELL} /home/anderson/alioth/ming/config/missing --run autoheader
+AUTOMAKE = ${SHELL} /home/anderson/alioth/ming/config/missing --run automake-1.11
 AWK = gawk
-CC = gcc
+CC = i486-linux-gnu-gcc
 CCDEPMODE = depmode=gcc3
-CFLAGS = -g -O2 -Wall -DSWF_LITTLE_ENDIAN
-CPP = gcc -E
+CFLAGS = -Wall -g -O2 -Wall -DSWF_LITTLE_ENDIAN
+CPP = i486-linux-gnu-gcc -E
 CPPFLAGS = 
-CXX = g++
-CXXCPP = g++ -E
+CXX = i486-linux-gnu-g++
+CXXCPP = i486-linux-gnu-g++ -E
 CXXDEPMODE = depmode=gcc3
 CXXFLAGS = -g -O2
 CYGPATH_W = echo
@@ -152,7 +152,7 @@ INSTALL_SCRIPT = ${INSTALL}
 INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
 INTERFACE_AGE = 4
 INTERFACE_CURRENT = 5
-INTERFACE_REVISION = 4
+INTERFACE_REVISION = 5
 LD = /usr/bin/ld
 LDFLAGS = 
 LEX = flex
@@ -164,7 +164,7 @@ LN_S = ln -s
 LTLIBOBJS = 
 MAINT = #
 MAJOR_VERSION = 0
-MAKEINFO = ${SHELL} /home/anderson/ming/libming/config/missing --run makeinfo
+MAKEINFO = ${SHELL} /home/anderson/alioth/ming/config/missing --run makeinfo
 MANIFEST_TOOL = :
 MATHLIB = -lm
 MICRO_VERSION = 5
@@ -190,17 +190,17 @@ PHP = /usr/bin/php
 PHPIZE = /usr/bin/phpize
 PNGLIB = -lpng
 PYTHON = /usr/bin/python
-PYTHON_CPPFLAGS = 
-PYTHON_EXTRA_LDFLAGS = 
-PYTHON_EXTRA_LIBS = 
-PYTHON_LDFLAGS = 
-PYTHON_SITE_PKG = 
+PYTHON_CPPFLAGS = -I/usr/include/python2.7
+PYTHON_EXTRA_LDFLAGS = -Xlinker -export-dynamic -Wl,-O1 -Wl,-Bsymbolic-functions
+PYTHON_EXTRA_LIBS = -L/usr/lib -lz -lpthread -ldl  -lutil
+PYTHON_LDFLAGS = -L/usr/lib/python2.7 -lpython2.7
+PYTHON_SITE_PKG = /usr/lib/python2.7/dist-packages
 PYTHON_VERSION = 
 RANLIB = ranlib
 SED = /bin/sed
 SET_MAKE = 
 SHCFLAGS = 
-SHELL = /bin/sh
+SHELL = /bin/bash
 STRIP = strip
 TCL = /usr/bin/tclsh
 TCL_INC_DIR = 
@@ -209,13 +209,13 @@ VERSION = 0.4.5
 XLIB = 
 YACC = bison -y
 ZLIB = -lz
-abs_builddir = /home/anderson/ming/libming/docs/man
-abs_srcdir = /home/anderson/ming/libming/docs/man
-abs_top_builddir = /home/anderson/ming/libming
-abs_top_srcdir = /home/anderson/ming/libming
+abs_builddir = /home/anderson/alioth/ming/docs/man
+abs_srcdir = /home/anderson/alioth/ming/docs/man
+abs_top_builddir = /home/anderson/alioth/ming
+abs_top_srcdir = /home/anderson/alioth/ming
 ac_ct_AR = ar
-ac_ct_CC = gcc
-ac_ct_CXX = g++
+ac_ct_CC = 
+ac_ct_CXX = 
 ac_ct_DUMPBIN = 
 am__include = include
 am__leading_dot = .
@@ -223,9 +223,9 @@ am__quote =
 am__tar = $${TAR-tar} chof - "$$tardir"
 am__untar = $${TAR-tar} xf -
 bindir = ${exec_prefix}/bin
-build = i686-pc-linux-gnu
-build_alias = 
-build_cpu = i686
+build = i486-pc-linux-gnu
+build_alias = i486-linux-gnu
+build_cpu = i486
 build_os = linux-gnu
 build_vendor = pc
 builddir = .
@@ -235,24 +235,24 @@ docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
 dvidir = ${docdir}
 exec_prefix = ${prefix}
 ft_config = /usr/bin/freetype-config
-host = i686-pc-linux-gnu
-host_alias = 
-host_cpu = i686
+host = i486-pc-linux-gnu
+host_alias = i486-linux-gnu
+host_cpu = i486
 host_os = linux-gnu
 host_vendor = pc
 htmldir = ${docdir}
 includedir = ${prefix}/include
-infodir = ${datarootdir}/info
-install_sh = ${SHELL} /home/anderson/ming/libming/config/install-sh
+infodir = ${prefix}/share/info
+install_sh = ${SHELL} /home/anderson/alioth/ming/config/install-sh
 libdir = ${exec_prefix}/lib
 libexecdir = ${exec_prefix}/libexec
 localedir = ${datarootdir}/locale
 localstatedir = ${prefix}/var
-mandir = ${datarootdir}/man
+mandir = ${prefix}/share/man
 mkdir_p = /bin/mkdir -p
 oldincludedir = /usr/include
 pdfdir = ${docdir}
-prefix = /usr/local
+prefix = /usr
 program_transform_name = s,x,x,
 psdir = ${docdir}
 sbindir = ${exec_prefix}/sbin
@@ -281,7 +281,18 @@ dist_man1_MANS = \
 	swftotcl.1
 
 dist_man3_MANS = \
+	destroySWFAction.3		\
+	destroySWFBinaryData.3		\
+	destroySWFBitmap.3		\
+	destroySWFBrowserFont.3		\
+	destroySWFCXform.3		\
 	destroySWFMovie.3		\
+	destroySWFMovieClip.3		\
+	destroySWFPrebuiltClip.3	\
+	destroySWFSoundInstance.3	\
+	dumpJpegBlock.3			\
+	getMP3Duration.3		\
+	getMP3Flags.3			\
 	Ming_getScale.3			\
 	Ming_init.3			\
 	Ming_setCubicThreshold.3	\
@@ -290,33 +301,169 @@ dist_man3_MANS = \
 	Ming_setSWFCompression.3	\
 	Ming_setWarnFunction.3		\
 	Ming_useSWFVersion.3		\
+	newBevelFilter.3		\
+	newBlurFilter.3			\
+	newColorMatrixFilter.3		\
+	newConvolutionFilter.3		\
+	newDropShadowFilter.3		\
+	newGlowFilter.3			\
+	newGradientBevelFilter.3	\
+	newGradientGlowFilter.3		\
+	newSizedSWFOutput.3		\
+	newSWFAction.3			\
+	newSWFAction_fromFile.3		\
+	newSWFAddCXform.3		\
+	newSWFBinaryData.3		\
+	newSWFBlur.3			\
+	newSWFBrowserFont.3		\
+	newSWFCXform.3			\
+	newSWFFilterMatrix.3		\
+	newSWFFontCollection_fromFile.3	\
+	newSWFFont_fromFile.3		\
+	newSWFInitAction.3		\
+	newSWFInitAction_withId.3	\
+	newSWFInput_allocedBuffer.3	\
+	newSWFInput_bufferCopy.3	\
+	newSWFJpegWithAlpha_fromInput.3	\
+	newSWFLineStyle2.3		\
+	newSWFLineStyle2_filled.3	\
+	newSWFLineStyle.3		\
+	newSWFMatrix.3			\
 	newSWFMovie.3			\
+	newSWFMovieClip.3		\
 	newSWFMovieWithVersion.3	\
+	newSWFMultCXform.3		\
+	newSWFPlaceObjectBlock.3	\
+	newSWFPosition.3		\
+	newSWFPrebuiltClip_fromFile.3	\
+	newSWFPrebuiltClip_fromInput.3	\
+	newSWFShadow.3			\
 	newSWFShapeFromBitmap.3		\
+	newSWFSound.3			\
+	newSWFSoundFromFileno.3		\
+	newSWFSound_fromSoundStream.3	\
+	newSWFSoundInstance.3		\
+	newSWFText2.3			\
 	newSWFVideoStream.3		\
 	newSWFVideoStream_fromFile.3	\
 	newSWFVideoStream_fromInput.3	\
+	readMP3Header.3			\
+	SWFAction_compile.3		\
+	SWFAction_getByteCode.3		\
+	SWFAction_setDebug.3		\
+	SWFBlock_isCharacter.3		\
+	SWFBlockList_getLastBlock.3	\
+	SWFButton_addAction.3		\
+	SWFButton_addCharacter.3	\
+	SWFButton_addShape.3		\
+	SWFButtonRecord_addFilter.3	\
+	SWFButtonRecord_setBlendMode.3	\
+	SWFButton_removeScalingGrid.3	\
+	SWFButton_setScalingGrid.3	\
+	SWFCharacter_getHeight.3	\
+	SWFCharacter_getWidth.3		\
+	SWFCXform_setColorAdd.3		\
+	SWFCXform_setColorMult.3	\
+	SWFDisplayItem_addFilter.3	\
+	SWFDisplayItem_cacheAsBitmap.3	\
+	SWFDisplayItem_flush.3		\
+	SWFDisplayItem_get_x.3		\
+	SWFDisplayItem_setBlendMode.3	\
+	SWFDisplayItem_setMaskLevel.3	\
+	SWFDisplayItem_setName.3	\
+	SWFFontCharacter_addAllChars.3	\
+	SWFFontCharacter_addChars.3	\
+	SWFFontCharacter_addUTF8Chars.3	\
+	SWFFont_getScaledAscent.3	\
+	SWFGradient_addEntry.3		\
+	SWFGradient_setFocalPoint.3	\
+	SWFGradient_setInterpolationMode.3	\
+	SWFGradient_setSpreadMode.3	\
+	SWFMatrix_leftMultiply.3	\
+	SWFMatrix_multiply.3		\
 	SWFMovie_add.3			\
+	SWFMovie_addExport.3		\
+	SWFMovie_addFont.3		\
+	SWFMovie_add_internal.3		\
+	SWFMovie_addMetadata.3		\
+	SWFMovie_assignSymbol.3		\
+	SWFMovieClip_add.3		\
+	SWFMovieClip_addInitAction.3	\
+	SWFMovieClip_labelFrame.3	\
+	SWFMovieClip_nextFrame.3	\
+	SWFMovieClip_remove.3		\
+	SWFMovieClip_removeScalingGrid.3\
+	SWFMovieClip_setNumberOfFrames.3\
+	SWFMovieClip_setScalingGrid.3	\
+	SWFMovieClip_setSoundStream.3	\
+	SWFMovieClip_setSoundStreamAt.3	\
+	SWFMovieClip_startSound.3	\
+	SWFMovieClip_stopSound.3	\
+	SWFMovie_defineScene.3		\
+	SWFMovie_getRate.3		\
+	SWFMovie_importCharacter.3	\
+	SWFMovie_importFont.3		\
 	SWFMovie_labelFrame.3		\
 	SWFMovie_namedAnchor.3		\
+	SWFMovie_nextFrame.3		\
+	SWFMovie_output.3		\
+	SWFMovie_output_to_stream.3	\
 	SWFMovie_protect.3		\
+	SWFMovie_remove.3		\
+	SWFMovie_replace_internal.3	\
+	SWFMovie_save.3			\
+	SWFMovie_setBackground.3	\
 	SWFMovie_setDimension.3		\
+	SWFMovie_setNetworkAccess.3	\
 	SWFMovie_setNumberOfFrames.3	\
-	SWFMovie_setBackground.3	\
 	SWFMovie_setRate.3		\
-	SWFDisplayItem_addFilter.3	\
-	SWFDisplayItem_cacheAsBitmap.3	\
-	SWFDisplayItem_get_x.3		\
-	SWFDisplayItem_setBlendMode.3	\
+	SWFMovie_setScriptLimits.3	\
+	SWFMovie_setSoundStream.3	\
+	SWFMovie_setSoundStreamAt.3	\
+	SWFMovie_setTabIndex.3		\
+	SWFMovie_startSound.3		\
+	SWFMovie_stopSound.3		\
+	SWFMovie_writeExports.3		\
+	SWFOutput_checkSize.3		\
+	SWFOutput_writeFloat16.3	\
+	SWFPlaceObject2Block_addFilter.3	\
+	SWFPlaceObject2Block_setBlendMode.3	\
+	SWFPlaceObject2Block_setCacheFlag.3	\
+	SWFRect_includePoint.3		\
 	SWFShape_drawArc.3		\
 	SWFShape_drawCubic.3		\
 	SWFShape_drawScaledLineTo.3	\
+	SWFShape_getVersion.3		\
 	SWFShape_movePenTo.3		\
 	SWFShape_moveScaledPenTo.3	\
+	SWFShape_setLine2.3		\
+	SWFShape_setLine2Filled.3	\
+	SWFShape_setLine.3		\
+	SWFShape_setLineStyle2filled_internal.3	\
+	SWFShape_setLineStyle2_internal.3	\
+	SWFShape_setLineStyle_internal.3	\
+	SWFShape_setRenderHintingFlags.3	\
+	SWFShape_useVersion.3		\
+	SWFSoundInstance_addEnvelope.3	\
+	SWFSoundInstance_setLoopCount.3	\
+	SWFSoundInstance_setLoopInPoint.3	\
+	SWFSoundInstance_setLoopOutPoint.3	\
+	SWFSoundInstance_setNoMultiple.3\
+	SWFSoundStream_getDuration.3	\
+	SWFSoundStream_getFrames.3	\
+	SWFSoundStream_rewind.3		\
+	SWFText_addWideString.3		\
+	SWFTextField_setFont.3		\
+	SWFTextField_setFontCharacter.3	\
+	SWFText_resolveCodes.3		\
 	SWFVideoStream_getNumFrames.3	\
 	SWFVideoStream_getVideoFrame.3	\
 	SWFVideoStream_hasAudio.3	\
-	SWFVideoStream_setDimension.3	
+	SWFVideoStream_nextFrame.3	\
+	SWFVideoStream_seek.3		\
+	SWFVideoStream_setDimension.3	\
+	SWFVideoStream_setFrameMode.3	\
+	writeSWFButtonSoundToMethod.3	
 
 all: all-am
 
diff --git a/docs/man/Makefile.in b/docs/man/Makefile.in
index 4f59f76..444fc54 100644
--- a/docs/man/Makefile.in
+++ b/docs/man/Makefile.in
@@ -281,7 +281,18 @@ dist_man1_MANS = \
 	swftotcl.1
 
 dist_man3_MANS = \
+	destroySWFAction.3		\
+	destroySWFBinaryData.3		\
+	destroySWFBitmap.3		\
+	destroySWFBrowserFont.3		\
+	destroySWFCXform.3		\
 	destroySWFMovie.3		\
+	destroySWFMovieClip.3		\
+	destroySWFPrebuiltClip.3	\
+	destroySWFSoundInstance.3	\
+	dumpJpegBlock.3			\
+	getMP3Duration.3		\
+	getMP3Flags.3			\
 	Ming_getScale.3			\
 	Ming_init.3			\
 	Ming_setCubicThreshold.3	\
@@ -290,33 +301,169 @@ dist_man3_MANS = \
 	Ming_setSWFCompression.3	\
 	Ming_setWarnFunction.3		\
 	Ming_useSWFVersion.3		\
+	newBevelFilter.3		\
+	newBlurFilter.3			\
+	newColorMatrixFilter.3		\
+	newConvolutionFilter.3		\
+	newDropShadowFilter.3		\
+	newGlowFilter.3			\
+	newGradientBevelFilter.3	\
+	newGradientGlowFilter.3		\
+	newSizedSWFOutput.3		\
+	newSWFAction.3			\
+	newSWFAction_fromFile.3		\
+	newSWFAddCXform.3		\
+	newSWFBinaryData.3		\
+	newSWFBlur.3			\
+	newSWFBrowserFont.3		\
+	newSWFCXform.3			\
+	newSWFFilterMatrix.3		\
+	newSWFFontCollection_fromFile.3	\
+	newSWFFont_fromFile.3		\
+	newSWFInitAction.3		\
+	newSWFInitAction_withId.3	\
+	newSWFInput_allocedBuffer.3	\
+	newSWFInput_bufferCopy.3	\
+	newSWFJpegWithAlpha_fromInput.3	\
+	newSWFLineStyle2.3		\
+	newSWFLineStyle2_filled.3	\
+	newSWFLineStyle.3		\
+	newSWFMatrix.3			\
 	newSWFMovie.3			\
+	newSWFMovieClip.3		\
 	newSWFMovieWithVersion.3	\
+	newSWFMultCXform.3		\
+	newSWFPlaceObjectBlock.3	\
+	newSWFPosition.3		\
+	newSWFPrebuiltClip_fromFile.3	\
+	newSWFPrebuiltClip_fromInput.3	\
+	newSWFShadow.3			\
 	newSWFShapeFromBitmap.3		\
+	newSWFSound.3			\
+	newSWFSoundFromFileno.3		\
+	newSWFSound_fromSoundStream.3	\
+	newSWFSoundInstance.3		\
+	newSWFText2.3			\
 	newSWFVideoStream.3		\
 	newSWFVideoStream_fromFile.3	\
 	newSWFVideoStream_fromInput.3	\
+	readMP3Header.3			\
+	SWFAction_compile.3		\
+	SWFAction_getByteCode.3		\
+	SWFAction_setDebug.3		\
+	SWFBlock_isCharacter.3		\
+	SWFBlockList_getLastBlock.3	\
+	SWFButton_addAction.3		\
+	SWFButton_addCharacter.3	\
+	SWFButton_addShape.3		\
+	SWFButtonRecord_addFilter.3	\
+	SWFButtonRecord_setBlendMode.3	\
+	SWFButton_removeScalingGrid.3	\
+	SWFButton_setScalingGrid.3	\
+	SWFCharacter_getHeight.3	\
+	SWFCharacter_getWidth.3		\
+	SWFCXform_setColorAdd.3		\
+	SWFCXform_setColorMult.3	\
+	SWFDisplayItem_addFilter.3	\
+	SWFDisplayItem_cacheAsBitmap.3	\
+	SWFDisplayItem_flush.3		\
+	SWFDisplayItem_get_x.3		\
+	SWFDisplayItem_setBlendMode.3	\
+	SWFDisplayItem_setMaskLevel.3	\
+	SWFDisplayItem_setName.3	\
+	SWFFontCharacter_addAllChars.3	\
+	SWFFontCharacter_addChars.3	\
+	SWFFontCharacter_addUTF8Chars.3	\
+	SWFFont_getScaledAscent.3	\
+	SWFGradient_addEntry.3		\
+	SWFGradient_setFocalPoint.3	\
+	SWFGradient_setInterpolationMode.3	\
+	SWFGradient_setSpreadMode.3	\
+	SWFMatrix_leftMultiply.3	\
+	SWFMatrix_multiply.3		\
 	SWFMovie_add.3			\
+	SWFMovie_addExport.3		\
+	SWFMovie_addFont.3		\
+	SWFMovie_add_internal.3		\
+	SWFMovie_addMetadata.3		\
+	SWFMovie_assignSymbol.3		\
+	SWFMovieClip_add.3		\
+	SWFMovieClip_addInitAction.3	\
+	SWFMovieClip_labelFrame.3	\
+	SWFMovieClip_nextFrame.3	\
+	SWFMovieClip_remove.3		\
+	SWFMovieClip_removeScalingGrid.3\
+	SWFMovieClip_setNumberOfFrames.3\
+	SWFMovieClip_setScalingGrid.3	\
+	SWFMovieClip_setSoundStream.3	\
+	SWFMovieClip_setSoundStreamAt.3	\
+	SWFMovieClip_startSound.3	\
+	SWFMovieClip_stopSound.3	\
+	SWFMovie_defineScene.3		\
+	SWFMovie_getRate.3		\
+	SWFMovie_importCharacter.3	\
+	SWFMovie_importFont.3		\
 	SWFMovie_labelFrame.3		\
 	SWFMovie_namedAnchor.3		\
+	SWFMovie_nextFrame.3		\
+	SWFMovie_output.3		\
+	SWFMovie_output_to_stream.3	\
 	SWFMovie_protect.3		\
+	SWFMovie_remove.3		\
+	SWFMovie_replace_internal.3	\
+	SWFMovie_save.3			\
+	SWFMovie_setBackground.3	\
 	SWFMovie_setDimension.3		\
+	SWFMovie_setNetworkAccess.3	\
 	SWFMovie_setNumberOfFrames.3	\
-	SWFMovie_setBackground.3	\
 	SWFMovie_setRate.3		\
-	SWFDisplayItem_addFilter.3	\
-	SWFDisplayItem_cacheAsBitmap.3	\
-	SWFDisplayItem_get_x.3		\
-	SWFDisplayItem_setBlendMode.3	\
+	SWFMovie_setScriptLimits.3	\
+	SWFMovie_setSoundStream.3	\
+	SWFMovie_setSoundStreamAt.3	\
+	SWFMovie_setTabIndex.3		\
+	SWFMovie_startSound.3		\
+	SWFMovie_stopSound.3		\
+	SWFMovie_writeExports.3		\
+	SWFOutput_checkSize.3		\
+	SWFOutput_writeFloat16.3	\
+	SWFPlaceObject2Block_addFilter.3	\
+	SWFPlaceObject2Block_setBlendMode.3	\
+	SWFPlaceObject2Block_setCacheFlag.3	\
+	SWFRect_includePoint.3		\
 	SWFShape_drawArc.3		\
 	SWFShape_drawCubic.3		\
 	SWFShape_drawScaledLineTo.3	\
+	SWFShape_getVersion.3		\
 	SWFShape_movePenTo.3		\
 	SWFShape_moveScaledPenTo.3	\
+	SWFShape_setLine2.3		\
+	SWFShape_setLine2Filled.3	\
+	SWFShape_setLine.3		\
+	SWFShape_setLineStyle2filled_internal.3	\
+	SWFShape_setLineStyle2_internal.3	\
+	SWFShape_setLineStyle_internal.3	\
+	SWFShape_setRenderHintingFlags.3	\
+	SWFShape_useVersion.3		\
+	SWFSoundInstance_addEnvelope.3	\
+	SWFSoundInstance_setLoopCount.3	\
+	SWFSoundInstance_setLoopInPoint.3	\
+	SWFSoundInstance_setLoopOutPoint.3	\
+	SWFSoundInstance_setNoMultiple.3\
+	SWFSoundStream_getDuration.3	\
+	SWFSoundStream_getFrames.3	\
+	SWFSoundStream_rewind.3		\
+	SWFText_addWideString.3		\
+	SWFTextField_setFont.3		\
+	SWFTextField_setFontCharacter.3	\
+	SWFText_resolveCodes.3		\
 	SWFVideoStream_getNumFrames.3	\
 	SWFVideoStream_getVideoFrame.3	\
 	SWFVideoStream_hasAudio.3	\
-	SWFVideoStream_setDimension.3	
+	SWFVideoStream_nextFrame.3	\
+	SWFVideoStream_seek.3		\
+	SWFVideoStream_setDimension.3	\
+	SWFVideoStream_setFrameMode.3	\
+	writeSWFButtonSoundToMethod.3	
 
 all: all-am
 
diff --git a/perl_ext/Makefile.in b/perl_ext/Makefile.in
index 9d56c40..d84adce 100644
--- a/perl_ext/Makefile.in
+++ b/perl_ext/Makefile.in
@@ -463,7 +463,7 @@ install: Makefile.perl
 	$(MAKE) -f Makefile.perl install PREFIX=$(prefix)
 
 Makefile.perl: Makefile.PL
-	srcdir=$(srcdir) builddir=$(abs_builddir) $(PERL) $< PREFIX=$(prefix) FIRST_MAKEFILE=Makefile.perl
+	srcdir=$(srcdir) builddir=$(abs_builddir) $(PERL) $< PREFIX=$(prefix) FIRST_MAKEFILE=Makefile.perl INSTALLDIRS=vendor
 
 clean-local: Makefile.perl
 	$(MAKE) -f Makefile.perl realclean
diff --git a/php_ext/Makefile.in b/php_ext/Makefile.in
index adcd78e..f2f3f06 100644
--- a/php_ext/Makefile.in
+++ b/php_ext/Makefile.in
@@ -649,8 +649,8 @@ uninstall-am: uninstall-pkglibLTLIBRARIES
 
 
 install: all
-	$(INSTALL) -d "$(DESTDIR)"/`php-config --extension-dir`
-	$(INSTALL) -m 755 .libs/ming.so "$(DESTDIR)"/`php-config --extension-dir`
+	$(INSTALL) -d `dirname $(prefix)`/`php-config --extension-dir`
+	$(INSTALL) -m 755 .libs/ming.so `dirname $(prefix)`/`php-config --extension-dir`
 
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.
diff --git a/py_ext/Makefile.in b/py_ext/Makefile.in
index a8a00b6..6067037 100644
--- a/py_ext/Makefile.in
+++ b/py_ext/Makefile.in
@@ -443,7 +443,7 @@ clean-local:
 	rm -Rf test.swf build
 
 install:
-	$(PYTHON) setup.py install --prefix $(prefix) --root "/$(DESTDIR)"
+	$(PYTHON) setup.py install --prefix $(prefix) --root `dirname $(prefix)`
 
 test.swf:
 	$(PYTHON) shape.py


hooks/post-receive
-- 
This is the Debian package of the Ming library



More information about the pkg-flash-devel mailing list