From 78788a4b29a24070f6e1c34a69aef57407a627b4 Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Mon, 4 May 2015 18:52:15 +0000 Subject: [PATCH] libbluray: bump version --- .../{libbluray-0.7.0.recipe => libbluray-0.8.0.recipe} | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename media-libs/libbluray/{libbluray-0.7.0.recipe => libbluray-0.8.0.recipe} (89%) diff --git a/media-libs/libbluray/libbluray-0.7.0.recipe b/media-libs/libbluray/libbluray-0.8.0.recipe similarity index 89% rename from media-libs/libbluray/libbluray-0.7.0.recipe rename to media-libs/libbluray/libbluray-0.8.0.recipe index 9281e9777..0698e6450 100644 --- a/media-libs/libbluray/libbluray-0.7.0.recipe +++ b/media-libs/libbluray/libbluray-0.8.0.recipe @@ -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