Compare commits

...
2 Commits
Author SHA1 Message Date
EnumDev bab2077c48 Rebuild with libbluray and libmpcdec 2026-07-31 12:55:23 +03:00
EnumDev c4bbf7edbb Rebuild with libdvdcss 2026-07-30 13:20:08 +03:00
2 changed files with 15 additions and 2 deletions
+11 -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: 18
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,9 +35,14 @@ make_depends:
- jack - jack
- libarchive - libarchive
- libass - libass
- libbluray
- libdvdcss
- libdvdnav
- libdvdread
- libglvnd - libglvnd
- libjpeg-turbo - libjpeg-turbo
- libmad - libmad
- libmpcdec
- libmtp - libmtp
- libnfs - libnfs
- libnotify - libnotify
@@ -125,9 +130,13 @@ split_packages:
- jack - jack
- libarchive - libarchive
- libass - libass
- libbluray
- libdvdnav
- libdvdread
- libglvnd - libglvnd
- libjpeg-turbo - libjpeg-turbo
- libmad - libmad
- libmpcdec
- libmtp - libmtp
- libnfs - libnfs
- libnotify - libnotify
@@ -163,5 +172,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
+4 -1
View File
@@ -30,8 +30,11 @@ build() {
--enable-avahi \ --enable-avahi \
--enable-avcodec \ --enable-avcodec \
--enable-avformat \ --enable-avformat \
--enable-bluray \
--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 +79,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