blob: 0b38f6d6033b5cceda47c368226a1c4354fa245b [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
Andrew Geissler82c905d2020-04-13 13:39:40 -05006inherit xfce-app gtk-doc mime mime-xdg
Brad Bishopc342db32019-05-15 21:57:59 -04007
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
Andrew Geisslereef63862021-01-29 15:58:13 -060019SRC_URI[sha256sum] = "0d305ad8ccd3974d6b632f74325b1b8a39304c905c6b405b70f52c4cfd55a7e7"
Brad Bishopc342db32019-05-15 21:57:59 -040020
Patrick Williams213cb262021-08-07 19:21:33 -050021RDEPENDS:${PN} += "gstreamer1.0-plugins-good"
Brad Bishopc342db32019-05-15 21:57:59 -040022
23EXTRA_OECONF = "--disable-gtk-doc"
24
25PACKAGECONFIG ??= "notify"
26PACKAGECONFIG[clutter] = "--enable-clutter, --disable-clutter, clutter"
27PACKAGECONFIG[notify] = "--enable-notify-plugin, --disable-notify-plugin, libnotify"
28
Patrick Williams213cb262021-08-07 19:21:33 -050029FILES:${PN} += " \
Brad Bishop90ca7472019-08-20 09:15:15 -040030 ${datadir}/metainfo \
Brad Bishopc342db32019-05-15 21:57:59 -040031 ${libdir}/parole-0/*.so \
32"