summaryrefslogtreecommitdiff
path: root/package/kodi
AgeCommit message (Collapse)Author
2018-05-27kodi: update to leia 18 alpha, add all required packagesWaldemar Brodkorb
2018-05-20kodi: allow using aloop audio devicesOliver Schib
Building the linux kernel with snd_aloop enabled adds alsa loopback devices, however they are not shown in the kodi gui and therefore can't be used by default. This patch lifts those restrictions. Signed-off-by: Oliver Schib <oliver.schib@gmx.ch>
2018-05-05rpi: fix kodi taskWaldemar Brodkorb
Kernel symbols got renamed.
2018-04-16add basic support for raspberry-pi3pOliver Schib
Signed-off-by: Oliver Schib <lich000king@yahoo.de>
2018-02-18kodi: add aac workaround from DebianWaldemar Brodkorb
2018-02-12kodi: add addons for audioencodersWaldemar Brodkorb
2018-01-31kodi: allow to enable avahi supportWaldemar Brodkorb
2018-01-17fix some bugs, while trying to use new gentoo laptopWaldemar Brodkorb
2018-01-02kodi: add some flavoursWaldemar Brodkorb
2018-01-02kodi: allow uClibc-ng buildWaldemar Brodkorb
2017-12-30kodi: fix automatic startup, allow uClibc-ng buildWaldemar Brodkorb
2017-12-29kodi: add symlink to writable partitionWaldemar Brodkorb
2017-12-29kodi: update to 17.6Waldemar Brodkorb
2017-12-04kodi needs libiconv in uClibc-ng caseWaldemar Brodkorb
2017-08-20add new PKG_NEEDS variable data, fix logitechmediaserver packageWaldemar Brodkorb
2017-07-23kodi: fix gcc7.x compile error, from buildrootWaldemar Brodkorb
2017-07-06kodi: update to 17.3, work-in-progressWaldemar Brodkorb
2017-06-27kodi: update to 17.1Waldemar Brodkorb
2017-02-25kodi: needs liblzma/libbz2, we can not hide it with PKG_BBWaldemar Brodkorb
2016-12-11kodi: add missing dependsWaldemar Brodkorb
2016-12-11kodi: libxshmfence requiredWaldemar Brodkorb
2016-10-03remove librt/libpthread packages, not required anymoreWaldemar Brodkorb
Signed-off-by: Waldemar Brodkorb <wbx@uclibc-ng.org>
2016-09-30remove OpenSSL supportWaldemar Brodkorb
I thought some time about this, we have it in parallel some time and it have issues for allmodconfig builds. Anyway I have no fun doing openssl updates twice a week. We just can not support stunnel/ssltunnel anymore. For nodejs we use bundled openssl. I am an old OpenBSD geek anyway, so get rid of OpenSSL.
2016-06-05kodi: -rdynamic is required, otherwise libEGL does not find ↵Waldemar Brodkorb
glPointSizePointerOES
2016-06-05kodi: update to 16.1Waldemar Brodkorb
2016-04-08kodi: fix rpi3 compileWaldemar Brodkorb
2016-04-06add basic raspberry pi3 support (ARM 32Bit)Waldemar Brodkorb
2016-03-21kodi: add gentoo patches to work with ffmpeg3Waldemar Brodkorb
2016-03-07rework menu based config systemWaldemar Brodkorb
After the addition of bare metal toolchains the menu system allowed to create non-valid configurations. I reworked it so we can also add other operating system support if we wish. So first you choose your operating system, then your architecture and endianess, after that your embedded system, emulator or generic device and then you choose your task you want to run. Tasks may be toolchain, a new appliance/application or some preconfigured sets of packages and configurations as kodi, mpd, firefox and more. The tasks are limited to a plausible choice of hardware and software. Deduplicate CPU configuration. You don't wanna compile Kodi for a H8/300 microcontroller ;)
2016-03-02kodi: add libcrossguid dependency, remove accidentally added object fileWaldemar Brodkorb
2016-02-27kodi: update to JarvisWaldemar Brodkorb
2016-01-06new mirrorWaldemar Brodkorb
2015-11-15add new ADK Symbol PKG_NEEDSWaldemar Brodkorb
There are a lot of packages which needs special features either toolchain or hardware features. Add a new symbol which will be used to disable packages, when a toolchain for example does not provide this feature. At the moment following features are required to set for a package: threads rt c++. There will follow: mmu iconv. This will help to better support targets without MMU or threading support.
2015-10-26kodi: update to latestWaldemar Brodkorb
2015-10-22kodi: use rtmp and bluray support by defaultWaldemar Brodkorb
2015-10-22remove samba3 support, we try to only support one version per packageWaldemar Brodkorb
2015-10-12kodi: allow to choose ssl implementationWaldemar Brodkorb
2015-10-08fix kodi compile on SolidrunWaldemar Brodkorb
2015-09-06update kodi to latest stableWaldemar Brodkorb
2015-08-09fix kodi on imx6, at least startup on hummingboard works again with 4.1.xWaldemar Brodkorb
2015-08-01remove openelec test patchWaldemar Brodkorb
2015-07-25add openelec patch for kodiWaldemar Brodkorb
2015-07-24update kodi to latest releaseWaldemar Brodkorb
2015-07-13update kodi to latest rcWaldemar Brodkorb
2015-07-13disable debugWaldemar Brodkorb
2015-07-07update to latest isengard rcWaldemar Brodkorb
2015-07-06downgrade to older release, problems with rpi2 playbackWaldemar Brodkorb
2015-07-01update kodi, rework target specific dependencies. moved to appliance config ↵Waldemar Brodkorb
at the moment
2015-06-16bump to latest gitWaldemar Brodkorb
2015-06-15fix startup using rpiWaldemar Brodkorb