From 035ed455fc5e02b11edccb876199fcb9f8675839 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Fri, 13 Mar 2026 19:59:17 +0200 Subject: [PATCH] Rebuild with samba and python-sphinx --- pkg.info | 7 ++++++- source.sh | 1 + 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/pkg.info b/pkg.info index 25c952c..51e713a 100644 --- a/pkg.info +++ b/pkg.info @@ -1,7 +1,7 @@ name: qemu description: A generic and open source machine emulator and virtualizer version: 10.2.1 -revision: 1 +revision: 2 url: https://www.qemu.org/ license: GPL2-only,LGPL2.1-only maintainers: @@ -48,6 +48,8 @@ depends: - vte-gtk3 - zlib - zstd +optional_depends: + - samba:For SMB/CIFS server support make_depends: - libxkbcommon - libxml2 @@ -56,7 +58,10 @@ make_depends: - pam - pcre2 - python3 + - python-sphinx + - python-sphinx_rtd_theme - python-setuptools + - samba - spice-protocol options: - nostrip diff --git a/source.sh b/source.sh index 8da50ad..9e9a697 100644 --- a/source.sh +++ b/source.sh @@ -20,6 +20,7 @@ build() { --enable-tpm \ --enable-kvm \ --enable-strip \ + --smbd=/usr/bin/smbd \ --with-coroutine=ucontext make }