blob: efee1aa9379cb7fba3951070299cee163621bd7e [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 Bishop8410d612019-11-25 09:40:59 -050019SRC_URI[md5sum] = "74fcde5da018c011e5febd9649817c05"
20SRC_URI[sha256sum] = "1adb4bd96c4cc4b4a79eeafe1316e170f506426e3737e8ba8898f7ea6bec572a"
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"