summaryrefslogtreecommitdiff
path: root/package/kodi
AgeCommit message (Collapse)Author
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
2015-06-13add libiconv for kodi when uClibc-ng is choosenWaldemar Brodkorb
2015-06-13add uClibc-ng support for kodi buildWaldemar Brodkorb
2015-06-13use kodi binary directlyWaldemar Brodkorb
2015-06-03some init script cleanupWaldemar Brodkorb
2015-06-01readd samba3 for kodiWaldemar Brodkorb
2015-05-30add fixes for kodi on rpi2Waldemar Brodkorb
2015-05-29update font-util to latest upstreamWaldemar Brodkorb
2015-05-27add jpeg-host as reported by OliverWaldemar Brodkorb
2015-05-26update imx librariesWaldemar Brodkorb
2015-05-24update kodi to latest git version, add necessary packagesWaldemar Brodkorb
2015-05-14add libnettleWaldemar Brodkorb
2015-05-13fix kodi on imx6Waldemar Brodkorb
2015-04-27wrong dependencyWaldemar Brodkorb
2015-04-21rename gtk+ to libgtk2Waldemar Brodkorb
2015-04-21update to kodi 14.2Waldemar Brodkorb
2015-03-08sync patch set and configWaldemar Brodkorb
Remove some old kernel symbols. Use 8 MB as default for CMA.
2015-03-06sync with upstream firmwarei, omxplayer and userlandWaldemar Brodkorb
Rename packages, as bcm2836 is also supported now.
2015-02-13fix syntax error in startup scriptWaldemar Brodkorb