Imported Upstream version 0.72.3

This commit is contained in:
TANIGUCHI Takaki
2012-03-06 11:08:15 +09:00
parent 294f8623c4
commit 4cebc5af7d
813 changed files with 6705 additions and 3158 deletions

View File

@@ -429,11 +429,11 @@ arch: archclean time-stamp
# TAG: online-docs
www: version.php
@cd documentation ; \
tar cjf ../../www.tar.bz2 pubkey.asc index.html include/dvdisaster.css include/*.php de/*.php en/*.php ru/*.php
tar cjf ../../www.tar.bz2 pubkey.asc index.html include/dvdisaster.css de/*.html en/*.html ru/*.html
www-images: thumbnails version.php
@cd documentation ; \
tar cjf ../../www.tar.bz2 pubkey.asc index.html include/dvdisaster.css include/*.php de/*.php en/*.php ru/*.php images/*.png de/images/*.png de/thumbnails/*.png en/images/*.png en/thumbnails/*.png ru/images/*.png ru/thumbnails/*.png
tar cjf ../../www.tar.bz2 pubkey.asc index.html include/dvdisaster.css de/*.html en/*.html ru/*.html images/*.png de/images/*.png de/thumbnails/*.png en/images/*.png en/thumbnails/*.png ru/images/*.png ru/thumbnails/*.png
INSTALL: documentation/install.template
@sed "s/@@PKGNAME/$(PKGNAME)/" <documentation/install.template >INSTALL
@@ -462,16 +462,23 @@ prepare-dist:
@cp tools/pngpack.exe win-build-dir/documentation
@mv documentation/images-*.pngpack win-build-dir/documentation
@cp $(GTK_BINDIR)/libglib*.dll win-build-dir
@cp $(GTK_BINDIR)/iconv.dll win-build-dir
#@cp $(GTK_BINDIR)/iconv.dll win-build-dir
@cp $(GTK_BINDIR)/intl.dll win-build-dir
@cp $(GTK_BINDIR)/libatk*.dll win-build-dir
@cp $(GTK_BINDIR)/libcairo*.dll win-build-dir
@cp $(GTK_BINDIR)/libexpat*.dll win-build-dir
@cp $(GTK_BINDIR)/libfontconfig*.dll win-build-dir
@cp $(GTK_BINDIR)/freetype6*.dll win-build-dir
@cp $(GTK_BINDIR)/libpango*.dll win-build-dir
@cp $(GTK_BINDIR)/libpng12*.dll win-build-dir
@cp $(GTK_BINDIR)/libgmodule*.dll win-build-dir
@cp $(GTK_BINDIR)/libgobject*.dll win-build-dir
@cp $(GTK_BINDIR)/libgthread*.dll win-build-dir
@cp $(GTK_BINDIR)/libgdk_pixbuf*.dll win-build-dir
@cp $(GTK_BINDIR)/libgio*.dll win-build-dir
@cp $(GTK_BINDIR)/libgdk-win*.dll win-build-dir
@cp $(GTK_BINDIR)/libgtk-win*.dll win-build-dir
@cp $(GTK_BINDIR)/zlib1*.dll win-build-dir
@mkdir win-build-dir/locale
@cp -r locale/?? win-build-dir/locale
@cp -r locale/??_?? win-build-dir/locale
@@ -479,19 +486,19 @@ prepare-dist:
@mkdir -p win-build-dir/etc/gtk-2.0
@echo "# GdkPixbuf Image Loader Modules file" > win-build-dir/etc/gtk-2.0/gdk-pixbuf.loaders
@mkdir -p win-build-dir/etc/pango
@cp $(GTK_BINDIR)/../etc/pango/pango.aliases win-build-dir/etc/pango
@echo "# Pango Modules file" > win-build-dir/etc/pango/pango.modules
@echo "#" >> win-build-dir/etc/pango/pango.modules
@echo "pango-basic-win32.dll BasicScriptEngineWin32 PangoEngineShape PangoRenderWin32 common:" >> win-build-dir/etc/pango/pango.modules
@cp $(GTK_BINDIR)/../lib/pango/1.?.?/modules/pango-basic-win32.dll win-build-dir
#@mkdir -p win-build-dir/etc/pango
#@cp $(GTK_BINDIR)/../etc/pango/pango.aliases win-build-dir/etc/pango
#@echo "# Pango Modules file" > win-build-dir/etc/pango/pango.modules
#@echo "#" >> win-build-dir/etc/pango/pango.modules
#@echo "pango-basic-win32.dll BasicScriptEngineWin32 PangoEngineShape PangoRenderWin32 common:" >> win-build-dir/etc/pango/pango.modules
#@cp $(GTK_BINDIR)/../lib/pango/1.?.?/modules/pango-basic-win32.dll win-build-dir
@mkdir -p win-build-dir/lib/locale
@mkdir -p win-build-dir/share/locale
@for i in $(PO_LOCALES); do \
mkdir -p win-build-dir/lib/locale/$$i/LC_MESSAGES; \
cp $(GTK_BINDIR)/../lib/locale/$$i/LC_MESSAGES/atk*.mo win-build-dir/lib/locale/$$i/LC_MESSAGES; \
cp $(GTK_BINDIR)/../lib/locale/$$i/LC_MESSAGES/glib*.mo win-build-dir/lib/locale/$$i/LC_MESSAGES; \
cp $(GTK_BINDIR)/../lib/locale/$$i/LC_MESSAGES/gtk*.mo win-build-dir/lib/locale/$$i/LC_MESSAGES; \
mkdir -p win-build-dir/share/locale/$$i/LC_MESSAGES; \
cp $(GTK_BINDIR)/../share/locale/$$i/LC_MESSAGES/atk*.mo win-build-dir/share/locale/$$i/LC_MESSAGES; \
cp $(GTK_BINDIR)/../share/locale/$$i/LC_MESSAGES/glib*.mo win-build-dir/share/locale/$$i/LC_MESSAGES; \
cp $(GTK_BINDIR)/../share/locale/$$i/LC_MESSAGES/gtk*.mo win-build-dir/share/locale/$$i/LC_MESSAGES; \
done
windist: dvdisaster pack-images prepare-dist