public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Weber" <xmw@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libdcp/
Date: Tue,  1 May 2018 18:19:39 +0000 (UTC)	[thread overview]
Message-ID: <1525198771.bdefa8aa7233f5b79bc4c259d42f052bf41e4217.xmw@gentoo> (raw)

commit:     bdefa8aa7233f5b79bc4c259d42f052bf41e4217
Author:     Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Tue May  1 18:18:48 2018 +0000
Commit:     Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Tue May  1 18:19:31 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdefa8aa

media-libs/libdcp: Version bump

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 media-libs/libdcp/Manifest            |  1 +
 media-libs/libdcp/libdcp-1.5.2.ebuild | 57 +++++++++++++++++++++++++++++++++++
 2 files changed, 58 insertions(+)

diff --git a/media-libs/libdcp/Manifest b/media-libs/libdcp/Manifest
index d42adc72973..3a8f89d8dea 100644
--- a/media-libs/libdcp/Manifest
+++ b/media-libs/libdcp/Manifest
@@ -1,2 +1,3 @@
 DIST libdcp-1.3.4.tar.bz2 737458 BLAKE2B 6780222106677bc91b1093c470a078d8bb16dff11d32515e3296438beb4fbed084e8a0fbc09601243d6a348d5ae75019b098be09e9ac3f0b92659872d3c28d11 SHA512 bcf7c2218a55d3cc4cb1edf4c84592ce5952892d7f57a652cd3157aa5d34f041a4759aa7fd50451bfbe13985195424ba29a62c9c3a163367583e4c65ec5b19b1
 DIST libdcp-1.4.4.tar.bz2 739413 BLAKE2B dd04da12fd24cc4ec01fb5eb2a04d73cbe0ed1eb8e4c11a6ea0c52806715a1de20ab22924635b8bf3a271a8509959fcd6ac8dbbd5d87cb402273b8b8ca887f8a SHA512 589634eb56bc23437752a9b32e849332cd8e0f04991c63f583ce06ab7343f02226bc1e2faead13edba2dab9bca86c89adaf83df7779c427f167e461c2d6dabbd
+DIST libdcp-1.5.2.tar.bz2 754546 BLAKE2B 69cedd7a782fe89e538b893a6f919515e87bbb24331a189cde6d16bafcc9d2a442156a5db58eb963088511ca2b233a24695d1a124a7830f955f8074b1b059d30 SHA512 717486e06af2f89795dcaff09ccea38eeba786a55bc3df01acc576749a475df4a6dbd74b3edaceb08af5615468c24f45fec0527b315e2e5842683333f9118499

diff --git a/media-libs/libdcp/libdcp-1.5.2.ebuild b/media-libs/libdcp/libdcp-1.5.2.ebuild
new file mode 100644
index 00000000000..6df4350313e
--- /dev/null
+++ b/media-libs/libdcp/libdcp-1.5.2.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{3,4,5,6} )
+PYTHON_REQ_USE="threads(+)"
+inherit python-any-r1 waf-utils
+
+DESCRIPTION="create and read Digital Cinema Packages using JPEG2000 and WAV files"
+HOMEPAGE="http://carlh.net/libdcp"
+SRC_URI="http://carlh.net/downloads/${PN}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="1.0"
+KEYWORDS="~amd64"
+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
+}


             reply	other threads:[~2018-05-01 18:19 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-05-01 18:19 Michael Weber [this message]
  -- strict thread matches above, loose matches on Subject: below --
2019-01-27 11:55 [gentoo-commits] repo/gentoo:master commit in: media-libs/libdcp/ Pacho Ramos
2017-12-10 10:17 Pacho Ramos
2017-05-25 21:47 Michael Weber

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1525198771.bdefa8aa7233f5b79bc4c259d42f052bf41e4217.xmw@gentoo \
    --to=xmw@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox