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-video/dcpomatic/
Date: Thu, 25 May 2017 19:43:42 +0000 (UTC)	[thread overview]
Message-ID: <1495741412.bc5f839c07cc1e9bbe2b9bf1ee72511dbc4b3a94.xmw@gentoo> (raw)

commit:     bc5f839c07cc1e9bbe2b9bf1ee72511dbc4b3a94
Author:     Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Thu May 25 19:08:04 2017 +0000
Commit:     Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Thu May 25 19:43:32 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc5f839c

media-video/dcpomatic: Add development version.

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 media-video/dcpomatic/Manifest                |  1 +
 media-video/dcpomatic/dcpomatic-2.11.7.ebuild | 98 +++++++++++++++++++++++++++
 2 files changed, 99 insertions(+)

diff --git a/media-video/dcpomatic/Manifest b/media-video/dcpomatic/Manifest
index 85327d34fc7..e2a3a23fcd5 100644
--- a/media-video/dcpomatic/Manifest
+++ b/media-video/dcpomatic/Manifest
@@ -1,2 +1,3 @@
 DIST dcpomatic-2.10.2.tar.bz2 37503820 SHA256 18182dda94de584299e660db3e232be8d98be5aa99255561154eb2048f3c2211 SHA512 dc4fff96db31ee7645cdc9aac59b37a8dc37f2d77287c41bd4da4df074802a518d4b9c0e5143272d50d2dfee03d46b4ac761c0423b51b327185aae0510c0deb5 WHIRLPOOL ed8b0d780e5ea50eae0bcce6ad1f2a087f9b8d703516fb3e1abe246af79bbeb92a18552642bb4517e5f2604856308ffe39bf47891e0dc59cac357c9866e2f52a
+DIST dcpomatic-2.11.7.tar.bz2 48225986 SHA256 948460bfae5d0d3a1e730b63dc98b0fb780019ff08492efebb579fa553498dbb SHA512 06421edc41c32986add3266cf6674eb44f24d4899a391d4ec354840180a83531531bb965cad86b804aa054589a4cb7587988b334882610b5fc699ae6ca0484c3 WHIRLPOOL 57727d2931489d5942ab72a1dacddde2b02627f9e47ee0649b87e95e2e2c3258cb54f0c492dc111c072751c6045606a43e57d1b9f6902fe48bc563f8a3809c3b
 DIST dcpomatic-2.9.0.tar.bz2 37453226 SHA256 4596bb660e5339c6a633ceb40656d2787405ad91b706080335b1b466e17f920d SHA512 23a0882265b21ff6f7d74d4fdd10fc49a2427d907a6de1dec9f2b51ee5a4bc9a98f405adb2153214f43820887f7d481220ca25e762f253d31976e3ff2687fc0a WHIRLPOOL e49e866b7c4936a915d140dedb13764437c080080b36cd94796c6ae6d9c20ddb451600ebc00614bbe8ba55fea280e3285f073a0ab5029e72888f6080941b5d2c

diff --git a/media-video/dcpomatic/dcpomatic-2.11.7.ebuild b/media-video/dcpomatic/dcpomatic-2.11.7.ebuild
new file mode 100644
index 00000000000..416fc9f9e1c
--- /dev/null
+++ b/media-video/dcpomatic/dcpomatic-2.11.7.ebuild
@@ -0,0 +1,98 @@
+# 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 python-any-r1 waf-utils wxwidgets
+
+DESCRIPTION="create Digital Cinema Packages (DCPs) from videos, images and sound files"
+HOMEPAGE="http://dcpomatic.com/"
+SRC_URI="http://${PN}.com/downloads/${PV}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS=""
+IUSE="+gtk"
+
+RDEPEND="dev-cpp/cairomm
+	dev-cpp/glibmm:2
+	dev-cpp/libxmlpp:2.6
+	dev-cpp/pangomm:1.4
+	dev-libs/boost
+	dev-libs/glib:2
+	dev-libs/icu
+	dev-libs/libcxml
+	dev-libs/libzip
+	dev-libs/openssl:0
+	|| ( media-gfx/graphicsmagick media-gfx/imagemagick )
+	media-libs/fontconfig:1.0
+	>=media-libs/libdcp-1.4.1:1.0
+	media-libs/libsamplerate
+	media-libs/libsndfile
+	>=media-libs/libsub-1.2.1:1.0
+	media-libs/rtaudio
+	>=media-video/ffmpeg-3:=
+	net-libs/libssh
+	net-misc/curl
+	gtk? ( x11-libs/gtk+:2
+		x11-libs/wxGTK:3.0 )"
+DEPEND="${RDEPEND}
+	${PYTHON_DEPS}
+	dev-util/waf
+	virtual/pkgconfig"
+
+PATCHES=(
+	"${FILESDIR}"/${PN}-2.8.0-wxGTK3.patch
+	"${FILESDIR}"/${PN}-2.8.0-no-ldconfig.patch
+	"${FILESDIR}"/${PN}-2.8.0-desktop.patch
+	"${FILESDIR}"/${PN}-2.10.2-respect-cxxflags.patch
+	)
+
+src_prepare() {
+	rm -v waf
+	export WAF_BINARY=${EROOT}usr/bin/waf
+	if [ -z "${PYTHONPATH}" ] ; then
+		export PYTHONPATH="${S}"
+	else
+		export PYTHONPATH="${S}:${PYTHONPATH}"
+	fi
+
+	ewarn "Some tests failing due missing files/certs are disabled."
+	sed \
+		-e '/4k_test.cc/d' \
+		-e '/audio_analysis_test.cc/d' \
+		-e '/audio_decoder_test.cc/d' \
+		-e '/audio_processor_test.cc/d' \
+		-e '/black_fill_test.cc/d' \
+		-e '/client_server_test.cc/d' \
+		-e '/dcp_subtitle_test.cc/d' \
+		-e '/ffmpeg_decoder_sequential_test.cc/d' \
+		-e '/file_naming_test.cc/d' \
+		-e '/import_dcp_test.cc/d' \
+		-e '/interrupt_encoder_test.cc/d' \
+		-e '/j2k_bandwidth_test.cc/d' \
+		-e '/recover_test.cc/d' \
+		-e '/reels_test.cc/d' \
+		-e '/render_subtitles_test.cc/d' \
+		-e '/repeat_frame_test.cc/d' \
+		-e '/scaling_test.cc/d' \
+		-e '/skip_frame_test.cc/d' \
+		-e '/srt_subtitle_test.cc/d' \
+		-e '/ssa_subtitle_test.cc/d' \
+		-e '/vf_test.cc/d' \
+		-e '/video_mxf_content_test.cc/d' \
+        -e '/film_metadata_test.cc/d' \
+		-i test/wscript || die
+
+	default
+}
+
+src_configure() {
+	waf-utils_src_configure $(usex gtk "" "--disable-gui")
+}
+
+src_test() {
+	./run/tests || die
+}


             reply	other threads:[~2017-05-25 19:43 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-25 19:43 Michael Weber [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-05-01 21:09 [gentoo-commits] repo/gentoo:master commit in: media-video/dcpomatic/ Michael Weber
2018-04-15 11:34 David Seifert
2017-12-10 10:17 Pacho Ramos
2017-05-25 22:29 Michael Weber
2017-05-25 21:47 Michael Weber
2017-05-25 20:34 Michael Weber
2017-05-25 19:54 Michael Weber
2017-04-23 11:29 David Seifert

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=1495741412.bc5f839c07cc1e9bbe2b9bf1ee72511dbc4b3a94.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