blob: 68556a2ab556b974acc1716d1a6b35fd04b4dd75 [file] [log] [blame]
Brad Bishopc342db32019-05-15 21:57:59 -04001DESCRIPTION = "Parole is a modern simple media player based on the GStreamer framework"
Brad Bishop90ca7472019-08-20 09:15:15 -04002HOMEPAGE = "https://docs.xfce.org/apps/parole/start"
Brad Bishopc342db32019-05-15 21:57:59 -04003LICENSE = "GPLv2"
4LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
5
6inherit xfce-app gtk-doc mime
7
8DEPENDS += " \
Brad Bishopc342db32019-05-15 21:57:59 -04009 dbus-glib \
Brad Bishopc342db32019-05-15 21:57:59 -040010 xfce4-dev-tools-native \
11 libxfce4util \
12 libxfce4ui \
13 xfconf \
14 \
15 gstreamer1.0-plugins-base \
16 taglib \
17"
18
Brad Bishop90ca7472019-08-20 09:15:15 -040019SRC_URI[md5sum] = "c23621eb44df292f828e86074d4e719d"
20SRC_URI[sha256sum] = "e92b8ec369e53d921b47d2473c2e2a1e9e04d3c5d536d419abdff40e5e136dc1"
Brad Bishopc342db32019-05-15 21:57:59 -040021
22RDEPENDS_${PN} += "gstreamer1.0-plugins-good"
23
24EXTRA_OECONF = "--disable-gtk-doc"
25
26PACKAGECONFIG ??= "notify"
27PACKAGECONFIG[clutter] = "--enable-clutter, --disable-clutter, clutter"
28PACKAGECONFIG[notify] = "--enable-notify-plugin, --disable-notify-plugin, libnotify"
29
30FILES_${PN} += " \
Brad Bishop90ca7472019-08-20 09:15:15 -040031 ${datadir}/metainfo \
Brad Bishopc342db32019-05-15 21:57:59 -040032 ${libdir}/parole-0/*.so \
33"