Bug 182048 - media-tv/mythtv trunk requires explict DTS option
|
Bug#:
182048
|
Product: Gentoo Linux
|
Version: unspecified
|
Platform: All
|
|
OS/Version: Linux
|
Status: RESOLVED
|
Severity: normal
|
Priority: P2
|
|
Resolution: FIXED
|
Assigned To: cardoe@gentoo.org
|
Reported By: gnto@woox.net
|
|
Component: Ebuilds
|
|
|
URL:
|
|
Summary: media-tv/mythtv trunk requires explict DTS option
|
|
Keywords:
|
|
Status Whiteboard:
|
|
Opened: 2007-06-14 18:15 0000
|
DTS is no longer enabled by default in mythtv trunk.
So 'use dts || myconf="${myconf} --disable-dts"' needs to be changed to 'use
dts && myconf="${myconf} --enable-dts"'
Also on a side note, MythDVD has been merged into MythTV main - so the current
mythtv ebuild is no longer necessary.
Reproducible: Always
Steps to Reproduce:
1. USE="dts" emerge mythtv
2.
3.
Actual Results:
DTS not complied in
Expected Results:
DTS option to be available
Sorry that should be the current mythdvd ebuild is no longer require for trunk.
(In reply to comment #1)
> Sorry that should be the current mythdvd ebuild is no longer require for trunk.
That is covered by bug #180696
Also, with latest SVN, your suggested fix for the DTS problem results in
configure showing this message:
"WARNING! --enable-dts will be removed, use --enable-libdts"
So I guess that it should instead be:
'use dts && myconf="${myconf} --enable-libdts"'
(In reply to comment #3)
> So I guess that it should instead be:
>
> 'use dts && myconf="${myconf} --enable-libdts"'
On mythtv trunk, this is now required (seems they removed the --enable-dts
option already).
Fixed in mythtv-0.21_pre13775