mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
libbluray: bump to libbluray 1.1.1 (#3846)
This commit is contained in:
@@ -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%%.*}"
|
||||
|
||||
Reference in New Issue
Block a user