0c7fbb98b5
- Add support for Java VM (BD-J) on MacOS. - Add clip_id to BLURAY_CLIP_INFO. - Add a suitable JVM path for Fedora/RHEL and clones. - Add support for AVCHD 8.3 filenames. - Add player setting for disabling persistent storage. - Add bd_set_rate(). - Add playback time position to BD_EVENT_SEEK. - Add BD_VK_ROOT_MENU handling. - Add support for heavily fragmented 3D .m2ts files. - Improve Win32 dll loading security. - Improve playback resume position accuracy. - Improve error resilience and stability. - Fix using libmmbd with unmounted discs. - Fix leaks. - Delay BD-J overlay opening until something visible has been drawn. - Close BD-J overlay when window is not visible. - Use temporary storage when cache or persistent root location is unknown.
23 lines
756 B
Makefile
23 lines
756 B
Makefile
# $NetBSD: Makefile,v 1.7 2017/03/18 18:18:45 adam Exp $
|
|
|
|
DISTNAME= libbluray-1.0.0
|
|
CATEGORIES= multimedia
|
|
MASTER_SITES= http://download.videolan.org/pub/videolan/libbluray/${PKGVERSION_NOREV}/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.videolan.org/developers/libbluray.html
|
|
COMMENT= Library for Blu-Ray Discs playback for media players
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= pkg-config
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --disable-bdjava
|
|
CONFIGURE_ARGS+= --disable-optimizations
|
|
PKGCONFIG_OVERRIDE+= src/libbluray.pc.in
|
|
|
|
.include "../../fonts/fontconfig/buildlink3.mk"
|
|
.include "../../graphics/freetype2/buildlink3.mk"
|
|
.include "../../textproc/libxml2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|