From c4bbf7edbba0ffe769227443aa66497a54ec36f1 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Tue, 28 Jul 2026 09:43:56 +0300 Subject: [PATCH] Rebuild with libdvdcss --- info.yml | 8 +++++++- recipe.sh | 4 +++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/info.yml b/info.yml index 0ac3702..c6ae715 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: 16 +revision: 17 url: https://www.videolan.org/vlc/ license: GPL2-or-later,LGPL2.1-or-later maintainers: @@ -35,6 +35,9 @@ make_depends: - jack - libarchive - libass + - libdvdcss + - libdvdnav + - libdvdread - libglvnd - libjpeg-turbo - libmad @@ -125,6 +128,8 @@ split_packages: - jack - libarchive - libass + - libdvdnav + - libdvdread - libglvnd - libjpeg-turbo - libmad @@ -163,5 +168,6 @@ split_packages: - xcb-util-keysyms - zlib optional_depends: + - libdvdcss:For decoding encrypted DVDs - smbclient:For SMB plugin - intel-vaapi-driver:For Intel VA-API drivers diff --git a/recipe.sh b/recipe.sh index 48c2f17..aff3f26 100644 --- a/recipe.sh +++ b/recipe.sh @@ -32,6 +32,8 @@ build() { --enable-avformat \ --enable-chromecast \ --enable-dav1d \ + --enable-dvdnav \ + --enable-dvdread \ --enable-flac \ --enable-fontconfig \ --enable-freetype \ @@ -76,7 +78,7 @@ build() { --enable-vorbis \ --enable-vpx \ --enable-x264 \ - --enable-x265 \ + --enable-x265 # prevent excessive overlinking due to libtool sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool