1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

- update to 0.2.2

- chase shlib bump in dependent ports
- bump PORTREVISION for xbmc and xbmc-pvr

Please note that this commit isn't actually feature safe, because it bumps
portrevision for two (not that small) ports. But it fixes the breakage, reported
in PR, and, as side effect, raises library version.

PR:		165449
Reported by:    Justin <freebsd.users at gmail dot com>
Submitted by:	Dominic Fandrey <kamikaze at bsdforen dot de> (maintainer)
Feature safe:	yes
This commit is contained in:
Ruslan Makhmatkhanov 2012-03-22 06:52:34 +00:00
parent 3a7e550742
commit d906850592
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=293649
9 changed files with 14 additions and 23 deletions

View File

@ -6,19 +6,19 @@
#
PORTNAME= libbluray
PORTVERSION= 0.2.1
PORTVERSION= 0.2.2
PORTEPOCH= 1
CATEGORIES= multimedia
MASTER_SITES= ftp://ftp.videolan.org/pub/videolan/libbluray/0.2.1/
MASTER_SITES= ftp://ftp.videolan.org/pub/videolan/${PORTNAME}/${PORTVERSION}/ \
http://blu.opsec.eu/
MAINTAINER= kamikaze@bsdforen.de
COMMENT= Blu-Ray discs playback library for media players
LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2
# dlopen dependencies, libbdplus not yet available
LIB_DEPENDS+= aacs.0:${PORTSDIR}/multimedia/libaacs
LIB_DEPENDS+= aacs.1:${PORTSDIR}/multimedia/libaacs
# libiconv.so.3
USE_ICONV= yes
USE_LDCONFIG= yes
USE_BZIP2= yes

View File

@ -1,2 +1,2 @@
SHA256 (libbluray-0.2.1.tar.bz2) = 20eb1d352e9d26e8b5b639f82c218a0c350b78cdbcb741f89d237e2202bd113a
SIZE (libbluray-0.2.1.tar.bz2) = 396405
SHA256 (libbluray-0.2.2.tar.bz2) = 46fa6ff8b18b66cb478a081981a61230fd3909e1a867eaf81325569224da7173
SIZE (libbluray-0.2.2.tar.bz2) = 456025

View File

@ -1,11 +0,0 @@
--- configure.ac.orig 2011-12-01 02:53:02.000000000 +0400
+++ configure.ac 2012-02-23 15:32:47.000000000 +0400
@@ -136,7 +136,7 @@
fi
# dlopen check
-if test "${SYS}" != "mingw32" ; then
+if test "${SYS}" != "mingw32" -a "${SYS}" == "${SYS#freebsd}" ; then
AC_CHECK_FUNCS(
[dlopen],
[DLOPEN_LDFLAGS=""],

View File

@ -9,6 +9,6 @@ include/libbluray/overlay.h
lib/libbluray.a
lib/libbluray.la
lib/libbluray.so
lib/libbluray.so.1
lib/libbluray.so.2
libdata/pkgconfig/libbluray.pc
@dirrm include/libbluray

View File

@ -217,7 +217,7 @@ LIB_DEPENDS+= va.1:${PORTSDIR}/multimedia/libva
.if defined(WITH_LIBBLURAY)
CONFIGURE_OPTS+= --enable-bluray
LIB_DEPENDS+= bluray.1:${PORTSDIR}/multimedia/libbluray
LIB_DEPENDS+= bluray.2:${PORTSDIR}/multimedia/libbluray
PLIST_SUB+= LIBBLURAY=""
.else
CONFIGURE_OPTS+= --disable-bluray

View File

@ -151,7 +151,7 @@ CONFIGURE_ARGS+= --disable-pulse
.endif
.if defined(WITH_BLURAY)
LIB_DEPENDS+= bluray.1:${PORTSDIR}/multimedia/libbluray
LIB_DEPENDS+= bluray.2:${PORTSDIR}/multimedia/libbluray
.else
CONFIGURE_ARGS+= --disable-bluray
.endif

View File

@ -50,7 +50,7 @@ CONFIGURE_OPTS+= --disable-libextractor
.if defined(WITH_LIBBLURAY)
CONFIGURE_OPTS+= --enable-libbluray
LIB_DEPENDS+= bluray.1:${PORTSDIR}/multimedia/libbluray
LIB_DEPENDS+= bluray.2:${PORTSDIR}/multimedia/libbluray
.else
CONFIGURE_OPTS+= --disable-libbluray
.endif

View File

@ -7,6 +7,7 @@
PORTNAME= xbmc
PORTVERSION= 70
PORTREVISION= 1
CATEGORIES= multimedia
MASTER_SITES= LOCAL/nox
PKGNAMESUFFIX= -pvr-ppa-odk
@ -135,7 +136,7 @@ CONFIGURE_ARGS+= --disable-avahi
.if !defined(WITHOUT_LIBBLURAY)
CONFIGURE_ARGS+= --enable-libbluray
LIB_DEPENDS+= bluray.1:${PORTSDIR}/multimedia/libbluray
LIB_DEPENDS+= bluray.2:${PORTSDIR}/multimedia/libbluray
.else
CONFIGURE_ARGS+= --disable-libbluray
.endif

View File

@ -7,6 +7,7 @@
PORTNAME= xbmc
PORTVERSION= 11.0.rc1
PORTREVISION= 1
CATEGORIES= multimedia
MASTER_SITES= http://mirrors.xbmc.org/releases/source/
DISTNAME= ${PORTNAME}-11.0-Eden_rc1
@ -116,7 +117,7 @@ CONFIGURE_ARGS+= --disable-avahi
.if !defined(WITHOUT_LIBBLURAY)
CONFIGURE_ARGS+= --enable-libbluray
LIB_DEPENDS+= bluray.1:${PORTSDIR}/multimedia/libbluray
LIB_DEPENDS+= bluray.2:${PORTSDIR}/multimedia/libbluray
.else
CONFIGURE_ARGS+= --disable-libbluray
.endif