Patrick Williams | ac13d5f | 2023-11-24 18:59:46 -0600 | [diff] [blame] | 1 | DESCRIPTION = "Parole is a modern simple media player based on the GStreamer framework" |
| 2 | HOMEPAGE = "https://docs.xfce.org/apps/parole/start" |
| 3 | LICENSE = "GPL-2.0-only" |
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" |
| 5 | |
| 6 | inherit xfce-app gtk-doc mime mime-xdg |
| 7 | |
| 8 | DEPENDS += " \ |
| 9 | dbus-glib \ |
| 10 | xfce4-dev-tools-native \ |
| 11 | libxfce4util \ |
| 12 | libxfce4ui \ |
| 13 | xfconf \ |
| 14 | \ |
| 15 | gstreamer1.0-plugins-base \ |
| 16 | taglib \ |
| 17 | " |
| 18 | |
| 19 | SRC_URI[sha256sum] = "bbe52fbc4d3abe30f6c79fc7ac57bd9de9cf74ce1a79b508a1d7de83dc4f3771" |
| 20 | |
| 21 | RDEPENDS:${PN} += "gstreamer1.0-plugins-good" |
| 22 | |
| 23 | EXTRA_OECONF = "--disable-gtk-doc DATADIRNAME=share" |
| 24 | |
| 25 | PACKAGECONFIG ??= "notify" |
| 26 | PACKAGECONFIG[clutter] = "--enable-clutter, --disable-clutter, clutter" |
| 27 | PACKAGECONFIG[notify] = "--enable-notify-plugin, --disable-notify-plugin, libnotify" |
| 28 | |
| 29 | FILES:${PN} += " \ |
| 30 | ${datadir}/metainfo \ |
| 31 | ${libdir}/parole-0/*.so \ |
| 32 | " |