mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-17 00:08:08 +00:00
libmediaart 1.9.0 is a new version of the libmediaart library, API-incompatible with the older 0.x one. libmediaart-2.0 is needed to build Rygel, but as the 1.0 version is still needed, let us build them both if required. Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
15 lines
552 B
PHP
15 lines
552 B
PHP
SUMMARY = "Library tasked with managing, extracting and handling media art caches"
|
|
|
|
LICENSE = "LGPLv2+ & GPLv2+"
|
|
LIC_FILES_CHKSUM = "file://COPYING.LESSER;md5=4fbd65380cdd255951079008b364516c \
|
|
file://libmediaart/extract.c;endline=18;md5=dff2b6328ab067b5baadc135f9876c36 \
|
|
file://tests/mediaarttest.c;endline=18;md5=067106eaa1f7a9d918759a096667f18e"
|
|
|
|
DEPENDS = "glib-2.0 gdk-pixbuf"
|
|
|
|
GNOME_COMPRESS_TYPE = "xz"
|
|
|
|
inherit gnomebase gtk-doc
|
|
|
|
EXTRA_OECONF = "--disable-introspection --disable-qt --enable-gdkpixbuf"
|