From owner-svn-ports-head@FreeBSD.ORG Sat Feb 21 20:48:39 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B097EBC8; Sat, 21 Feb 2015 20:48:39 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9AD33613; Sat, 21 Feb 2015 20:48:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LKmdej061690; Sat, 21 Feb 2015 20:48:39 GMT (envelope-from kami@FreeBSD.org) Received: (from kami@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1LKmcgn061685; Sat, 21 Feb 2015 20:48:38 GMT (envelope-from kami@FreeBSD.org) Message-Id: <201502212048.t1LKmcgn061685@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: kami set sender to kami@FreeBSD.org using -f From: Dominic Fandrey Date: Sat, 21 Feb 2015 20:48:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379549 - in head/multimedia: libbdplus libbluray X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Feb 2015 20:48:39 -0000 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 Approved by: Carlo Strub 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 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} +