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