summaryrefslogtreecommitdiffstats
path: root/meta-efl/recipes-multimedia/lightmediascanner/files
diff options
context:
space:
mode:
authorManuel Bachmann <manuel.bachmann@iot.bzh>2015-10-26 03:28:28 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2015-11-02 15:00:51 +0100
commit91a8ff8b827703c226327b55890c72d591aabe42 (patch)
treee352db682d4e4dcf6a20055c7c59b9ec650e6c92 /meta-efl/recipes-multimedia/lightmediascanner/files
parent2496cc5ad5502b5e9eee1c15dd692dd68422b419 (diff)
downloadmeta-openembedded-91a8ff8b827703c226327b55890c72d591aabe42.tar.gz
lightmediascanner: Update to 0.5.1, improve
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>
Diffstat (limited to 'meta-efl/recipes-multimedia/lightmediascanner/files')
-rw-r--r--meta-efl/recipes-multimedia/lightmediascanner/files/id3-plugin-support-out-of-tree-build.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-efl/recipes-multimedia/lightmediascanner/files/id3-plugin-support-out-of-tree-build.patch b/meta-efl/recipes-multimedia/lightmediascanner/files/id3-plugin-support-out-of-tree-build.patch
new file mode 100644
index 000000000..9528bec79
--- /dev/null
+++ b/meta-efl/recipes-multimedia/lightmediascanner/files/id3-plugin-support-out-of-tree-build.patch
@@ -0,0 +1,11 @@
1--- a/src/plugins/Makefile.am 2015-10-25 16:12:29.331415823 +0000
2+++ b/src/plugins/Makefile.am 2015-10-25 16:14:37.593415808 +0000
3@@ -93,7 +93,7 @@
4 id3_id3_la_SOURCES = id3/id3.c id3/id3v1_genres.c
5 id3_id3_la_LIBADD = $(PLUGINS_LIBADD)
6
7-id3/id3v1_genres.c: $(srcdir)/id3/id3v1_genres.def $(srcdir)/id3/id3v1_genres_gen.awk
8+$(srcdir)/id3/id3v1_genres.c: $(srcdir)/id3/id3v1_genres.def $(srcdir)/id3/id3v1_genres_gen.awk
9 $(AWK) -f $(srcdir)/id3/id3v1_genres_gen.awk $(srcdir)/id3/id3v1_genres.def > $@
10
11 EXTRA_DIST += id3/id3v1_genres.def id3/id3v1_genres_gen.awk