View | Details | Raw Unified | Return to bug 165449 | Differences between
and this patch

Collapse All | Expand All

(-)libbluray/Makefile (-4 / +4 lines)
Lines 6-24 Link Here
6
#
6
#
7
7
8
PORTNAME=	libbluray
8
PORTNAME=	libbluray
9
PORTVERSION=	0.2.1
9
PORTVERSION=	0.2.2
10
PORTEPOCH=	1
10
PORTEPOCH=	1
11
CATEGORIES=	multimedia
11
CATEGORIES=	multimedia
12
MASTER_SITES=	ftp://ftp.videolan.org/pub/videolan/libbluray/0.2.1/
12
MASTER_SITES=	ftp://ftp.videolan.org/pub/videolan/${PORTNAME}/${PORTVERSION}/ \
13
		http://blu.opsec.eu/
13
14
14
MAINTAINER=	kamikaze@bsdforen.de
15
MAINTAINER=	kamikaze@bsdforen.de
15
COMMENT=	Blu-Ray discs playback library for media players
16
COMMENT=	Blu-Ray discs playback library for media players
16
17
17
LIB_DEPENDS=	xml2.5:${PORTSDIR}/textproc/libxml2
18
LIB_DEPENDS=	xml2.5:${PORTSDIR}/textproc/libxml2
18
# dlopen dependencies, libbdplus not yet available
19
# dlopen dependencies, libbdplus not yet available
19
LIB_DEPENDS+=	aacs.0:${PORTSDIR}/multimedia/libaacs
20
LIB_DEPENDS+=	aacs.1:${PORTSDIR}/multimedia/libaacs
20
21
21
# libiconv.so.3
22
USE_ICONV=	yes
22
USE_ICONV=	yes
23
USE_LDCONFIG=	yes
23
USE_LDCONFIG=	yes
24
USE_BZIP2=	yes
24
USE_BZIP2=	yes
(-)libbluray/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (libbluray-0.2.1.tar.bz2) = 20eb1d352e9d26e8b5b639f82c218a0c350b78cdbcb741f89d237e2202bd113a
1
SHA256 (libbluray-0.2.2.tar.bz2) = 46fa6ff8b18b66cb478a081981a61230fd3909e1a867eaf81325569224da7173
2
SIZE (libbluray-0.2.1.tar.bz2) = 396405
2
SIZE (libbluray-0.2.2.tar.bz2) = 456025
(-)libbluray/files/patch-configure.ac (-11 lines)
Lines 1-11 Link Here
1
--- configure.ac.orig	2011-12-01 02:53:02.000000000 +0400
2
+++ configure.ac	2012-02-23 15:32:47.000000000 +0400
3
@@ -136,7 +136,7 @@
4
 fi
5
 
6
 # dlopen check
7
-if test "${SYS}" != "mingw32" ; then
8
+if test "${SYS}" != "mingw32" -a "${SYS}" == "${SYS#freebsd}" ; then
9
   AC_CHECK_FUNCS(
10
     [dlopen],
11
     [DLOPEN_LDFLAGS=""],
(-)libbluray/pkg-plist (-1 / +1 lines)
Lines 9-14 Link Here
9
lib/libbluray.a
9
lib/libbluray.a
10
lib/libbluray.la
10
lib/libbluray.la
11
lib/libbluray.so
11
lib/libbluray.so
12
lib/libbluray.so.1
12
lib/libbluray.so.2
13
libdata/pkgconfig/libbluray.pc
13
libdata/pkgconfig/libbluray.pc
14
@dirrm include/libbluray
14
@dirrm include/libbluray

Return to bug 165449