mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-02 13:59:59 +00:00
ce1486c93c
Changelog: ========== * !120 Detect libsoup version from grl-net and adds support to libsoup3 * !123 youtube: port to API v3 by using libgdata 0.17.0 * !122 tmdb: port to GUri, remove libsoup dependency * !122 dleyna: port to GUri, remove libsoup dependency * New translations * Abkhazian * Dutch * Galician * Georgian * Updated translations * Abkhazian * Basque * Bulgarian * Danish * Hebrew * Nepali * Occitan Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
23 lines
573 B
BlitzBasic
23 lines
573 B
BlitzBasic
SUMMARY = "Grilo is a framework forsearching media content from various sources"
|
|
LICENSE = "LGPL-2.1-only"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"
|
|
|
|
DEPENDS = " \
|
|
glib-2.0-native \
|
|
gperf-native \
|
|
itstool-native \
|
|
grilo \
|
|
tracker \
|
|
lua \
|
|
liboauth \
|
|
"
|
|
|
|
GNOMEBASEBUILDCLASS = "meson"
|
|
|
|
inherit gnomebase gnome-help vala
|
|
|
|
SRC_URI += "file://0001-Avoid-running-trackertestutils.patch"
|
|
SRC_URI[archive.sha256sum] = "8518c3d954f93095d955624a044ce16a7345532f811d299dbfa1e114cfebab33"
|
|
|
|
FILES:${PN} += "${libdir}/grilo-0.3"
|