Update to libbluray-0.8.0.

from brad
ok phessler@ (maintainer)
This commit is contained in:
ajacoutot 2015-05-22 12:38:28 +00:00
parent 69ca030d39
commit dd2f05af51
4 changed files with 13 additions and 24 deletions

View File

@ -1,28 +1,28 @@
# $OpenBSD: Makefile,v 1.6 2015/04/21 18:51:25 sthen Exp $
# $OpenBSD: Makefile,v 1.7 2015/05/22 12:38:28 ajacoutot Exp $
SHARED_ONLY = Yes
COMMENT = library supporting Blu-ray playback
V = 0.2.3
V = 0.8.0
DISTNAME = libbluray-${V}
CATEGORIES = multimedia
REVISION = 0
HOMEPAGE = http://www.videolan.org/developers/libbluray.html
MAINTAINER = Peter Hessler <phessler@openbsd.org>
MASTER_SITES = http://download.videolan.org/pub/videolan/libbluray/${V}/ \
MASTER_SITES = https://download.videolan.org/pub/videolan/libbluray/${V}/ \
ftp://ftp.videolan.org/pub/videolan/libbluray/${V}/
EXTRACT_SUFX = .tar.bz2
# LGPL v2.1
PERMIT_PACKAGE_CDROM = Yes
WANTLIB += c lzma m pthread xml2 z
WANTLIB += c expat fontconfig freetype lzma m pthread pthread-stubs
WANTLIB += xml2 z
SHARED_LIBS += bluray 1.0 # 3.0
SHARED_LIBS += bluray 2.0 # 9.0
MODULES = converters/libiconv
@ -30,12 +30,12 @@ LIB_DEPENDS = textproc/libxml
BUILD_DEPENDS = devel/bison \
devel/flex
MAKE_FLAGS = CFLAGS="${CFLAGS}"
SEPARATE_BUILD = Yes
CONFIGURE_STYLE = gnu
YACC = ${LOCALBASE}/bin/bison -y
CONFIGURE_ARGS += --disable-bdjava \
--disable-doxygen-doc \
--disable-optimizations
CONFIGURE_ENV = ac_cv_prog_LEX="${LOCALBASE}/bin/gflex"
CONFIGURE_ARGS += --disable-doxygen-doc
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (libbluray-0.2.3.tar.bz2) = LGXPsCruwxch+epl7iwIWpv+Fj6Z3QG1LMs/U7ogXuo=
SIZE (libbluray-0.2.3.tar.bz2) = 465239
SHA256 (libbluray-0.8.0.tar.bz2) = e4Agiyr1QxP+27SfVLfhP/f4bxhDqB3d1eF6qVdb/Qg=
SIZE (libbluray-0.8.0.tar.bz2) = 621606

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-configure,v 1.3 2012/09/25 22:00:00 brad Exp $
--- configure.orig Fri Aug 17 07:31:41 2012
+++ configure Mon Sep 3 18:14:35 2012
@@ -12563,8 +12563,6 @@ fi
# use optimizations
if [ $use_optimizations = "yes" ]; then
- check_cc_options -O3 && \
- SET_OPTIMIZATIONS="$SET_OPTIMIZATIONS -O3"
check_cc_options -fomit-frame-pointer && \
SET_OPTIMIZATIONS="$SET_OPTIMIZATIONS -fomit-frame-pointer"
fi

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.2 2012/09/25 22:00:00 brad Exp $
@comment $OpenBSD: PLIST,v 1.3 2015/05/22 12:38:28 ajacoutot Exp $
@bin bin/bd_info
include/libbluray/
include/libbluray/bluray-version.h
@ -9,6 +9,7 @@ include/libbluray/keys.h
include/libbluray/log_control.h
include/libbluray/meta_data.h
include/libbluray/overlay.h
include/libbluray/player_settings.h
lib/libbluray.a
lib/libbluray.la
@lib lib/libbluray.so.${LIBbluray_VERSION}