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"
|
LICENSE="GNU LGPL v2.1"
|
||||||
SRC_URI="http://ftp.videolan.org/pub/videolan/libbluray/$portVersion/libbluray-$portVersion.tar.bz2"
|
SRC_URI="http://ftp.videolan.org/pub/videolan/libbluray/$portVersion/libbluray-$portVersion.tar.bz2"
|
||||||
CHECKSUM_SHA256="f79beb9fbb24117cbb1264c919e686ae9e6349c0ad08b48c4b6233b2887eb68d"
|
CHECKSUM_SHA256="7b80208b2af54313fedbb49f54b7e13ff7f86f1843a81dddd5e17aa9575bfd08"
|
||||||
REVISION="1"
|
REVISION="1"
|
||||||
ARCHITECTURES="x86 x86_64"
|
ARCHITECTURES="x86 x86_64"
|
||||||
if [ $effectiveTargetArchitecture != x86_gcc2 ]; then
|
if [ $effectiveTargetArchitecture != x86_gcc2 ]; then
|
||||||
@@ -20,7 +20,7 @@ SECONDARY_ARCHITECTURES="x86"
|
|||||||
|
|
||||||
PROVIDES="
|
PROVIDES="
|
||||||
libbluray$secondaryArchSuffix = $portVersion compat >= 0.7
|
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
|
cmd:bd_info$secondaryArchSuffix
|
||||||
"
|
"
|
||||||
REQUIRES="
|
REQUIRES="
|
||||||
@@ -57,7 +57,7 @@ BUILD_PREREQUIRES="
|
|||||||
BUILD()
|
BUILD()
|
||||||
{
|
{
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
runConfigure ./configure
|
runConfigure ./configure --disable-bdjava
|
||||||
make $jobArgs
|
make $jobArgs
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -77,7 +77,7 @@ INSTALL()
|
|||||||
|
|
||||||
PROVIDES_devel="
|
PROVIDES_devel="
|
||||||
libbluray${secondaryArchSuffix}_devel = $portVersion compat >= 0.7
|
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="
|
REQUIRES_devel="
|
||||||
libbluray$secondaryArchSuffix == $portVersion base
|
libbluray$secondaryArchSuffix == $portVersion base
|
||||||
Reference in New Issue
Block a user