git » vlc.git » commit 666e2be

Rebuild with latest live-media, and remove it from optdepends since it's statically linked

author Antonio Rojas
2021-08-04 08:26:22 UTC
committer Antonio Rojas
2021-08-04 08:26:22 UTC
parent 8f4a5ce23702f44293a52f938368b93a7abd5441

Rebuild with latest live-media, and remove it from optdepends since it's statically linked

PKGBUILD +1 -2

diff --git a/PKGBUILD b/PKGBUILD
index 8bd5c16..2696f53 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ _vlcver=3.0.16
 # optional fixup version including hyphen
 _vlcfixupver=
 pkgver=${_vlcver}${_vlcfixupver//-/.r}
-pkgrel=2
+pkgrel=3
 pkgdesc='Multi-platform MPEG, VCD/DVD, and DivX player'
 url='https://www.videolan.org/vlc/'
 arch=('x86_64')
@@ -57,7 +57,6 @@ optdepends=('avahi: service discovery using bonjour protocol'
             'protobuf: chromecast streaming'
             'libmicrodns: mDNS services discovery (chromecast etc)'
             'lua52-socket: http interface'
-            'live-media: RTSP input'
             'libdvdread: DVD input module'
             'libdvdnav: DVD with navigation input module'
             'libogg: Ogg and OggSpots codec'