parole_1.0.5.bb 923 B

123456789101112131415161718192021222324252627282930313233
  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. inherit xfce-app gtk-doc mime mime-xdg
  6. DEPENDS += " \
  7. dbus-glib \
  8. xfce4-dev-tools-native \
  9. libxfce4util \
  10. libxfce4ui \
  11. xfconf \
  12. \
  13. gstreamer1.0-plugins-base \
  14. taglib \
  15. "
  16. SRC_URI[md5sum] = "74fcde5da018c011e5febd9649817c05"
  17. SRC_URI[sha256sum] = "1adb4bd96c4cc4b4a79eeafe1316e170f506426e3737e8ba8898f7ea6bec572a"
  18. RDEPENDS_${PN} += "gstreamer1.0-plugins-good"
  19. EXTRA_OECONF = "--disable-gtk-doc"
  20. PACKAGECONFIG ??= "notify"
  21. PACKAGECONFIG[clutter] = "--enable-clutter, --disable-clutter, clutter"
  22. PACKAGECONFIG[notify] = "--enable-notify-plugin, --disable-notify-plugin, libnotify"
  23. FILES_${PN} += " \
  24. ${datadir}/metainfo \
  25. ${libdir}/parole-0/*.so \
  26. "