From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-952044-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 67333139694
	for <garchives@archives.gentoo.org>; Thu, 25 May 2017 21:47:45 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id B3E4C21C07D;
	Thu, 25 May 2017 21:47:42 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 896CB21C07D
	for <gentoo-commits@lists.gentoo.org>; Thu, 25 May 2017 21:47:42 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 8588733E1CB
	for <gentoo-commits@lists.gentoo.org>; Thu, 25 May 2017 21:47:41 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 2A31D745D
	for <gentoo-commits@lists.gentoo.org>; Thu, 25 May 2017 21:47:40 +0000 (UTC)
From: "Michael Weber" <xmw@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Michael Weber" <xmw@gentoo.org>
Message-ID: <1495748851.43b8e0649931f2fcbc04b59fade9b2fbf31a4b76.xmw@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libdcp/
X-VCS-Repository: repo/gentoo
X-VCS-Files: media-libs/libdcp/libdcp-9999.ebuild
X-VCS-Directories: media-libs/libdcp/
X-VCS-Committer: xmw
X-VCS-Committer-Name: Michael Weber
X-VCS-Revision: 43b8e0649931f2fcbc04b59fade9b2fbf31a4b76
X-VCS-Branch: master
Date: Thu, 25 May 2017 21:47:40 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 0792fb17-0727-4867-a86f-9e73d1079883
X-Archives-Hash: dbe8184e75b58ec319c93e888e13fea1

commit:     43b8e0649931f2fcbc04b59fade9b2fbf31a4b76
Author:     Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Thu May 25 21:23:09 2017 +0000
Commit:     Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Thu May 25 21:47:31 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43b8e064

media-libs/libdcp: Add live version for development media-video/dcpomatic.

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 media-libs/libdcp/libdcp-9999.ebuild | 58 ++++++++++++++++++++++++++++++++++++
 1 file changed, 58 insertions(+)

diff --git a/media-libs/libdcp/libdcp-9999.ebuild b/media-libs/libdcp/libdcp-9999.ebuild
new file mode 100644
index 00000000000..5752e84d1dd
--- /dev/null
+++ b/media-libs/libdcp/libdcp-9999.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_3 python3_4 python3_5 )
+PYTHON_REQ_USE="threads(+)"
+inherit git-r3 python-any-r1 waf-utils
+
+DESCRIPTION="create and read Digital Cinema Packages using JPEG2000 and WAV files"
+HOMEPAGE="http://carlh.net/libdcp"
+EGIT_REPO_URI="https://github.com/cth103/${PN}.git"
+EGIT_BRANCH="1.0"
+
+LICENSE="GPL-2"
+SLOT="1.0"
+KEYWORDS=""
+IUSE="test"
+
+RDEPEND="dev-cpp/glibmm:2
+	dev-cpp/libxmlpp:2.6
+	>=dev-libs/boost-1.61.0
+	>=dev-libs/libcxml-0.15.4
+	dev-libs/libsigc++:2
+	dev-libs/libxml2
+	dev-libs/openssl:0
+	dev-libs/xmlsec
+	>=media-libs/libasdcp-cth-0.1.3
+	media-libs/openjpeg:2
+	|| ( media-gfx/graphicsmagick media-gfx/imagemagick )"
+DEPEND="${RDEPEND}
+	dev-util/waf
+	virtual/pkgconfig
+	${PYTHON_DEPS}
+	test? ( app-text/xmldiff )"
+
+PATCHES=( "${FILESDIR}"/${PN}-1.3.3-no-ldconfig.patch
+	"${FILESDIR}"/${PN}-1.3.4-respect-cxxflags.patch )
+
+src_prepare() {
+	rm -v waf || die
+	export WAF_BINARY=${EROOT}usr/bin/waf
+
+	ewarn "Some tests failing due missing files/certs are disabled."
+	sed -e '/atmos_test.cc/d' \
+		-e '/certificates_test.cc/d' \
+		-e '/dcp_test.cc/d' \
+		-e '/decryption_test.cc/d' \
+		-e '/read_smpte_subtitle_test.cc/d' \
+		-e '/sound_frame_test.cc/d' \
+		-i test/wscript || die
+
+	default
+}
+
+src_test() {
+	./build/test/tests || die
+}