Opened 7 years ago
Closed 7 years ago
Last modified 6 years ago
#13252 closed Patch - Feature (fixed)
Build mythplugins for Android
Reported by: | Mark Spieth | Owned by: | Mark Spieth |
---|---|---|---|
Priority: | minor | Milestone: | 30.0 |
Component: | Ports - Android | Version: | Master Head |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
Build Android mythplugins.
Most build, mythmusic requires flac and vorbis in libs added to work.
Attachments (8)
Change History (37)
Changed 7 years ago by
Attachment: | build-plugins-20180326.patch added |
---|
Changed 7 years ago by
Attachment: | android-plugins-20180326.patch added |
---|
Changed 7 years ago by
Attachment: | android-plugins-20180329.patch added |
---|
Changed 7 years ago by
Attachment: | android-plugins-build-20180329.patch added |
---|
comment:1 Changed 7 years ago by
Status: | new → assigned |
---|
comment:2 Changed 7 years ago by
I am not a user of the plugins and prefer not to install them. I verified that I can build with the --no-plugins option, install and the frontend still works.
comment:3 Changed 7 years ago by
I have two errors to report. First, makelibs.sh needs a BUILD_OGG=1 in the "all" option handling. Second, the plugins fail to configure with the following error.
*** make plugins *** ~/src/mythtv/android/packaging-plugins/android/build64/mythplugins ~/src/mythtv/android/packaging-plugins/android/build64/mythtv ERROR: mythconfig.mak not found at //include/mythtv/mythconfig.mak Did you make AND install MythTV first? Are you using the correct prefix (/)? Bailing out!! make: *** No targets specified and no makefile found. Stop.
This was from a totally clean build. Neither problem probably showed up for you because already had the results from earlier builds in place.
Changed 7 years ago by
Attachment: | build-plugins-20180331.patch added |
---|
comment:4 follow-up: 5 Changed 7 years ago by
Thanks for the test. fixed. Also upgraded to qt 5.10.1.
Plugins now install and are functioning (menu wise anyway).
Mythmusic requires nfs mount on android to find the media since there is no remote streaming support for music. This part is untried as yet.
RFC: Also should building plugins be default or not?
Other plugins not really tested as yet.
If no problems in a couple of days I'll commit.
comment:5 Changed 7 years ago by
Replying to markspieth:
Mythmusic requires nfs mount on android to find the media since there is no remote streaming support for music. This part is untried as yet.
What do you mean? MythMusic supports streaming from storage groups.
comment:7 Changed 7 years ago by
Have you seen the discussions on the developers list regarding removing some or all of the plugins? It may be wise to find out what happens there before committing.
comment:8 Changed 7 years ago by
Still no joy.
*** make plugins *** ~/src/mythtv/android/packaging-plugins/android/build64/mythplugins ~/src/mythtv/android/packaging-plugins/android/build64/mythtv ERROR: mythconfig.mak not found at //include/mythtv/mythconfig.mak Did you make AND install MythTV first? Are you using the correct prefix (/)? Bailing out!! make: *** No targets specified and no makefile found. Stop.
comment:9 Changed 7 years ago by
The discussions about removing plugins seem to have stopped.
If you do move forward with this I suggest that the default build should be without plugins, with an option to include plugins if desired.
comment:10 Changed 7 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:13 Changed 7 years ago by
Milestone: | unknown → 30.0 |
---|
Changed 7 years ago by
Attachment: | mythplugins-configure-mythroot-20180515a.patch added |
---|
Changed 7 years ago by
Attachment: | mythplugins-configure-mythroot-20180518.patch added |
---|
Changed 7 years ago by
Attachment: | mythplugins-debian-rules.20180518.patch added |
---|
Added updated patch which also builds mythmusic.