Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 1 | SUMMARY = "Library tasked with managing, extracting and handling media art caches" |
| 2 | |
| 3 | LICENSE = "LGPLv2+ & GPLv2+" |
| 4 | LIC_FILES_CHKSUM = "file://COPYING.LESSER;md5=4fbd65380cdd255951079008b364516c \ |
| 5 | file://libmediaart/extract.c;endline=18;md5=dff2b6328ab067b5baadc135f9876c36 \ |
| 6 | file://tests/mediaarttest.c;endline=18;md5=067106eaa1f7a9d918759a096667f18e" |
| 7 | |
| 8 | DEPENDS = "glib-2.0 gdk-pixbuf" |
| 9 | |
| 10 | GNOME_COMPRESS_TYPE = "xz" |
| 11 | |
| 12 | inherit gnomebase gtk-doc gobject-introspection |
| 13 | |
| 14 | EXTRA_OECONF = "--disable-qt --enable-gdkpixbuf" |