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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 69B9213835A for ; Mon, 9 Nov 2020 09:04:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 529E6E07FE; Mon, 9 Nov 2020 09:04:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 260D7E07D8 for ; Mon, 9 Nov 2020 09:04:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 351423408CF for ; Mon, 9 Nov 2020 09:04:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AC9EC445 for ; Mon, 9 Nov 2020 09:04:06 +0000 (UTC) From: "Theo Anderson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Theo Anderson" Message-ID: <1604912162.b23e4db2678b8fdc024c4f44b68a87efc6c8c69e.telans@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-libs/svt-hevc/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-libs/svt-hevc/Manifest media-libs/svt-hevc/metadata.xml media-libs/svt-hevc/svt-hevc-1.5.0.ebuild media-libs/svt-hevc/svt-hevc-9999.ebuild X-VCS-Directories: media-libs/svt-hevc/ X-VCS-Committer: telans X-VCS-Committer-Name: Theo Anderson X-VCS-Revision: b23e4db2678b8fdc024c4f44b68a87efc6c8c69e X-VCS-Branch: dev Date: Mon, 9 Nov 2020 09:04:06 +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: cac7df08-1453-427d-97df-da061cd96f7b X-Archives-Hash: db6ebfeb6c2c184cd4e8ded86ddb5f01 commit: b23e4db2678b8fdc024c4f44b68a87efc6c8c69e Author: Theo Anderson posteo de> AuthorDate: Mon Nov 9 08:56:02 2020 +0000 Commit: Theo Anderson posteo de> CommitDate: Mon Nov 9 08:56:02 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b23e4db2 media-libs/svt-hevc: new package Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Theo Anderson posteo.de> media-libs/svt-hevc/Manifest | 1 + media-libs/svt-hevc/metadata.xml | 11 +++++++++++ media-libs/svt-hevc/svt-hevc-1.5.0.ebuild | 28 ++++++++++++++++++++++++++++ media-libs/svt-hevc/svt-hevc-9999.ebuild | 28 ++++++++++++++++++++++++++++ 4 files changed, 68 insertions(+) diff --git a/media-libs/svt-hevc/Manifest b/media-libs/svt-hevc/Manifest new file mode 100644 index 00000000..dca20f77 --- /dev/null +++ b/media-libs/svt-hevc/Manifest @@ -0,0 +1 @@ +DIST svt-hevc-1.5.0.tar.gz 1218974 BLAKE2B 0922688ae159cba3316728344f729a2216d196c2935e865118b4e24c543c276606f63bcb09353aace3308c9051012172529fc509429e37fb408bd22420d5459e SHA512 e24c48b05c09f348ff39515b8eaa9723d012157ec395520d21adf5654f4e56082a8d46a9ba8c38ee536e78b59cf48d2eb93fadb6e8416a27541003a08593580c diff --git a/media-libs/svt-hevc/metadata.xml b/media-libs/svt-hevc/metadata.xml new file mode 100644 index 00000000..b52ef3f6 --- /dev/null +++ b/media-libs/svt-hevc/metadata.xml @@ -0,0 +1,11 @@ + + + + + telans@posteo.de + telans + + + OpenVisualCloud/SVT-HEVC + + diff --git a/media-libs/svt-hevc/svt-hevc-1.5.0.ebuild b/media-libs/svt-hevc/svt-hevc-1.5.0.ebuild new file mode 100644 index 00000000..909e65f7 --- /dev/null +++ b/media-libs/svt-hevc/svt-hevc-1.5.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit flag-o-matic cmake + +DESCRIPTION="Scalable Video Technology for HEVC (SVT-HEVC Encoder)" +HOMEPAGE="https://github.com/OpenVisualCloud/SVT-HEVC" + +if [ ${PV} = "9999" ]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/OpenVisualCloud/SVT-HEVC.git" +else + SRC_URI="https://github.com/OpenVisualCloud/SVT-HEVC/archive/v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64" + S="${WORKDIR}/SVT-HEVC-${PV}" +fi + +LICENSE="AOM BSD-2" +SLOT="0/1" + +DEPEND="dev-lang/nasm" + +src_prepare() { + append-ldflags -Wl,-z,noexecstack + cmake_src_prepare +} diff --git a/media-libs/svt-hevc/svt-hevc-9999.ebuild b/media-libs/svt-hevc/svt-hevc-9999.ebuild new file mode 100644 index 00000000..909e65f7 --- /dev/null +++ b/media-libs/svt-hevc/svt-hevc-9999.ebuild @@ -0,0 +1,28 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit flag-o-matic cmake + +DESCRIPTION="Scalable Video Technology for HEVC (SVT-HEVC Encoder)" +HOMEPAGE="https://github.com/OpenVisualCloud/SVT-HEVC" + +if [ ${PV} = "9999" ]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/OpenVisualCloud/SVT-HEVC.git" +else + SRC_URI="https://github.com/OpenVisualCloud/SVT-HEVC/archive/v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64" + S="${WORKDIR}/SVT-HEVC-${PV}" +fi + +LICENSE="AOM BSD-2" +SLOT="0/1" + +DEPEND="dev-lang/nasm" + +src_prepare() { + append-ldflags -Wl,-z,noexecstack + cmake_src_prepare +}