1SUMMARY = "All packages multimedia packages available for XFCE"
2
3inherit packagegroup
4
5# While this item does not require it, it depends on xfmpc and xfc4-mpc-plugin
6# that wants mpd which does
7LICENSE_FLAGS = "commercial"
8
9RDEPENDS_${PN} = " \
10    parole \
11    xfmpc \
12    xfce4-mpc-plugin \
13"
14