mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
libraries/libbluray: Updated for version 0.2.3.
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
This commit is contained in:
parent
07879dc23c
commit
dba40c6b28
3 changed files with 13 additions and 7 deletions
|
@ -3,9 +3,13 @@ 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.
|
||||
|
||||
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).
|
||||
Optional runtime dependency is libaacs.
|
||||
|
||||
Optional build time dependency is graphviz, apache-ant and jdk. To build the
|
||||
extra bdjava capabilities, apache-ant and jdk are needed. Then run the
|
||||
slackbuild as:
|
||||
|
||||
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,7 +5,7 @@
|
|||
# Written by Larry Hajali <larryhaja[at]gmail[dot]com>
|
||||
|
||||
PRGNAM=libbluray
|
||||
VERSION=${VERSION:-0.2.2}
|
||||
VERSION=${VERSION:-0.2.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -72,6 +72,8 @@ CFLAGS="$SLKCFLAGS" \
|
|||
|
||||
CFLAGS="$SLKCFLAGS" make
|
||||
make install DESTDIR=$PKG
|
||||
|
||||
# Install the xine bluray plugin
|
||||
CFLAGS="$SLKCFLAGS -I$PKG/usr/include" \
|
||||
LDFLAGS="-L$PKG/usr/lib$LIBDIRSUFFIX" \
|
||||
LIBS_BD="-lbluray" \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="libbluray"
|
||||
VERSION="0.2.2"
|
||||
VERSION="0.2.3"
|
||||
HOMEPAGE="http://www.videolan.org/developers/libbluray.html"
|
||||
DOWNLOAD="ftp://ftp.videolan.org/pub/videolan/libbluray/0.2.2/libbluray-0.2.2.tar.bz2"
|
||||
MD5SUM="cb3254de43276861ea6b07c603f4651c"
|
||||
DOWNLOAD="ftp://ftp.videolan.org/pub/videolan/libbluray/0.2.3/libbluray-0.2.3.tar.bz2"
|
||||
MD5SUM="684e420d2ebafa13786ae84364543cf9"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue