| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Craig Andrews <candrews@gentoo.org>
|
|
|
|
|
|
| |
Signed-off-by: Karlson2k (Evgeny Grin) <k2k@narod.ru>
Closes: https://github.com/gentoo/gentoo/pull/19541
Signed-off-by: Craig Andrews <candrews@gentoo.org>
|
|
|
|
|
| |
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Craig Andrews <candrews@gentoo.org>
|
|
|
|
|
| |
Signed-off-by: Evgeny Grin <k2k@narod.ru>
Signed-off-by: Craig Andrews <candrews@gentoo.org>
|
|
|
|
|
|
|
|
|
|
| |
Added 'evenclients' USE flag to enable installation of all available
kodi eventclients.
At the same time, always enabled 'ENABLE_EVENTCLIENTS' Kodi parameter
to use built-in mechanism for installation of 'kodi-send'.
Signed-off-by: Karlson2k (Evgeny Grin) <k2k@narod.ru>
Signed-off-by: Craig Andrews <candrews@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
|
| |
Kodi must be compiled with either OpenGL or OpenGLES support.
Having both USE flags in ebuild may confuse users and make configuration
more complex as one of these flags must be always enables, while both
flags or no flags are not supported.
Simplify configuration by leaving only 'gles' flag and use OpenGL unless
'gles' flag is enabled.
Signed-off-by: Karlson2k (Evgeny Grin) <k2k@narod.ru>
Signed-off-by: Craig Andrews <candrews@gentoo.org>
|
|
|
|
|
| |
Signed-off-by: Karlson2k (Evgeny Grin) <k2k@narod.ru>
Signed-off-by: Craig Andrews <candrews@gentoo.org>
|
|
|
|
|
|
|
|
|
| |
Both 'ENABLE_OPTICAL' and 'ENABLE_ISO9660PP' are based on libcdio.
It makes sense to sync their usage, as both are required to read optical
disks.
Signed-off-by: Karlson2k (Evgeny Grin) <k2k@narod.ru>
Signed-off-by: Craig Andrews <candrews@gentoo.org>
|
|
|
|
|
| |
Signed-off-by: Karlson2k (Evgeny Grin) <k2k@narod.ru>
Signed-off-by: Craig Andrews <candrews@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
| |
Renamed USE flag 'dvd' to 'optical' to avoid confusion, as it controls
all optical disks support, including AudioCD, VideoCD, DVD-Video and
others.
'optical' is enabled by default as it depends on libcdio, while libcdio
dependency cannot be disabled currently by Kodi configuration.
Signed-off-by: Karlson2k (Evgeny Grin) <k2k@narod.ru>
Signed-off-by: Craig Andrews <candrews@gentoo.org>
|
|
|
|
|
|
|
|
|
| |
Moved build host dependencies to BDEPEND
libjpeg-turbo and libpng must by in DEPEND and RDEPEND as they are used
at build-time and run-time.
Signed-off-by: Evgeny Grin <k2k@narod.ru>
Signed-off-by: Craig Andrews <candrews@gentoo.org>
|
|
|
|
|
| |
Signed-off-by: Evgeny Grin <k2k@narod.ru>
Signed-off-by: Craig Andrews <candrews@gentoo.org>
|
|
|
|
|
|
|
| |
crossguid should be present during build and during run of Kodi.
Signed-off-by: Evgeny Grin <k2k@narod.ru>
Signed-off-by: Craig Andrews <candrews@gentoo.org>
|
|
|
|
|
|
|
| |
gperf is not used by Kodi
Signed-off-by: Evgeny Grin <k2k@narod.ru>
Signed-off-by: Craig Andrews <candrews@gentoo.org>
|
|
|
|
|
|
|
| |
bzip2 is used only if internal ffmpeg is built
Signed-off-by: Evgeny Grin <k2k@narod.ru>
Signed-off-by: Craig Andrews <candrews@gentoo.org>
|
|
|
|
|
|
|
|
| |
nasm (and yasm) are used only if Kodi is building internal version
of libjpeg-turbo.
Signed-off-by: Evgeny Grin <k2k@narod.ru>
Signed-off-by: Craig Andrews <candrews@gentoo.org>
|
|
|
|
|
|
|
| |
fontconfig is not used by Kodi unless depend libs are built by Kodi
Signed-off-by: Evgeny Grin <k2k@narod.ru>
Signed-off-by: Craig Andrews <candrews@gentoo.org>
|
|
|
|
|
|
|
| |
libxml2 is used by Kodi only if xslt is used
Signed-off-by: Evgeny Grin <k2k@narod.ru>
Signed-off-by: Craig Andrews <candrews@gentoo.org>
|
|
|
|
|
|
|
| |
expat is not used unless Kodi builds python by itself
Signed-off-by: Evgeny Grin <k2k@narod.ru>
Signed-off-by: Craig Andrews <candrews@gentoo.org>
|
|
|
|
|
|
|
| |
libinput is used only for GBM
Signed-off-by: Evgeny Grin <k2k@narod.ru>
Signed-off-by: Craig Andrews <candrews@gentoo.org>
|
|
|
|
|
|
|
| |
libxkbcommon is used only for GBM or wayland, but not for X
Signed-off-by: Evgeny Grin <k2k@narod.ru>
Signed-off-by: Craig Andrews <candrews@gentoo.org>
|
|
|
|
|
| |
Signed-off-by: Evgeny Grin <k2k@narod.ru>
Signed-off-by: Craig Andrews <candrews@gentoo.org>
|
|
|
|
|
| |
Signed-off-by: Evgeny Grin <k2k@narod.ru>
Signed-off-by: Craig Andrews <candrews@gentoo.org>
|
|
|
|
|
|
|
| |
Kodi supports vdpau only with X and OpenGL
Signed-off-by: Evgeny Grin <k2k@narod.ru>
Signed-off-by: Craig Andrews <candrews@gentoo.org>
|
|
|
|
|
|
|
|
| |
Kodi can be built only for OpenGL OR OpenGLES, but not for both at the
same time.
Signed-off-by: Evgeny Grin <k2k@narod.ru>
Signed-off-by: Craig Andrews <candrews@gentoo.org>
|
|
|
|
|
|
| |
Signed-off-by: Evgeny Grin <k2k@narod.ru>
Closes: https://github.com/gentoo/gentoo/pull/19365
Signed-off-by: Craig Andrews <candrews@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
|
| |
remove superseded versions
v4l-dvb-saa716x-0.0.1_p20170225-r3
v4l-dvb-saa716x-0.0.1_p20170225-r4
major cleanup in ${FILESDIR}
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Martin Dummer <martin.dummer@gmx.net>
Closes: https://github.com/gentoo/gentoo/pull/19349
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
|
|
|
|
|
|
|
| |
Closes: https://github.com/gentoo/gentoo/pull/19475
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
|
|
|
|
|
|
| |
Closes: https://bugs.gentoo.org/770112
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
| |
When building Kodi with ISO9660PP support, then it requires
libiso9660++.so to be installed. This library is provided by
dev-libs/libcdio, but only when building with C++ libraries. We thus
need to depend on libcdio[cxx] to not fail the build.
Signed-off-by: Patrick Steinhardt <ps@pks.im>
Closes: https://github.com/gentoo/gentoo/pull/19319
Signed-off-by: Craig Andrews <candrews@gentoo.org>
|
|
|
|
|
|
|
|
|
| |
Kodi build system ignores user settings for libcdio.
Closes: https://bugs.gentoo.org/768294
Signed-off-by: Karlson2k (Evgeny Grin) <k2k@narod.ru>
Closes: https://github.com/gentoo/gentoo/pull/19309
Signed-off-by: Craig Andrews <candrews@gentoo.org>
|
|
|
|
|
| |
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Craig Andrews <candrews@gentoo.org>
|
|
|
|
|
|
| |
Closes: https://github.com/gentoo/gentoo/pull/19298
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Craig Andrews <candrews@gentoo.org>
|
|
|
|
|
|
|
|
|
| |
Disable use of sndio even if it is detected on system as it is
not listed in dependencies.
Signed-off-by: Evgeny Grin <k2k@narod.ru>
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Craig Andrews <candrews@gentoo.org>
|
|
|
|
|
|
|
|
|
| |
Do not use 'mdns' library even if it is available.
'MDNS' is used for Android.
Signed-off-by: Evgeny Grin <k2k@narod.ru>
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Craig Andrews <candrews@gentoo.org>
|
|
|
|
|
|
| |
Signed-off-by: Evgeny Grin <k2k@narod.ru>
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Craig Andrews <candrews@gentoo.org>
|
|
|
|
|
|
|
|
|
| |
Libcdio is an optional Kodi dependency.
Added USE flag to enable/disable it.
Signed-off-by: Evgeny Grin <k2k@narod.ru>
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Craig Andrews <candrews@gentoo.org>
|
|
|
|
|
|
| |
Signed-off-by: Evgeny Grin <k2k@narod.ru>
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Craig Andrews <candrews@gentoo.org>
|
|
|
|
|
|
| |
Signed-off-by: Evgeny Grin <k2k@narod.ru>
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Craig Andrews <candrews@gentoo.org>
|
|
|
|
|
|
| |
Closes: https://github.com/gentoo/gentoo/pull/19279
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Craig Andrews <candrews@gentoo.org>
|
|
|
|
|
|
|
|
|
| |
Explicitly instruct configure to use system libs to avoid accidental
usage of internal libs.
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Evgeny Grin <k2k@narod.ru>
Signed-off-by: Craig Andrews <candrews@gentoo.org>
|
|
|
|
|
|
|
|
|
| |
Compile Kodi according to CPU_FLAGS_* USE expand flags instead of
compile-time detected host CPU features
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Evgeny Grin <k2k@narod.ru>
Signed-off-by: Craig Andrews <candrews@gentoo.org>
|
|
|
|
|
|
| |
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Evgeny Grin <k2k@narod.ru>
Signed-off-by: Craig Andrews <candrews@gentoo.org>
|
|
|
|
|
|
|
|
|
| |
dav1d is an option lib for Kodi.
Added USE flag and fixed dependencies.
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Evgeny Grin <k2k@narod.ru>
Signed-off-by: Craig Andrews <candrews@gentoo.org>
|
|
|
|
|
|
|
|
|
| |
Kodi needs one of the defines 'NDEBUG' or '_DEBUG'
This fixes "Using Unknown Kodi x64" strings in Kodi log.
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Evgeny Grin <k2k@narod.ru>
Signed-off-by: Craig Andrews <candrews@gentoo.org>
|
|
|
|
|
|
| |
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Evgeny Grin <k2k@narod.ru>
Signed-off-by: Craig Andrews <candrews@gentoo.org>
|
|
|
|
| |
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
|
|
|
|
| |
Signed-off-by: Harald Judt <h.judt@gmx.at>
Closes: https://github.com/gentoo/gentoo/pull/19131
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
|
|
|
|
|
| |
Signed-off-by: Harald Judt <h.judt@gmx.at>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
|
|
|
|
|
|
|
|
|
| |
I forgot that pkg_pretend() fires before dependencies are
installed. We therefore need to check again in pkg_setup().
Bug: https://bugs.gentoo.org/763654
Package-Manager: Portage-3.0.13, Repoman-3.0.1
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
|