Compare commits
2
Commits
0ebe231819
...
bab2077c48
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bab2077c48
|
||
|
|
c4bbf7edbb
|
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user