mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/vlc to 3.0.20-5
This commit is contained in:
parent
7d24d2b84a
commit
ddbe884b65
2 changed files with 8 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
pkgbase = vlc
|
||||
pkgdesc = Multi-platform MPEG, VCD/DVD, and DivX player
|
||||
pkgver = 3.0.20
|
||||
pkgrel = 4
|
||||
pkgrel = 5
|
||||
url = https://www.videolan.org/vlc/
|
||||
arch = x86_64
|
||||
license = GPL-2.0-or-later
|
||||
|
@ -13,6 +13,7 @@ pkgbase = vlc
|
|||
makedepends = avahi
|
||||
makedepends = dav1d
|
||||
makedepends = flac
|
||||
makedepends = fluidsynth
|
||||
makedepends = gst-plugins-base-libs
|
||||
makedepends = gtk3
|
||||
makedepends = jack
|
||||
|
@ -121,6 +122,7 @@ pkgbase = vlc
|
|||
optdepends = avahi: service discovery using bonjour protocol
|
||||
optdepends = dav1d: dav1d AV1 decoder
|
||||
optdepends = flac: Free Lossless Audio Codec plugin
|
||||
optdepends = fluidsynth: FluidSynth based MIDI playback plugin
|
||||
optdepends = gnu-free-fonts: subtitle font
|
||||
optdepends = gst-plugins-base-libs: for libgst plugins
|
||||
optdepends = gstreamer: for libgst plugins
|
||||
|
|
|
@ -11,7 +11,7 @@ _vlcver=3.0.20
|
|||
# optional fixup version including hyphen
|
||||
_vlcfixupver=
|
||||
pkgver=${_vlcver}${_vlcfixupver//-/.r}
|
||||
pkgrel=4
|
||||
pkgrel=5
|
||||
pkgdesc='Multi-platform MPEG, VCD/DVD, and DivX player'
|
||||
url='https://www.videolan.org/vlc/'
|
||||
arch=('x86_64')
|
||||
|
@ -74,6 +74,7 @@ makedepends=(
|
|||
'avahi'
|
||||
'dav1d'
|
||||
'flac'
|
||||
'fluidsynth'
|
||||
'gst-plugins-base-libs'
|
||||
'gtk3'
|
||||
'jack'
|
||||
|
@ -135,7 +136,8 @@ optdepends=(
|
|||
'avahi: service discovery using bonjour protocol'
|
||||
'dav1d: dav1d AV1 decoder'
|
||||
'flac: Free Lossless Audio Codec plugin'
|
||||
'gnu-free-fonts: subtitle font '
|
||||
'fluidsynth: FluidSynth based MIDI playback plugin'
|
||||
'gnu-free-fonts: subtitle font'
|
||||
'gst-plugins-base-libs: for libgst plugins'
|
||||
'gstreamer: for libgst plugins'
|
||||
'gtk3: notification plugin'
|
||||
|
@ -278,6 +280,7 @@ build() {
|
|||
--enable-a52 \
|
||||
--enable-dca \
|
||||
--enable-flac \
|
||||
--enable-fluidsynth \
|
||||
--enable-libmpeg2 \
|
||||
--enable-vorbis \
|
||||
--enable-speex \
|
||||
|
|
Loading…
Reference in a new issue