libmediaart-2.0: Add recipe

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>
This commit is contained in:
Manuel Bachmann
2015-10-03 22:35:10 +02:00
committed by Martin Jansa
parent af5393c66d
commit a648e084e9
3 changed files with 22 additions and 13 deletions
@@ -0,0 +1,7 @@
require libmediaart.inc
SRC_URI = "${GNOME_MIRROR}/libmediaart/1.9/libmediaart-${PV}.tar.xz"
SRC_URI[md5sum] = "0b65d64398d2f3dff89534c9dfffab4f"
SRC_URI[sha256sum] = "94668adb29d4dc3115b0fd105942ebd5ca6f5f9dbb2afa8a191a73a747dd506f"
S = "${WORKDIR}/libmediaart-${PV}"
@@ -0,0 +1,14 @@
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"
@@ -1,16 +1,4 @@
SUMMARY = "Library tasked with managing, extracting and handling media art caches"
require libmediaart.inc
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"
SRC_URI[archive.md5sum] = "1a44933d4cd0064e3c76d8d0ddacddc9"
SRC_URI[archive.sha256sum] = "3a9dffcad862aed7c0921579b93080d694b8a66f3676bfee8037867f653a1cd3"
inherit gnomebase gtk-doc
EXTRA_OECONF = "--disable-introspection --disable-qt --enable-gdkpixbuf"