All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH 1/9] libxmp: add recipe
@ 2025-04-21  9:48 Markus Volk
  2025-04-21  9:48 ` [meta-oe][PATCH 2/9] fluidsynth: update Markus Volk
                   ` (8 more replies)
  0 siblings, 9 replies; 14+ messages in thread
From: Markus Volk @ 2025-04-21  9:48 UTC (permalink / raw)
  To: openembedded-devel

libxmp is a requirement for libsdl2-mixer

Signed-off-by: Markus Volk <f_l_k@t-online.de>
---
 meta-oe/recipes-multimedia/libxmp/libxmp_4.6.2.bb | 11 +++++++++++
 1 file changed, 11 insertions(+)
 create mode 100644 meta-oe/recipes-multimedia/libxmp/libxmp_4.6.2.bb

diff --git a/meta-oe/recipes-multimedia/libxmp/libxmp_4.6.2.bb b/meta-oe/recipes-multimedia/libxmp/libxmp_4.6.2.bb
new file mode 100644
index 0000000000..c67b80b750
--- /dev/null
+++ b/meta-oe/recipes-multimedia/libxmp/libxmp_4.6.2.bb
@@ -0,0 +1,11 @@
+SUMMARY = "Extended Module Player Library"
+HOMEPAGE = "http://xmp.sourceforge.net/"
+LICENSE = "LGPL-2.1-only"
+LIC_FILES_CHKSUM = "file://README;beginline=59;md5=ea030bd80f99071b0d3f9a9f752d1ca8"
+
+inherit cmake pkgconfig
+
+SRC_URI = "git://github.com/libxmp/libxmp.git;protocol=https;branch=master"
+SRCREV = "828ef357943e1fbb13910e7a6fca21987c5c5827"
+
+S = "${WORKDIR}/git"
-- 
2.49.0



^ permalink raw reply related	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2025-04-22  3:49 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-21  9:48 [meta-oe][PATCH 1/9] libxmp: add recipe Markus Volk
2025-04-21  9:48 ` [meta-oe][PATCH 2/9] fluidsynth: update Markus Volk
2025-04-21  9:48 ` [meta-oe][PATCH 3/9] libsdl2-image: build with cmake Markus Volk
2025-04-21 20:54   ` [oe] " Khem Raj
2025-04-22  3:48     ` Markus Volk
2025-04-21  9:48 ` [meta-oe][PATCH 4/9] libsdl2-mixer: update and " Markus Volk
2025-04-21 21:23   ` [oe] " Khem Raj
2025-04-21  9:48 ` [meta-oe][PATCH 5/9] libsdl2-net: update anb " Markus Volk
2025-04-21  9:48 ` [meta-oe][PATCH 6/9] libsdl2-ttf: update and " Markus Volk
2025-04-21  9:48 ` [meta-oe][PATCH 7/9] libsdl3-ttf: add recipe Markus Volk
2025-04-21  9:48 ` [meta-oe][PATCH 8/9] libsdl2-compat: make mutually exclusive with libsdl2 Markus Volk
2025-04-21  9:48 ` [meta-oe][PATCH 9/9] libsdl3-image: add recipe Markus Volk
2025-04-21 10:01 ` [oe] [meta-oe][PATCH 1/9] libxmp: " Gyorgy Sarvari
2025-04-21 11:00   ` Markus Volk

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.