[mythtv] Android plugin install

Mark Spieth mark at digivation.com.au
Wed Nov 28 21:07:50 UTC 2018


On 11/29/2018 2:09 AM, Paul Harrison wrote:
>
>
> On 28/11/2018 13:34, Paul Harrison wrote:
>>
>> ./mythbuild.sh --plugins doesn't appear to be working.
>>
>>
>> There is a typo here :-
>>
>> https://github.com/MythTV/packaging/blob/master/android/mythbuild.sh#L274
>>
>> for i in 
>> $MYTHINSTALLROOT/lib/libmythpluginmyth{archive,netvision,news,browser,game,music}.so 
>> \
>>
>> should be
>>
>> for i in 
>> $MYTHINSTALLROOT/lib/libmyth{archive,netvision,news,browser,game,music}.so 
>> \
>>
>>
>> that gets the plugin .so's added to the apk but the plugin menu items 
>> still don't show which would mean either the .so can't be found by 
>> the frontend or they are failing to load for some reason. How do I 
>> see the frontend.log to try to debug this?
>>
>>
>> Paul H.
>>
>>
>
> A better fix is to add
>
> android {
>     # to discriminate plugins in a flat directory structure
>     TARGET = mythplugin$${TARGET}
> }
>
>
> to the various plugin .pro files so they get renamed in a similar way 
> to the filters?
>
This is a good change. Or just rename the files on deploy.

Both should work.

Mark

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mythtv.org/pipermail/mythtv-dev/attachments/20181129/7f89651a/attachment.html>


More information about the mythtv-dev mailing list