Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 183538 - mythtv-plugins.eclass needs to support mythmovies
Summary: mythtv-plugins.eclass needs to support mythmovies
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Doug Goldstein (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-28 15:22 UTC by Daniel Burr
Modified: 2007-06-28 18:13 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Burr 2007-06-28 15:22:02 UTC
If you try to emerge any of the myth plugins from recent SVN then MythMovies will always be built along with the plugin that you are actually interested in.  This is because mythtv-plugins.eclass does not have "mythmovies" included in MYTHPLUGIN.

Reproducible: Always

Steps to Reproduce:
1. Try to emerge a recent SVN of a myth plugin, e.g. mythgame-0.21_pre13775

Actual Results:  
The configuration script will show "plugin will not be built" for all plugins except for MythGame and MythMovies


Expected Results:  
Configuration script shows "plugin will not be built" for all plugins except MythGame.

mythmovies should only be added to MYTHPLUGINS if version_is_at_least "0.21_pre" i.e.:
    if version_is_at_least "0.21_pre" ; then
        MYTHPLUGINS="${MYTHPLUGINS} mythzoneminder mythmovies"
    fi
Comment 1 Doug Goldstein (RETIRED) gentoo-dev 2007-06-28 18:13:19 UTC
Fixed. Thanks.