Version 1.0.1
- Add possibility to check whether BD-J is functional without opening a disc. - Improve main title selection. - Improve error resilience and stability. - Fix Windows dll loading. - Fix JAVA_HOME environment variable handling in Windows. - Fix build issues when CPPFLAGS is given in make command line. - Fix MSVC build issues. - Remove --disable-bdjava and --disable-udf configure options.
This commit is contained in:
parent
d0a8a6d57b
commit
90266124e9
2 changed files with 12 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.7 2017/03/18 18:18:45 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.8 2017/06/15 22:14:39 adam Exp $
|
||||
|
||||
DISTNAME= libbluray-1.0.0
|
||||
DISTNAME= libbluray-1.0.1
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= http://download.videolan.org/pub/videolan/libbluray/${PKGVERSION_NOREV}/
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
@ -13,10 +13,14 @@ LICENSE= gnu-lgpl-v2.1
|
|||
USE_LIBTOOL= yes
|
||||
USE_TOOLS+= pkg-config
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+= --disable-bdjava
|
||||
CONFIGURE_ARGS+= --disable-bdjava-jar
|
||||
CONFIGURE_ARGS+= --disable-optimizations
|
||||
PKGCONFIG_OVERRIDE+= src/libbluray.pc.in
|
||||
|
||||
# provide jni_md.h for other architectures
|
||||
post-extract:
|
||||
ln -s ${WRKSRC}/jni/linux/jni_md.h ${WRKSRC}/jni/jni_md.h
|
||||
|
||||
.include "../../fonts/fontconfig/buildlink3.mk"
|
||||
.include "../../graphics/freetype2/buildlink3.mk"
|
||||
.include "../../textproc/libxml2/buildlink3.mk"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.8 2017/03/18 18:18:45 adam Exp $
|
||||
$NetBSD: distinfo,v 1.9 2017/06/15 22:14:39 adam Exp $
|
||||
|
||||
SHA1 (libbluray-1.0.0.tar.bz2) = 4548b784d5ca265bd53cca68a7757b401cfc5bc5
|
||||
RMD160 (libbluray-1.0.0.tar.bz2) = 1d81c6c4fe9f3808e116a1e49641eed28fa52e14
|
||||
SHA512 (libbluray-1.0.0.tar.bz2) = fcf2193c3b76f3436bc88ce8853cac16f29c3bb6c66447109c14202a41ea938cb6814502a8f724fb1b31add6bd36b42d3aed3eb4a8010c123537e073bd7a0be1
|
||||
Size (libbluray-1.0.0.tar.bz2) = 713973 bytes
|
||||
SHA1 (libbluray-1.0.1.tar.bz2) = 0246d86aa21feb50481959c1be727eedf6103ea2
|
||||
RMD160 (libbluray-1.0.1.tar.bz2) = 3f987c46e7463d70cf66eb18d3eba31fb09df456
|
||||
SHA512 (libbluray-1.0.1.tar.bz2) = 798d38cc95af87599af5838e5c288f2536a73b33191db8ff3774cf7eb5b835006bea83693f016d47dff551001b98527d8b1f14051f673fb3b28073b820e325d7
|
||||
Size (libbluray-1.0.1.tar.bz2) = 719157 bytes
|
||||
|
|
Loading…
Reference in a new issue