William A. Kennington III | b95905d | 2021-06-02 12:40:56 -0700 | [diff] [blame] | 1 | SUMMARY = "Grilo is a framework forsearching media content from various sources" |
| 2 | LICENSE = "LGPLv2.1" |
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" |
| 4 | |
| 5 | DEPENDS = " \ |
| 6 | glib-2.0-native \ |
| 7 | gperf-native \ |
| 8 | itstool-native \ |
| 9 | grilo \ |
| 10 | tracker \ |
| 11 | lua \ |
| 12 | liboauth \ |
| 13 | " |
| 14 | |
| 15 | GNOMEBASEBUILDCLASS = "meson" |
| 16 | |
| 17 | inherit gnomebase gnome-help vala |
| 18 | |
| 19 | SRC_URI += "file://0001-Avoid-running-trackertestutils.patch" |
| 20 | SRC_URI[archive.sha256sum] = "1c4305d67364a930543836cc1982f30e946973b8ff6af3efe31d87709ab520f8" |
| 21 | |
Patrick Williams | 213cb26 | 2021-08-07 19:21:33 -0500 | [diff] [blame] | 22 | FILES:${PN} += "${libdir}/grilo-0.3" |