Update to libbluray 0.2.3.
ok sthen@
This commit is contained in:
parent
2f47a12eaf
commit
b276802f6c
@ -1,12 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2012/08/27 09:34:42 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2012/09/25 22:00:00 brad Exp $
|
||||
|
||||
SHARED_ONLY = Yes
|
||||
|
||||
COMMENT = library supporting Blu-ray playback
|
||||
|
||||
V = 0.2.2
|
||||
V = 0.2.3
|
||||
DISTNAME = libbluray-${V}
|
||||
REVISION = 0
|
||||
CATEGORIES = multimedia
|
||||
|
||||
HOMEPAGE = http://www.videolan.org/developers/libbluray.html
|
||||
@ -23,8 +22,8 @@ PERMIT_PACKAGE_FTP = Yes
|
||||
PERMIT_DISTFILES_CDROM =Yes
|
||||
PERMIT_DISTFILES_FTP = Yes
|
||||
|
||||
SHARED_LIBS += bluray 0.0 # 0.0
|
||||
WANTLIB += m pthread xml2 z
|
||||
SHARED_LIBS += bluray 1.0 # 3.0
|
||||
WANTLIB += c m pthread xml2 z
|
||||
|
||||
MODULES = converters/libiconv
|
||||
|
||||
@ -34,6 +33,7 @@ BUILD_DEPENDS = devel/bison \
|
||||
|
||||
MAKE_FLAGS = CFLAGS="${CFLAGS}"
|
||||
|
||||
SEPARATE_BUILD = Yes
|
||||
CONFIGURE_STYLE = gnu
|
||||
USE_LIBTOOL = yes
|
||||
YACC = ${LOCALBASE}/bin/bison -y
|
||||
|
@ -1,5 +1,2 @@
|
||||
MD5 (libbluray-0.2.2.tar.bz2) = yzJU3kMnaGHqawfGA/RlHA==
|
||||
RMD160 (libbluray-0.2.2.tar.bz2) = DgFvzxcd/AEK9oxlCt/BMc7UwqI=
|
||||
SHA1 (libbluray-0.2.2.tar.bz2) = sM4hBzbQEuSl8VXsTq0/xYq+FDo=
|
||||
SHA256 (libbluray-0.2.2.tar.bz2) = Rvpv+LGLZstHiggZgaYSMP05CeGoZ+r4EyVWkiTacXM=
|
||||
SIZE (libbluray-0.2.2.tar.bz2) = 456025
|
||||
SHA256 (libbluray-0.2.3.tar.bz2) = LGXPsCruwxch+epl7iwIWpv+Fj6Z3QG1LMs/U7ogXuo=
|
||||
SIZE (libbluray-0.2.3.tar.bz2) = 465239
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-configure,v 1.2 2012/08/27 09:34:42 jasper Exp $
|
||||
--- configure.orig Mon Mar 26 19:45:55 2012
|
||||
+++ configure Mon Mar 26 19:46:28 2012
|
||||
@@ -12559,8 +12559,6 @@ fi
|
||||
$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
|
||||
|
@ -1,4 +1,5 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2012/03/30 13:16:33 phessler Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2012/09/25 22:00:00 brad Exp $
|
||||
@bin bin/bd_info
|
||||
include/libbluray/
|
||||
include/libbluray/bluray-version.h
|
||||
include/libbluray/bluray.h
|
||||
@ -11,5 +12,4 @@ include/libbluray/overlay.h
|
||||
lib/libbluray.a
|
||||
lib/libbluray.la
|
||||
@lib lib/libbluray.so.${LIBbluray_VERSION}
|
||||
lib/pkgconfig/
|
||||
lib/pkgconfig/libbluray.pc
|
||||
|
Loading…
Reference in New Issue
Block a user