aboutsummaryrefslogtreecommitdiff
path: root/tools/depends/target/libcec
AgeCommit message (Collapse)Author
2023-10-26[cmake] implement ENABLE_INTERNAL_CECfuzzard
Allows building libcec (and dependency p8-platform) as part of core cmake project.
2022-12-29tools/depends: make the hash file an order only prerequisiteLukas Rusak
this fixes an issue when rebuilding the dependencies that if a target is already built it doesn't get rebuilt ref: https://www.gnu.org/software/make/manual/html_node/Prerequisite-Types.html
2022-02-07[depends] add tarball hash checkingwsnipex
2020-07-28[tools/depends] bump libcec 4.0.7fuzzard
2018-12-22[depends] bump libcec to 4.0.4Philipp Kerling
Apparently fixes an important issue with USB detection on Mac OS X Mojave (Pulse-Eight/libcec#432) Fixes #15073
2018-05-24[depends] libcec: correct shared lib id for darwinRechi
2018-05-24[depends] libcec: disable versioningRechi
2018-01-25[depends] fix LIBDYLIB definitionsRechi
2017-05-12[depends] libcec: don't query git informationRechi
2017-03-19FIX: [cmake] use specific Android profile (so versions)Chris Koying Browet
2017-01-04[CEC] bump to libCEC 4.0.1Lars Op den Kamp
fixes detection of CEC adapters
2016-11-11[cec] bump to libCEC 4.0.0Lars Op den Kamp
2015-05-03[cec] bump to libCEC 3.0.0Lars Op den Kamp
2014-11-01[CEC] bump libCEC to 2.2.0Lars Op den Kamp
2014-02-23depends: fix already installed check on osxJoakim Plate
Avoid depending on .so files which could be .dylib on osx Fix some invalid dependencies
2013-12-18[CEC] bump to libCEC 2.1.4Lars Op den Kamp
changelog can be found here: https://github.com/Pulse-Eight/libcec/blob/release/ChangeLog
2013-03-11depends: add mess of dependsCory Fields