mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/vlc to 3.0.3.r1-2
This commit is contained in:
parent
975a207fa0
commit
445f37dd63
1 changed files with 3 additions and 3 deletions
|
@ -11,7 +11,7 @@ _vlcver=3.0.3
|
|||
# optional fixup version including hyphen
|
||||
_vlcfixupver=-1
|
||||
pkgver=${_vlcver}${_vlcfixupver//-/.r}
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc='Multi-platform MPEG, VCD/DVD, and DivX player'
|
||||
url='https://www.videolan.org/vlc/'
|
||||
arch=('x86_64')
|
||||
|
@ -23,7 +23,7 @@ depends=('a52dec' 'libdvbpsi' 'libxpm' 'libdca' 'libproxy' 'lua'
|
|||
'fribidi' 'harfbuzz' 'fontconfig' 'libxml2' 'gnutls' 'libplacebo'
|
||||
'wayland-protocols')
|
||||
makedepends=('gst-plugins-base-libs' 'live-media' 'libnotify' 'libbluray'
|
||||
'flac' 'kdelibs' 'libdc1394' 'libavc1394' 'libcaca' 'gtk3'
|
||||
'flac' 'libdc1394' 'libavc1394' 'libcaca' 'gtk3'
|
||||
'librsvg' 'libgme' 'xosd' 'twolame' 'aalib' 'avahi' 'libsystemd'
|
||||
'libmtp' 'libupnp' 'libmicrodns' 'libdvdcss' 'smbclient'
|
||||
'vcdimager' 'libssh2' 'mesa' 'protobuf' 'libnfs' 'mpg123'
|
||||
|
@ -37,7 +37,6 @@ optdepends=('avahi: service discovery using bonjour protocol'
|
|||
'libdvdcss: decoding encrypted DVDs'
|
||||
'libavc1394: devices using the 1394ta AV/C'
|
||||
'libdc1394: IEEE 1394 access plugin'
|
||||
'kdelibs: KDE Solid hardware integration'
|
||||
'kwallet: kwallet keystore'
|
||||
'libva-vdpau-driver: vdpau backend nvidia'
|
||||
'libva-intel-driver: video backend intel'
|
||||
|
@ -223,6 +222,7 @@ build() {
|
|||
--enable-notify \
|
||||
--enable-libplacebo \
|
||||
--enable-vlc \
|
||||
--with-kde-solid=/usr/share/solid/actions/ \
|
||||
--enable-gles2
|
||||
make
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue