mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-04 16:10:10 +00:00
libmediaart-2.0: upgrade 1.9.4 -> 1.9.5 / merge inc file / build with meson
NEW in 1.9.5 - 2021-05-22 ========================= * libmediaart: Remove QT4 support * libmediaart: Mandate that input strings are UTF8 * extract: Remove local storage * build: Drop autotools support * build: Update to recent glib API * build: introspection fixes * build: Added CI Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
1ee9682a3a
commit
2b90058c34
|
|
@ -1,7 +0,0 @@
|
|||
require libmediaart.inc
|
||||
|
||||
SRC_URI = "${GNOME_MIRROR}/libmediaart/1.9/libmediaart-${PV}.tar.xz"
|
||||
SRC_URI[md5sum] = "9b960a6a764fba38135fb57219f2e6b4"
|
||||
SRC_URI[sha256sum] = "a57be017257e4815389afe4f58fdacb6a50e74fd185452b23a652ee56b04813d"
|
||||
|
||||
S = "${WORKDIR}/libmediaart-${PV}"
|
||||
|
|
@ -0,0 +1,23 @@
|
|||
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"
|
||||
|
||||
GNOMEBASEBUILDCLASS = "meson"
|
||||
|
||||
inherit gnomebase gobject-introspection vala features_check
|
||||
|
||||
SRC_URI = "${GNOME_MIRROR}/libmediaart/1.9/libmediaart-${PV}.tar.xz"
|
||||
SRC_URI[sha256sum] = "07def5a42c482ae71d3e1f77a4d0fdc337f74226059a65284d6d5a241f0e9cd6"
|
||||
|
||||
S = "${WORKDIR}/libmediaart-${PV}"
|
||||
|
||||
# gobject-introspection is mandatory and cannot be configured
|
||||
REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"
|
||||
UNKNOWN_CONFIGURE_WHITELIST = "introspection"
|
||||
|
||||
EXTRA_OEMESON = "-Dimage_library=gdk-pixbuf"
|
||||
|
|
@ -1,12 +0,0 @@
|
|||
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"
|
||||
|
||||
inherit gnomebase gtk-doc gobject-introspection
|
||||
|
||||
EXTRA_OECONF = "--disable-qt --enable-gdkpixbuf"
|
||||
Loading…
Reference in New Issue
Block a user