[mythtv-users] MythTV 0.21 Debian packages

Jason Spears shadestalker at gmail.com
Wed Mar 12 17:33:02 UTC 2008


On Tue, Mar 11, 2008 at 6:06 PM, Walker <zflyer at gmail.com> wrote:
> Anyone know when to expect the Debian Etch packages (I'm looking at
>  debian-multimedia.org etch main)?
>
>  Can someone post a list of the Debian build dependency packages,
>  should I opt to compile it myself?
>
>  Thank you.
>  _______________________________________________
>  mythtv-users mailing list
>  mythtv-users at mythtv.org
>  http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
>

Make sure you have the build-essential package installed.

Setup the unstable debian-multimedia source in your sources.list:

deb http://www.debian-multimedia.org sid main
deb-src http://www.debian-multimedia.org sid main

Run 'apt-get update' then get the deps with 'apt-get build-dep mythtv'

Get the mythtv sources:

apt-get source mythtv

Build:

cd mythtv-<version or whatever>
dpkg-buildpackage -rfakeroot -uc -us

cd ..
ls *.deb


More information about the mythtv-users mailing list