Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Feb 2015 20:48:38 +0000 (UTC)
From:      Dominic Fandrey <kami@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r379549 - in head/multimedia: libbdplus libbluray
Message-ID:  <201502212048.t1LKmcgn061685@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kami
Date: Sat Feb 21 20:48:37 2015
New Revision: 379549
URL: https://svnweb.freebsd.org/changeset/ports/379549
QAT: https://qat.redports.org/buildarchive/r379549/

Log:
  New port multimedia/libbdplus, part of the libbluray group.
  
  PR:		        190958
  Differential Revision:	https://reviews.freebsd.org/D1754
  Reviewed by:	        Carlo Strub <cs@freebsd.org>
  Approved by:	        Carlo Strub <cs@freebsd.org>

Added:
  head/multimedia/libbdplus/
  head/multimedia/libbdplus/Makefile   (contents, props changed)
  head/multimedia/libbdplus/distinfo   (contents, props changed)
  head/multimedia/libbdplus/pkg-descr   (contents, props changed)
  head/multimedia/libbdplus/pkg-plist   (contents, props changed)
  head/multimedia/libbluray/Makefile.include   (contents, props changed)

Added: head/multimedia/libbdplus/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/multimedia/libbdplus/Makefile	Sat Feb 21 20:48:37 2015	(r379549)
@@ -0,0 +1,26 @@
+# Created by: kamikaze@bsdforen.de
+# $FreeBSD$
+
+PORTNAME=	libbdplus
+PORTVERSION=	0.1.2
+CATEGORIES=	multimedia
+MASTER_SITES=	ftp://ftp.videolan.org/pub/videolan/${PORTNAME}/${PORTVERSION}/ \
+		http://blu.opsec.eu/
+
+MAINTAINER=	kami@freebsd.org
+COMMENT=	BD+ System research implementation
+
+LICENSE=	LGPL21
+
+LIB_DEPENDS=	libgcrypt.so:${PORTSDIR}/security/libgcrypt \
+		libgpg-error.so:${PORTSDIR}/security/libgpg-error
+
+USE_LDCONFIG=	yes
+USE_AUTOTOOLS=	autoconf aclocal automake
+USES=		tar:bzip2 pkgconfig libtool
+
+CONFIGURE_ARGS=	--without-libaacs
+
+.include "${.CURDIR}/../libbluray/Makefile.include"
+
+.include <bsd.port.mk>

Added: head/multimedia/libbdplus/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/multimedia/libbdplus/distinfo	Sat Feb 21 20:48:37 2015	(r379549)
@@ -0,0 +1,2 @@
+SHA256 (libbdplus-0.1.2.tar.bz2) = a631cae3cd34bf054db040b64edbfc8430936e762eb433b1789358ac3d3dc80a
+SIZE (libbdplus-0.1.2.tar.bz2) = 319828

Added: head/multimedia/libbdplus/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/multimedia/libbdplus/pkg-descr	Sat Feb 21 20:48:37 2015	(r379549)
@@ -0,0 +1,6 @@
+libbdplus is a research project to implement the BD+ System Specifications.
+
+This research project provides, through an open-source library, a way to
+understand how the BD+ works.
+
+WWW: http://www.videolan.org/developers/libbdplus.html

Added: head/multimedia/libbdplus/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/multimedia/libbdplus/pkg-plist	Sat Feb 21 20:48:37 2015	(r379549)
@@ -0,0 +1,7 @@
+include/libbdplus/bdplus-version.h
+include/libbdplus/bdplus.h
+lib/libbdplus.a
+lib/libbdplus.so
+lib/libbdplus.so.0
+lib/libbdplus.so.0.1.0
+libdata/pkgconfig/libbdplus.pc

Added: head/multimedia/libbluray/Makefile.include
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/multimedia/libbluray/Makefile.include	Sat Feb 21 20:48:37 2015	(r379549)
@@ -0,0 +1,10 @@
+# Makefile with common configure and install flags for libbluray
+# related ports.
+
+HAS_CONFIGURE=	yes
+CONFIGURE_ARGS+=	--prefix="${PREFIX}"
+CONFIGURE_ENV+=	PKG_CONFIG_PATH="${LOCALBASE}/libdata/pkgconfig"
+
+MAKE_ARGS+=	pkgconfigdir="${PREFIX}/libdata/pkgconfig" \
+		CFLAGS=${CFLAGS:Q}
+



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502212048.t1LKmcgn061685>