blob: f1a15f03a297db0d7ee82a9a51c22ade6aa0fcc6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
pkgbase = libvlc
pkgdesc = The VLC library not bundled with VLC so one can use things depending on the lib without installing VLC
pkgver = 5.6.0
pkgrel = 5
url = https://www.videolan.org/LibVLC/
arch = x86_64
license = LGPL2.1
source = https://archive.archlinux.org/packages/v/vlc/vlc-3.0.4-4-x86_64.pkg.tar.xz
md5sums = db8e24f6792a9e30f85a11e1e6c115f0
pkgname = libvlc
depends = libvlccore
provides = libvlc=5.6.0
provides = vlc
conflicts = vlc
pkgname = libvlccore
depends = libidn
depends = dbus
provides = libvlccore=9.0.0
|