diff options
| author | Andreas Müller <schnitzeltony@googlemail.com> | 2016-03-11 00:25:58 +0100 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-03-25 11:26:56 +0100 |
| commit | 4ead6ef7bc6824cb0074ef1ebca265003e9d3398 (patch) | |
| tree | aec8415d6d92685957e9c50d1911364ec1630abe /meta-xfce/recipes-multimedia/parole/parole_0.8.1.bb | |
| parent | 8354a07d12933a60201064ab61f5b7156bf94dca (diff) | |
| download | meta-openembedded-4ead6ef7bc6824cb0074ef1ebca265003e9d3398.tar.gz | |
parole: update to 0.8.1
checked: patch or similar (for appdata) was applied
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-xfce/recipes-multimedia/parole/parole_0.8.1.bb')
| -rw-r--r-- | meta-xfce/recipes-multimedia/parole/parole_0.8.1.bb | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/meta-xfce/recipes-multimedia/parole/parole_0.8.1.bb b/meta-xfce/recipes-multimedia/parole/parole_0.8.1.bb new file mode 100644 index 0000000000..1514c61d04 --- /dev/null +++ b/meta-xfce/recipes-multimedia/parole/parole_0.8.1.bb | |||
| @@ -0,0 +1,36 @@ | |||
| 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] = "361e3059f1263c76a3711db2c7c1a97b" | ||
| 23 | SRC_URI[sha256sum] = "4b216f5200490f8d2a9bf1b3fcd9a8b20834c95249bf13b9170c82e1fcbd80f4" | ||
| 24 | |||
| 25 | RDEPENDS_${PN} += "gstreamer1.0-plugins-good" | ||
| 26 | |||
| 27 | PACKAGECONFIG ??= "notify" | ||
| 28 | PACKAGECONFIG[clutter] = "--enable-clutter, --disable-clutter, clutter" | ||
| 29 | PACKAGECONFIG[notify] = "--enable-notify-plugin, --disable-notify-plugin, libnotify" | ||
| 30 | |||
| 31 | FILES_${PN} += " \ | ||
| 32 | ${datadir}/appdata \ | ||
| 33 | ${libdir}/parole-0/*.so \ | ||
| 34 | " | ||
| 35 | FILES_${PN}-dbg += "${libdir}/parole-0/.debug" | ||
| 36 | FILES_${PN}-dev += "${libdir}/parole-0/*.la" | ||
