Brad Bishop | c342db3 | 2019-05-15 21:57:59 -0400 | [diff] [blame] | 1 | DESCRIPTION = "Parole is a modern simple media player based on the GStreamer framework" |
Brad Bishop | 90ca747 | 2019-08-20 09:15:15 -0400 | [diff] [blame] | 2 | HOMEPAGE = "https://docs.xfce.org/apps/parole/start" |
Brad Bishop | c342db3 | 2019-05-15 21:57:59 -0400 | [diff] [blame] | 3 | LICENSE = "GPLv2" |
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" |
| 5 | |
Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 6 | inherit xfce-app gtk-doc mime mime-xdg |
Brad Bishop | c342db3 | 2019-05-15 21:57:59 -0400 | [diff] [blame] | 7 | |
| 8 | DEPENDS += " \ |
Brad Bishop | c342db3 | 2019-05-15 21:57:59 -0400 | [diff] [blame] | 9 | dbus-glib \ |
Brad Bishop | c342db3 | 2019-05-15 21:57:59 -0400 | [diff] [blame] | 10 | xfce4-dev-tools-native \ |
| 11 | libxfce4util \ |
| 12 | libxfce4ui \ |
| 13 | xfconf \ |
| 14 | \ |
| 15 | gstreamer1.0-plugins-base \ |
| 16 | taglib \ |
| 17 | " |
| 18 | |
Brad Bishop | 8410d61 | 2019-11-25 09:40:59 -0500 | [diff] [blame] | 19 | SRC_URI[md5sum] = "74fcde5da018c011e5febd9649817c05" |
| 20 | SRC_URI[sha256sum] = "1adb4bd96c4cc4b4a79eeafe1316e170f506426e3737e8ba8898f7ea6bec572a" |
Brad Bishop | c342db3 | 2019-05-15 21:57:59 -0400 | [diff] [blame] | 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} += " \ |
Brad Bishop | 90ca747 | 2019-08-20 09:15:15 -0400 | [diff] [blame] | 31 | ${datadir}/metainfo \ |
Brad Bishop | c342db3 | 2019-05-15 21:57:59 -0400 | [diff] [blame] | 32 | ${libdir}/parole-0/*.so \ |
| 33 | " |