Subversion Repositories pub

Compare Revisions

Ignore whitespace Rev 553 → Rev 554

/video-contact-sheet/branches/1.13/dist/AUTHORS
0,0 → 1,9
Copyright 2007-2012 Toni Corvera
 
Patches by Phil Grundig (2008):
- Support for array/string operations on bash 2.05b
[no longer part of the script]
- Workaround for mplayer's first frame getting dropped
- Timestamp printing fixes
- Removal of ms for mplayer's stamps
 
/video-contact-sheet/branches/1.13/dist/CHANGELOG
1,8 → 1,6
1.13:
* Complete manual pages
* Added 'anonymous' to the list of settings
* Make "dynamic" settings case-insensitive, i.e.
bg_heading=$bg_contact can also be written bg_heading=$BG_CONTACT
* Remove meaningless decimals when generating config files
* New setting: 'profiles', allows loading profiles automatically and also
loading profiles from other profiles
12,6 → 10,8
mplayer) instead of variables ($DEC_FFMPEG and $DEC_MPLAYER)
* Changed default verbosity level to INFO (same output as before)
* BUGFIXES:
- Make "dynamic" settings case-insensitive, i.e.
bg_heading=$bg_contact can also be written bg_heading=$BG_CONTACT
- Correct extended-set resizing
- Constraint checking of settings failed silently
for alias-only names
/video-contact-sheet/branches/1.13/dist/vcs
5,7 → 5,7
# vcs
# Video Contact Sheet *NIX: Generates contact sheets (previews) of videos
#
# Copyright (C) 2007, 2008, 2009, 2010, 2011 Toni Corvera
# Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 Toni Corvera
# with patches from Phil Grundig and suggestions/corrections from
# many others (see homepage)
#
61,6 → 61,22
fi
}
 
# Portability quick-tests
#awk_() {
## gawk "$@"
# mawk "$@"
## busybox awk "$@"
#}
#sed_() {
# busybox sed "$@"
#}
#grep_() {
# busybox grep "$@"
#}
#awk() { awk_ "$@"; }
#sed() { sed_ "$@"; }
#grep() { grep_ "$@"; }
 
# {{{ # TO-DO
# * [[x1]] Find out why the order of ffmpeg arguments breaks some files.
# * Change default DVD_TITLE to 0
1619,7 → 1635,7
done >/dev/null
if [[ $gor -ne 4 ]]; then
error "No compatible version of getopt in path, can't continue."
error " For details on how to correct this problems, see <http://p.outlyer.net/vcs#getopt>"
error " Enhanced getopt (i.e. GNU getopt) is required"
return $EX_UNAVAILABLE
fi
return 0
4240,7 → 4256,7
# Prints the program identification to stderr
show_vcs_info() { # Won't be printed in quiet modes
# Don't colourise this
infplain "Video Contact Sheet *NIX v${VERSION}, (c) 2007-2011 Toni Corvera"
infplain "Video Contact Sheet *NIX v${VERSION}, (c) 2007-2012 Toni Corvera"
}
 
# Prints the list of options to stdout