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

Mailing List Archive: MythTV: Users

MythTV 0.19 with XvMC - .deb binaries or source please

 

 

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


erich.newell at gmail

Jun 14, 2006, 5:03 PM

Post #1 of 7 (812 views)
Permalink
MythTV 0.19 with XvMC - .deb binaries or source please

I would like to get MythTV running with XvMC enabled, but have not found any
binaries that will install or compile that had this feature enabled at
configuration time...The 0.19-1 binaries I had installed were the originals
from deb.thehunter.ws and do not have XvMC.

When I try to compile from source (from Marillat's nerim.net repository), I
receive the following error:

make[2]: Entering directory `/usr/src/mythtv-0.19/config'
make[2]: Nothing to be done for `install'.
make[2]: Leaving directory `/usr/src/mythtv-0.19/config'
make[1]: Leaving directory `/usr/src/mythtv-0.19'
install -d debian/mythtv/usr/share/mythtv/sql
install -m 644 database/*.sql debian/mythtv/usr/share/mythtv/sql
dh_strip -pmythtv --tmpdir=debian/mythtv --keep-debug
rm -f debian/mythtv/usr/share/mythtv/FreeSans.ttf
debian/mythtv/usr/share/mythtv/FreeMono.ttf
dh_link -pmythtv-common usr/share/fonts/truetype/freefont/FreeSans.ttf
usr/share/mythtv/FreeSans.ttf
dh_link -pmythtv-common usr/share/fonts/truetype/freefont/FreeMono.ttf
usr/share/mythtv/FreeMono.ttf
dh_install --sourcedir=debian/mythtv -pmythtv-backend
usr/share/mythtv/setup.xml
cp: cannot stat `debian/mythtv//usr/share/mythtv/setup.xml': No such file or
directory
dh_install: command returned error code 256
make: *** [install] Error 1
Build command 'cd mythtv-0.19 && dpkg-buildpackage -b -uc' failed.
E: Child process failed

When I try to install Christian Marillat's binaries (XvMC is enabled in
these according to the source files) I receive a dependency error:

libmyth-0.19: Depends: libqt3c102-mt (>= 3:3.3.4) but it is not installable

I have done some reading online and found that this error is simply a result
of naming convention, but have not yet found a solution....

These are the sources I am retrieving source/binary files from:
deb-src ftp://ftp.nerim.net/debian-marillat/ sarge main
deb ftp://ftp.nerim.net/debian-marillat/ sarge main

If someone could provide:
a) The source files for the 0.19-1 binaries that used to be posted on
deb.thehunter.ws
or
b) The newer-no-longer-posted binaries from deb.thehunter.ws which were
supposedly compiled with XvMC support
or
c) A solution to either of the above errors

I would greatly appreciate it...


--
"A man is defined by the questions that he asks; and the way he goes about
finding the answers to those questions is the way he goes through life."


mythlist at alltel

Jun 14, 2006, 6:45 PM

Post #2 of 7 (770 views)
Permalink
Re: MythTV 0.19 with XvMC - .deb binaries or source please [In reply to]

I rebuilt 0.19 from Christian Marillat's repository for Ubuntu Dapper. I
made a few minor tweaks to get them to build. I have only tested the
frontend since my backend is still running breezy. I know XvMC works I
tested that myself and with the extra rebuilt packages firewire should
work as well. I didn't include source since you can get that from
Marillat's site. i386 only

deb http://jta27.com/ubuntu/mythtv/ Dapper main

Jamison Ables

Erich Newell wrote:
>
> I would like to get MythTV running with XvMC enabled, but have not
> found any binaries that will install or compile that had this feature
> enabled at configuration time...The 0.19-1 binaries I had installed
> were the originals from deb.thehunter.ws <http://deb.thehunter.ws> and
> do not have XvMC.
>
> When I try to compile from source (from Marillat's nerim.net
> <http://nerim.net> repository), I receive the following error:
>
> make[2]: Entering directory `/usr/src/mythtv-0.19/config'
> make[2]: Nothing to be done for `install'.
> make[2]: Leaving directory `/usr/src/mythtv-0.19/config'
> make[1]: Leaving directory `/usr/src/mythtv- 0.19'
> install -d debian/mythtv/usr/share/mythtv/sql
> install -m 644 database/*.sql debian/mythtv/usr/share/mythtv/sql
> dh_strip -pmythtv --tmpdir=debian/mythtv --keep-debug
> rm -f debian/mythtv/usr/share/mythtv/FreeSans.ttf
> debian/mythtv/usr/share/mythtv/FreeMono.ttf
> dh_link -pmythtv-common usr/share/fonts/truetype/freefont/FreeSans.ttf
> usr/share/mythtv/FreeSans.ttf
> dh_link -pmythtv-common usr/share/fonts/truetype/freefont/FreeMono.ttf
> usr/share/mythtv/FreeMono.ttf
> dh_install --sourcedir=debian/mythtv -pmythtv-backend
> usr/share/mythtv/setup.xml
> cp: cannot stat `debian/mythtv//usr/share/mythtv/setup.xml': No such
> file or directory
> dh_install: command returned error code 256
> make: *** [install] Error 1
> Build command 'cd mythtv-0.19 && dpkg-buildpackage -b -uc' failed.
> E: Child process failed
>
> When I try to install Christian Marillat's binaries (XvMC is enabled
> in these according to the source files) I receive a dependency error:
>
> libmyth-0.19: Depends: libqt3c102-mt (>= 3:3.3.4) but it is not
> installable
>
> I have done some reading online and found that this error is simply a
> result of naming convention, but have not yet found a solution....
>
> These are the sources I am retrieving source/binary files from:
> deb-src ftp://ftp.nerim.net/debian-marillat/ sarge main
> deb ftp://ftp.nerim.net/debian-marillat/ sarge main
>
> If someone could provide:
> a) The source files for the 0.19-1 binaries that used to be posted on
> deb.thehunter.ws <http://deb.thehunter.ws>
> or
> b) The newer-no-longer-posted binaries from deb.thehunter.ws
> <http://deb.thehunter.ws> which were supposedly compiled with XvMC support
> or
> c) A solution to either of the above errors
>
> I would greatly appreciate it...
>
>
> --
> "A man is defined by the questions that he asks; and the way he goes
> about finding the answers to those questions is the way he goes
> through life."
> ------------------------------------------------------------------------
>
> _______________________________________________
> mythtv-users mailing list
> mythtv-users [at] mythtv
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
>

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


erich.newell at gmail

Jun 14, 2006, 8:57 PM

Post #3 of 7 (788 views)
Permalink
Re: MythTV 0.19 with XvMC - .deb binaries or source please [In reply to]

I failed to mention that I am looking for binaries (with XvMC) or source for
Ubuntu BREEZY.

I did however try to install the binaries listed on jta72.com and ran into
the same dependency issue as before. (libqt3c102-mt)

When I e-mailed Christian Marillat, he responded that the latest source .deb
(of his) is actually 0.19-0.7...which have not been able to find anywhere,
and he has not yet responded to my latest inquiry. Has anyone discovered
these files anywhere?


------------------------------
>
> Message: 25
> Date: Wed, 14 Jun 2006 21:45:36 -0400
> From: Jamison Ables <mythlist [at] alltel>
> Subject: Re: [mythtv-users] MythTV 0.19 with XvMC - .deb binaries or
> source please
> To: Discussion about mythtv <mythtv-users [at] mythtv>
> Message-ID: <4490BBC0.1080506 [at] alltel>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> I rebuilt 0.19 from Christian Marillat's repository for Ubuntu Dapper. I
> made a few minor tweaks to get them to build. I have only tested the
> frontend since my backend is still running breezy. I know XvMC works I
> tested that myself and with the extra rebuilt packages firewire should
> work as well. I didn't include source since you can get that from
> Marillat's site. i386 only
>
> deb http://jta27.com/ubuntu/mythtv/ Dapper main
>
> Jamison Ables
>
> Erich Newell wrote:
> >
> > I would like to get MythTV running with XvMC enabled, but have not
> > found any binaries that will install or compile that had this feature
> > enabled at configuration time...The 0.19-1 binaries I had installed
> > were the originals from deb.thehunter.ws <http://deb.thehunter.ws> and
> > do not have XvMC.
> >
> > When I try to compile from source (from Marillat's nerim.net
> > <http://nerim.net> repository), I receive the following error:
> >
> > make[2]: Entering directory `/usr/src/mythtv-0.19/config'
> > make[2]: Nothing to be done for `install'.
> > make[2]: Leaving directory `/usr/src/mythtv-0.19/config'
> > make[1]: Leaving directory `/usr/src/mythtv- 0.19'
> > install -d debian/mythtv/usr/share/mythtv/sql
> > install -m 644 database/*.sql debian/mythtv/usr/share/mythtv/sql
> > dh_strip -pmythtv --tmpdir=debian/mythtv --keep-debug
> > rm -f debian/mythtv/usr/share/mythtv/FreeSans.ttf
> > debian/mythtv/usr/share/mythtv/FreeMono.ttf
> > dh_link -pmythtv-common usr/share/fonts/truetype/freefont/FreeSans.ttf
> > usr/share/mythtv/FreeSans.ttf
> > dh_link -pmythtv-common usr/share/fonts/truetype/freefont/FreeMono.ttf
> > usr/share/mythtv/FreeMono.ttf
> > dh_install --sourcedir=debian/mythtv -pmythtv-backend
> > usr/share/mythtv/setup.xml
> > cp: cannot stat `debian/mythtv//usr/share/mythtv/setup.xml': No such
> > file or directory
> > dh_install: command returned error code 256
> > make: *** [install] Error 1
> > Build command 'cd mythtv-0.19 && dpkg-buildpackage -b -uc' failed.
> > E: Child process failed
> >
> > When I try to install Christian Marillat's binaries (XvMC is enabled
> > in these according to the source files) I receive a dependency error:
> >
> > libmyth-0.19: Depends: c (>= 3:3.3.4) but it is not
> > installable
> >
> > I have done some reading online and found that this error is simply a
> > result of naming convention, but have not yet found a solution....
> >
> > These are the sources I am retrieving source/binary files from:
> > deb-src ftp://ftp.nerim.net/debian-marillat/ sarge main
> > deb ftp://ftp.nerim.net/debian-marillat/ sarge main
> >
> > If someone could provide:
> > a) The source files for the 0.19-1 binaries that used to be posted on
> > deb.thehunter.ws <http://deb.thehunter.ws>
> > or
> > b) The newer-no-longer-posted binaries from deb.thehunter.ws
> > <http://deb.thehunter.ws> which were supposedly compiled with XvMC
> support
> > or
> > c) A solution to either of the above errors
> >
> > I would greatly appreciate it...
> >
> >
>


mythlist at alltel

Jun 14, 2006, 9:11 PM

Post #4 of 7 (769 views)
Permalink
Re: MythTV 0.19 with XvMC - .deb binaries or source please [In reply to]

I have those as well. They are slightly out of date but they work for
me. BTW 0.19-0.7 is on his site. Its just a diff.

Jamison Ables

Erich Newell wrote:
> I failed to mention that I am looking for binaries (with XvMC) or
> source for Ubuntu BREEZY.
>
> I did however try to install the binaries listed on jta72.com
> <http://jta72.com> and ran into the same dependency issue as before.
> (libqt3c102-mt)
>
> When I e-mailed Christian Marillat, he responded that the latest
> source .deb (of his) is actually 0.19-0.7...which have not been able
> to find anywhere, and he has not yet responded to my latest inquiry.
> Has anyone discovered these files anywhere?
>
_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


indulis.b at au1

Jun 15, 2006, 1:37 AM

Post #5 of 7 (779 views)
Permalink
MythTV 0.19 with XvMC - .deb binaries or source please [In reply to]

Compile from SVN source as per my instructions, you may find you have to
move the libXvMCW libraries to a temp directory to let the ./configure
step work. the option is --enable-xvmc I think, get the current option
using ./configure --help when in the mythtv/mythv directory.

I finally got it working, saved 20% CPU, then gave it up as you can't run
any sort of nice video filtering, only the BOB deinterlace filter works.

If you are DESPERATE for CPU capacity, and can't blow the $100 to $200 on
a faster CPU, then I guess it is a good option.

Note for mplayer the XvMC option is NOT --xvmc it is --xxmc or something
like that. Mplayer is an easier test for XvMC than mythtv.

Indulis


intnsred at golgotha

Jun 15, 2006, 5:56 AM

Post #6 of 7 (776 views)
Permalink
Re: MythTV 0.19 with XvMC - .deb binaries or source please [In reply to]

> When I e-mailed Christian Marillat, he responded that the latest source
> .deb (of his) is actually 0.19-0.7...which have not been able to find
> anywhere, [...]

Those *0.7 debs are in the Marillat repository built for Debian
Sid/Unstable.


--
"But woe unto you that are rich! for ye have received your consolation." --
Jesus Christ, The Holy Bible, Luke 6:24 (Note he said "woe unto" and
not "give more tax breaks to").
_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


mythlist at alltel

Jun 15, 2006, 6:59 AM

Post #7 of 7 (772 views)
Permalink
Re: MythTV 0.19 with XvMC - .deb binaries or source please [In reply to]

Try this

deb http://jta27.com/ubuntu/mythtv-breezy/ breezy main

Jamison Ables

Erich Newell wrote:
> I failed to mention that I am looking for binaries (with XvMC) or
> source for Ubuntu BREEZY.
>
> I did however try to install the binaries listed on jta72.com
> <http://jta72.com> and ran into the same dependency issue as before.
> (libqt3c102-mt)
>
> When I e-mailed Christian Marillat, he responded that the latest
> source .deb (of his) is actually 0.19-0.7...which have not been able
> to find anywhere, and he has not yet responded to my latest inquiry.
> Has anyone discovered these files anywhere?
>
>
_______________________________________________
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.