Rebuild with libdvdcss

This commit is contained in:
2026-07-30 13:20:08 +03:00
parent 0ebe231819
commit c4bbf7edbb
2 changed files with 10 additions and 2 deletions
+7 -1
View File
@@ -1,7 +1,7 @@
name: vlc name: vlc
description: Free and open source cross-platform multimedia player and framework description: Free and open source cross-platform multimedia player and framework
version: 3.0.23 version: 3.0.23
revision: 16 revision: 17
url: https://www.videolan.org/vlc/ url: https://www.videolan.org/vlc/
license: GPL2-or-later,LGPL2.1-or-later license: GPL2-or-later,LGPL2.1-or-later
maintainers: maintainers:
@@ -35,6 +35,9 @@ make_depends:
- jack - jack
- libarchive - libarchive
- libass - libass
- libdvdcss
- libdvdnav
- libdvdread
- libglvnd - libglvnd
- libjpeg-turbo - libjpeg-turbo
- libmad - libmad
@@ -125,6 +128,8 @@ split_packages:
- jack - jack
- libarchive - libarchive
- libass - libass
- libdvdnav
- libdvdread
- libglvnd - libglvnd
- libjpeg-turbo - libjpeg-turbo
- libmad - libmad
@@ -163,5 +168,6 @@ split_packages:
- xcb-util-keysyms - xcb-util-keysyms
- zlib - zlib
optional_depends: optional_depends:
- libdvdcss:For decoding encrypted DVDs
- smbclient:For SMB plugin - smbclient:For SMB plugin
- intel-vaapi-driver:For Intel VA-API drivers - intel-vaapi-driver:For Intel VA-API drivers
+3 -1
View File
@@ -32,6 +32,8 @@ build() {
--enable-avformat \ --enable-avformat \
--enable-chromecast \ --enable-chromecast \
--enable-dav1d \ --enable-dav1d \
--enable-dvdnav \
--enable-dvdread \
--enable-flac \ --enable-flac \
--enable-fontconfig \ --enable-fontconfig \
--enable-freetype \ --enable-freetype \
@@ -76,7 +78,7 @@ build() {
--enable-vorbis \ --enable-vorbis \
--enable-vpx \ --enable-vpx \
--enable-x264 \ --enable-x264 \
--enable-x265 \ --enable-x265
# prevent excessive overlinking due to libtool # prevent excessive overlinking due to libtool
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool