[mythtv] Re: [mythtv-commits] mythtv commit: r7932 by nigel

George Nassas gnassas at mac.com
Sat Nov 19 14:49:10 EST 2005


On 19-Nov-05, at 7:46 AM, mythtv at cvs.mythtv.org 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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: osx-packager.pl.gz
Type: application/x-gzip
Size: 7552 bytes
Desc: not available
Url : http://mythtv.org/pipermail/mythtv-dev/attachments/20051119/5fe5807f/osx-packager.pl.bin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: osx.fixups.diff.gz
Type: application/x-gzip
Size: 431 bytes
Desc: not available
Url : http://mythtv.org/pipermail/mythtv-dev/attachments/20051119/5fe5807f/osx.fixups.diff.bin
-------------- next part --------------



More information about the mythtv-dev mailing list