[mythtv-users] Re: Debian sarge stable

2005-08-17 Thread Tony Lill
<[EMAIL PROTECTED]> writes:

> On 8/15/05, Tony Lill <[EMAIL PROTECTED]> wrote:
>> I compiled it on my xbox, which is mostly woody, with a few sarge
>> development libraries. So it will definitely compile on sarge. Just
>> need someone with a more mainstream system to build the debs and make
>> them available as the new versions come out.
>
> Actually, since mdz has done such a fine job of providing debianized
> source packages (
> http://dijkstra.csh.rit.edu/~mdz/debian/dists/unstable/mythtv/ ), all
> you really should need to do is:

When I run 

apt-get build-dep mythtv

it says

E: Build-dependencies for mythtv could not be satisfied.

And before you ask , I do have 'deb ftp://ftp.nerim.net/debian-marillat/
unstable main' in my source.list.

The problem is that one of the source deps is for xinerama-dev, which
does not exist in sarge. If you use 

apt-cache showsrc mythtv

install the dependancies by hand and just ignore any that don't exist,
you can compile on sarge
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Re: Debian sarge stable

2005-08-15 Thread shadestalker
On 8/15/05, Tony Lill <[EMAIL PROTECTED]> wrote:
> Ross <[EMAIL PROTECTED]> writes:
> > On a side note, does anybody know if Myth actually needs the later
> > versions of these packages? Might be worth updating the debs so they
> > work with Sarge if they're not required. (which I would be happy to
> > do)
> 
> I compiled it on my xbox, which is mostly woody, with a few sarge
> development libraries. So it will definitely compile on sarge. Just
> need someone with a more mainstream system to build the debs and make
> them available as the new versions come out.

Actually, since mdz has done such a fine job of providing debianized
source packages (
http://dijkstra.csh.rit.edu/~mdz/debian/dists/unstable/mythtv/ ), all
you really should need to do is:

Add the deb-src to your /etc/apt/sources.list:

  deb-src http://dijkstra.csh.rit.edu/~mdz/debian unstable mythtv

Get the build dependencies installed:

  apt-get build-dep mythtv

Get the sources (in a scratch or build directory of your choice):

  apt-get source mythtv mythplugins myththemes

cd into each directory and issue build commands (you'll need to have
installed debhelper, devscripts, possibly some other small packages):

  cd mythtv-0.18.1-1
  dpkg-buildpackage -rfakeroot -uc -us

If all goes well, debs will be created and deposited in ../ for you to
run dpkg -i on.  Once you've done this process once, it's pretty much
trivial afterward because you already have your dependencies and
helper scripts installed.
 
This process worked fine for me using only the sarge repository and a
few dependencies from 'deb ftp://ftp.nerim.net/debian-marillat/
unstable main'
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] Re: Debian sarge stable

2005-08-15 Thread Tony Lill
Ross <[EMAIL PROTECTED]> writes:
> On a side note, does anybody know if Myth actually needs the later
> versions of these packages? Might be worth updating the debs so they
> work with Sarge if they're not required. (which I would be happy to
> do)

I compiled it on my xbox, which is mostly woody, with a few sarge
development libraries. So it will definitely compile on sarge. Just
need someone with a more mainstream system to build the debs and make
them available as the new versions come out.
--
Tony Lill, [EMAIL PROTECTED]
President, A. J. Lill Consultantsfax/data (519) 650 3571
539 Grand Valley Dr., Cambridge, Ont. N3H 2S2 (519) 241 2461
--- http://www.ajlc.waterloo.on.ca/ 
"Welcome to All Things UNIX, where if it's not UNIX, it's CRAP!"
 
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users