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, 9 Nov 2020 09:04:06 +0000 (UTC) [thread overview]
Message-ID: <1604912162.b23e4db2678b8fdc024c4f44b68a87efc6c8c69e.telans@gentoo> (raw)
commit: b23e4db2678b8fdc024c4f44b68a87efc6c8c69e
Author: Theo Anderson <telans <AT> posteo <DOT> de>
AuthorDate: Mon Nov 9 08:56:02 2020 +0000
Commit: Theo Anderson <telans <AT> posteo <DOT> 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 <telans <AT> 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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>telans@posteo.de</email>
+ <name>telans</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">OpenVisualCloud/SVT-HEVC</remote-id>
+ </upstream>
+</pkgmetadata>
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
+}
next reply other threads:[~2020-11-09 9:04 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-11-09 9:04 Theo Anderson [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-10-04 8:11 [gentoo-commits] repo/proj/guru:dev commit in: media-libs/svt-hevc/ Theo Anderson
2021-10-04 8:11 Theo Anderson
2021-10-04 8:11 Theo Anderson
2022-12-08 21:31 Yuan Liao
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=1604912162.b23e4db2678b8fdc024c4f44b68a87efc6c8c69e.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