git » vlc.git » commit 8e3bd00

FS#61075 Webcam only works with zvbi installed

author Levente Polyak
2019-11-07 23:15:03 UTC
committer Levente Polyak
2019-11-07 23:15:03 UTC
parent 8c9c1116431b1f8bfced4696cdb2999b0727cb79

FS#61075 Webcam only works with zvbi installed

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index fa5ef00..7ce387d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ _vlcver=3.0.8
 # 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')
@@ -73,7 +73,7 @@ optdepends=('avahi: service discovery using bonjour protocol'
             'librsvg: SVG plugin'
             'x264: H264 encoding'
             'x265: HEVC/H.265 encoder'
-            'zvbi: VBI/Teletext decoding'
+            'zvbi: VBI/Teletext/webcam/v4l2 capture/decoding'
             'libass: Subtitle support'
             'libkate: Kate codec'
             'libtiger: Tiger rendering for Kate streams'