VLC 2.2.6: fix provides for devel package.

This commit is contained in:
Adrien Destugues
2017-11-01 21:10:10 +01:00
parent 7dc630d213
commit 5bf3793289

View File

@@ -5,7 +5,7 @@ VCDs, and various streaming protocols."
HOMEPAGE="https://www.videolan.org/vlc/"
COPYRIGHT="1998-2017 VideoLAN"
LICENSE="GNU GPL v2"
REVISION="2"
REVISION="3"
SOURCE_URI="https://download.videolan.org/pub/videolan/vlc/$portVersion/vlc-$portVersion.tar.xz"
CHECKSUM_SHA256="c403d3accd9a400eb2181c958f3e7bc5524fe5738425f4253d42883b425a42a8"
PATCHES="vlc-$portVersion.patchset"
@@ -94,7 +94,7 @@ REQUIRES="
"
PROVIDES_devel="
vlc$secondaryArchSuffix = $portVersion
vlc${secondaryArchSuffix}_devel = $portVersion
devel:libvlc$secondaryArchSuffix = 5.5.0 compat >= 5
devel:libvlccore$secondaryArchSuffix = 8.8.0 compat >= 8
"