[mythtv-users] SVN Myth Users only

Michaël Burtin mburtin at gmail.com
Fri Mar 24 18:32:55 UTC 2006


On 3/24/06, Joel Ostheller <j.ostheller at gmail.com> wrote:
>
>
> On 3/23/06, Joe Votour <joevph at yahoo.com> wrote:
>
> >
> > It's a huge dependency nest.
> >
> > The way I did it was to install everything via yum,
> > and then remove the MythTV RPMs by hand.
> >
> > So, something like:
> > yum install mythtv-suite
> > rpm -qa | grep myth > pkgs.txt
> > rpm -e `cat pkgs.txt`
> >
> > Then from there, I only had to install a few -devel
> > packages (no more than 10, I'm sure) via yum.  From
> > there, I had no problems building my own binaries from
> > SVN.
> >
> > -- Joe
>
>
> yeah thats exactly what I did a year ago with FC3 except with apt-get
> instead of yum... I like the idea of running everything from source, but I
> am afraid of what that really means....
>
>
>
> _______________________________________________
> mythtv-users mailing list
> mythtv-users at mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
>
>
>
If you want to avoid dependency problem, you can use the mythsvn spec file
on the Mythtv wiki (
http://www.mythtv.org/wiki/index.php/Mythtv-svn-rpmbuild.spec). Then
"rpmbuild -bb Mythtv-svn-rpmbuild.spec" will tell you which devel rpm it
needs.
Then use "yum localinstall *.rpm" on your fresh mythtv rpms, and it will
install all the required dependencies.

Mick
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mythtv.org/pipermail/mythtv-users/attachments/20060324/5c1d8ea4/attachment.htm 


More information about the mythtv-users mailing list