libbluray: bump to libbluray 1.1.1 (#3846)

This commit is contained in:
kenmays
2019-05-14 10:44:54 -07:00
committed by waddlesplash
parent c5236231b2
commit eba5273362
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-2016 VideoLAN"
COPYRIGHT="2010-2019 VideoLAN"
LICENSE="GNU LGPL v2.1"
REVISION="1"
SOURCE_URI="https://download.videolan.org/pub/videolan/libbluray/$portVersion/libbluray-$portVersion.tar.bz2"
CHECKSUM_SHA256="6d9e7c4e416f664c330d9fa5a05ad79a3fb39b95adfc3fd6910cbed503b7aeff"
CHECKSUM_SHA256="106478a17c8bcac8c7b4174e7432b2bad5a1e6dd2926c4224791fd4669472338"
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.0.2"
libVersion="2.1.1"
libVersionCompat="$libVersion compat >= ${libVersion%%.*}"
portVersionCompat="$portVersion compat >= ${portVersion%%.*}"