diff options
Diffstat (limited to 'meta-xfce/recipes-multimedia/parole/parole_1.0.1.bb')
| -rw-r--r-- | meta-xfce/recipes-multimedia/parole/parole_1.0.1.bb | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/meta-xfce/recipes-multimedia/parole/parole_1.0.1.bb b/meta-xfce/recipes-multimedia/parole/parole_1.0.1.bb new file mode 100644 index 0000000000..05d92ffd4b --- /dev/null +++ b/meta-xfce/recipes-multimedia/parole/parole_1.0.1.bb | |||
| @@ -0,0 +1,38 @@ | |||
| 1 | DESCRIPTION = "Parole is a modern simple media player based on the GStreamer framework" | ||
| 2 | HOMEPAGE = "http://goodies.xfce.org/projects/applications/parole" | ||
| 3 | LICENSE = "GPLv2" | ||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" | ||
| 5 | |||
| 6 | inherit xfce-app gtk-doc mime | ||
| 7 | |||
| 8 | DEPENDS += " \ | ||
| 9 | glib-2.0 \ | ||
| 10 | dbus-glib \ | ||
| 11 | gtk+3 \ | ||
| 12 | \ | ||
| 13 | xfce4-dev-tools-native \ | ||
| 14 | libxfce4util \ | ||
| 15 | libxfce4ui \ | ||
| 16 | xfconf \ | ||
| 17 | \ | ||
| 18 | gstreamer1.0-plugins-base \ | ||
| 19 | taglib \ | ||
| 20 | " | ||
| 21 | |||
| 22 | SRC_URI[md5sum] = "46fe86bbe0c4aa02c53244d66e62e90c" | ||
| 23 | SRC_URI[sha256sum] = "8ad2931fdb35415cc3d7551b5f2207bfaa1aba15545accbacbb4984cdabd7099" | ||
| 24 | |||
| 25 | RDEPENDS_${PN} += "gstreamer1.0-plugins-good" | ||
| 26 | |||
| 27 | EXTRA_OECONF = "--disable-gtk-doc" | ||
| 28 | |||
| 29 | PACKAGECONFIG ??= "notify" | ||
| 30 | PACKAGECONFIG[clutter] = "--enable-clutter, --disable-clutter, clutter" | ||
| 31 | PACKAGECONFIG[notify] = "--enable-notify-plugin, --disable-notify-plugin, libnotify" | ||
| 32 | |||
| 33 | FILES_${PN} += " \ | ||
| 34 | ${datadir}/appdata \ | ||
| 35 | ${libdir}/parole-0/*.so \ | ||
| 36 | " | ||
| 37 | FILES_${PN}-dbg += "${libdir}/parole-0/.debug" | ||
| 38 | FILES_${PN}-dev += "${libdir}/parole-0/*.la" | ||
