Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lightmediascanner: Define comparison_fn_t if undefined | Khem Raj | 2017-09-13 | 1 | -0/+1 |
| | | | | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> (cherry picked from commit 4ff2e26dedff9caa14ffef57a7002b0fd021c17d) Signed-off-by: Armin Kuster <akuster808@gmail.com> | ||||
* | remove True option to getVar calls | Joshua Lock | 2016-12-02 | 1 | -1/+1 |
| | | | | | | | | | getVar() now defaults to expanding by default, thus remove the True option from getVar() calls with a regex search and replace. Search made with the following regex: getVar ?\(( ?[^,()]*), True\) Signed-off-by: Joshua Lock <joshua.g.lock@intel.com> | ||||
* | lightmediascanner: Update to 0.5.1, improve | Manuel Bachmann | 2015-11-02 | 1 | -0/+62 |
We update "lightmediascanner" to its latest version, which also allows us to : - remove mentions of former company (now dissolved) and website (now migrated to GitHub) ; - properly split all plugins into subpackages ; - have a new plugin based on libav, "generic", which we do not automatically enable because of the well-known licensing restrictions of its parent package. MP4 plugin is disabled, because it depends on the MP4v2 library, which we do not have. ID3 plugin requires a patch, already sent to upstream : https://github.com/profusion/lightmediascanner/pull/19 meta-openembedded's only dependent recipe, "enjoy", has been verified with this change. Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> |