mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
multimedia/libbluray: update to 0.3.0
- Update to 0.3.0 [1] - Use single space in WWW [1] - Add LICENSE (LGPL21) - Convert to new lib depends syntax Changes: http://git.videolan.org/?p=libbluray.git;a=blob_plain;f=ChangeLog;hb=HEAD PR: ports/181492 Submitted by: Dominic Fandrey <kamikaze bsdforen.de> (maintainer)
This commit is contained in:
parent
4aec70f69a
commit
5995471df8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=325987
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libbluray
|
||||
PORTVERSION= 0.2.2
|
||||
PORTVERSION= 0.3.0
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= ftp://ftp.videolan.org/pub/videolan/${PORTNAME}/${PORTVERSION}/ \
|
||||
@ -11,9 +11,11 @@ MASTER_SITES= ftp://ftp.videolan.org/pub/videolan/${PORTNAME}/${PORTVERSION}/ \
|
||||
MAINTAINER= kamikaze@bsdforen.de
|
||||
COMMENT= Blu-Ray discs playback library for media players
|
||||
|
||||
LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2
|
||||
LICENSE= LGPL21
|
||||
|
||||
LIB_DEPENDS= libxml2.so:${PORTSDIR}/textproc/libxml2
|
||||
# dlopen dependencies, libbdplus not yet available
|
||||
LIB_DEPENDS+= aacs.1:${PORTSDIR}/multimedia/libaacs
|
||||
LIB_DEPENDS+= libaacs.so:${PORTSDIR}/multimedia/libaacs
|
||||
|
||||
USES= iconv
|
||||
USE_LDCONFIG= yes
|
||||
@ -21,11 +23,9 @@ USE_BZIP2= yes
|
||||
USE_AUTOTOOLS= autoconf aclocal automake libtool
|
||||
|
||||
HAS_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+= --prefix="${PREFIX}" \
|
||||
--disable-debug \
|
||||
--disable-optimizations
|
||||
MAKE_ARGS+= pkgconfigdir="${PREFIX}/libdata/pkgconfig" \
|
||||
CFLAGS=${CFLAGS:Q}
|
||||
MAKE_ARGS= pkgconfigdir="${PREFIX}/libdata/pkgconfig"
|
||||
CONFIGURE_ARGS= --prefix="${PREFIX}" \
|
||||
--disable-debug
|
||||
|
||||
OPTIONS_DEFINE= JAVA
|
||||
JAVA_DESC= Enable Blu-Ray Java support
|
||||
@ -33,13 +33,15 @@ JAVA_DESC= Enable Blu-Ray Java support
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MJAVA}
|
||||
BROKEN= Does not build with JAVA
|
||||
BUILD_DEPENDS+= ant:${PORTSDIR}/devel/apache-ant
|
||||
CATEGORIES+= java
|
||||
USE_JAVA= 1.6+
|
||||
USE_JAVA= yes
|
||||
JAVA_VERSION= 1.4+
|
||||
JAVA_BUILD= yes
|
||||
JAVA_RUN= yes
|
||||
CONFIGURE_ARGS+= --enable-bdjava \
|
||||
--with-jdk="${JAVA_HOME}"
|
||||
CONFIGURE_ARGS+= --enable-bdjava --with-bdj-type=j2se
|
||||
CONFIGURE_ENV+= JDK_HOME="${JAVA_HOME}"
|
||||
.endif
|
||||
|
||||
run-autotools:
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (libbluray-0.2.2.tar.bz2) = 46fa6ff8b18b66cb478a081981a61230fd3909e1a867eaf81325569224da7173
|
||||
SIZE (libbluray-0.2.2.tar.bz2) = 456025
|
||||
SHA256 (libbluray-0.3.0.tar.bz2) = dc73ad618052ddd2d72bb847c8e5b9a1c9175db7b18d0456b21f484836c30038
|
||||
SIZE (libbluray-0.3.0.tar.bz2) = 510993
|
||||
|
@ -4,4 +4,4 @@ media players, like VLC or MPlayer.
|
||||
This research project is developed by an international team of developers from
|
||||
Doom9.
|
||||
|
||||
WWW: http://www.videolan.org/developers/libbluray.html
|
||||
WWW: http://www.videolan.org/developers/libbluray.html
|
||||
|
@ -1,3 +1,4 @@
|
||||
bin/bd_info
|
||||
include/libbluray/bluray-version.h
|
||||
include/libbluray/bluray.h
|
||||
include/libbluray/clpi_data.h
|
||||
@ -9,6 +10,6 @@ include/libbluray/overlay.h
|
||||
lib/libbluray.a
|
||||
lib/libbluray.la
|
||||
lib/libbluray.so
|
||||
lib/libbluray.so.2
|
||||
lib/libbluray.so.4
|
||||
libdata/pkgconfig/libbluray.pc
|
||||
@dirrm include/libbluray
|
||||
|
Loading…
Reference in New Issue
Block a user