Compare commits

..
3 Commits
Author SHA1 Message Date
EnumDev 110a002964 Update dependencies 2026-08-29 14:55:08 +03:00
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 18 additions and 5 deletions
+14 -4
View File
@@ -1,7 +1,7 @@
name: vlc
description: Free and open source cross-platform multimedia player and framework
version: 3.0.23
revision: 16
revision: 19
url: https://www.videolan.org/vlc/
license: GPL2-or-later,LGPL2.1-or-later
maintainers:
@@ -10,7 +10,7 @@ architecture: any
type: source
make_depends:
- aalib
- abseil-cpp=20260526.0
- abseil-cpp=20260817.*
- alsa-lib
- libaom
- avahi
@@ -35,9 +35,14 @@ make_depends:
- jack
- libarchive
- libass
- libbluray
- libdvdcss
- libdvdnav
- libdvdread
- libglvnd
- libjpeg-turbo
- libmad
- libmpcdec
- libmtp
- libnfs
- libnotify
@@ -63,7 +68,7 @@ make_depends:
- mpg123
- opus
- pcsclite
- protobuf-compiler=35.1
- protobuf-compiler=36.0
- qt6-base
- qt6-svg
- qt6-wayland
@@ -125,9 +130,13 @@ split_packages:
- jack
- libarchive
- libass
- libbluray
- libdvdnav
- libdvdread
- libglvnd
- libjpeg-turbo
- libmad
- libmpcdec
- libmtp
- libnfs
- libnotify
@@ -154,7 +163,7 @@ split_packages:
- mpg123
- opus
- pcsclite
- protobuf-compiler=35.1
- protobuf-compiler=36.0
- speex
- speexdsp
- taglib
@@ -163,5 +172,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
+4 -1
View File
@@ -30,8 +30,11 @@ build() {
--enable-avahi \
--enable-avcodec \
--enable-avformat \
--enable-bluray \
--enable-chromecast \
--enable-dav1d \
--enable-dvdnav \
--enable-dvdread \
--enable-flac \
--enable-fontconfig \
--enable-freetype \
@@ -76,7 +79,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