[ubuntu-mythtv] MythTV-Updates, Mythbuntu-Updates, and driver updates
Marc Randolph
mrand at pobox.com
Fri Feb 11 22:14:11 UTC 2011
On Fri, Feb 11, 2011 at 2:38 PM, Tom Bongiorno <two.bits.11 at gmail.com> wrote:
> Is the dkristjansson/mythtv-rec branch publicly accessible? If so, how
> would one get it. I have a separate experimental backend/frontend for which
> I can test and play.
>
> If there is a tutorial somewhere, A link would be fine. I am a Mythbuntu
> user, so this would be the first time I would have to build MythTV. I will
> follow up with questions when I have them.
>
> I am a Linux software programmer, so I am not foreign to the idea.
>
> The reason I ask is that I am expecting to take receipt of my Ceton InfiniTV
> 4 card in about a month. Since I have a hard time finding time for
> anything, I have to plan way in advance.
> Thanks in advance.
> -Tom
Howdy Tom,
I believe you are looking for the following two links:
https://github.com/MythTV/mythtv/tree/dkristjansson/mythtv-rec
Users can compile their own, using the developer's cheatsheet guide:
http://mythbuntu.org/wiki/developer-cheatsheet#Building
To keep up-to-date with stuff being added to 0.24-fixes regularly,
there are the following options:
1) Users can manually run the git build script every so often to spit out debs
2) or cron just that build script
3) or cron a modified autobuilds that only builds for their specific
distro version and only the fixes checkout. Something approximating
the following should modify autobuilds to spit out debs rather than
source files, which should be a fairly minor change... something
approximating:
> #sed s/build-dsc.sh/build-debs.sh/ <http://build-dsc.sh/build-debs.sh/>
> build-mythtv.sh -i
Any changes the a user makes to bzr packaging or git source locally
should automatically rebase when the script is called, and should work
without any problems on a chroot.
Marc
More information about the Ubuntu-mythtv
mailing list