Subversion Repositories pub

Compare Revisions

Ignore whitespace Rev 554 → Rev 553

/video-contact-sheet/branches/1.13/dist/AUTHORS
File deleted
/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, 2012 Toni Corvera
# Copyright (C) 2007, 2008, 2009, 2010, 2011 Toni Corvera
# with patches from Phil Grundig and suggestions/corrections from
# many others (see homepage)
#
61,22 → 61,6
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
1635,7 → 1619,7
done >/dev/null
if [[ $gor -ne 4 ]]; then
error "No compatible version of getopt in path, can't continue."
error " Enhanced getopt (i.e. GNU getopt) is required"
error " For details on how to correct this problems, see <http://p.outlyer.net/vcs#getopt>"
return $EX_UNAVAILABLE
fi
return 0
4256,7 → 4240,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-2012 Toni Corvera"
infplain "Video Contact Sheet *NIX v${VERSION}, (c) 2007-2011 Toni Corvera"
}
 
# Prints the list of options to stdout
/video-contact-sheet/branches/1.13/dist/CHANGELOG
1,6 → 1,8
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
10,8 → 12,6
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