mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +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
|
# optional fixup version including hyphen
|
||||||
_vlcfixupver=-1
|
_vlcfixupver=-1
|
||||||
pkgver=${_vlcver}${_vlcfixupver//-/.r}
|
pkgver=${_vlcver}${_vlcfixupver//-/.r}
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
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')
|
||||||
|
@ -23,7 +23,7 @@ depends=('a52dec' 'libdvbpsi' 'libxpm' 'libdca' 'libproxy' 'lua'
|
||||||
'fribidi' 'harfbuzz' 'fontconfig' 'libxml2' 'gnutls' 'libplacebo'
|
'fribidi' 'harfbuzz' 'fontconfig' 'libxml2' 'gnutls' 'libplacebo'
|
||||||
'wayland-protocols')
|
'wayland-protocols')
|
||||||
makedepends=('gst-plugins-base-libs' 'live-media' 'libnotify' 'libbluray'
|
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'
|
'librsvg' 'libgme' 'xosd' 'twolame' 'aalib' 'avahi' 'libsystemd'
|
||||||
'libmtp' 'libupnp' 'libmicrodns' 'libdvdcss' 'smbclient'
|
'libmtp' 'libupnp' 'libmicrodns' 'libdvdcss' 'smbclient'
|
||||||
'vcdimager' 'libssh2' 'mesa' 'protobuf' 'libnfs' 'mpg123'
|
'vcdimager' 'libssh2' 'mesa' 'protobuf' 'libnfs' 'mpg123'
|
||||||
|
@ -37,7 +37,6 @@ optdepends=('avahi: service discovery using bonjour protocol'
|
||||||
'libdvdcss: decoding encrypted DVDs'
|
'libdvdcss: decoding encrypted DVDs'
|
||||||
'libavc1394: devices using the 1394ta AV/C'
|
'libavc1394: devices using the 1394ta AV/C'
|
||||||
'libdc1394: IEEE 1394 access plugin'
|
'libdc1394: IEEE 1394 access plugin'
|
||||||
'kdelibs: KDE Solid hardware integration'
|
|
||||||
'kwallet: kwallet keystore'
|
'kwallet: kwallet keystore'
|
||||||
'libva-vdpau-driver: vdpau backend nvidia'
|
'libva-vdpau-driver: vdpau backend nvidia'
|
||||||
'libva-intel-driver: video backend intel'
|
'libva-intel-driver: video backend intel'
|
||||||
|
@ -223,6 +222,7 @@ build() {
|
||||||
--enable-notify \
|
--enable-notify \
|
||||||
--enable-libplacebo \
|
--enable-libplacebo \
|
||||||
--enable-vlc \
|
--enable-vlc \
|
||||||
|
--with-kde-solid=/usr/share/solid/actions/ \
|
||||||
--enable-gles2
|
--enable-gles2
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue