From 44f764dd564f8968545685851706ff4bb3b7b538 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Fri, 13 Mar 2026 20:12:42 +0200 Subject: [PATCH] Rebuild with samba --- pkg.info | 5 ++++- source.sh | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/pkg.info b/pkg.info index 7c11bd3..9923b12 100644 --- a/pkg.info +++ b/pkg.info @@ -1,7 +1,7 @@ name: vlc description: Free and open source cross-platform multimedia player and framework version: 3.0.23 -revision: 8 +revision: 9 url: https://www.videolan.org/vlc/ license: GPL2-or-later,LGPL2.1-or-later maintainers: @@ -67,6 +67,7 @@ make_depends: - qt6-base - qt6-svg - qt6-wayland + - samba - speex - speexdsp - taglib @@ -161,3 +162,5 @@ split_packages: - x265 - xcb-util-keysyms - zlib + optional_depends: + - smbclient:For SMB plugin diff --git a/source.sh b/source.sh index 0b1dc63..a7eb979 100644 --- a/source.sh +++ b/source.sh @@ -65,6 +65,7 @@ build() { --enable-secret \ --enable-sftp \ --enable-skins2 \ + --enable-smbclient \ --enable-speex \ --enable-svg \ --enable-svgdec \