mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-28 10:02:43 +01:00
libraries/libbluray: Updated for version 1.0.1
Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>
This commit is contained in:
parent
b3c62c9d98
commit
f3c0647b9d
2 changed files with 6 additions and 7 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=libbluray
|
||||
VERSION=${VERSION:-1.0.0}
|
||||
VERSION=${VERSION:-1.0.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -74,9 +74,9 @@ sed -i -e '/pkg-config libbluray/d' -e 's|0644|0755|' player_wrappers/xine/Makef
|
|||
|
||||
# If you want bdjava enabled then set BDAJVA=yes to the slackbuild.
|
||||
if [ "${BDJAVA:-no}" == 'yes' ]; then
|
||||
OPT_ARGS="--enable-bdjava"
|
||||
OPT_ARGS="--enable-bdjava-jar"
|
||||
else
|
||||
OPT_ARGS="--disable-bdjava"
|
||||
OPT_ARGS="--disable-bdjava-jar"
|
||||
fi
|
||||
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
|
@ -85,7 +85,6 @@ CFLAGS="$SLKCFLAGS" \
|
|||
--libdir=/usr/lib${LIBDIRSUFFIX} \
|
||||
--disable-silent-rules \
|
||||
--enable-static=no \
|
||||
--enable-udf \
|
||||
$OPT_ARGS \
|
||||
--build=$ARCH-slackware-linux
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="libbluray"
|
||||
VERSION="1.0.0"
|
||||
VERSION="1.0.1"
|
||||
HOMEPAGE="http://www.videolan.org/developers/libbluray.html"
|
||||
DOWNLOAD="http://ftp.videolan.org/pub/videolan/libbluray/1.0.0/libbluray-1.0.0.tar.bz2"
|
||||
MD5SUM="a1cc86a5a78d4212141b06ed098c672c"
|
||||
DOWNLOAD="http://ftp.videolan.org/pub/videolan/libbluray/1.0.1/libbluray-1.0.1.tar.bz2"
|
||||
MD5SUM="cf45fbca25786f6fbc4911e52eabe4c0"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue