summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-xfce/recipes-multimedia/packagegroups/packagegroup-xfce-multimedia.bb4
-rw-r--r--meta-xfce/recipes-multimedia/xfce4-mpc-plugin/xfce4-mpc-plugin_0.5.0.bb3
-rw-r--r--meta-xfce/recipes-multimedia/xfmpc/xfmpc_0.2.3.bb3
3 files changed, 10 insertions, 0 deletions
diff --git a/meta-xfce/recipes-multimedia/packagegroups/packagegroup-xfce-multimedia.bb b/meta-xfce/recipes-multimedia/packagegroups/packagegroup-xfce-multimedia.bb
index 72a96f3c27..d3e31fe425 100644
--- a/meta-xfce/recipes-multimedia/packagegroups/packagegroup-xfce-multimedia.bb
+++ b/meta-xfce/recipes-multimedia/packagegroups/packagegroup-xfce-multimedia.bb
@@ -4,6 +4,10 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d
4 4
5inherit packagegroup 5inherit packagegroup
6 6
7# While this item does not require it, it depends on xfmpc and xfc4-mpc-plugin
8# that wants mpd which does
9LICENSE_FLAGS = "commercial"
10
7RDEPENDS_${PN} = " \ 11RDEPENDS_${PN} = " \
8 parole \ 12 parole \
9 xfmpc \ 13 xfmpc \
diff --git a/meta-xfce/recipes-multimedia/xfce4-mpc-plugin/xfce4-mpc-plugin_0.5.0.bb b/meta-xfce/recipes-multimedia/xfce4-mpc-plugin/xfce4-mpc-plugin_0.5.0.bb
index f709e4da95..9f501f796d 100644
--- a/meta-xfce/recipes-multimedia/xfce4-mpc-plugin/xfce4-mpc-plugin_0.5.0.bb
+++ b/meta-xfce/recipes-multimedia/xfce4-mpc-plugin/xfce4-mpc-plugin_0.5.0.bb
@@ -8,6 +8,9 @@ inherit xfce-panel-plugin
8 8
9DEPENDS += "libmpd" 9DEPENDS += "libmpd"
10 10
11# While this item does not require it, it depends on mpd which does
12LICENSE_FLAGS = "commercial"
13
11# for now we recommend our own mpd-server 14# for now we recommend our own mpd-server
12RRECOMMENDS_${PN} = "mpd" 15RRECOMMENDS_${PN} = "mpd"
13 16
diff --git a/meta-xfce/recipes-multimedia/xfmpc/xfmpc_0.2.3.bb b/meta-xfce/recipes-multimedia/xfmpc/xfmpc_0.2.3.bb
index 3d902a17bf..869435d68a 100644
--- a/meta-xfce/recipes-multimedia/xfmpc/xfmpc_0.2.3.bb
+++ b/meta-xfce/recipes-multimedia/xfmpc/xfmpc_0.2.3.bb
@@ -4,6 +4,9 @@ LICENSE = "GPLv2"
4LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" 4LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
5DEPENDS = "gtk+ libxfce4util libxfce4ui libmpd vala-native" 5DEPENDS = "gtk+ libxfce4util libxfce4ui libmpd vala-native"
6 6
7# While this item does not require it, it depends on mpd which does
8LICENSE_FLAGS = "commercial"
9
7# for now we recommend our own mpd-server 10# for now we recommend our own mpd-server
8RRECOMMENDS_${PN} = "mpd" 11RRECOMMENDS_${PN} = "mpd"
9 12