Rebuild with libdvdcss
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user