mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
libbluray: bump version
This commit is contained in:
@@ -8,7 +8,7 @@ COPYRIGHT="
|
||||
"
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
SRC_URI="http://ftp.videolan.org/pub/videolan/libbluray/$portVersion/libbluray-$portVersion.tar.bz2"
|
||||
CHECKSUM_SHA256="f79beb9fbb24117cbb1264c919e686ae9e6349c0ad08b48c4b6233b2887eb68d"
|
||||
CHECKSUM_SHA256="7b80208b2af54313fedbb49f54b7e13ff7f86f1843a81dddd5e17aa9575bfd08"
|
||||
REVISION="1"
|
||||
ARCHITECTURES="x86 x86_64"
|
||||
if [ $effectiveTargetArchitecture != x86_gcc2 ]; then
|
||||
@@ -20,7 +20,7 @@ SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
libbluray$secondaryArchSuffix = $portVersion compat >= 0.7
|
||||
lib:libbluray$secondaryArchSuffix = 1.7.0 compat >= 1
|
||||
lib:libbluray$secondaryArchSuffix = 1.8.0 compat >= 1
|
||||
cmd:bd_info$secondaryArchSuffix
|
||||
"
|
||||
REQUIRES="
|
||||
@@ -57,7 +57,7 @@ BUILD_PREREQUIRES="
|
||||
BUILD()
|
||||
{
|
||||
autoreconf -fi
|
||||
runConfigure ./configure
|
||||
runConfigure ./configure --disable-bdjava
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
@@ -77,7 +77,7 @@ INSTALL()
|
||||
|
||||
PROVIDES_devel="
|
||||
libbluray${secondaryArchSuffix}_devel = $portVersion compat >= 0.7
|
||||
devel:libbluray$secondaryArchSuffix = 1.7.0 compat >= 1
|
||||
devel:libbluray$secondaryArchSuffix = 1.8.0 compat >= 1
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libbluray$secondaryArchSuffix == $portVersion base
|
||||
Reference in New Issue
Block a user