X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=release.in;h=0b4f0d49a21e25aca7b4e991896eb9468d414839;hp=3a86becd11c213548690f40973f3d77aab1a7776;hb=50aa66cb1f435e6e6f210e1c40b7f7f747fcf5c0;hpb=18fe677319093e0e5d80eb8fc626d2c5a88e4724 diff --git a/release.in b/release.in index 3a86bec..0b4f0d4 100644 --- a/release.in +++ b/release.in @@ -6,26 +6,17 @@ rm -f ${name}.tar rm -f ${name}.tar.gz ln -s ./ ${name} cd lib/action;make generated >/dev/null 2>&1;cd ../.. -tar -chf ${name}.tar \ -${name}/src/swfcombine.1 \ -${name}/src/swfstrings.1 \ -${name}/src/swfdump.1 \ -${name}/src/swfextract.1 \ -${name}/src/jpeg2swf.1 \ -${name}/src/png2swf.1 \ -${name}/src/pdf2swf.1 \ -${name}/src/gif2swf.1 \ -${name}/src/wav2swf.1 \ -${name}/src/swfc.1 \ -${name}/avi2swf/avi2swf.1 \ -${name}/pdf2swf/pdf2swf.1 \ + +SOURCES="${name}/src/swfcombine.1 \ +${name}/src/swfstrings.1 ${name}/src/swfdump.1 ${name}/src/swfextract.1 \ +${name}/src/jpeg2swf.1 ${name}/src/png2swf.1 ${name}/src/pdf2swf.1 \ +${name}/src/gif2swf.1 ${name}/src/wav2swf.1 ${name}/src/swfc.1 \ +${name}/src/swfbbox.1 ${name}/src/font2swf.1 ${name}/src/swfcombine.c \ ${name}/src/swfstrings.c \ ${name}/src/swfdump.c \ ${name}/src/font2swf.c \ ${name}/src/swfbbox.c \ -${name}/src/swfbbox.1 \ -${name}/src/font2swf.1 \ ${name}/src/swfextract.c \ ${name}/src/jpeg2swf.c \ ${name}/src/png2swf.c \ @@ -33,30 +24,51 @@ ${name}/src/gif2swf.c \ ${name}/src/wav2swf.c \ ${name}/src/pdf2swf.c \ ${name}/src/swfc.c \ -${name}/src/swfrender.c \ -${name}/doc/fileformat.sc \ +${name}/src/swfc-feedback.c \ +${name}/src/swfc-history.c \ +${name}/src/swfc-interpolation.c \ +${name}/src/swfc-feedback.h \ +${name}/src/swfc-history.h \ +${name}/src/swfc-interpolation.h \ ${name}/src/parser.yy.c \ -${name}/lib/types.h \ -${name}/lib/action/lex.swf4.c \ -${name}/lib/action/lex.swf5.c \ -${name}/lib/action/swf4compiler.tab.c \ -${name}/lib/action/swf5compiler.tab.c \ -${name}/lib/action/swf4compiler.tab.h \ -${name}/lib/action/swf5compiler.tab.h \ ${name}/src/parser.lex \ ${name}/src/parser.h \ +${name}/src/swfrender.c \ +${name}/swfs/simple_viewer.c \ +${name}/swfs/keyboard_viewer.c \ +${name}/swfs/PreLoaderTemplate.c \ +${name}/swfs/swft_loader.swf \ +${name}/swfs/tessel_loader.swf" + +AVI2SWF="${name}/avi2swf/avi2swf.cc \ +${name}/avi2swf/videoreader.h \ +${name}/avi2swf/videoreader_avifile.hh \ +${name}/avi2swf/videoreader_avifile.cc \ +${name}/avi2swf/videoreader_vfw.hh \ +${name}/avi2swf/videoreader_vfw.cc \ +${name}/avi2swf/v2swf.c \ +${name}/avi2swf/v2swf.h \ +${name}/avi2swf/avi2swf.1" + +MAKEFILES="${name}/src/Makefile.in \ ${name}/pdf2swf/fonts/Makefile.in \ -${name}/lib/swf/Makefile.in \ +${name}/lib/readers/Makefile.in \ ${name}/lib/art/Makefile.in \ -${name}/src/Makefile.in \ ${name}/lib/Makefile.in \ -${name}/lib/swf/Makefile.in \ ${name}/avi2swf/Makefile.in \ ${name}/lib/pdf/Makefile.in \ ${name}/lib/action/Makefile.in \ ${name}/swfs/Makefile.in \ ${name}/Makefile.in \ -${name}/Makefile.common.in \ +${name}/Makefile.common.in" + +LIB="${name}/lib/types.h \ +${name}/lib/action/lex.swf4.c \ +${name}/lib/action/lex.swf5.c \ +${name}/lib/action/swf4compiler.tab.c \ +${name}/lib/action/swf5compiler.tab.c \ +${name}/lib/action/swf4compiler.tab.h \ +${name}/lib/action/swf5compiler.tab.h \ ${name}/lib/args.h \ ${name}/lib/bitio.c \ ${name}/lib/bitio.h \ @@ -68,25 +80,18 @@ ${name}/lib/MD5.h \ ${name}/lib/MD5.c \ ${name}/lib/png.h \ ${name}/lib/png.c \ +${name}/lib/jpeg.h \ +${name}/lib/jpeg.c \ ${name}/lib/drawer.c \ ${name}/lib/drawer.h \ ${name}/lib/mem.c \ -${name}/lib/mem.h \ -${name}/avi2swf/avi2swf.cc \ -${name}/avi2swf/videoreader.h \ -${name}/avi2swf/videoreader_avifile.hh \ -${name}/avi2swf/videoreader_avifile.cc \ -${name}/avi2swf/videoreader_vfw.hh \ -${name}/avi2swf/videoreader_vfw.cc \ -${name}/avi2swf/v2swf.c \ -${name}/avi2swf/v2swf.h \ -${name}/swfs/simple_viewer.c \ -${name}/swfs/keyboard_viewer.c \ -${name}/swfs/PreLoaderTemplate.c \ +${name}/lib/mem.h ${name}/lib/modules/swffilter.c \ ${name}/lib/modules/swfrender.c \ -${name}/lib/swf/swf.c \ -${name}/lib/swf/swf.h \ +${name}/lib/readers/swf.c \ +${name}/lib/readers/swf.h \ +${name}/lib/readers/image.c \ +${name}/lib/readers/image.h \ ${name}/lib/modules/swfdump.c \ ${name}/lib/modules/swfobject.c \ ${name}/lib/modules/swfshape.c \ @@ -104,6 +109,8 @@ ${name}/lib/wav.c \ ${name}/lib/wav.h \ ${name}/lib/mp3.h \ ${name}/lib/modules/swfdraw.c \ +${name}/lib/modules/swfabc.c \ +${name}/lib/modules/swfabc_ops.c \ ${name}/lib/modules/swfaction.c \ ${name}/lib/action/action.h \ ${name}/lib/action/actioncompiler.c \ @@ -125,26 +132,7 @@ ${name}/lib/h.263/swfvideo.c \ ${name}/lib/h.263/h263tables.c \ ${name}/lib/h.263/h263tables.h \ ${name}/lib/h.263/dct.c \ -${name}/lib/h.263/dct.h \ -${name}/lib/python/Makefile.in \ -${name}/lib/python/SWF.c \ -${name}/lib/python/gfx.c \ -${name}/lib/python/image.c \ -${name}/lib/python/image.h \ -${name}/lib/python/primitives.c \ -${name}/lib/python/primitives.h \ -${name}/lib/python/pyutils.c \ -${name}/lib/python/pyutils.h \ -${name}/lib/python/action.c \ -${name}/lib/python/action.h \ -${name}/lib/python/tag.c \ -${name}/lib/python/tag.h \ -${name}/lib/python/tags.c \ -${name}/lib/python/tags.h \ -${name}/lib/python/taglist.c \ -${name}/lib/python/taglist.h \ -${name}/lib/python/tagmap.c \ -${name}/lib/python/tagmap.h \ +${name}/lib/h.263/dct.h ${name}/lib/rfxswf.c \ ${name}/lib/rfxswf.h \ ${name}/lib/old_rfxswf.h \ @@ -155,7 +143,9 @@ ${name}/lib/os.h \ ${name}/lib/gfxdevice.h \ ${name}/lib/gfxsource.h \ ${name}/lib/gfxtools.h \ +${name}/lib/gfxpoly.h \ ${name}/lib/gfxtools.c \ +${name}/lib/gfxpoly.c \ ${name}/lib/devices/swf.h \ ${name}/lib/devices/swf.c \ ${name}/lib/devices/file.h \ @@ -164,22 +154,27 @@ ${name}/lib/devices/render.c \ ${name}/lib/devices/render.h \ ${name}/lib/devices/text.c \ ${name}/lib/devices/text.h \ -${name}/lib/devices/artsutils.c \ -${name}/lib/devices/arts.c \ -${name}/lib/devices/arts.h \ +${name}/lib/devices/polyops.c \ +${name}/lib/devices/polyops.h \ ${name}/lib/devices/record.c \ ${name}/lib/devices/record.h \ ${name}/lib/devices/rescale.c \ ${name}/lib/devices/rescale.h \ +${name}/lib/devices/dummy.c \ +${name}/lib/devices/dummy.h \ ${name}/lib/devices/bbox.c \ ${name}/lib/devices/bbox.h \ ${name}/lib/devices/ops.c \ ${name}/lib/devices/ops.h \ -${name}/pdf2swf/HOWTO_pdf2swf \ ${name}/lib/pdf/GFXOutputDev.h \ ${name}/lib/pdf/GFXOutputDev.cc \ +${name}/lib/pdf/BitmapOutputDev.h \ +${name}/lib/pdf/FullBitmapOutputDev.h \ +${name}/lib/pdf/BitmapOutputDev.cc \ +${name}/lib/pdf/FullBitmapOutputDev.cc \ ${name}/lib/pdf/InfoOutputDev.h \ ${name}/lib/pdf/InfoOutputDev.cc \ +${name}/lib/pdf/CommonOutputDev.h \ ${name}/lib/pdf/fonts.c \ ${name}/lib/pdf/fonts.h \ ${name}/lib/pdf/pdf.cc \ @@ -286,32 +281,50 @@ ${name}/lib/pdf/xpdf/JBIG2Stream.h \ ${name}/lib/pdf/xpdf/JPXStream.h \ ${name}/lib/pdf/xpdf/Outline.h \ ${name}/lib/pdf/xpdf/PDFDocEncoding.h \ -${name}/configure.in \ -${name}/config.guess \ -${name}/config.sub \ -${name}/install-sh \ -${name}/mkinstalldirs \ -${name}/missing \ -${name}/ltmain.sh \ -${name}/configure \ -${name}/config.h.in \ -${name}/INSTALL \ -${name}/COPYING \ -${name}/AUTHORS \ -${name}/ChangeLog \ -${name}/FAQ \ -${name}/TODO \ -${name}/swfs/swft_loader.swf \ -${name}/swfs/tessel_loader.swf \ -${name}/m4/byteorder.m4 \ -${name}/m4/backticks.m4 \ -${name}/m4/fontconfig.m4 \ -${name}/m4/freetype.m4 \ -${name}/m4/gcc.2.95.m4 \ -${name}/m4/mingw.m4 \ -${name}/m4/python.m4 \ -${name}/m4/avi2swf.m4 \ -${name}/m4/Makefile \ +${name}/lib/pdf/xpdf/Splash.cc \ +${name}/lib/pdf/xpdf/Splash.h \ +${name}/lib/pdf/xpdf/SplashBitmap.cc \ +${name}/lib/pdf/xpdf/SplashBitmap.h \ +${name}/lib/pdf/xpdf/SplashClip.cc \ +${name}/lib/pdf/xpdf/SplashClip.h \ +${name}/lib/pdf/xpdf/SplashErrorCodes.h \ +${name}/lib/pdf/xpdf/SplashFTFont.cc \ +${name}/lib/pdf/xpdf/SplashFTFont.h \ +${name}/lib/pdf/xpdf/SplashFTFontEngine.cc \ +${name}/lib/pdf/xpdf/SplashFTFontEngine.h \ +${name}/lib/pdf/xpdf/SplashFTFontFile.cc \ +${name}/lib/pdf/xpdf/SplashFTFontFile.h \ +${name}/lib/pdf/xpdf/SplashFont.cc \ +${name}/lib/pdf/xpdf/SplashFont.h \ +${name}/lib/pdf/xpdf/SplashFontEngine.cc \ +${name}/lib/pdf/xpdf/SplashFontEngine.h \ +${name}/lib/pdf/xpdf/SplashFontFile.cc \ +${name}/lib/pdf/xpdf/SplashFontFile.h \ +${name}/lib/pdf/xpdf/SplashFontFileID.cc \ +${name}/lib/pdf/xpdf/SplashFontFileID.h \ +${name}/lib/pdf/xpdf/SplashGlyphBitmap.h \ +${name}/lib/pdf/xpdf/SplashMath.h \ +${name}/lib/pdf/xpdf/SplashOutputDev.cc \ +${name}/lib/pdf/xpdf/SplashOutputDev.h \ +${name}/lib/pdf/xpdf/SplashPath.cc \ +${name}/lib/pdf/xpdf/SplashPath.h \ +${name}/lib/pdf/xpdf/SplashPattern.cc \ +${name}/lib/pdf/xpdf/SplashPattern.h \ +${name}/lib/pdf/xpdf/SplashScreen.cc \ +${name}/lib/pdf/xpdf/SplashScreen.h \ +${name}/lib/pdf/xpdf/SplashState.cc \ +${name}/lib/pdf/xpdf/SplashState.h \ +${name}/lib/pdf/xpdf/SplashT1Font.cc \ +${name}/lib/pdf/xpdf/SplashT1Font.h \ +${name}/lib/pdf/xpdf/SplashT1FontEngine.cc \ +${name}/lib/pdf/xpdf/SplashT1FontEngine.h \ +${name}/lib/pdf/xpdf/SplashT1FontFile.cc \ +${name}/lib/pdf/xpdf/SplashT1FontFile.h \ +${name}/lib/pdf/xpdf/SplashTypes.h \ +${name}/lib/pdf/xpdf/SplashXPath.cc \ +${name}/lib/pdf/xpdf/SplashXPath.h \ +${name}/lib/pdf/xpdf/SplashXPathScanner.cc \ +${name}/lib/pdf/xpdf/SplashXPathScanner.h \ ${name}/lib/art/art_affine.h \ ${name}/lib/art/art_alphagamma.h \ ${name}/lib/art/art_bpath.h \ @@ -393,7 +406,57 @@ ${name}/lib/art/art_uta_vpath.c \ ${name}/lib/art/art_vpath.c \ ${name}/lib/art/art_vpath_bpath.c \ ${name}/lib/art/art_vpath_dash.c \ -${name}/lib/art/art_vpath_svp.c +${name}/lib/art/art_vpath_svp.c" + +PYTHON="${name}/lib/python/Makefile.in \ +${name}/lib/python/SWF.c \ +${name}/lib/python/gfx.c \ +${name}/lib/python/image.c \ +${name}/lib/python/image.h \ +${name}/lib/python/primitives.c \ +${name}/lib/python/primitives.h \ +${name}/lib/python/pyutils.c \ +${name}/lib/python/pyutils.h \ +${name}/lib/python/action.c \ +${name}/lib/python/action.h \ +${name}/lib/python/tag.c \ +${name}/lib/python/tag.h \ +${name}/lib/python/tags.c \ +${name}/lib/python/tags.h \ +${name}/lib/python/taglist.c \ +${name}/lib/python/taglist.h \ +${name}/lib/python/tagmap.c \ +${name}/lib/python/tagmap.h \ +${name}/setup.py" + +CONFIGURE="${name}/configure.in \ +${name}/configure \ +${name}/config.h.in \ +${name}/config.guess \ +${name}/config.sub \ +${name}/m4/byteorder.m4 \ +${name}/m4/backticks.m4 \ +${name}/m4/fontconfig.m4 \ +${name}/m4/freetype.m4 \ +${name}/m4/gcc.2.95.m4 \ +${name}/m4/mingw.m4 \ +${name}/m4/python.m4 \ +${name}/m4/avi2swf.m4 \ +${name}/m4/Makefile \ +${name}/install-sh \ +${name}/mkinstalldirs \ +${name}/missing \ +${name}/ltmain.sh" + +DOC="${name}/doc/fileformat.sc \ +${name}/ChangeLog \ +${name}/FAQ" + +tar -chf ${name}.tar \ +${SOURCES} ${AVI2SWF} ${MAKEFILES} ${DOC} ${LIB} ${PYTHON} ${CONFIGURE} \ +${name}/INSTALL \ +${name}/COPYING \ +${name}/AUTHORS \ gzip -9 ${name}.tar rm -f ${name}