[SCM] ming - library to generate SWF (Flash) Files branch, master, updated. debian/1%0.4.5-1-26-g5270a1a
Gabriele Giacone
gg0-guest at moszumanska.debian.org
Thu Jun 26 00:44:01 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 "ming - library to generate SWF (Flash) Files".
The branch, master has been updated
via 5270a1a9c3cc00217f1abed5c371bee97e699e51 (commit)
via 565bcf81dbcca24d6352b4c81633a97a38c35628 (commit)
via 945ff92c0929265d64231d4fb38a33cf9f4510f5 (commit)
via e1d84e7d96e4dac57314937bc9cf60c4d3d85b1f (commit)
via 90bab4907ea2c779113113d20a4951cf2e22dd41 (commit)
via 6bb99fa17e4a25e593229bb718140eb7bd6edef5 (commit)
via 37c54b89fdb40aeea820f0affb3a3a66206e4e84 (commit)
via fe222dae33db413b4f431489dd80000675c71303 (commit)
from 22060691be8f21224b6abfcaacae3ca2e23caaf5 (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 5270a1a9c3cc00217f1abed5c371bee97e699e51
Author: Gabriele Giacone <1o5g4r8o at gmail.com>
Date: Thu Jun 26 02:36:48 2014 +0200
Bump Standards-Version to 3.9.5 (no changes).
commit 565bcf81dbcca24d6352b4c81633a97a38c35628
Author: Gabriele Giacone <1o5g4r8o at gmail.com>
Date: Thu Jun 26 02:31:42 2014 +0200
Enable hardening.
commit 945ff92c0929265d64231d4fb38a33cf9f4510f5
Author: Gabriele Giacone <1o5g4r8o at gmail.com>
Date: Tue Jan 28 18:44:15 2014 +0100
Switch to 3.0 (quilt).
commit e1d84e7d96e4dac57314937bc9cf60c4d3d85b1f
Author: Gabriele Giacone <1o5g4r8o at gmail.com>
Date: Tue Jan 28 18:39:08 2014 +0100
Remove duplicate section libs.
commit 90bab4907ea2c779113113d20a4951cf2e22dd41
Author: Gabriele Giacone <1o5g4r8o at gmail.com>
Date: Thu Jun 26 01:16:31 2014 +0200
Revert imported non debian/ changes.
commit 6bb99fa17e4a25e593229bb718140eb7bd6edef5
Author: Gabriele Giacone <1o5g4r8o at gmail.com>
Date: Thu Jun 26 00:53:22 2014 +0200
Switch to Debian Flash Team maintainship.
commit 37c54b89fdb40aeea820f0affb3a3a66206e4e84
Author: Gabriele Giacone <1o5g4r8o at gmail.com>
Date: Thu Jun 26 00:49:37 2014 +0200
B-D on debhelper 9.
commit fe222dae33db413b4f431489dd80000675c71303
Author: Gabriele Giacone <1o5g4r8o at gmail.com>
Date: Thu Jun 26 00:45:45 2014 +0200
Don't hardcode /usr/lib/perl5 (Closes: #752716).
-----------------------------------------------------------------------
Summary of changes:
Makefile.in | 7 +-
configure | 2 +-
configure.in | 2 +-
debian/changelog | 6 ++
debian/control | 8 +-
debian/libswf-perl.dirs | 2 -
debian/libswf-perl.install | 3 -
debian/libswf-perl.install.in | 3 +
debian/rules | 23 ++---
debian/source/format | 1 +
docs/man/Makefile | 229 ++++++++----------------------------------
docs/man/Makefile.am | 159 ++---------------------------
docs/man/Makefile.in | 159 ++---------------------------
perl_ext/Makefile.in | 2 +-
php_ext/Makefile.in | 4 +-
py_ext/Makefile.in | 2 +-
16 files changed, 87 insertions(+), 525 deletions(-)
diff --git a/Makefile.in b/Makefile.in
index 584303d..0d8031a 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -59,10 +59,9 @@ 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.guess config.sub \
- config/compile config/config.guess config/config.sub \
- config/depcomp config/install-sh config/ltmain.sh \
- config/missing
+ ChangeLog INSTALL NEWS TODO 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 2563eca..339971e 100755
--- a/configure
+++ b/configure
@@ -2989,7 +2989,7 @@ fi
INTERFACE_CURRENT=5
INTERFACE_AGE=4
-INTERFACE_REVISION=5
+INTERFACE_REVISION=4
diff --git a/configure.in b/configure.in
index e8ef391..11ab3d7 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=5
+INTERFACE_REVISION=4
AC_SUBST(INTERFACE_CURRENT)
AC_SUBST(INTERFACE_REVISION)
diff --git a/debian/changelog b/debian/changelog
index c33b299..7299f0f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,12 +1,18 @@
ming (1:0.4.5-2) UNRELEASED; urgency=medium
+ * Do not hardcode /usr/lib/perl5 in d/rules and d/*.install (Closes: #752716).
* Add Vcs-* fields.
+ * B-D on debhelper >= 9.
+ * Switch to Debian Flash Team maintainship.
+ * Enable hardening.
+ * Bump Standards-Version to 3.9.5 (no changes).
-- Gabriele Giacone <1o5g4r8o at gmail.com> Thu, 30 Jan 2014 03:51:44 +0100
ming (1:0.4.5-1.1) unstable; urgency=medium
* Non-maintainer upload.
+ * Switch to 3.0 (quilt) format.
* 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).
diff --git a/debian/control b/debian/control
index 40826fe..9427891 100644
--- a/debian/control
+++ b/debian/control
@@ -1,15 +1,15 @@
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, automake, autoconf2.59, quilt, chrpath
-Standards-Version: 3.9.3
+Maintainer: Debian Flash Team <pkg-flash-devel at lists.alioth.debian.org>
+Uploaders: Stuart R. Anderson <anderson at netsweng.com>
+Build-Depends: debhelper (>= 9), 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, chrpath
+Standards-Version: 3.9.5
Homepage: http://www.libming.net/
Vcs-Git: git://anonscm.debian.org/pkg-flash/ming.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-flash/ming.git
Package: libming1
-Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: libming (<= 0.2a.cvs20020110-1)
diff --git a/debian/libswf-perl.dirs b/debian/libswf-perl.dirs
index a82dc4a..2ae7ac9 100644
--- a/debian/libswf-perl.dirs
+++ b/debian/libswf-perl.dirs
@@ -1,3 +1 @@
-usr/lib/perl5/SWF
-usr/lib/perl5/auto/SWF
usr/share/man/man3
diff --git a/debian/libswf-perl.install b/debian/libswf-perl.install
deleted file mode 100644
index 96c1e72..0000000
--- a/debian/libswf-perl.install
+++ /dev/null
@@ -1,3 +0,0 @@
-usr/lib/perl5/SWF/*
-usr/lib/perl5/SWF.pm
-usr/lib/perl5/auto/SWF/*
diff --git a/debian/libswf-perl.install.in b/debian/libswf-perl.install.in
new file mode 100644
index 0000000..9810733
--- /dev/null
+++ b/debian/libswf-perl.install.in
@@ -0,0 +1,3 @@
+${perlarchlib}/SWF/*
+${perlarchlib}/SWF.pm
+${perlarchlib}/auto/SWF/*
diff --git a/debian/rules b/debian/rules
index cdd9082..3220f1e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,26 +14,24 @@ SOURCE_VERSION = $(shell dpkg-parsechangelog | grep ^Version | sed "s/Vers
#Deal with the hardening stuff
#export DEB_BUILD_MAINT_OPTIONS = hardening=+all
-#DPKG_EXPORT_BUILDFLAGS = 1
-#include /usr/share/dpkg/buildflags.mk
+DPKG_EXPORT_BUILDFLAGS = 1
+include /usr/share/dpkg/buildflags.mk
PYDEF=$(shell pyversions -d)
PYVERS=$(shell pyversions -r)
-CFLAGS = -Wall -g
+PERLARCHLIB := $(shell perl -MConfig -e 'print $$Config{vendorarch}')
+
+CFLAGS += -Wall
ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
CFLAGS += -O0
-else
- CFLAGS += -O2
endif
configure: configure-stamp
configure-stamp:
dh_testdir
- $(MAKE) -f /usr/share/quilt/quilt.make patch
-
ifneq "$(wildcard /usr/share/misc/config.sub)" ""
cp -f /usr/share/misc/config.sub config.sub
endif
@@ -42,7 +40,7 @@ ifneq "$(wildcard /usr/share/misc/config.guess)" ""
endif
./autogen.sh
- CFLAGS="$(CFLAGS)" ./configure \
+ ./configure \
--host=$(DEB_HOST_GNU_TYPE) \
--build=$(DEB_BUILD_GNU_TYPE) \
--prefix=/usr \
@@ -110,8 +108,7 @@ clean:
rm -f libming-util.1
if [ -f Makefile ]; then $(MAKE) distclean; fi
rm -f config.log config.sub config.guess
-
- $(MAKE) -f /usr/share/quilt/quilt.make unpatch
+ rm -f debian/libswf-perl.install
dh_clean
@@ -125,7 +122,7 @@ install: build
# debian/tmp.
$(MAKE) install prefix=$(CURDIR)/debian/tmp/usr
- chrpath -d debian/tmp/usr/lib/perl5/auto/SWF/SWF.so
+ chrpath -d debian/tmp/$(PERLARCHLIB)/auto/SWF/SWF.so
chrpath -d debian/tmp/usr/lib/php5/*/ming.so
# 0.4.5 has the man pages we were mising
@@ -133,7 +130,9 @@ install: build
dh_installman -p libming-util libming-util.1
# # Perl extension
-# strip --remove-section=.comment --remove-section=.note --strip-unneeded debian/tmp/usr/lib/perl5/auto/SWF/SWF.so
+# strip --remove-section=.comment --remove-section=.note --strip-unneeded debian/tmp/$(PERLARCHLIB)/auto/SWF/SWF.so
+
+ sed -e 's,$${perlarchlib},$(PERLARCHLIB),g' debian/libswf-perl.install.in > debian/libswf-perl.install
# install Python extension
for python in $(PYVERS); do \
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/docs/man/Makefile b/docs/man/Makefile
index 73a6af2..ee7b6d4 100644
--- a/docs/man/Makefile
+++ b/docs/man/Makefile
@@ -48,8 +48,8 @@ POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
-build_triplet = i486-pc-linux-gnu
-host_triplet = i486-pc-linux-gnu
+build_triplet = i686-pc-linux-gnu
+host_triplet = i686-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/alioth/ming/config/missing --run aclocal-1.11
+ACLOCAL = ${SHELL} /home/anderson/ming/libming/config/missing --run aclocal-1.11
AMTAR = $${TAR-tar}
AM_DEFAULT_VERBOSITY = 0
AR = ar
-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
+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
AWK = gawk
-CC = i486-linux-gnu-gcc
+CC = gcc
CCDEPMODE = depmode=gcc3
-CFLAGS = -Wall -g -O2 -Wall -DSWF_LITTLE_ENDIAN
-CPP = i486-linux-gnu-gcc -E
+CFLAGS = -g -O2 -Wall -DSWF_LITTLE_ENDIAN
+CPP = gcc -E
CPPFLAGS =
-CXX = i486-linux-gnu-g++
-CXXCPP = i486-linux-gnu-g++ -E
+CXX = g++
+CXXCPP = 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 = 5
+INTERFACE_REVISION = 4
LD = /usr/bin/ld
LDFLAGS =
LEX = flex
@@ -164,7 +164,7 @@ LN_S = ln -s
LTLIBOBJS =
MAINT = #
MAJOR_VERSION = 0
-MAKEINFO = ${SHELL} /home/anderson/alioth/ming/config/missing --run makeinfo
+MAKEINFO = ${SHELL} /home/anderson/ming/libming/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 = -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_CPPFLAGS =
+PYTHON_EXTRA_LDFLAGS =
+PYTHON_EXTRA_LIBS =
+PYTHON_LDFLAGS =
+PYTHON_SITE_PKG =
PYTHON_VERSION =
RANLIB = ranlib
SED = /bin/sed
SET_MAKE =
SHCFLAGS =
-SHELL = /bin/bash
+SHELL = /bin/sh
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/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
+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
ac_ct_AR = ar
-ac_ct_CC =
-ac_ct_CXX =
+ac_ct_CC = gcc
+ac_ct_CXX = g++
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 = i486-pc-linux-gnu
-build_alias = i486-linux-gnu
-build_cpu = i486
+build = i686-pc-linux-gnu
+build_alias =
+build_cpu = i686
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 = i486-pc-linux-gnu
-host_alias = i486-linux-gnu
-host_cpu = i486
+host = i686-pc-linux-gnu
+host_alias =
+host_cpu = i686
host_os = linux-gnu
host_vendor = pc
htmldir = ${docdir}
includedir = ${prefix}/include
-infodir = ${prefix}/share/info
-install_sh = ${SHELL} /home/anderson/alioth/ming/config/install-sh
+infodir = ${datarootdir}/info
+install_sh = ${SHELL} /home/anderson/ming/libming/config/install-sh
libdir = ${exec_prefix}/lib
libexecdir = ${exec_prefix}/libexec
localedir = ${datarootdir}/locale
localstatedir = ${prefix}/var
-mandir = ${prefix}/share/man
+mandir = ${datarootdir}/man
mkdir_p = /bin/mkdir -p
oldincludedir = /usr/include
pdfdir = ${docdir}
-prefix = /usr
+prefix = /usr/local
program_transform_name = s,x,x,
psdir = ${docdir}
sbindir = ${exec_prefix}/sbin
@@ -281,18 +281,7 @@ 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 \
@@ -301,169 +290,33 @@ 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 \
- 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 \
+ SWFDisplayItem_addFilter.3 \
+ SWFDisplayItem_cacheAsBitmap.3 \
+ SWFDisplayItem_get_x.3 \
+ SWFDisplayItem_setBlendMode.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_nextFrame.3 \
- SWFVideoStream_seek.3 \
- SWFVideoStream_setDimension.3 \
- SWFVideoStream_setFrameMode.3 \
- writeSWFButtonSoundToMethod.3
+ SWFVideoStream_setDimension.3
all: all-am
diff --git a/docs/man/Makefile.am b/docs/man/Makefile.am
index c5c142c..3430dd8 100644
--- a/docs/man/Makefile.am
+++ b/docs/man/Makefile.am
@@ -16,18 +16,7 @@ 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 \
@@ -36,166 +25,30 @@ 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 \
- 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 \
+ SWFDisplayItem_addFilter.3 \
+ SWFDisplayItem_cacheAsBitmap.3 \
+ SWFDisplayItem_get_x.3 \
+ SWFDisplayItem_setBlendMode.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_nextFrame.3 \
- SWFVideoStream_seek.3 \
- SWFVideoStream_setDimension.3 \
- SWFVideoStream_setFrameMode.3 \
- writeSWFButtonSoundToMethod.3
+ SWFVideoStream_setDimension.3
diff --git a/docs/man/Makefile.in b/docs/man/Makefile.in
index 444fc54..4f59f76 100644
--- a/docs/man/Makefile.in
+++ b/docs/man/Makefile.in
@@ -281,18 +281,7 @@ 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 \
@@ -301,169 +290,33 @@ 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 \
- 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 \
+ SWFDisplayItem_addFilter.3 \
+ SWFDisplayItem_cacheAsBitmap.3 \
+ SWFDisplayItem_get_x.3 \
+ SWFDisplayItem_setBlendMode.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_nextFrame.3 \
- SWFVideoStream_seek.3 \
- SWFVideoStream_setDimension.3 \
- SWFVideoStream_setFrameMode.3 \
- writeSWFButtonSoundToMethod.3
+ SWFVideoStream_setDimension.3
all: all-am
diff --git a/perl_ext/Makefile.in b/perl_ext/Makefile.in
index d84adce..9d56c40 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 INSTALLDIRS=vendor
+ srcdir=$(srcdir) builddir=$(abs_builddir) $(PERL) $< PREFIX=$(prefix) FIRST_MAKEFILE=Makefile.perl
clean-local: Makefile.perl
$(MAKE) -f Makefile.perl realclean
diff --git a/php_ext/Makefile.in b/php_ext/Makefile.in
index f2f3f06..adcd78e 100644
--- a/php_ext/Makefile.in
+++ b/php_ext/Makefile.in
@@ -649,8 +649,8 @@ uninstall-am: uninstall-pkglibLTLIBRARIES
install: all
- $(INSTALL) -d `dirname $(prefix)`/`php-config --extension-dir`
- $(INSTALL) -m 755 .libs/ming.so `dirname $(prefix)`/`php-config --extension-dir`
+ $(INSTALL) -d "$(DESTDIR)"/`php-config --extension-dir`
+ $(INSTALL) -m 755 .libs/ming.so "$(DESTDIR)"/`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 6067037..a8a00b6 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 `dirname $(prefix)`
+ $(PYTHON) setup.py install --prefix $(prefix) --root "/$(DESTDIR)"
test.swf:
$(PYTHON) shape.py
hooks/post-receive
--
ming - library to generate SWF (Flash) Files
More information about the pkg-flash-devel
mailing list