* [gentoo-commits] repo/gentoo:master commit in: media-video/cclive/, media-video/cclive/files/
@ 2019-04-16 12:22 David Seifert
0 siblings, 0 replies; only message in thread
From: David Seifert @ 2019-04-16 12:22 UTC (permalink / raw
To: gentoo-commits
commit: da442affb5ea63f6989760662a1346793948c57e
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 16 12:22:08 2019 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Tue Apr 16 12:22:08 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da442aff
media-video/cclive: Fix building against boost 1.70
Closes: https://bugs.gentoo.org/671768
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: David Seifert <soap <AT> gentoo.org>
media-video/cclive/cclive-0.9.3-r2.ebuild | 5 +++--
media-video/cclive/files/cclive-0.9.3-boost-1.67.patch | 13 +++++++++++++
2 files changed, 16 insertions(+), 2 deletions(-)
diff --git a/media-video/cclive/cclive-0.9.3-r2.ebuild b/media-video/cclive/cclive-0.9.3-r2.ebuild
index 36533f23301..208372b4da9 100644
--- a/media-video/cclive/cclive-0.9.3-r2.ebuild
+++ b/media-video/cclive/cclive-0.9.3-r2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
inherit flag-o-matic
@@ -27,6 +27,7 @@ DEPEND="${RDEPEND}
PATCHES=(
"${FILESDIR}"/${P}-iostream.patch #527658
"${FILESDIR}"/${P}-boost-ver-check.patch #548310
+ "${FILESDIR}"/${P}-boost-1.67.patch #671768
)
src_configure() {
diff --git a/media-video/cclive/files/cclive-0.9.3-boost-1.67.patch b/media-video/cclive/files/cclive-0.9.3-boost-1.67.patch
new file mode 100644
index 00000000000..7eecb491a5b
--- /dev/null
+++ b/media-video/cclive/files/cclive-0.9.3-boost-1.67.patch
@@ -0,0 +1,13 @@
+https://bugs.gentoo.org/671768
+
+--- a/src/cc/progressbar.h
++++ b/src/cc/progressbar.h
+@@ -316,7 +316,7 @@ private:
+
+ static inline std::string eta_from_seconds(const double s)
+ {
+- const pt::time_duration& td = pt::seconds(s);
++ const pt::time_duration& td = pt::seconds(long(s));
+ return pt::to_simple_string(td);
+ }
+
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2019-04-16 12:23 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-16 12:22 [gentoo-commits] repo/gentoo:master commit in: media-video/cclive/, media-video/cclive/files/ David Seifert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox