[mythtv] Mythjobqueue (including commflag) packaged for MacOS X

Chris Pinkham cpinkham at bc2va.org
Wed Dec 21 15:15:59 EST 2005


> #!/bin/sh
> PRG=$0
> PRG=`dirname $PRG`
> export PATH=$PATH:$PRG
> echo $PATH
> `exec $mythjobqueue_exec`
> 
> The original problem that this set out to solve is the jobqueue  
> expects the executables for commflag and transcode to be in the  
> path.  When they are inside the bundle, this is just not going to  

With current SVN this is no longer the case, the JobQueue use
gContext->GetInstallPrefix() to locate the binaries so your
workaround might not be necessary anymore.

-- 
Chris



More information about the mythtv-dev mailing list