mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-06 15:08:57 +02:00
libbluray, bump version (#5546)
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-2019 VideoLAN"
|
||||
COPYRIGHT="2010-2020 VideoLAN"
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://download.videolan.org/pub/videolan/libbluray/$portVersion/libbluray-$portVersion.tar.bz2"
|
||||
CHECKSUM_SHA256="a3dd452239b100dc9da0d01b30e1692693e2a332a7d29917bf84bb10ea7c0b42"
|
||||
CHECKSUM_SHA256="5223e83f7988ea2cc860b5cadcaf9cf971087b0c80ca7b60cc17c8300cae36ec"
|
||||
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.1.2"
|
||||
libVersion="2.3.0"
|
||||
libVersionCompat="$libVersion compat >= ${libVersion%%.*}"
|
||||
portVersionCompat="$portVersion compat >= ${portVersion%%.*}"
|
||||
|
||||
@@ -26,6 +26,8 @@ PROVIDES="
|
||||
libbluray$secondaryArchSuffix = $portVersionCompat
|
||||
lib:libbluray$secondaryArchSuffix = $libVersionCompat
|
||||
cmd:bd_info$commandSuffix
|
||||
cmd:bd_list_titles$commandSuffix
|
||||
cmd:bd_splice$commandSuffix
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
@@ -77,6 +79,7 @@ defineDebugInfoPackage libbluray$secondaryArchSuffix \
|
||||
|
||||
BUILD()
|
||||
{
|
||||
./bootstrap
|
||||
runConfigure --omit-dirs binDir ./configure --bindir="$commandBinDir" \
|
||||
--disable-bdjava-jar
|
||||
make $jobArgs
|
||||
Reference in New Issue
Block a user