diff options
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.bb | 33 |
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 @@ | |||
| 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 = "GPLv2" | ||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" | ||
| 5 | |||
| 6 | inherit xfce-app gtk-doc mime | ||
| 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[md5sum] = "74fcde5da018c011e5febd9649817c05" | ||
| 20 | SRC_URI[sha256sum] = "1adb4bd96c4cc4b4a79eeafe1316e170f506426e3737e8ba8898f7ea6bec572a" | ||
| 21 | |||
| 22 | RDEPENDS_${PN} += "gstreamer1.0-plugins-good" | ||
| 23 | |||
| 24 | EXTRA_OECONF = "--disable-gtk-doc" | ||
| 25 | |||
| 26 | PACKAGECONFIG ??= "notify" | ||
| 27 | PACKAGECONFIG[clutter] = "--enable-clutter, --disable-clutter, clutter" | ||
| 28 | PACKAGECONFIG[notify] = "--enable-notify-plugin, --disable-notify-plugin, libnotify" | ||
| 29 | |||
| 30 | FILES_${PN} += " \ | ||
| 31 | ${datadir}/metainfo \ | ||
| 32 | ${libdir}/parole-0/*.so \ | ||
| 33 | " | ||
