added my Recipes

This commit is contained in:
2024-07-11 14:16:35 +02:00
parent 38bc4f53ac
commit 09b621d929
7118 changed files with 525762 additions and 3 deletions

View File

@@ -0,0 +1,16 @@
SUMMARY = "All packages multimedia packages available for XFCE"
inherit packagegroup features_check
# parole needs x11
REQUIRED_DISTRO_FEATURES = "pam x11"
# While this item does not require it, it depends on xfmpc and xfc4-mpc-plugin
# that wants mpd which does
LICENSE_FLAGS = "commercial"
RDEPENDS:${PN} = " \
parole \
xfmpc \
xfce4-mpc-plugin \
"

View File

@@ -0,0 +1,32 @@
DESCRIPTION = "Parole is a modern simple media player based on the GStreamer framework"
HOMEPAGE = "https://docs.xfce.org/apps/parole/start"
LICENSE = "GPL-2.0-only"
LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
inherit xfce-app gtk-doc mime mime-xdg
DEPENDS += " \
dbus-glib \
xfce4-dev-tools-native \
libxfce4util \
libxfce4ui \
xfconf \
\
gstreamer1.0-plugins-base \
taglib \
"
SRC_URI[sha256sum] = "0d305ad8ccd3974d6b632f74325b1b8a39304c905c6b405b70f52c4cfd55a7e7"
RDEPENDS:${PN} += "gstreamer1.0-plugins-good"
EXTRA_OECONF = "--disable-gtk-doc DATADIRNAME=share"
PACKAGECONFIG ??= "notify"
PACKAGECONFIG[clutter] = "--enable-clutter, --disable-clutter, clutter"
PACKAGECONFIG[notify] = "--enable-notify-plugin, --disable-notify-plugin, libnotify"
FILES:${PN} += " \
${datadir}/metainfo \
${libdir}/parole-0/*.so \
"

View File

@@ -0,0 +1,18 @@
SUMMARY = "Simple client plugin for Music Player Daemon"
HOMEPAGE = "https://goodies.xfce.org/projects/panel-plugins/xfce4-mpc-plugin"
SECTION = "x11/application"
LICENSE = "0BSD"
LIC_FILES_CHKSUM = "file://COPYING;md5=3604d987e6dfdfc672c754d08953b0e0"
inherit xfce-panel-plugin
DEPENDS += "libmpd"
# While this item does not require it, it depends on mpd which does
LICENSE_FLAGS = "commercial"
# for now we recommend our own mpd-server
RRECOMMENDS:${PN} = "mpd"
SRC_URI[md5sum] = "26a1e8658df2b51967dc2250e23f467d"
SRC_URI[sha256sum] = "eefe78b7b6b95312b3a52814b7f632dc92970c1b3e9535de616315749bf67760"

View File

@@ -0,0 +1,16 @@
SUMMARY = "Music Player Daemon (MPD) client written in GTK+"
HOMEPAGE = "https://goodies.xfce.org/projects/applications/xfmpc"
LICENSE = "GPL-2.0-only"
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
DEPENDS = "libxfce4util libxfce4ui libmpd vala-native"
# While this item does not require it, it depends on mpd which does
LICENSE_FLAGS = "commercial"
# for now we recommend our own mpd-server
RRECOMMENDS:${PN} = "mpd"
inherit xfce-app
SRC_URI[md5sum] = "e6ff8563f159d1e727d656fb88964998"
SRC_URI[sha256sum] = "c76e2a88dc3e1d345da7a5c68fa39981494c2b40033748efcac54411c9e65689"