Brad Bishop | 90ca747 | 2019-08-20 09:15:15 -0400 | [diff] [blame] | 1 | SUMMARY = "Music Player Daemon (MPD) client written in GTK+" |
| 2 | HOMEPAGE = "https://goodies.xfce.org/projects/applications/xfmpc" |
Andrew Geissler | 9aee500 | 2022-03-30 16:27:02 +0000 | [diff] [blame] | 3 | LICENSE = "GPL-2.0-only" |
Brad Bishop | 90ca747 | 2019-08-20 09:15:15 -0400 | [diff] [blame] | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" |
| 5 | DEPENDS = "libxfce4util libxfce4ui libmpd vala-native" |
| 6 | |
| 7 | # While this item does not require it, it depends on mpd which does |
| 8 | LICENSE_FLAGS = "commercial" |
| 9 | |
| 10 | # for now we recommend our own mpd-server |
Patrick Williams | 213cb26 | 2021-08-07 19:21:33 -0500 | [diff] [blame] | 11 | RRECOMMENDS:${PN} = "mpd" |
Brad Bishop | 90ca747 | 2019-08-20 09:15:15 -0400 | [diff] [blame] | 12 | |
| 13 | inherit xfce-app |
| 14 | |
| 15 | SRC_URI[md5sum] = "e6ff8563f159d1e727d656fb88964998" |
| 16 | SRC_URI[sha256sum] = "c76e2a88dc3e1d345da7a5c68fa39981494c2b40033748efcac54411c9e65689" |