[mythtv] MythTV 'master' branch needs a new library

David Hampton mythtv at love2code.net
Sat Jul 17 02:57:53 UTC 2021


On Fri, 2021-07-16 at 21:27 -0500, David Engel wrote:
> On Fri, Jul 16, 2021 at 06:10:27PM -0400, David Hampton via mythtv-
> dev wrote:
> > Hi everyone,
> > 
> > I just pushed a new commit that replaces the old OSADB and minizip
> > code
> > used by MythTV with libzip. The OSADB code hasn't been updated
> > since
> > 2008, and most distributions are still using minizip 1.x when
> > version
> > 3.x has been out for years. All the os/distributions that MythTV
> > supports have a fairly current version of libzip.
> > 
> > If you update 'master' and pick up commit be856e4cfa, you will need
> > to
> > install libzip-devel or libzip-dev, depending on your system.
> 
> Have you tried building it for Anroid?

Yes. I updated the packaging repo to add the additional instructions to
build and install the new library. The following should work from the
android directory of the packaging repo:

1) git update
2) make clean
3) ./makelibs.sh --sdk 21 --arm64 libzip
4) make SDK=21 MODE=arm64 apk

David




More information about the mythtv-dev mailing list