Subversion Repositories pub

Compare Revisions

Ignore whitespace Rev 399 → Rev 398

/video-contact-sheet/branches/1.11.2/pkg/vcs
36,9 → 36,7
# (The full changelog can be found at <http://p.outlyer.net/vcs/files/CHANGELOG>).
#
# 1.11.2:
# * BUGFIXES:
# - Remove extra, empty, temporary dir
# - Use standard awk syntax for exponentiation (pyth_th)
# * BUGFIX: Remove extra, empty, temporary dir
# 1.11.1:
# * Added FLV1 codec
# * BUGFIXES:
775,7 → 773,7
# Applies the Pythagorean Theorem
# pyth_th($1 = cathetus1, $2 = cathetus2)
pyth_th() {
awkex "sqrt($1 ^ 2 + $2 ^ 2)"
awkex "sqrt($1 ** 2 + $2 ** 2)"
}
 
# Prints the width correspoding to the input height and the variable