[mythtv-users] gentoo: mythvideo-0.25_pre20110625.ebuild in Manifest, not in directory

Achim Hofmann news at achim-hofmann.com
Sun Jul 10 11:58:16 UTC 2011


On Sun, 10 Jul 2011 17:46:32 +1200, Robin Gilks <g8ecj at gilks.org> wrote:

> Even after editing the Manifest I get the following error - looks like its
> trying to do something specifically 0.25 on the 0.24 branch :(
> 
> * ERROR: media-plugins/mythvideo-0.24.1_p20110705 failed (configure phase):
>  *   Package mythvideo is unsupported
>  *
>  * Call stack:
>  *     ebuild.sh, line   56:  Called src_configure
>  *   environment, line 2569:  Called mythtv-plugins_src_configure
>  *   environment, line 2337:  Called die
>  * The specific snippet of code:
>  *           die "Package ${PN} is unsupported";
>  *

There's a pattern mismatch within the eclass file
'Gentoo/eclass/mythtv-plugins.eclass'. You'll have to edit line 54 as
follows:

@@ -51,7 +51,7 @@
        MYTHPLUGINS="${MYTHPLUGINS} mythmusic"
        MYTHPLUGINS="${MYTHPLUGINS} mythnetvision"
        MYTHPLUGINS="${MYTHPLUGINS} mythnews"
-       if [[ ${MY_PV} == "0.24" ]]; then
+       if [[ ${MY_PV} == "0.24.1" ]]; then
                MYTHPLUGINS="${MYTHPLUGINS} mythvideo"
        fi
        MYTHPLUGINS="${MYTHPLUGINS} mythweather"

Regards,
Achim Hofmann


More information about the mythtv-users mailing list