libraries/libbluray: Fixed dep information
This commit is contained in:
parent
dc9fac137e
commit
0d65269e08
|
@ -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.
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue