commit:     12639f7a90e9e635eee59e729bdc75377ff82236
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 20 01:08:06 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jan 20 01:11:23 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12639f7a

media-video/bino: add 2.0

Closes: https://bugs.gentoo.org/721866
Closes: https://bugs.gentoo.org/740518
Closes: https://bugs.gentoo.org/834400
Closes: https://bugs.gentoo.org/831241
Closes: https://bugs.gentoo.org/875743
Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-video/bino/Manifest        |  1 +
 media-video/bino/bino-2.0.ebuild | 33 +++++++++++++++++++++++++++++++++
 profiles/package.mask            |  1 +
 3 files changed, 35 insertions(+)

diff --git a/media-video/bino/Manifest b/media-video/bino/Manifest
index b16b13a4d7a3..cb1e5a64e75a 100644
--- a/media-video/bino/Manifest
+++ b/media-video/bino/Manifest
@@ -1,2 +1,3 @@
 DIST bino-1.6.7.tar.xz 825068 BLAKE2B 
d9019a793838f33ea1315849aa994b20a1c6127995315dc03972fe6c64a742c73434c07ba06402a1e2bd5357781d18aaf3d19ab2d61788745b2aa99ad3f4c6f4
 SHA512 
ae8f72b200100664b9fd55963371ce64a2f39e240676494d69b422d662f2295560ba458eb04707b82f88d3c6b3fab98a1ecb40d74799300f96b8eb8be680c9b8
 DIST bino-1.6.8.tar.xz 836712 BLAKE2B 
801d6f1ffbf1a7fbaabcdbb2c4bd649662d3b14b08189431a418702177f5de28a8961763c83962fd72cbf6f762fad34ed0b616efc68a723f65b6c72823618897
 SHA512 
d8cf5be356add4ed3fb36673038b5ffd92d0dc840798cc616fa4b11fec221c7f114347dfc7cdb7a3a24c5599b56301cddc99f84d3862d8e874612960281319cc
+DIST bino-2.0.tar.gz 193004 BLAKE2B 
cb9f40e6eb3f925ecf83e766d613ce15c2fccf8b52a16c3b8000b8854a1defc5dab271c984db3a3780e5126b0e83e60c675956ee6e287c117874c0ef6b504fbf
 SHA512 
5620c506f4de1a9aa7f21f0a23481c5174e7a6a47e6401a84d048dc87843249ef325e33ebc49790d405eb4697c3c571550b0e202f24e758c446ce8e4014f98b3

diff --git a/media-video/bino/bino-2.0.ebuild b/media-video/bino/bino-2.0.ebuild
new file mode 100644
index 000000000000..aafb2d96915f
--- /dev/null
+++ b/media-video/bino/bino-2.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake xdg
+
+DESCRIPTION="Stereoscopic and multi-display media player"
+HOMEPAGE="https://bino3d.org/";
+SRC_URI="https://bino3d.org/releases/${P}.tar.gz";
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+       dev-qt/qtbase:6[gui,opengl,widgets]
+       dev-qt/qtmultimedia:6
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+       dev-qt/qttools:6[linguist]
+       virtual/pandoc
+"
+
+src_compile() {
+       local mycmakeargs=(
+               # Unpackaged
+               -DCMAKE_DISABLE_FIND_PACKAGE_QVR=ON
+       )
+
+       cmake_src_configure
+}

diff --git a/profiles/package.mask b/profiles/package.mask
index be25e30181b7..0e22e244747a 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -856,6 +856,7 @@ dev-qt/qtwayland:6
 dev-qt/qtwebchannel:6
 dev-qt/qtwebengine:6
 dev-qt/qtwebsockets:6
+>=media-video/bino-2
 
 # Fabian Groffen <grob...@gentoo.org> (2022-07-02)
 # Segfaults handling SPF validations (warn on permerror), like the

Reply via email to