Nice work, I think it is all working after these changes (except for not building because of an off backend #define). One thing I would like to add is the ability to build a self contained jobque / commflag app bundle that could be run on the mac. I have looked through the script but I can't seem to understand all the witchcraft involved in the actual bundling itself. It should be pretty much the same procedure to create a job queue bundle as the frontend since these are already built. Any thoughts? A backend should also be able to be made this way however there is little use for backend on the mac yet.

Geoff

On Nov 19, 2005, at 11:49 AM, George Nassas wrote:

On 19-Nov-05, at 7:46 AM, [EMAIL PROTECTED] wrote:

Add new options for selecting particular branches, tags or revisions.

A few tweaks to get this to work on my machine:

1) I suspect only a rarified group will run svn out of /Volumes/ Users/nigel/bin/svn ;)

2) handle the case where no revision argument is given. You could also implement this by changing the "elsif ( $OPT{'svnrev'} )" at line 545 into a simple else. Whatever works for you.

3) when @svnrevision is empty perl's system function passes a null argument to svn which it doesn't appreciate at all. The map line in System cleans out null args.

With these changes I'm able to to complete a checkout and partial build. Things go awry when creating libmythtv because the preview generator requires TVRec::GetScreenGrab but that file only gets built if you enable the backend. What now?

I couldn't tell if there's a ticket associated with your change. If you wish I can open one. Also, not sure if you prefer diffs or the entire script. Here are both.

- George

<osx-packager.pl.gz>
<osx.fixups.diff.gz>

_______________________________________________
mythtv-dev mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
mythtv-dev mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev

Reply via email to