Initial commit of the 32 bits Tiff file support, see issue 1575

This commit is contained in:
natureh 510
2013-01-10 23:13:54 +01:00
commit 5aeedda116
1459 changed files with 323345 additions and 0 deletions

13
tools/generateSourceTarball Executable file
View File

@@ -0,0 +1,13 @@
#!/usr/bin/env bash
if [[ ! "$1" ]]; then
printf "%s\n" "Usage: $0 <hg tag>" "Example: $0 4.0.10"
exit
fi
hg update "$1"
tools/generateReleaseInfo
hg archive -X ".hg*" -X "rtgui/config.h" -X "rtgui/version.h" -X "rtdata/rawtherapee.desktop" rawtherapee-"$1".tar
xz -z -9e rawtherapee-"$1".tar
hg update
rm ReleaseInfo.cmake