summaryrefslogtreecommitdiffstats
path: root/meta-xfce/recipes-multimedia/parole/parole_1.0.5.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-xfce/recipes-multimedia/parole/parole_1.0.5.bb')
-rw-r--r--meta-xfce/recipes-multimedia/parole/parole_1.0.5.bb33
1 files changed, 33 insertions, 0 deletions
diff --git a/meta-xfce/recipes-multimedia/parole/parole_1.0.5.bb b/meta-xfce/recipes-multimedia/parole/parole_1.0.5.bb
new file mode 100644
index 0000000000..efee1aa937
--- /dev/null
+++ b/meta-xfce/recipes-multimedia/parole/parole_1.0.5.bb
@@ -0,0 +1,33 @@
1DESCRIPTION = "Parole is a modern simple media player based on the GStreamer framework"
2HOMEPAGE = "https://docs.xfce.org/apps/parole/start"
3LICENSE = "GPLv2"
4LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
5
6inherit xfce-app gtk-doc mime
7
8DEPENDS += " \
9 dbus-glib \
10 xfce4-dev-tools-native \
11 libxfce4util \
12 libxfce4ui \
13 xfconf \
14 \
15 gstreamer1.0-plugins-base \
16 taglib \
17"
18
19SRC_URI[md5sum] = "74fcde5da018c011e5febd9649817c05"
20SRC_URI[sha256sum] = "1adb4bd96c4cc4b4a79eeafe1316e170f506426e3737e8ba8898f7ea6bec572a"
21
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} += " \
31 ${datadir}/metainfo \
32 ${libdir}/parole-0/*.so \
33"