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 | |
| 6 | inherit xfce-app gtk-doc mime |
| 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 | 90ca747 | 2019-08-20 09:15:15 -0400 | [diff] [blame] | 19 | SRC_URI[md5sum] = "c23621eb44df292f828e86074d4e719d" |
| 20 | SRC_URI[sha256sum] = "e92b8ec369e53d921b47d2473c2e2a1e9e04d3c5d536d419abdff40e5e136dc1" |
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 | " |