--- /dev/null
+./commons-logging-api-1.1.1.jar
+./SizeOf.jar
+./commons-logging-1.1.1.jar
+./commons-logging-adapters-1.1.1.jar
+./log4j-1.2.16.jar
+./org.eclipse.osgi_3.8.0.v20120529-1548.jar
+./commons-compress-1.8.1.jar
+./commons-io-2.4.jar
+./ant-junit.jar
+./commons-logging-1.1.1-sources.jar
+./commons-logging-tests.jar
+./commons-logging-1.1.1-javadoc.jar
+./junit-4.5.jar
+./commons-lang3-3.5.jar
log4j.appender.TTY=org.apache.log4j.ConsoleAppender\r
log4j.appender.TTY.Threshold=DEBUG\r
log4j.appender.TTY.layout=org.apache.log4j.PatternLayout\r
-log4j.appender.TTY.layout.ConversionPattern=%d{yyyy-MM-dd HH:mm:ss.SSS} %-5p [%-28c{2}] - %m%n\r
+log4j.appender.TTY.layout.ConversionPattern=%d{yyyy-MM-dd HH:mm:ss.SSS} %-5p [%-28c{2}] - %m{nolookups}%n\r
+\r
+#NOTE: vulnerability with bare percent m style: https://news.ycombinator.com/item?id=29507263\r
\r
# LOGFILE is set to be a RollingFileAppender using a PatternLayout.\r
log4j.appender.LOGFILE=org.apache.log4j.RollingFileAppender\r
log4j.appender.LOGFILE.MaxBackupIndex=10\r
log4j.appender.LOGFILE.Threshold=DEBUG\r
log4j.appender.LOGFILE.layout=org.apache.log4j.PatternLayout\r
-log4j.appender.LOGFILE.layout.ConversionPattern=%d{yyyy-MM-dd HH:mm:ss.SSS} %-5p [%-28c{2}] - %m%n\r
+log4j.appender.LOGFILE.layout.ConversionPattern=%d{yyyy-MM-dd HH:mm:ss.SSS} %-5p [%-28c{2}] - %m{nolookups}%n\r
\r
# specifies the version of the code that is being constructed here.
major=2
minor=140
-revision=130
+revision=131
build=420
# specifies the remainder of the version record info.
# makes the status of pipe number N (passed as first parameter) into the
# main return value (i.e., the value for $?). this is super handy to avoid
# repeating the awkward looking code below in multiple places.
+ # the numbering starts at zero, for the first item at the head of the pipe.
function promote_pipe_return()
{
( exit ${PIPESTATUS[$1]} )
PLAYCMD='echo Unknown sound player...'
fi
-if [ ! -z "$(which afplay)" ]; then
+if [ ! -z "$(whichable afplay)" ]; then
#echo we see afplay available...
PLAYCMD=afplay
elif [ ! -z "$(psfind artsd)" ]; then
movie processing
----------------
+kdenlive:
+ this is an awesome tool that lets you manage multiple tracks of audio and video, apply
+ effects to both, edit and remove pieces, insert tracks, etc. it's great.
+
avidemux:
if you need to manipulate a video, for example to rotate it or transcode it to a different
format, then avidemux works great.