mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 22:56:33 +00:00
package/kodi: re-structure dependencies
Use one package per line to ease review of Kodi 17 version bump, where 10+ packages will be removed. This patch contains no code changes. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
d7d730182c
commit
632b5aa9ab
@ -10,13 +10,54 @@ KODI_LICENSE = GPLv2
|
|||||||
KODI_LICENSE_FILES = LICENSE.GPL
|
KODI_LICENSE_FILES = LICENSE.GPL
|
||||||
# needed for binary addons
|
# needed for binary addons
|
||||||
KODI_INSTALL_STAGING = YES
|
KODI_INSTALL_STAGING = YES
|
||||||
KODI_DEPENDENCIES = host-gawk host-gettext host-gperf host-zip host-giflib \
|
KODI_DEPENDENCIES = \
|
||||||
host-libjpeg host-lzo host-nasm host-libpng host-swig
|
boost \
|
||||||
KODI_DEPENDENCIES += boost bzip2 expat ffmpeg fontconfig freetype giflib jasper jpeg \
|
bzip2 \
|
||||||
libass libcdio libcrossguid libcurl libdcadec libfribidi libgcrypt libmpeg2 \
|
expat \
|
||||||
libogg libplist libpng libsamplerate libsquish libvorbis libxml2 \
|
ffmpeg \
|
||||||
libxslt lzo ncurses openssl pcre python readline sqlite taglib tiff \
|
fontconfig \
|
||||||
tinyxml yajl zlib
|
freetype \
|
||||||
|
giflib \
|
||||||
|
host-gawk \
|
||||||
|
host-gettext \
|
||||||
|
host-giflib \
|
||||||
|
host-gperf \
|
||||||
|
host-libjpeg \
|
||||||
|
host-libpng \
|
||||||
|
host-lzo \
|
||||||
|
host-nasm \
|
||||||
|
host-swig \
|
||||||
|
host-zip \
|
||||||
|
jasper \
|
||||||
|
jpeg \
|
||||||
|
libass \
|
||||||
|
libcdio \
|
||||||
|
libcrossguid \
|
||||||
|
libcurl \
|
||||||
|
libdcadec \
|
||||||
|
libfribidi \
|
||||||
|
libgcrypt \
|
||||||
|
libmpeg2 \
|
||||||
|
libogg \
|
||||||
|
libplist \
|
||||||
|
libpng \
|
||||||
|
libsamplerate \
|
||||||
|
libsquish \
|
||||||
|
libvorbis \
|
||||||
|
libxml2 \
|
||||||
|
libxslt \
|
||||||
|
lzo \
|
||||||
|
ncurses \
|
||||||
|
openssl \
|
||||||
|
pcre \
|
||||||
|
python \
|
||||||
|
readline \
|
||||||
|
sqlite \
|
||||||
|
taglib \
|
||||||
|
tiff \
|
||||||
|
tinyxml \
|
||||||
|
yajl \
|
||||||
|
zlib
|
||||||
|
|
||||||
KODI_CONF_ENV = \
|
KODI_CONF_ENV = \
|
||||||
PYTHON_VERSION="$(PYTHON_VERSION_MAJOR)" \
|
PYTHON_VERSION="$(PYTHON_VERSION_MAJOR)" \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user