From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6659715A7D9 for ; Mon, 20 Mar 2023 05:36:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9683AE0864; Mon, 20 Mar 2023 05:36:13 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 801B9E0864 for ; Mon, 20 Mar 2023 05:36:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9098F34076D for ; Mon, 20 Mar 2023 05:36:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A4DFD8F3 for ; Mon, 20 Mar 2023 05:36:09 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1679290539.f46497c72b24302716bddcb1efd4354d1864e3bc.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/hevc-hm/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/hevc-hm/Manifest media-video/hevc-hm/hevc-hm-17.0.ebuild media-video/hevc-hm/metadata.xml X-VCS-Directories: media-video/hevc-hm/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f46497c72b24302716bddcb1efd4354d1864e3bc X-VCS-Branch: master Date: Mon, 20 Mar 2023 05:36:09 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 113dd2d7-f2d7-46df-a211-5ba27eb7fe90 X-Archives-Hash: 6d69f7ff5ff98fdb0f394dd487bfea8c commit: f46497c72b24302716bddcb1efd4354d1864e3bc Author: Matoro Mahri users noreply github com> AuthorDate: Thu Mar 16 05:56:03 2023 +0000 Commit: Sam James gentoo org> CommitDate: Mon Mar 20 05:35:39 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f46497c7 media-video/hevc-hm: new package, add 17.0 Bug: https://bugs.gentoo.org/896120 Signed-off-by: Matoro Mahri users.noreply.github.com> Signed-off-by: Sam James gentoo.org> media-video/hevc-hm/Manifest | 1 + media-video/hevc-hm/hevc-hm-17.0.ebuild | 41 +++++++++++++++++++++++++++++++++ media-video/hevc-hm/metadata.xml | 8 +++++++ 3 files changed, 50 insertions(+) diff --git a/media-video/hevc-hm/Manifest b/media-video/hevc-hm/Manifest new file mode 100644 index 000000000000..aacbea0eac4d --- /dev/null +++ b/media-video/hevc-hm/Manifest @@ -0,0 +1 @@ +DIST HM-HM-17.0.tar.gz 1692323 BLAKE2B fa620ce66acbc634d9768303fe8d60711759a9d6d1ff91b69680993ae45e4581c9df4f0a4fe36719de9713fd29ba020278cf7ef9a51ebee6b01dc578bfbd8f2f SHA512 e8492ee63326da497d0731ef3f70e9f11043618ab5a7244aed94b248dba3f64e301f0ec2d12447a0ef22cc630cfa425341f65b4cacef184b453ba5125b7f8738 diff --git a/media-video/hevc-hm/hevc-hm-17.0.ebuild b/media-video/hevc-hm/hevc-hm-17.0.ebuild new file mode 100644 index 000000000000..b44fc2abdf86 --- /dev/null +++ b/media-video/hevc-hm/hevc-hm-17.0.ebuild @@ -0,0 +1,41 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake + +DESCRIPTION="HEVC HM reference software" +HOMEPAGE="https://hevc.hhi.fraunhofer.de/" +SRC_URI="https://vcgit.hhi.fraunhofer.de/jvet/HM/-/archive/HM-${PV}/HM-HM-${PV}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~mips" + +S="${WORKDIR}/HM-HM-${PV}" + +src_prepare() { + sed -i 's/add_compile_options( "-msse4.1" )//g' CMakeLists.txt || die + sed -i 's/list( APPEND _bb_warning_options "-Werror" )//g' \ + cmake/CMakeBuild/cmake/modules/BBuildEnv.cmake || die + + cmake_src_prepare +} + +src_configure() { + local mycmakeargs=( + -DHIGH_BITDEPTH=ON + ) + cmake_src_configure +} + +src_install() { + newbin "${S}/bin/MCTSExtractorStaticp" "MCTSExtractorStatic" + newbin "${S}/bin/parcatStaticp" "parcatStatic" + newbin "${S}/bin/SEIRemovalAppStaticp" "SEIRemovalAppStatic" + newbin "${S}/bin/TAppDecoderAnalyserStaticp" "TAppDecoderAnalyserStatic" + newbin "${S}/bin/TAppDecoderStaticp" "TAppDecoderStatic" + newbin "${S}/bin/TAppEncoderStaticp" "TAppEncoderStatic" + dodoc "${S}/doc/software-manual.pdf" +} diff --git a/media-video/hevc-hm/metadata.xml b/media-video/hevc-hm/metadata.xml new file mode 100644 index 000000000000..a2dfee954457 --- /dev/null +++ b/media-video/hevc-hm/metadata.xml @@ -0,0 +1,8 @@ + + + + + media-video@gentoo.org + Gentoo Video project + +