From: "Theo Anderson" <telans@posteo.de>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-libs/svt-hevc/
Date: Mon, 4 Oct 2021 08:11:28 +0000 (UTC) [thread overview]
Message-ID: <1633331758.cdaa79b6afd08b6a2ed8555aae28ee4161b4c312.telans@gentoo> (raw)
commit: cdaa79b6afd08b6a2ed8555aae28ee4161b4c312
Author: James Beddek <telans <AT> posteo <DOT> de>
AuthorDate: Mon Oct 4 07:15:58 2021 +0000
Commit: Theo Anderson <telans <AT> posteo <DOT> de>
CommitDate: Mon Oct 4 07:15:58 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cdaa79b6
media-libs/svt-hevc: add 1.5.1
Signed-off-by: James Beddek <telans <AT> posteo.de>
media-libs/svt-hevc/Manifest | 1 +
media-libs/svt-hevc/svt-hevc-1.5.1.ebuild | 28 ++++++++++++++++++++++++++++
2 files changed, 29 insertions(+)
diff --git a/media-libs/svt-hevc/Manifest b/media-libs/svt-hevc/Manifest
index dca20f77e..f0a909470 100644
--- a/media-libs/svt-hevc/Manifest
+++ b/media-libs/svt-hevc/Manifest
@@ -1 +1,2 @@
DIST svt-hevc-1.5.0.tar.gz 1218974 BLAKE2B 0922688ae159cba3316728344f729a2216d196c2935e865118b4e24c543c276606f63bcb09353aace3308c9051012172529fc509429e37fb408bd22420d5459e SHA512 e24c48b05c09f348ff39515b8eaa9723d012157ec395520d21adf5654f4e56082a8d46a9ba8c38ee536e78b59cf48d2eb93fadb6e8416a27541003a08593580c
+DIST svt-hevc-1.5.1.tar.gz 1220295 BLAKE2B e70dc07f74746cb69561818b642d8ce5efd9e731b3376889556ddea0f647f8deaa4edf7a4993d86a5b1100db37d02f928d53eeaa594b7d5c582b92c30761e470 SHA512 f5b9d9a090cb04ada0a3f310522f00b619ae628b8474fe7e1c7f562a017b5a9d0c8c58ab9a35b43cb19f2568fbc59e0395dcd517b7983924b175393ad2ba4299
diff --git a/media-libs/svt-hevc/svt-hevc-1.5.1.ebuild b/media-libs/svt-hevc/svt-hevc-1.5.1.ebuild
new file mode 100644
index 000000000..fa50dca2a
--- /dev/null
+++ b/media-libs/svt-hevc/svt-hevc-1.5.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+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 ~arm64"
+ S="${WORKDIR}/SVT-HEVC-${PV}"
+fi
+
+LICENSE="AOM BSD-2"
+SLOT="0/1"
+
+BDEPEND="dev-lang/nasm"
+
+src_prepare() {
+ append-ldflags -Wl,-z,noexecstack
+ cmake_src_prepare
+}
next reply other threads:[~2021-10-04 8:11 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-10-04 8:11 Theo Anderson [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-12-08 21:31 [gentoo-commits] repo/proj/guru:dev commit in: media-libs/svt-hevc/ Yuan Liao
2021-10-04 8:11 Theo Anderson
2021-10-04 8:11 Theo Anderson
2020-11-09 9:04 Theo Anderson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1633331758.cdaa79b6afd08b6a2ed8555aae28ee4161b4c312.telans@gentoo \
--to=telans@posteo.de \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox