Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: MythTV: Users

Question about updating to SVN trunk

 

 

MythTV users RSS feed   Index | Next | Previous | View Threaded


straurig at comcast

Nov 11, 2008, 7:09 PM

Post #1 of 2 (599 views)
Permalink
Question about updating to SVN trunk

I've been running changeset 16579 for a long time and it has been very, very
stable for me. Unfortunately with my move to Ubuntu Hardy 8.04 DVD audio
track playback broke. This got fixed in changeset 16660 so no problem, I
updated to that. Unfortunately button presses (whether from LIRC or the
keyboard) are broken (sometimes Myth stops responding for a minute or two)
from 16660 to 16789. 16790 is the magic changeset beyond which QT4 is
required. I've been thinking of taking the plunge into the wild frontier
beyond 16790 in order to get the button problem resolved. Which brings me to
my point and a couple of questions:

1. Any huge issues going past changeset 16790? Are there any major issues
with plugins, etc? I'm not talking about minor glitches, I know it's not
guaranteed stable, etc., etc., but any showstoppers?

2. I normally use the script below (compliments of the Monolith team) to
move easily and successfully to whatever changeset I like. Unfortunately
this script does not work past 16790. I suspect certain things need to
change in the makefiles to get QT4 picked up (I do have it installed). What
do I need to do to make the script below work for the QT4 dependency?

Thanks,

Scott

REVISION=16468
cd ~oem/mythtv
sudo make distclean
sudo svn update --revision $REVISION
cd mythplugins
sudo make distclean
sudo svn update --revision $REVISION
cd ../myththemes
sudo make distclean
sudo svn update --revision $REVISION
cd ..
sudo make distclean
sudo ./configure --prefix=/usr --enable-proc-opt --enable-dvb
sudo make
sudo make install
cd mythplugins
sudo ./configure --prefix=/usr --enable-proc-opt --enable-aac
sudo make
sudo make install
sudo rm -rf /var/www/mythweb
sudo cp -r mythweb /var/www/
sudo ln -s /var/www/mythweb/mythweb.php /var/www/mythweb/index.php
sudo chmod 777 -R /var/www/mythweb/
cd ../myththemes
sudo ./configure --prefix=/usr
sudo make
sudo make install
sudo ldconfig

_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


mtdean at thirdcontact

Nov 11, 2008, 7:26 PM

Post #2 of 2 (546 views)
Permalink
Re: Question about updating to SVN trunk [In reply to]

On 11/11/2008 10:09 PM, Scott Traurig wrote:
> I've been thinking of taking the plunge into the wild frontier
> beyond 16790 in order to get the button problem resolved. Which brings me to
> my point and a couple of questions:
>
> 1. Any huge issues going past changeset 16790?

There's no going back.

Better would be to install current 0.21-fixes. If you're running trunk
r16579, you can switch to 0.21-fixes without any issues.

Just use your trunk checkout and

Assuming you checked out trunk with:
svn co http://svn.mythtv.org/svn/trunk/

Do:
svn switch http://svn.mythtv.org/svn/branches/release-0-21-fixes/
rm mythtv/version.pro && svn revert mythtv/version.pro

If you checked out individual directories within trunk, do the same as
above, but add the directory name to the end. Also, note that you only
need rm & revert version.pro in the mythtv directory (it's not in other
dirs).

Mike
_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

MythTV users RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.