Libbluray: bump (#5970)

This commit is contained in:
extrowerk
2021-06-08 21:53:45 +02:00
committed by GitHub
parent 975a98ce76
commit cd723737ea
2 changed files with 3 additions and 3 deletions

View File

@@ -1,11 +1,11 @@
SUMMARY="Library for playback of Blu-ray movies"
DESCRIPTION="This library is simply a tool for playback of Blu-ray movies."
HOMEPAGE="https://www.videolan.org/developers/libbluray.html"
COPYRIGHT="2010-2020 VideoLAN"
COPYRIGHT="2010-2021 VideoLAN"
LICENSE="GNU LGPL v2.1"
REVISION="1"
SOURCE_URI="https://download.videolan.org/pub/videolan/libbluray/$portVersion/libbluray-$portVersion.tar.bz2"
CHECKSUM_SHA256="5223e83f7988ea2cc860b5cadcaf9cf971087b0c80ca7b60cc17c8300cae36ec"
CHECKSUM_SHA256="e2dbaf99e84e0a9725f4985bcb85d41e52c2261cc651d8884b1b790b5ef016f9"
PATCHES="libbluray-$portVersion.patchset"
ARCHITECTURES="!x86_gcc2 x86 x86_64"
@@ -18,7 +18,7 @@ if [ "$targetArchitecture" = x86_gcc2 ]; then
commandBinDir=$prefix/bin
fi
libVersion="2.3.0"
libVersion="2.4.0"
libVersionCompat="$libVersion compat >= ${libVersion%%.*}"
portVersionCompat="$portVersion compat >= ${portVersion%%.*}"