[mythtv-commits] Ticket #10406: MythMusic configuration fails when using --disable-all
MythTV
noreply at mythtv.org
Sun Mar 4 14:46:02 UTC 2012
#10406: MythMusic configuration fails when using --disable-all
-------------------------------------------+-------------------------
Reporter: mythtv@… | Owner: beirdo
Type: Bug Report - General | Status: new
Priority: minor | Milestone: unknown
Component: MythTV - configure script | Version: Unspecified
Severity: medium | Keywords:
Ticket locked: 0 |
-------------------------------------------+-------------------------
The new mythplugins configuration scripts introduced in
[[https://github.com/MythTV/mythtv/commit/6ae9f664b457f147a718e1aab5844830082b8d01|6ae9f664b4]]
breaks the configuration of MythMusic when used in conjunction with
`--disable-all`.
I pass `--disable-all --enable-mythmusic` to `mythplugins/configure` in
order to disable all plugins except the ones I explicitly wish to enable.
[[https://github.com/MythTV/mythtv/commit/6ae9f664b457f147a718e1aab5844830082b8d01|6ae9f664b4]]
adds the MythMusic's dependencies to the `$CONFIG_LIST` variable and then
makes an assumption that the values are `enabled` during the checks for
MythMusic's dependencies, by only calling `disable` upon the dependencies
if there are not fulfilled. However, this assumption is currently
incorrect as `--disable-all` executes:
`disable $PLUGIN_LIST $CONFIG_LIST`
which disables `taglib`, `vorbis`, `flac`, and `mp3lame` and then the
MythMusic checks leave them disabled despite the checks being fulfilled.
--
Ticket URL: <http://code.mythtv.org/trac/ticket/10406>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center
More information about the mythtv-commits
mailing list