summaryrefslogtreecommitdiffstats
path: root/package/kodi-pvr-stalker
Commit message (Collapse)AuthorAgeFilesLines
* package/kodi-pvr-stalker: needs libxml2Bernd Kuhls2017-12-032-1/+2
| | | | | | | | | | | | | | | | Since https://git.buildroot.net/buildroot/commit/package/kodi?id=bf9bfd065ba3fab328fd041ca040f2bf134fecf2 kodi itself does not depend on libxml2 anymore which previously provided libxml2 still needed by kodi-pvr-stalker: https://github.com/kodi-pvr/pvr.stalker/blob/Krypton/CMakeLists.txt#L12 Fixes a build error not caught by autobuilders because they do not have host jdk installed: CMake Error at /usr/share/cmake-3.7/Modules/FindPackageHandleStandardArgs.cmake:138 (message): Could NOT find LibXml2 (missing: LIBXML2_LIBRARIES LIBXML2_INCLUDE_DIR) Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/kodi-pvr-stalker: fix build with gcc 7.xBernd Kuhls2017-06-081-0/+29
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/kodi-pvr-*: mass version bumpBernd Kuhls2017-05-312-2/+2
| | | | | | | | | | | This commit brings our package versions in-line with upstream repo: https://github.com/xbmc/repo-binary-addons/tree/Krypton after this commit: https://github.com/xbmc/repo-binary-addons/commit/a6621cbdc6ae2ef35b4188d909ca7f37a38a41f0 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/kodi-pvr-*: mass version bumpBernd Kuhls2017-05-112-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Bumps contain mostly translation updates: package/kodi-pvr-argustv: bump version to 2.5.6 package/kodi-pvr-dvblink: bump version to 3.4.5 package/kodi-pvr-dvbviewer: bump version to 2.4.11 package/kodi-pvr-filmon: bump version to 1.4.9 package/kodi-pvr-hdhomerun: bump version to 2.4.7 package/kodi-pvr-hts: bump version to 3.4.24 package/kodi-pvr-iptvsimple: bump version to 2.4.11 package/kodi-pvr-mediaportal-tvserver: bump version to 2.4.19 package/kodi-pvr-nextpvr: bump version to 2.4.13 package/kodi-pvr-njoy: bump version to 2.4.3 package/kodi-pvr-pctv: bump version to 1.4.7 package/kodi-pvr-stalker: bump version to 2.8.6 package/kodi-pvr-vbox: bump version to 3.6.10 package/kodi-pvr-vdr-vnsi: bump version to 2.6.21 package/kodi-pvr-vuplus: bump version to 2.4.10 package/kodi-pvr-wmc: bump version to 1.4.9 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/kodi-pvr-*: mass version bumpBernd Kuhls2017-04-292-3/+3
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* boot, linux, package: use SPDX short identifier for GPLv2/GPLv2+Rahul Bedarkar2017-04-011-1/+1
| | | | | | | | | | | We want to use SPDX identifier for license strings as much as possible. SPDX short identifier for GPLv2/GPLv2+ is GPL-2.0/GPL-2.0+. This change is done by using following command. find . -name "*.mk" | xargs sed -ri '/LICENSE( )?[\+:]?=/s/\<GPLv2\>/GPL-2.0/g' Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/kodi-pvr-stalker: bump versionBernd Kuhls2016-03-052-2/+2
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/kodi-pvr-*: mass version bump, add hashesBernd Kuhls2016-03-022-1/+5
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/kodi: Remove dependency for BR2_TOOLCHAIN_GCC_AT_LEAST_4_7 from sub ↵Bernd Kuhls2016-02-291-4/+0
| | | | | | | | | | | packages Kodi itself already depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_7, there is no need to duplicate this as reverse dependencies in sub options which depend on Kodi. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/kodi-pvr-stalker: bump versionBernd Kuhls2015-10-201-1/+1
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/kodi-pvr-stalker: Needs jsoncppBernd Kuhls2015-10-032-1/+6
| | | | | | | | | | Fixes http://autobuild.buildroot.net/results/56f/56fb98da27495f6a461bfdc7aa8c2de4d86dfdb8/ http://autobuild.buildroot.net/results/f98/f982b437935cf1f921559f5388fd4146eb9241bd/ Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/kodi-pvr-stalker: new packageBernd Kuhls2015-07-302-0/+20
[Thomas: - use a shorter file as the license file, client.h instead of client.cpp - do not pass -DCMAKE_MODULE_PATH, no longer needed.] Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud