aseprite/misc/dist.sh

226 lines
6.0 KiB
Bash
Raw Normal View History

#! /bin/sh
dir="`pwd`"
2010-03-24 16:21:59 +00:00
version=0.8.0
distdir=ase-$version
freetype_files="third_party/freetype/ChangeLog \
third_party/freetype/descrip.mms \
third_party/freetype/INSTALL \
third_party/freetype/README \
third_party/freetype/README.UNX \
third_party/freetype/docs/* \
third_party/freetype/include/*.h \
third_party/freetype/include/freetype/*.h \
third_party/freetype/include/freetype/cache/*.h \
third_party/freetype/include/freetype/config/*.h \
third_party/freetype/include/freetype/internal/*.h \
third_party/freetype/src/autohint/*.[ch] \
third_party/freetype/src/autohint/*.py \
third_party/freetype/src/autohint/*.txt \
third_party/freetype/src/base/*.[ch] \
third_party/freetype/src/cache/*.[ch] \
third_party/freetype/src/cff/*.[ch] \
third_party/freetype/src/cid/*.[ch] \
third_party/freetype/src/pcf/*.[ch] \
third_party/freetype/src/psaux/*.[ch] \
third_party/freetype/src/pshinter/*.[ch] \
third_party/freetype/src/psnames/*.[ch] \
third_party/freetype/src/raster/*.[ch] \
third_party/freetype/src/sfnt/*.[ch] \
third_party/freetype/src/smooth/*.[ch] \
third_party/freetype/src/truetype/*.[ch] \
third_party/freetype/src/type1/*.[ch] \
third_party/freetype/src/winfonts/*.[ch]"
jpeg_files="third_party/jpeg/*.[ch] \
third_party/jpeg/*.log \
third_party/jpeg/*.doc \
third_party/jpeg/*.asm \
third_party/jpeg/*.txt"
libart_files="third_party/libart_lgpl/AUTHORS \
third_party/libart_lgpl/ChangeLog \
third_party/libart_lgpl/COPYING \
third_party/libart_lgpl/INSTALL \
third_party/libart_lgpl/NEWS \
third_party/libart_lgpl/README \
third_party/libart_lgpl/*.[ch]"
libpng_files="third_party/libpng/*.[ch] \
third_party/libpng/*.txt \
third_party/libpng/LICENSE \
third_party/libpng/README \
third_party/libpng/TODO \
third_party/libpng/Y2KINFO"
2010-03-29 03:26:11 +00:00
tinyxml_files="third_party/tinyxml/*.txt \
third_party/tinyxml/*.cpp \
third_party/tinyxml/*.h"
2010-04-01 01:25:29 +00:00
vaca_files="third_party/vaca/include/Vaca/*.h \
2010-03-29 03:26:11 +00:00
third_party/vaca/src/*.cpp \
third_party/vaca/src/allegro/*.h \
2010-04-01 01:25:29 +00:00
third_party/vaca/src/std/*.h \
2010-03-29 03:26:11 +00:00
third_party/vaca/src/unix/*.h \
third_party/vaca/src/win32/*.h"
zlib_files="third_party/zlib/*.[ch] \
third_party/zlib/*.txt \
third_party/zlib/README"
ase_files="config.h \
COPYING \
fix.bat \
fix.sh \
makefile.cfg \
makefile.gcc \
makefile.lnx \
makefile.lst \
makefile.mgw \
makefile.vc \
*.txt \
2010-03-29 03:26:11 +00:00
*.html \
data/aseicon.* \
data/convmatr.def \
data/*.xml \
data/fonts/*.pcx \
data/palettes/*.col \
data/skins/*/*.pcx \
data/skins/*/*.png \
data/skins/*/*.xml \
data/widgets/*.xml \
docs/*.pdf \
docs/files/*.txt \
docs/licenses/*.txt \
obj/*.txt \
obj/mingw32/*.txt \
obj/msvc/*.txt \
obj/unix/*.txt \
src/*.cpp \
2009-08-05 02:41:35 +00:00
src/*.h \
src/*.rc \
src/commands/*.cpp \
src/commands/*.h \
src/commands/fx/*.cpp \
src/commands/fx/*.h \
src/core/*.cpp \
src/core/*.h \
src/dialogs/*.cpp \
src/dialogs/*.h \
src/effect/*.cpp \
src/effect/*.h \
src/file/*.cpp \
src/file/*.h \
src/file/fli/*.cpp \
src/file/fli/*.h \
src/file/fli/README \
src/file/gif/*.cpp \
src/file/gif/*.h \
src/intl/*.cpp \
src/intl/*.h \
src/jinete/*.cpp \
src/jinete/*.h \
src/jinete/themes/*.cpp \
src/jinete/themes/*.h \
src/jinete/themes/Makefile.icons \
src/jinete/themes/stand/*.pcx \
src/modules/*.cpp \
src/modules/*.h \
src/raster/*.cpp \
src/raster/*.h \
2010-04-01 01:25:29 +00:00
src/settings/*.cpp \
src/settings/*.h \
src/tests/*.cpp \
src/tests/*.h \
src/tests/jinete/*.cpp \
src/tests/jinete/*.jid \
src/tests/jinete/*.pcx \
src/tests/jinete/*.ttf \
src/tests/jinete/*.txt \
src/tests/raster/*.cpp \
2010-04-01 01:25:29 +00:00
src/tools/*.cpp \
src/tools/*.h \
src/util/*.cpp \
src/util/*.h \
src/widgets/*.cpp \
src/widgets/*.h \
src/widgets/editor/*.cpp \
src/widgets/editor/*.txt \
third_party/*.txt"
######################################################################
# Source Distribution
if [ ! -f $distdir.zip ] ; then
cd "$dir/.."
mkdir "$dir/$distdir"
cp --parents \
$freetype_files \
$jpeg_files \
$libart_files \
$libpng_files \
2010-03-29 03:26:11 +00:00
$tinyxml_files \
$vaca_files \
$zlib_files \
$ase_files \
"$dir/$distdir"
cd "$dir"
# tar vczf $distdir.tar.gz $distdir
# tar vcjf $distdir.tar.bz2 $distdir
zip -r -9 $distdir.zip $distdir
rm -fr $distdir
fi
######################################################################
# Files for binary distributions
function def_common_files()
{
txt_files=" \
$1/NEWS.txt \
2010-03-29 03:26:11 +00:00
$1/README.html \
$1/COPYING \
$1/data/convmatr.def \
$1/data/*.xml \
$1/docs/*.pdf \
$1/docs/files/*.txt \
$1/docs/licenses/*.txt \
$1/data/widgets/*.xml"
bin_files=" \
$1/data/aseicon.* \
$1/data/fonts/*.pcx \
$1/data/palettes/*.col \
$1/data/skins/*/*.pcx \
$1/data/skins/*/*.png \
$1/data/skins/*/*.xml \
$1/docs/*.pdf"
}
######################################################################
# Win32 Distribution
if [ ! -f $distdir-win32.zip ] ; then
cd "$dir/.."
2009-08-10 14:35:13 +00:00
#make -f makefile.vc CONFIGURED=1 RELEASE=1 STATIC_ALLEG_LINK=1 clean
#make -f makefile.vc CONFIGURED=1 RELEASE=1 STATIC_ALLEG_LINK=1
def_common_files .
mkdir "$dir/$distdir-win32"
cp -r --parents $txt_files $bin_files aseprite.exe "$dir/$distdir-win32"
cd "$dir"
def_common_files $distdir-win32
zip -9 $distdir-win32.zip $txt_files
zip -9 $distdir-win32.zip $bin_files \
$distdir-win32/aseprite.exe
rm -fr $distdir-win32
fi