First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 182048
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Doug Goldstein <cardoe@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: ra <gnto@woox.net>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 182048 depends on: Show dependency tree
Show dependency graph
Bug 182048 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)







View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


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

First Last Prev Next    No search results available      Search page      Enter new bug