Lines Matching +full:mingw32 +full:- +full:make

1 HarfBuzz release walk-through checklist:
5 * `git diff $(git describe | sed 's/-.*//').. src/*.h` prints all public API
11 docs/harfbuzz-sections.txt. If release added new API, add entry for new
12 API index at the end of docs/harfbuzz-docs.xml.
14 If there's a backward-incompatible API change (including deletions for API
23 4. Make sure you have correct date and new version at the top of NEWS file,
27 6. Do "make distcheck", if it passes, you get a tarball.
29 Note: Check src/hb-version.h and make sure the new version number is
31 "touch configure.ac" and rebuild. Also check that there is no hb-version.h
33 That's what happened to 2.0.0 going out with 1.8.0 hb-version.h... So, that's
36 7. "make release-files". Enter your GPG password. This creates a sha256 hash
39 8. Now that you have release files, commit NEWS, configure.ac, and src/hb-version.h,
43 9. Tag the release and sign it: Eg. "git tag -s 1.4.7 -m 1.4.7". Enter your
48 …https://drive.google.com/open?id=0B3_fQkxDZZXXbWltRGd5bjVrUDQ) on your `~/.local/i686-w64-mingw32`,
50 b. Run `../mingw32.sh --with-uniscribe` script to configure harfbuzz with mingw
53 c. make
62 -rw-r--r-- 1 behdad eng 1592693 Jul 18 11:25 harfbuzz-1.4.7.tar.bz2
63 -rw-r--r-- 1 behdad eng 89 Jul 18 11:34 harfbuzz-1.4.7.tar.bz2.sha256
64 -rw-r--r-- 1 behdad eng 339 Jul 18 11:34 harfbuzz-1.4.7.tar.bz2.sha256.asc
65 -rw-r--r-- 1 behdad eng 2895619 Jul 18 11:34 harfbuzz-1.4.7-win32.zip
68 12. While doing that, quickly double-check the size of the .tar.bz2 and .zip
69 files against their previous releases to make sure nothing bad happened.
73 13. Push the commit and tag out: "git push --follow-tags". Make sure it's
87 echo "usage: UPDATE.sh micro-version"
91 dir_prefix=harfbuzz-1.4.
92 dir_suffix=-win32
94 dir_old=$dir_prefix$((v-1))$dir_suffix
95 if test -d "$dir"; then
99 if ! test -d "$dir_old"; then
103 set -ex
104 cp -a "$dir_old" "$dir.tmp"
105 rm -f "$dir.tmp"/GDX32.dll
106 rm -f "$dir.tmp"/usp10.dll
107 cp ../winbuild/src/.libs/libharfbuzz-0.dll{,.def} $dir.tmp/
108 cp ../winbuild/util/.libs/hb-{shape,view}.exe $dir.tmp/
109 i686-w64-mingw32-strip $dir.tmp/{hb-shape.exe,hb-view.exe,libharfbuzz-0.dll}
111 zip -r $dir.zip $dir