-
I put:
grep -v ": command not found" | ...{the other grep..}
in the grepVersion function. This seems to help.
2007-08-22 23:05:40 UTC by mindless
-
If you don't have a dependency at all then I think the "eval" gets an error like "/path/dvd-baker: line 586: dvd-slideshow: command not found". grepVersion then parses out that line number and thinks it is a version.. this number is generally bigger than the required version of that software. In my case /path actually has a digit, so that was used.
2007-08-22 23:03:21 UTC by mindless
-
(of course, even with this change my password is written to 3 files in the output.. guess I'll make my target dir only readable by me...)
2007-08-22 22:10:00 UTC by mindless
-
Since dvd-baker can run a long time, I prefer not to have my G2 password visible in the ps list.
I just added a -P {password file} option..
'-p') shift; password="$1" ;;
'-P') shift; password=`cat $1` ;;
So I can put my password in a file with 600 permissions and give that on the cmdline..
2007-08-22 22:04:42 UTC by mindless
-
also is makes a "man" dir and "share/man".
maybe man should be a symlink to share/man instead of being empty?.
2007-08-22 21:43:46 UTC by mindless
-
1.7.43-1 package, I ran install.sh and got errors about the man pages.
grep "^cp man" install.sh
this shows the paths here are missing the man1/man5 part of the paths. (shouldn't it gunzip them too?)
2007-08-22 21:41:32 UTC by mindless
-
I haven't done anything yet with the plugin, but it did install just fine on current gallery2 svn (2.3-svn)
2007-08-22 21:40:00 UTC by mindless
-
First off, very happy with dvd-baker. Found it kinda by accident but just slapped together a really nice picture dvd in just a few minutes. Tried using the -e option during my dvd create. Saw no error on the screen or in the log files. DVD Finished and is burnt. Do not see the image previews in the menu like described. Have the latest version and the latest versions of dvd-menu and the other...
2007-02-03 21:19:32 UTC by netzdamon
-
marcusbrutus committed revision 50 to the DVD Baker SVN repository, changing 80 files.
2006-11-27 05:02:30 UTC by marcusbrutus
-
marcusbrutus committed revision 49 to the DVD Baker SVN repository, changing 44 files.
2006-11-27 04:49:57 UTC by marcusbrutus