Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
View Bug Activity | Format For Printing | XML | Clone This Bug
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