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
Description:   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

------- Comment #1 From ra 2007-06-14 18:16:30 0000 -------
Sorry that should be the current mythdvd ebuild is no longer require for trunk.

------- Comment #2 From Daniel Burr 2007-06-20 13:27:12 0000 -------
(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

------- Comment #3 From Daniel Burr 2007-06-20 14:00:56 0000 -------
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"'

------- Comment #4 From Tom Clift 2007-06-21 23:27:28 0000 -------
(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).

------- Comment #5 From Doug Goldstein 2007-06-28 18:51:14 0000 -------
Fixed in mythtv-0.21_pre13775