mp3info has not been used in ownCloud for several years and was never used in Nextcloud. This should be as simple as removing... "MP3INFO" from OPTIONS_DEFINE and OPTIONS_DEFAULT And the lines starting with... MP3INFO_DESC MP3INFO_BUILD_DEPENDS MP3INFO_RUN_DEPENDS
I will look at this to ensure no API require this and provide the patch
To help your search, here's where mp3info was removed. https://marc.info/?l=owncloud&m=132558550805887 I believe the relevant code now resides here. https://github.com/owncloud/core/blob/master/lib/private/Preview/MP3.php
A commit references this bug: Author: wen Date: Wed Dec 7 07:57:52 UTC 2016 New revision: 428039 URL: https://svnweb.freebsd.org/changeset/ports/428039 Log: - Remove mp3info dependency PR: 213942 Submitted by: joshruehlig@gmail.com Approved by: maintainer(timeout, >30 days) Changes: head/www/nextcloud/Makefile
Hi, sorry i was very busy, thanks for the modification