public inbox for buildroot@busybox.net
 help / color / mirror / Atom feed
From: Bernd Kuhls <bernd@kuhls.net>
To: buildroot@buildroot.org
Cc: Eric Le Bihan <eric.le.bihan.dev@free.fr>,
	James Hilliard <james.hilliard1@gmail.com>
Subject: [Buildroot] [PATCH 2/3] package/zix: new package
Date: Sun,  5 Apr 2026 13:53:52 +0200	[thread overview]
Message-ID: <20260405115353.2468900-2-bernd@kuhls.net> (raw)
In-Reply-To: <20260405115353.2468900-1-bernd@kuhls.net>

Needed for the upcoming bump of sord from 0.16.12 to 0.16.22:
https://gitlab.com/drobilla/sord/-/commit/ec186c111b2079aa2bb52f44b01b874e46ba4577

Build-tested using this defconfig:

BR2_PACKAGE_ZIX=y

                             arm-aarch64 [ 1/32]: OK
                   bootlin-aarch64-glibc [ 2/32]: OK
               bootlin-aarch64-glibc-old [ 3/32]: OK
               bootlin-arcle-hs38-uclibc [ 4/32]: OK
                    bootlin-armv5-uclibc [ 5/32]: OK
                     bootlin-armv7-glibc [ 6/32]: OK
                   bootlin-armv7m-uclibc [ 7/32]: OK
                      bootlin-armv7-musl [ 8/32]: OK
                bootlin-m68k-5208-uclibc [ 9/32]: OK
               bootlin-m68k-68040-uclibc [10/32]: OK
             bootlin-microblazeel-uclibc [11/32]: OK
                  bootlin-mips64el-glibc [12/32]: OK
                bootlin-mipsel32r6-glibc [13/32]: OK
                   bootlin-mipsel-uclibc [14/32]: OK
                 bootlin-openrisc-uclibc [15/32]: OK
        bootlin-powerpc64le-power8-glibc [16/32]: OK
           bootlin-powerpc-e500mc-uclibc [17/32]: OK
                   bootlin-riscv32-glibc [18/32]: OK
                   bootlin-riscv64-glibc [19/32]: OK
                    bootlin-riscv64-musl [20/32]: OK
                 bootlin-s390x-z13-glibc [21/32]: OK
                      bootlin-sh4-uclibc [22/32]: OK
                   bootlin-sparc64-glibc [23/32]: OK
                    bootlin-sparc-uclibc [24/32]: OK
                    bootlin-x86-64-glibc [25/32]: OK
                     bootlin-x86-64-musl [26/32]: OK
                   bootlin-x86-64-uclibc [27/32]: OK
                   bootlin-x86-i686-musl [28/32]: OK
                   bootlin-xtensa-uclibc [29/32]: OK
                            br-arm-basic [30/32]: OK
                    br-arm-full-nothread [31/32]: OK
                      br-arm-full-static [32/32]: OK

32 builds, 0 skipped, 0 build failed, 0 legal-info failed, 0 show-info failed

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
 DEVELOPERS            |  1 +
 package/Config.in     |  1 +
 package/zix/Config.in |  6 ++++++
 package/zix/zix.hash  |  4 ++++
 package/zix/zix.mk    | 22 ++++++++++++++++++++++
 5 files changed, 34 insertions(+)
 create mode 100644 package/zix/Config.in
 create mode 100644 package/zix/zix.hash
 create mode 100644 package/zix/zix.mk

diff --git a/DEVELOPERS b/DEVELOPERS
index f9ad3e62a8..e1b5f9334d 100644
--- a/DEVELOPERS
+++ b/DEVELOPERS
@@ -538,6 +538,7 @@ F:	package/x264/
 F:	package/x265/
 F:	package/xmrig/
 F:	package/ytree/
+F:	package/zix/
 F:	package/znc/
 F:	support/testing/tests/package/test_perl_html_parser.py
 
diff --git a/package/Config.in b/package/Config.in
index 83b5c4bf92..d00d1eb52a 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -1915,6 +1915,7 @@ menu "JSON/XML"
 	source "package/xml-security-c/Config.in"
 	source "package/yajl/Config.in"
 	source "package/yaml-cpp/Config.in"
+	source "package/zix/Config.in"
 endmenu
 
 menu "Logging"
diff --git a/package/zix/Config.in b/package/zix/Config.in
new file mode 100644
index 0000000000..35e3a398fb
--- /dev/null
+++ b/package/zix/Config.in
@@ -0,0 +1,6 @@
+config BR2_PACKAGE_ZIX
+	bool "zix"
+	help
+	  A lightweight C library for reading and writing RDF
+
+	  https://gitlab.com/drobilla/zix
diff --git a/package/zix/zix.hash b/package/zix/zix.hash
new file mode 100644
index 0000000000..3472f5de71
--- /dev/null
+++ b/package/zix/zix.hash
@@ -0,0 +1,4 @@
+# Locally calculated after checking signature
+# https://download.drobilla.net/zix-0.8.0.tar.xz.sig
+sha256  e9b6fe3ede984fa53f2edcebdabb35fb99ace807722772156aea49c079cad191  zix-0.8.0.tar.xz
+sha256  1314cc14fb947491491c517c533ac7de4f6798585f922a472358082c25ac1881  COPYING
diff --git a/package/zix/zix.mk b/package/zix/zix.mk
new file mode 100644
index 0000000000..e4d89b5104
--- /dev/null
+++ b/package/zix/zix.mk
@@ -0,0 +1,22 @@
+################################################################################
+#
+# zix
+#
+################################################################################
+
+ZIX_VERSION = 0.8.0
+ZIX_SITE = https://download.drobilla.net
+ZIX_SOURCE = zix-$(ZIX_VERSION).tar.xz
+ZIX_LICENSE = ISC
+ZIX_LICENSE_FILES = COPYING
+ZIX_INSTALL_STAGING = YES
+
+ZIX_CONF_OPTS += -Dbenchmarks=disabled -Ddocs=disabled -Dtests=disabled
+
+ifeq ($(BR2_TOOLCHAIN_HAS_THREADS),y)
+ZIX_CONF_OPTS += -Dthreads=enabled
+else
+ZIX_CONF_OPTS += -Dthreads=disabled
+endif
+
+$(eval $(meson-package))
-- 
2.47.3

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

  reply	other threads:[~2026-04-05 11:54 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-04-05 11:53 [Buildroot] [PATCH 1/3] package/serd: bump version to 0.32.8 Bernd Kuhls
2026-04-05 11:53 ` Bernd Kuhls [this message]
2026-04-05 11:53 ` [Buildroot] [PATCH 3/3] package/sord: bump version to 0.16.22 Bernd Kuhls
2026-04-06 15:57 ` [Buildroot] [PATCH 1/3] package/serd: bump version to 0.32.8 Julien Olivain via buildroot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260405115353.2468900-2-bernd@kuhls.net \
    --to=bernd@kuhls.net \
    --cc=buildroot@buildroot.org \
    --cc=eric.le.bihan.dev@free.fr \
    --cc=james.hilliard1@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox