mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
extra/vlc to 3.0.18-15
This commit is contained in:
parent
6ece6afd8e
commit
9491cc3b19
1 changed files with 5 additions and 6 deletions
|
@ -11,13 +11,13 @@ _vlcver=3.0.18
|
||||||
# optional fixup version including hyphen
|
# optional fixup version including hyphen
|
||||||
_vlcfixupver=
|
_vlcfixupver=
|
||||||
pkgver=${_vlcver}${_vlcfixupver//-/.r}
|
pkgver=${_vlcver}${_vlcfixupver//-/.r}
|
||||||
pkgrel=14
|
pkgrel=15
|
||||||
pkgdesc='Multi-platform MPEG, VCD/DVD, and DivX player'
|
pkgdesc='Multi-platform MPEG, VCD/DVD, and DivX player'
|
||||||
url='https://www.videolan.org/vlc/'
|
url='https://www.videolan.org/vlc/'
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
license=('LGPL2.1' 'GPL2')
|
license=('LGPL2.1' 'GPL2')
|
||||||
# NOTE: switch to ffmpeg4.4, as ffmpeg >= 5 requires extensive changes disabling VAAPI (only supported with vlc >= 4)
|
# NOTE: switch to ffmpeg4.4, as ffmpeg >= 5 requires extensive changes disabling VAAPI (only supported with vlc >= 4)
|
||||||
depends=('a52dec' 'libdvbpsi' 'libxpm' 'libdca' 'libproxy' 'lua52' 'libidn'
|
depends=('a52dec' 'libdvbpsi' 'libxpm' 'libdca' 'libproxy' 'lua' 'libidn'
|
||||||
'libmatroska' 'taglib' 'libmpcdec' 'ffmpeg4.4' 'faad2' 'libmad'
|
'libmatroska' 'taglib' 'libmpcdec' 'ffmpeg4.4' 'faad2' 'libmad'
|
||||||
'libmpeg2' 'xcb-util-keysyms' 'libtar' 'libxinerama' 'libsecret'
|
'libmpeg2' 'xcb-util-keysyms' 'libtar' 'libxinerama' 'libsecret'
|
||||||
'libupnp' 'libixml.so' 'libupnp.so' 'libarchive' 'qt5-base'
|
'libupnp' 'libixml.so' 'libupnp.so' 'libarchive' 'qt5-base'
|
||||||
|
@ -62,7 +62,7 @@ optdepends=('avahi: service discovery using bonjour protocol'
|
||||||
'mpg123: mpg123 codec'
|
'mpg123: mpg123 codec'
|
||||||
'protobuf: chromecast streaming'
|
'protobuf: chromecast streaming'
|
||||||
'libmicrodns: mDNS services discovery (chromecast etc)'
|
'libmicrodns: mDNS services discovery (chromecast etc)'
|
||||||
'lua52-socket: http interface'
|
'lua-socket: http interface'
|
||||||
'libdvdread: DVD input module'
|
'libdvdread: DVD input module'
|
||||||
'libdvdnav: DVD with navigation input module'
|
'libdvdnav: DVD with navigation input module'
|
||||||
'libogg: Ogg and OggSpots codec'
|
'libogg: Ogg and OggSpots codec'
|
||||||
|
@ -138,9 +138,8 @@ build() {
|
||||||
export CPPFLAGS+=" -I/usr/include/samba-4.0"
|
export CPPFLAGS+=" -I/usr/include/samba-4.0"
|
||||||
export CXXFLAGS+=" -std=c++17"
|
export CXXFLAGS+=" -std=c++17"
|
||||||
export PKG_CONFIG_PATH="/usr/lib/ffmpeg4.4/pkgconfig"
|
export PKG_CONFIG_PATH="/usr/lib/ffmpeg4.4/pkgconfig"
|
||||||
# upstream doesn't support lua 5.4 yet: https://trac.videolan.org/vlc/ticket/25036
|
export LUAC=/usr/bin/luac
|
||||||
export LUAC=/usr/bin/luac5.2
|
export LUA_LIBS="$(pkg-config --libs lua)"
|
||||||
export LUA_LIBS="$(pkg-config --libs lua5.2)"
|
|
||||||
export RCC=/usr/bin/rcc-qt5
|
export RCC=/usr/bin/rcc-qt5
|
||||||
export PKG_CONFIG_PATH="/usr/lib/ffmpeg4.4/pkgconfig/:$PKG_CONFIG_PATH"
|
export PKG_CONFIG_PATH="/usr/lib/ffmpeg4.4/pkgconfig/:$PKG_CONFIG_PATH"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue