From 0d65269e088b01db00929813155fa860357aca3e Mon Sep 17 00:00:00 2001 From: ponce Date: Sun, 26 Aug 2012 16:18:22 +0200 Subject: [PATCH] libraries/libbluray: Fixed dep information --- libraries/libbluray/README | 7 +++---- libraries/libbluray/libbluray.info | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/libraries/libbluray/README b/libraries/libbluray/README index 83e744c9c3..21adf2290e 100644 --- a/libraries/libbluray/README +++ b/libraries/libbluray/README @@ -3,10 +3,9 @@ media players, like VLC or MPlayer. libbluray integrates navigation, playlist parsing, menus and BD-J. libbluray is DRM-circumvention free, and thus, safe to integrate in your software. -libbluray has no dependencies. However, libbluray can make use of libaacs if -it is installed. libbluray can also make use of java (aka bdjava) by -additionally installing apache-ant and jdk and then running the script with -the extra parameter BDJAVA=yes sh libbluray.SlackBuild. +Optional dependencies are libaacs and apache-ant (it can make use of java +-aka bdjava- installing it and and then running the script with the extra +parameter BDJAVA=yes sh libbluray.SlackBuild). Most commercial Blu-Ray are protected by AACS or BD+ technologies and this library is not enough to playback those discs. diff --git a/libraries/libbluray/libbluray.info b/libraries/libbluray/libbluray.info index 5d9feae383..4cf69f5c5c 100644 --- a/libraries/libbluray/libbluray.info +++ b/libraries/libbluray/libbluray.info @@ -5,6 +5,6 @@ DOWNLOAD="ftp://ftp.videolan.org/pub/videolan/libbluray/0.2.2/libbluray-0.2.2.ta MD5SUM="cb3254de43276861ea6b07c603f4651c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="apache-ant libaacs" +REQUIRES="" MAINTAINER="Larry Hajali" EMAIL="larryhaja[at]gmail[dot]com"