[gentoo-commits] repo/gentoo:master commit in: media-video/dcpomatic/, media-video/dcpomatic/files/, ...

2019-03-31 Thread Andreas Sturmlechner
commit: 965651cf8ff28d8b3d4d883236236052282e643b
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Mar 31 21:51:47 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Mar 31 21:54:08 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=965651cf

profiles: Remove last-rited packages

media-video/dcpomatic
media-libs/libasdcp-cth
media-libs/libdcp
media-libs/libsub

Closes: https://bugs.gentoo.org/630924
Closes: https://bugs.gentoo.org/639310
Closes: https://bugs.gentoo.org/640728
Closes: https://bugs.gentoo.org/644654
Closes: https://bugs.gentoo.org/654892
Closes: https://bugs.gentoo.org/655096
Closes: https://bugs.gentoo.org/670822
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 media-libs/libasdcp-cth/Manifest   |   1 -
 .../files/libasdcp-cth-0.1.1-no-ldconfig.patch |  12 ---
 .../libasdcp-cth-0.1.2-respect-cxxflags.patch  |  14 ---
 media-libs/libasdcp-cth/libasdcp-cth-0.1.3.ebuild  |  34 --
 media-libs/libasdcp-cth/metadata.xml   |   5 -
 media-libs/libdcp/Manifest |   1 -
 .../libdcp/files/libdcp-1.3.3-no-ldconfig.patch|  12 ---
 .../files/libdcp-1.3.4-respect-cxxflags.patch  |  56 --
 media-libs/libdcp/libdcp-1.5.2.ebuild  |  57 --
 media-libs/libdcp/libdcp-.ebuild   |  58 --
 media-libs/libdcp/metadata.xml |   5 -
 media-libs/libsub/Manifest |   1 -
 .../files/libsub-1.1.13-respect-cxxflags.patch |  14 ---
 .../libsub/files/libsub-1.2.4-no-ldconfig.patch|  12 ---
 media-libs/libsub/files/libsub--boost.patch|  31 --
 media-libs/libsub/files/libsub--iostream.patch |  90 
 .../libsub/files/libsub--libcxml-.patch|  21 
 .../libsub/files/libsub--no-ldconfig.patch |   9 --
 .../files/libsub--respect-cxxflags.patch   |  13 ---
 media-libs/libsub/libsub-1.3.1.ebuild  |  47 -
 media-libs/libsub/libsub-.ebuild   |  51 -
 media-libs/libsub/metadata.xml |   5 -
 media-video/dcpomatic/Manifest |   1 -
 media-video/dcpomatic/dcpomatic-2.12.4.ebuild  | 116 
 media-video/dcpomatic/dcpomatic-.ebuild| 117 -
 .../files/dcpomatic-2.10.2-respect-cxxflags.patch  |  13 ---
 .../dcpomatic/files/dcpomatic-2.8.0-desktop.patch  |  32 --
 .../files/dcpomatic-2.8.0-no-ldconfig.patch|  12 ---
 .../dcpomatic/files/dcpomatic-2.8.0-wxGTK3.patch   |  13 ---
 media-video/dcpomatic/metadata.xml |  15 ---
 profiles/package.mask  |   8 --
 31 files changed, 876 deletions(-)

diff --git a/media-libs/libasdcp-cth/Manifest b/media-libs/libasdcp-cth/Manifest
deleted file mode 100644
index 781db5588a7..000
--- a/media-libs/libasdcp-cth/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST libasdcp-cth-0.1.3.tar.bz2 637004 BLAKE2B 
5c8a5a63f9d8b8a3e6ea245d7ad66715f4dc4f73af41bacc66d2259d25ecf52e2f1c951b240478fd674f34c8c9581a2867acd05e2bd23c5ad95609a22b5f7680
 SHA512 
db707a39e79ce4dcda7f20610b4fc3d1609d75dc9cc1f14a6bf7627231993882e843a3ebd9abb540a3f746c2898f94fa7bfd0617eb7c85d243585e4647e218c6

diff --git a/media-libs/libasdcp-cth/files/libasdcp-cth-0.1.1-no-ldconfig.patch 
b/media-libs/libasdcp-cth/files/libasdcp-cth-0.1.1-no-ldconfig.patch
deleted file mode 100644
index 097f31ecabb..000
--- a/media-libs/libasdcp-cth/files/libasdcp-cth-0.1.1-no-ldconfig.patch
+++ /dev/null
@@ -1,12 +0,0 @@
 libasdcp-cth-0.1.1/wscript
-+++ libasdcp-cth-0.1.1/wscript
-@@ -84,8 +84,7 @@
- bld.add_post_fun(post)
- 
- def post(ctx):
--if ctx.cmd == 'install':
--ctx.exec_command('/sbin/ldconfig')
-+pass
- 
- def tags(bld):
- os.system('etags src/*.cc src/*.h')

diff --git 
a/media-libs/libasdcp-cth/files/libasdcp-cth-0.1.2-respect-cxxflags.patch 
b/media-libs/libasdcp-cth/files/libasdcp-cth-0.1.2-respect-cxxflags.patch
deleted file mode 100644
index 15eeceb5842..000
--- a/media-libs/libasdcp-cth/files/libasdcp-cth-0.1.2-respect-cxxflags.patch
+++ /dev/null
@@ -1,14 +0,0 @@
 libasdcp-cth-0.1.2/wscript
-+++ libasdcp-cth-0.1.2/wscript
-@@ -38,11 +38,6 @@
- else:
- boost_lib_suffix = ''
- 
--if conf.options.enable_debug:
--conf.env.append_value('CXXFLAGS', '-g')
--else:
--conf.env.append_value('CXXFLAGS', '-O2')
--
- conf.check_cxx(fragment="""
- #include \n
- #if BOOST_VERSION < 104500\n

diff --git a/media-libs/libasdcp-cth/libasdcp-cth-0.1.3.ebuild 
b/media-libs/libasdcp-cth/libasdcp-cth-0.1.3.ebuild
deleted file mode 100644
index 06b2c20ea9c..000
--- a/media-libs/libasdcp-cth/libasdcp-cth-0.1.3.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Publi

[gentoo-commits] repo/gentoo:master commit in: media-video/dcpomatic/, media-video/dcpomatic/files/

2019-01-27 Thread Pacho Ramos
commit: a444a4d3cc049c4f73e7ec28c2e2dacb0bc7011c
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Jan 27 19:38:23 2019 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Jan 27 19:45:54 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a444a4d3

media-video/dcpomatic: Drop old

Package-Manager: Portage-2.3.58, Repoman-2.3.12
Signed-off-by: Pacho Ramos  gentoo.org>

 media-video/dcpomatic/Manifest |   3 -
 media-video/dcpomatic/dcpomatic-2.10.2.ebuild  | 101 ---
 media-video/dcpomatic/dcpomatic-2.10.5.ebuild  | 101 ---
 media-video/dcpomatic/dcpomatic-2.11.7.ebuild  | 112 -
 .../files/dcpomatic-2.10.2-imagemagick-7.patch |  18 
 5 files changed, 335 deletions(-)

diff --git a/media-video/dcpomatic/Manifest b/media-video/dcpomatic/Manifest
index 9f288e8f1b8..cacc1b4d972 100644
--- a/media-video/dcpomatic/Manifest
+++ b/media-video/dcpomatic/Manifest
@@ -1,4 +1 @@
-DIST dcpomatic-2.10.2.tar.bz2 37503820 BLAKE2B 
b7efaedaf4b43a54e70dc60e836e283e52f327263dff075549b819c1708b7c9680b9f99e8d5eb37155520101de90145b37a487bb3edec80bf85bdbf9e6cfd578
 SHA512 
dc4fff96db31ee7645cdc9aac59b37a8dc37f2d77287c41bd4da4df074802a518d4b9c0e5143272d50d2dfee03d46b4ac761c0423b51b327185aae0510c0deb5
-DIST dcpomatic-2.10.5.tar.bz2 37500917 BLAKE2B 
d56d52d1ba01a1aae0840df28f0ed92408af98f7a47c1b71495b9220595c394920c49fb4cc65279b117636270a4cfb95b073cfa1684a00534eead9056953cd0e
 SHA512 
0cce80bfb7b6cc830ff9935a16b0610a584628e8f45ad36401c6da6c13963e90a63d0213fff9b8277074b12f522bbe7286caf4cad9beceea77e05977e726ecf4
-DIST dcpomatic-2.11.7.tar.bz2 48225986 BLAKE2B 
95c1be24e606e545f95a62827e3702893ea155fae5cf8d9947e4674c4779be36b2b295b4a308e8b8f9e3fb589c66d74826f00ed00f9bfd4c1cdceca366c87538
 SHA512 
06421edc41c32986add3266cf6674eb44f24d4899a391d4ec354840180a83531531bb965cad86b804aa054589a4cb7587988b334882610b5fc699ae6ca0484c3
 DIST dcpomatic-2.12.4.tar.bz2 177868575 BLAKE2B 
5ace00aad6bfd44790841da380b45aa28577b058e11d2f7b6ef9d8611cf4c370054735ded599da210764fa1eed45d49bc1fb111862167998f2479251dc8cd308
 SHA512 
e7d16c603c7c1ae8ee489279b28a22ced74794c7974a67fb2f8ff1403f3f6041223b3c89eaf4f1ad1a56fb41dc0090c9176ded36e8fa2a8dbedba49a57d2ba82

diff --git a/media-video/dcpomatic/dcpomatic-2.10.2.ebuild 
b/media-video/dcpomatic/dcpomatic-2.10.2.ebuild
deleted file mode 100644
index beaa2a87164..000
--- a/media-video/dcpomatic/dcpomatic-2.10.2.ebuild
+++ /dev/null
@@ -1,101 +0,0 @@
-# Copyright 1999-2018 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="https://dcpomatic.com/";
-SRC_URI="http://${PN}.com/downloads/${PV}/${P}.tar.bz2";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-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-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_su

[gentoo-commits] repo/gentoo:master commit in: media-video/dcpomatic/

2018-05-01 Thread Michael Weber
commit: 974893a435b02f2acb8556b31bde2aa89328fbed
Author: Michael Weber  gentoo  org>
AuthorDate: Tue May  1 21:06:21 2018 +
Commit: Michael Weber  gentoo  org>
CommitDate: Tue May  1 21:09:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=974893a4

media-video/dcpomatic: Version bump.

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 media-video/dcpomatic/Manifest|   1 +
 media-video/dcpomatic/dcpomatic-2.12.4.ebuild | 116 +
 media-video/dcpomatic/dcpomatic-.ebuild   | 117 ++
 3 files changed, 234 insertions(+)

diff --git a/media-video/dcpomatic/Manifest b/media-video/dcpomatic/Manifest
index 53cec2286d7..9f288e8f1b8 100644
--- a/media-video/dcpomatic/Manifest
+++ b/media-video/dcpomatic/Manifest
@@ -1,3 +1,4 @@
 DIST dcpomatic-2.10.2.tar.bz2 37503820 BLAKE2B 
b7efaedaf4b43a54e70dc60e836e283e52f327263dff075549b819c1708b7c9680b9f99e8d5eb37155520101de90145b37a487bb3edec80bf85bdbf9e6cfd578
 SHA512 
dc4fff96db31ee7645cdc9aac59b37a8dc37f2d77287c41bd4da4df074802a518d4b9c0e5143272d50d2dfee03d46b4ac761c0423b51b327185aae0510c0deb5
 DIST dcpomatic-2.10.5.tar.bz2 37500917 BLAKE2B 
d56d52d1ba01a1aae0840df28f0ed92408af98f7a47c1b71495b9220595c394920c49fb4cc65279b117636270a4cfb95b073cfa1684a00534eead9056953cd0e
 SHA512 
0cce80bfb7b6cc830ff9935a16b0610a584628e8f45ad36401c6da6c13963e90a63d0213fff9b8277074b12f522bbe7286caf4cad9beceea77e05977e726ecf4
 DIST dcpomatic-2.11.7.tar.bz2 48225986 BLAKE2B 
95c1be24e606e545f95a62827e3702893ea155fae5cf8d9947e4674c4779be36b2b295b4a308e8b8f9e3fb589c66d74826f00ed00f9bfd4c1cdceca366c87538
 SHA512 
06421edc41c32986add3266cf6674eb44f24d4899a391d4ec354840180a83531531bb965cad86b804aa054589a4cb7587988b334882610b5fc699ae6ca0484c3
+DIST dcpomatic-2.12.4.tar.bz2 177868575 BLAKE2B 
5ace00aad6bfd44790841da380b45aa28577b058e11d2f7b6ef9d8611cf4c370054735ded599da210764fa1eed45d49bc1fb111862167998f2479251dc8cd308
 SHA512 
e7d16c603c7c1ae8ee489279b28a22ced74794c7974a67fb2f8ff1403f3f6041223b3c89eaf4f1ad1a56fb41dc0090c9176ded36e8fa2a8dbedba49a57d2ba82

diff --git a/media-video/dcpomatic/dcpomatic-2.12.4.ebuild 
b/media-video/dcpomatic/dcpomatic-2.12.4.ebuild
new file mode 100644
index 000..8c107aa068f
--- /dev/null
+++ b/media-video/dcpomatic/dcpomatic-2.12.4.ebuild
@@ -0,0 +1,116 @@
+# 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 wxwidgets gnome2-utils
+
+DESCRIPTION="create Digital Cinema Packages (DCPs) from videos, images and 
sound files"
+HOMEPAGE="https://dcpomatic.com/";
+SRC_URI="https://dcpomatic.com/dl.php?id=source&version=${PV} -> ${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="+alsa +gtk jack pulseaudio"
+
+REQUIRED_USE="^^ ( alsa jack pulseaudio )"
+
+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.4:1.0
+   media-libs/libsamplerate
+   media-libs/libsndfile
+   >=media-libs/libsub-1.2.1:1.0
+   media-libs/rtaudio[alsa?,jack?,pulseaudio?]
+   >=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' \
+  

[gentoo-commits] repo/gentoo:master commit in: media-video/dcpomatic/

2018-04-15 Thread David Seifert
commit: 54db7221996604c0101c4d56b70c0c7e8c82f5d3
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sun Apr 15 09:16:54 2018 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Apr 15 11:32:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54db7221

media-video/dcpomatic: use HTTPS

 media-video/dcpomatic/dcpomatic-2.10.2.ebuild | 4 ++--
 media-video/dcpomatic/dcpomatic-2.10.5.ebuild | 4 ++--
 media-video/dcpomatic/dcpomatic-2.11.7.ebuild | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/media-video/dcpomatic/dcpomatic-2.10.2.ebuild 
b/media-video/dcpomatic/dcpomatic-2.10.2.ebuild
index 9cd6b2365fe..beaa2a87164 100644
--- a/media-video/dcpomatic/dcpomatic-2.10.2.ebuild
+++ b/media-video/dcpomatic/dcpomatic-2.10.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -8,7 +8,7 @@ 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/";
+HOMEPAGE="https://dcpomatic.com/";
 SRC_URI="http://${PN}.com/downloads/${PV}/${P}.tar.bz2";
 
 LICENSE="GPL-2"

diff --git a/media-video/dcpomatic/dcpomatic-2.10.5.ebuild 
b/media-video/dcpomatic/dcpomatic-2.10.5.ebuild
index 9a4f04ba9dc..d10c7ec57ae 100644
--- a/media-video/dcpomatic/dcpomatic-2.10.5.ebuild
+++ b/media-video/dcpomatic/dcpomatic-2.10.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -8,7 +8,7 @@ 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/";
+HOMEPAGE="https://dcpomatic.com/";
 SRC_URI="http://${PN}.com/downloads/${PV}/${P}.tar.bz2";
 
 LICENSE="GPL-2"

diff --git a/media-video/dcpomatic/dcpomatic-2.11.7.ebuild 
b/media-video/dcpomatic/dcpomatic-2.11.7.ebuild
index 3681e281c1d..d361bcf 100644
--- a/media-video/dcpomatic/dcpomatic-2.11.7.ebuild
+++ b/media-video/dcpomatic/dcpomatic-2.11.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -8,7 +8,7 @@ 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/";
+HOMEPAGE="https://dcpomatic.com/";
 SRC_URI="http://${PN}.com/downloads/${PV}/${P}.tar.bz2";
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: media-video/dcpomatic/

2017-12-10 Thread Pacho Ramos
commit: a525b6c104ccb2b0e3289923c7669fa3f43d254e
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Dec  9 20:07:26 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Dec 10 10:15:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a525b6c1

media-video/dcpomatic: Add support for newer python

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 media-video/dcpomatic/Manifest| 2 +-
 media-video/dcpomatic/dcpomatic-2.10.5.ebuild | 2 +-
 media-video/dcpomatic/dcpomatic-2.11.7.ebuild | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/media-video/dcpomatic/Manifest b/media-video/dcpomatic/Manifest
index bb1043816e6..6f8157768c9 100644
--- a/media-video/dcpomatic/Manifest
+++ b/media-video/dcpomatic/Manifest
@@ -1,3 +1,3 @@
 DIST dcpomatic-2.10.2.tar.bz2 37503820 SHA256 
18182dda94de584299e660db3e232be8d98be5aa99255561154eb2048f3c2211 SHA512 
dc4fff96db31ee7645cdc9aac59b37a8dc37f2d77287c41bd4da4df074802a518d4b9c0e5143272d50d2dfee03d46b4ac761c0423b51b327185aae0510c0deb5
 WHIRLPOOL 
ed8b0d780e5ea50eae0bcce6ad1f2a087f9b8d703516fb3e1abe246af79bbeb92a18552642bb4517e5f2604856308ffe39bf47891e0dc59cac357c9866e2f52a
-DIST dcpomatic-2.10.5.tar.bz2 37500917 SHA256 
bb3ecbd2cce651d4bce317c1d21d5d4f417163dd0192afa6cd5b06fa55831b2c SHA512 
0cce80bfb7b6cc830ff9935a16b0610a584628e8f45ad36401c6da6c13963e90a63d0213fff9b8277074b12f522bbe7286caf4cad9beceea77e05977e726ecf4
 WHIRLPOOL 
53b38a6c73b4562f8f6717005fb3769db2b186a030840bc5c2986aea530b58f280b89ff8cb0f7723ae0e0674837303babc18ebf7b477980babfd61dcfe22a744
+DIST dcpomatic-2.10.5.tar.bz2 37500917 BLAKE2B 
d56d52d1ba01a1aae0840df28f0ed92408af98f7a47c1b71495b9220595c394920c49fb4cc65279b117636270a4cfb95b073cfa1684a00534eead9056953cd0e
 SHA512 
0cce80bfb7b6cc830ff9935a16b0610a584628e8f45ad36401c6da6c13963e90a63d0213fff9b8277074b12f522bbe7286caf4cad9beceea77e05977e726ecf4
 DIST dcpomatic-2.11.7.tar.bz2 48225986 SHA256 
948460bfae5d0d3a1e730b63dc98b0fb780019ff08492efebb579fa553498dbb SHA512 
06421edc41c32986add3266cf6674eb44f24d4899a391d4ec354840180a83531531bb965cad86b804aa054589a4cb7587988b334882610b5fc699ae6ca0484c3
 WHIRLPOOL 
57727d2931489d5942ab72a1dacddde2b02627f9e47ee0649b87e95e2e2c3258cb54f0c492dc111c072751c6045606a43e57d1b9f6902fe48bc563f8a3809c3b

diff --git a/media-video/dcpomatic/dcpomatic-2.10.5.ebuild 
b/media-video/dcpomatic/dcpomatic-2.10.5.ebuild
index 9cd6b2365fe..9a4f04ba9dc 100644
--- a/media-video/dcpomatic/dcpomatic-2.10.5.ebuild
+++ b/media-video/dcpomatic/dcpomatic-2.10.5.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_3 python3_4 python3_5 )
+PYTHON_COMPAT=( python2_7 python3_{3,4,5,6} )
 PYTHON_REQ_USE="threads(+)"
 inherit python-any-r1 waf-utils wxwidgets
 

diff --git a/media-video/dcpomatic/dcpomatic-2.11.7.ebuild 
b/media-video/dcpomatic/dcpomatic-2.11.7.ebuild
index d8f8113508b..3681e281c1d 100644
--- a/media-video/dcpomatic/dcpomatic-2.11.7.ebuild
+++ b/media-video/dcpomatic/dcpomatic-2.11.7.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_3 python3_4 python3_5 )
+PYTHON_COMPAT=( python2_7 python3_{3,4,5,6} )
 PYTHON_REQ_USE="threads(+)"
 inherit python-any-r1 waf-utils wxwidgets
 



[gentoo-commits] repo/gentoo:master commit in: media-video/dcpomatic/

2017-05-25 Thread Michael Weber
commit: 665689c83d6d1b862699258f4edda4a26d8c2725
Author: Michael Weber  gentoo  org>
AuthorDate: Thu May 25 22:29:24 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Thu May 25 22:29:47 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=665689c8

media-video/dcpomatic: Switch between rtaudio output options.

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 media-video/dcpomatic/dcpomatic-2.11.7.ebuild | 14 --
 media-video/dcpomatic/metadata.xml|  5 +
 2 files changed, 17 insertions(+), 2 deletions(-)

diff --git a/media-video/dcpomatic/dcpomatic-2.11.7.ebuild 
b/media-video/dcpomatic/dcpomatic-2.11.7.ebuild
index d254592d7b4..d8f8113508b 100644
--- a/media-video/dcpomatic/dcpomatic-2.11.7.ebuild
+++ b/media-video/dcpomatic/dcpomatic-2.11.7.ebuild
@@ -14,7 +14,9 @@ SRC_URI="http://${PN}.com/downloads/${PV}/${P}.tar.bz2";
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS=""
-IUSE="+gtk"
+IUSE="+alsa +gtk jack pulseaudio"
+
+REQUIRED_USE="^^ ( alsa jack pulseaudio )"
 
 RDEPEND="dev-cpp/cairomm
dev-cpp/glibmm:2
@@ -32,7 +34,7 @@ RDEPEND="dev-cpp/cairomm
media-libs/libsamplerate
media-libs/libsndfile
>=media-libs/libsub-1.2.1:1.0
-   media-libs/rtaudio
+   media-libs/rtaudio[alsa?,jack?,pulseaudio?]
>=media-video/ffmpeg-3:=
net-libs/libssh
net-misc/curl
@@ -90,6 +92,14 @@ src_prepare() {
epatch "${FILESDIR}"/${PN}-2.10.2-imagemagick-7.patch
fi
 
+   if use alsa ; then
+   sed -e "s|RtAudio::LINUX_PULSE|RtAudio::LINUX_ALSA|"\
+   -i src/wx/wx_util.h || die
+   elif use jack ; then
+   sed -e "s|RtAudio::LINUX_PULSE|RtAudio::UNIX_JACK|"\
+   -i src/wx/wx_util.h || die
+   fi
+
default
 }
 

diff --git a/media-video/dcpomatic/metadata.xml 
b/media-video/dcpomatic/metadata.xml
index bc4c75f8360..1fe7fe154da 100644
--- a/media-video/dcpomatic/metadata.xml
+++ b/media-video/dcpomatic/metadata.xml
@@ -10,4 +10,9 @@ DCP-o-matic is a free, open-source program to create Digital 
Cinema Packages (DC
 
 It can take files in many different formats, including MP4, Apple ProRes, MOV, 
AVI, VOB (from DVDs), M2TS (from Blu-Ray), WMV, MKV, JPEG, PNG, TIFF and lots 
of others.
 
+
+   Utilize alsa output of media-libs/rtaudio.
+   Utilize jack output of media-libs/rtaudio.
+   Utilize pulseaudio output of 
media-libs/rtaudio.
+
 



[gentoo-commits] repo/gentoo:master commit in: media-video/dcpomatic/

2017-05-25 Thread Michael Weber
commit: cd0ee575335fc2f4529ccf08e571ef420db8837b
Author: Michael Weber  gentoo  org>
AuthorDate: Thu May 25 21:47:16 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Thu May 25 21:47:34 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd0ee575

media-video/dcpomatic: update dependecy on media-libs/libdcp, use imagemagick-7 
patch.

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 media-video/dcpomatic/dcpomatic-2.11.7.ebuild | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/media-video/dcpomatic/dcpomatic-2.11.7.ebuild 
b/media-video/dcpomatic/dcpomatic-2.11.7.ebuild
index 416fc9f9e1c..d254592d7b4 100644
--- a/media-video/dcpomatic/dcpomatic-2.11.7.ebuild
+++ b/media-video/dcpomatic/dcpomatic-2.11.7.ebuild
@@ -28,7 +28,7 @@ RDEPEND="dev-cpp/cairomm
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/libdcp-1.4.4:1.0
media-libs/libsamplerate
media-libs/libsndfile
>=media-libs/libsub-1.2.1:1.0
@@ -86,6 +86,10 @@ src_prepare() {
 -e '/film_metadata_test.cc/d' \
-i test/wscript || die
 
+   if has_version ">media-gfx/imagemagick-7" ; then
+   epatch "${FILESDIR}"/${PN}-2.10.2-imagemagick-7.patch
+   fi
+
default
 }
 



[gentoo-commits] repo/gentoo:master commit in: media-video/dcpomatic/

2017-05-25 Thread Michael Weber
commit: 5b1b7abe4062d287932ed9ff0c2ec94641eaf6de
Author: Michael Weber  gentoo  org>
AuthorDate: Thu May 25 20:33:53 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Thu May 25 20:34:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b1b7abe

media-video/dcpomatic: Version bump.

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 media-video/dcpomatic/Manifest|   1 +
 media-video/dcpomatic/dcpomatic-2.10.5.ebuild | 101 ++
 2 files changed, 102 insertions(+)

diff --git a/media-video/dcpomatic/Manifest b/media-video/dcpomatic/Manifest
index 4785518a118..bb1043816e6 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.10.5.tar.bz2 37500917 SHA256 
bb3ecbd2cce651d4bce317c1d21d5d4f417163dd0192afa6cd5b06fa55831b2c SHA512 
0cce80bfb7b6cc830ff9935a16b0610a584628e8f45ad36401c6da6c13963e90a63d0213fff9b8277074b12f522bbe7286caf4cad9beceea77e05977e726ecf4
 WHIRLPOOL 
53b38a6c73b4562f8f6717005fb3769db2b186a030840bc5c2986aea530b58f280b89ff8cb0f7723ae0e0674837303babc18ebf7b477980babfd61dcfe22a744
 DIST dcpomatic-2.11.7.tar.bz2 48225986 SHA256 
948460bfae5d0d3a1e730b63dc98b0fb780019ff08492efebb579fa553498dbb SHA512 
06421edc41c32986add3266cf6674eb44f24d4899a391d4ec354840180a83531531bb965cad86b804aa054589a4cb7587988b334882610b5fc699ae6ca0484c3
 WHIRLPOOL 
57727d2931489d5942ab72a1dacddde2b02627f9e47ee0649b87e95e2e2c3258cb54f0c492dc111c072751c6045606a43e57d1b9f6902fe48bc563f8a3809c3b

diff --git a/media-video/dcpomatic/dcpomatic-2.10.5.ebuild 
b/media-video/dcpomatic/dcpomatic-2.10.5.ebuild
new file mode 100644
index 000..9cd6b2365fe
--- /dev/null
+++ b/media-video/dcpomatic/dcpomatic-2.10.5.ebuild
@@ -0,0 +1,101 @@
+# 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="~amd64"
+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-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 '

[gentoo-commits] repo/gentoo:master commit in: media-video/dcpomatic/

2017-05-25 Thread Michael Weber
commit: eaacbffcbf099f54d5147cb053420484a98016b6
Author: Michael Weber  gentoo  org>
AuthorDate: Thu May 25 19:48:29 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Thu May 25 19:48:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eaacbffc

media-video/dcpomatic: Remove old version.

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 media-video/dcpomatic/Manifest   |  1 -
 media-video/dcpomatic/dcpomatic-2.9.0.ebuild | 66 
 2 files changed, 67 deletions(-)

diff --git a/media-video/dcpomatic/Manifest b/media-video/dcpomatic/Manifest
index e2a3a23fcd5..4785518a118 100644
--- a/media-video/dcpomatic/Manifest
+++ b/media-video/dcpomatic/Manifest
@@ -1,3 +1,2 @@
 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.9.0.ebuild 
b/media-video/dcpomatic/dcpomatic-2.9.0.ebuild
deleted file mode 100644
index 7e1cb891db3..000
--- a/media-video/dcpomatic/dcpomatic-2.9.0.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 )
-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="~amd64"
-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.0
-   media-libs/libsamplerate
-   media-libs/libsndfile
-   media-libs/libsub:1.0
-   >=media-video/ffmpeg-3
-   

[gentoo-commits] repo/gentoo:master commit in: media-video/dcpomatic/

2017-05-25 Thread Michael Weber
commit: bc5f839c07cc1e9bbe2b9bf1ee72511dbc4b3a94
Author: Michael Weber  gentoo  org>
AuthorDate: Thu May 25 19:08:04 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Thu May 25 19:43:32 2017 +
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 000..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_conten

[gentoo-commits] repo/gentoo:master commit in: media-video/dcpomatic/files/, media-video/dcpomatic/

2017-05-25 Thread Michael Weber
commit: fb5c529a39bb80573cbd2c71e5ec5cb4c73a9b98
Author: Michael Weber  gentoo  org>
AuthorDate: Thu May 25 19:43:09 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Thu May 25 19:43:36 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb5c529a

media-video/dcpomatic: Fix for ImageMagick-7.

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 media-video/dcpomatic/dcpomatic-2.10.2.ebuild  |  4 
 .../files/dcpomatic-2.10.2-imagemagick-7.patch | 18 ++
 2 files changed, 22 insertions(+)

diff --git a/media-video/dcpomatic/dcpomatic-2.10.2.ebuild 
b/media-video/dcpomatic/dcpomatic-2.10.2.ebuild
index 637661d1af0..9cd6b2365fe 100644
--- a/media-video/dcpomatic/dcpomatic-2.10.2.ebuild
+++ b/media-video/dcpomatic/dcpomatic-2.10.2.ebuild
@@ -85,6 +85,10 @@ src_prepare() {
 -e '/film_metadata_test.cc/d' \
-i test/wscript || die
 
+   if has_version ">media-gfx/imagemagick-7" ; then
+   epatch "${FILESDIR}"/${PN}-2.10.2-imagemagick-7.patch
+   fi
+
default
 }
 

diff --git a/media-video/dcpomatic/files/dcpomatic-2.10.2-imagemagick-7.patch 
b/media-video/dcpomatic/files/dcpomatic-2.10.2-imagemagick-7.patch
new file mode 100644
index 000..2e4e9e8838e
--- /dev/null
+++ b/media-video/dcpomatic/files/dcpomatic-2.10.2-imagemagick-7.patch
@@ -0,0 +1,18 @@
+--- dcpomatic-2.10.2/src/lib/environment_info.cc
 dcpomatic-2.10.2/src/lib/environment_info.cc
+@@ -25,12 +25,13 @@
+ #include 
+ #include 
+ #ifdef DCPOMATIC_IMAGE_MAGICK
+-#include 
++#include 
++#include 
+ #else
+ #include 
+ #include 
+-#endif
+ #include 
++#endif
+ extern "C" {
+ #include 
+ #include 



[gentoo-commits] repo/gentoo:master commit in: media-video/dcpomatic/

2017-04-23 Thread David Seifert
commit: 90b3437c4a9ecb3ab5865df81390b0391d702915
Author: David Seifert  gentoo  org>
AuthorDate: Sun Apr 23 10:40:48 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Apr 23 11:28:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90b3437c

media-video/dcpomatic: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 media-video/dcpomatic/dcpomatic-2.10.2.ebuild | 1 +
 media-video/dcpomatic/dcpomatic-2.9.0.ebuild  | 1 +
 2 files changed, 2 insertions(+)

diff --git a/media-video/dcpomatic/dcpomatic-2.10.2.ebuild 
b/media-video/dcpomatic/dcpomatic-2.10.2.ebuild
index 7456ff62c3e..637661d1af0 100644
--- a/media-video/dcpomatic/dcpomatic-2.10.2.ebuild
+++ b/media-video/dcpomatic/dcpomatic-2.10.2.ebuild
@@ -38,6 +38,7 @@ RDEPEND="dev-cpp/cairomm
gtk? ( x11-libs/gtk+:2
x11-libs/wxGTK:3.0 )"
 DEPEND="${RDEPEND}
+   ${PYTHON_DEPS}
dev-util/waf
virtual/pkgconfig"
 

diff --git a/media-video/dcpomatic/dcpomatic-2.9.0.ebuild 
b/media-video/dcpomatic/dcpomatic-2.9.0.ebuild
index 80f5ab33c1c..7e1cb891db3 100644
--- a/media-video/dcpomatic/dcpomatic-2.9.0.ebuild
+++ b/media-video/dcpomatic/dcpomatic-2.9.0.ebuild
@@ -39,6 +39,7 @@ RDEPEND="dev-cpp/cairomm
gtk? ( x11-libs/gtk+:2
x11-libs/wxGTK:3.0 )"
 DEPEND="${RDEPEND}
+   ${PYTHON_DEPS}
dev-util/waf
virtual/pkgconfig"
 



[gentoo-commits] repo/gentoo:master commit in: media-video/dcpomatic/, media-video/dcpomatic/files/

2017-03-04 Thread Michael Weber
commit: c218434f3307b192d81fec4dd08f5345744af39f
Author: Michael Weber  gentoo  org>
AuthorDate: Sat Mar  4 11:21:58 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Sat Mar  4 11:24:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c218434f

media-video/dcpomatic: Initial import.

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 media-video/dcpomatic/Manifest |  2 +
 media-video/dcpomatic/dcpomatic-2.10.2.ebuild  | 96 ++
 media-video/dcpomatic/dcpomatic-2.9.0.ebuild   | 65 +++
 .../files/dcpomatic-2.10.2-respect-cxxflags.patch  | 13 +++
 .../dcpomatic/files/dcpomatic-2.8.0-desktop.patch  | 32 
 .../files/dcpomatic-2.8.0-no-ldconfig.patch| 12 +++
 .../dcpomatic/files/dcpomatic-2.8.0-wxGTK3.patch   | 13 +++
 media-video/dcpomatic/metadata.xml | 13 +++
 8 files changed, 246 insertions(+)

diff --git a/media-video/dcpomatic/Manifest b/media-video/dcpomatic/Manifest
new file mode 100644
index 000..85327d34fc7
--- /dev/null
+++ b/media-video/dcpomatic/Manifest
@@ -0,0 +1,2 @@
+DIST dcpomatic-2.10.2.tar.bz2 37503820 SHA256 
18182dda94de584299e660db3e232be8d98be5aa99255561154eb2048f3c2211 SHA512 
dc4fff96db31ee7645cdc9aac59b37a8dc37f2d77287c41bd4da4df074802a518d4b9c0e5143272d50d2dfee03d46b4ac761c0423b51b327185aae0510c0deb5
 WHIRLPOOL 
ed8b0d780e5ea50eae0bcce6ad1f2a087f9b8d703516fb3e1abe246af79bbeb92a18552642bb4517e5f2604856308ffe39bf47891e0dc59cac357c9866e2f52a
+DIST dcpomatic-2.9.0.tar.bz2 37453226 SHA256 
4596bb660e5339c6a633ceb40656d2787405ad91b706080335b1b466e17f920d SHA512 
23a0882265b21ff6f7d74d4fdd10fc49a2427d907a6de1dec9f2b51ee5a4bc9a98f405adb2153214f43820887f7d481220ca25e762f253d31976e3ff2687fc0a
 WHIRLPOOL 
e49e866b7c4936a915d140dedb13764437c080080b36cd94796c6ae6d9c20ddb451600ebc00614bbe8ba55fea280e3285f073a0ab5029e72888f6080941b5d2c

diff --git a/media-video/dcpomatic/dcpomatic-2.10.2.ebuild 
b/media-video/dcpomatic/dcpomatic-2.10.2.ebuild
new file mode 100644
index 000..7456ff62c3e
--- /dev/null
+++ b/media-video/dcpomatic/dcpomatic-2.10.2.ebuild
@@ -0,0 +1,96 @@
+# 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="~amd64"
+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-video/ffmpeg-3:=
+   net-libs/libssh
+   net-misc/curl
+   gtk? ( x11-libs/gtk+:2
+   x11-libs/wxGTK:3.0 )"
+DEPEND="${RDEPEND}
+   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' \
+