From bab2077c48286908b93f3556bbcfc980849dd1b8 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Fri, 31 Jul 2026 12:55:23 +0300 Subject: [PATCH] Rebuild with libbluray and libmpcdec --- info.yml | 6 +++++- recipe.sh | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/info.yml b/info.yml index c6ae715..f518333 100644 --- a/info.yml +++ b/info.yml @@ -1,7 +1,7 @@ name: vlc description: Free and open source cross-platform multimedia player and framework version: 3.0.23 -revision: 17 +revision: 18 url: https://www.videolan.org/vlc/ license: GPL2-or-later,LGPL2.1-or-later maintainers: @@ -35,12 +35,14 @@ make_depends: - jack - libarchive - libass + - libbluray - libdvdcss - libdvdnav - libdvdread - libglvnd - libjpeg-turbo - libmad + - libmpcdec - libmtp - libnfs - libnotify @@ -128,11 +130,13 @@ split_packages: - jack - libarchive - libass + - libbluray - libdvdnav - libdvdread - libglvnd - libjpeg-turbo - libmad + - libmpcdec - libmtp - libnfs - libnotify diff --git a/recipe.sh b/recipe.sh index aff3f26..d675fa0 100644 --- a/recipe.sh +++ b/recipe.sh @@ -30,6 +30,7 @@ build() { --enable-avahi \ --enable-avcodec \ --enable-avformat \ + --enable-bluray \ --enable-chromecast \ --enable-dav1d \ --enable-dvdnav \