public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/svt-av1/
Date: Sun, 10 Jan 2021 03:42:14 +0000 (UTC)	[thread overview]
Message-ID: <1610250127.e4c4ea585e1c10c364abe3421811caf4a3ad2198.juippis@gentoo> (raw)

commit:     e4c4ea585e1c10c364abe3421811caf4a3ad2198
Author:     Theo Anderson <telans <AT> posteo <DOT> de>
AuthorDate: Sat Jan  9 21:04:47 2021 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun Jan 10 03:42:07 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4c4ea58

media-libs/svt-av1: new package 0.8.6

The Scalable Video Technology for AV1 (SVT-AV1 Encoder and Decoder) is an
AV1-compliant encoder/decoder library core. The SVT-AV1 encoder development is
a work-in-progress targeting performance levels applicable to both VOD and
Live encoding / transcoding video applications. The SVT-AV1 decoder
implementation is targeting future codec research activities.

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Theo Anderson <telans <AT> posteo.de>
Closes: https://github.com/gentoo/gentoo/pull/17110
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 media-libs/svt-av1/Manifest             |  1 +
 media-libs/svt-av1/metadata.xml         | 18 +++++++++++++++++
 media-libs/svt-av1/svt-av1-0.8.6.ebuild | 34 +++++++++++++++++++++++++++++++++
 media-libs/svt-av1/svt-av1-9999.ebuild  | 34 +++++++++++++++++++++++++++++++++
 4 files changed, 87 insertions(+)

diff --git a/media-libs/svt-av1/Manifest b/media-libs/svt-av1/Manifest
new file mode 100644
index 00000000000..0f9abf8b935
--- /dev/null
+++ b/media-libs/svt-av1/Manifest
@@ -0,0 +1 @@
+DIST svt-av1-0.8.6.tar.gz 6416120 BLAKE2B c30d3bfc2dba6d7964625c4505bb135aa335adf195df91ad058fb02496276cabdc651b09854a2d14136352a434e08f4974148e03e7d54bde0924d25a1c4524cd SHA512 07e7353e35bc581b23c71913e65f5fd27566f4bf1d317d474d57d5bb2b82f380f713a00be19bd3f703935da50f81f3abf1d4ae38fbdf253385edf423737c0543

diff --git a/media-libs/svt-av1/metadata.xml b/media-libs/svt-av1/metadata.xml
new file mode 100644
index 00000000000..ba30acda57a
--- /dev/null
+++ b/media-libs/svt-av1/metadata.xml
@@ -0,0 +1,18 @@
+<?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>Theo Anderson</name>
+	</maintainer>
+	<maintainer type="project">
+		<name>Proxy Maintainers</name>
+		<email>proxy-maint@gentoo.org</email>
+	</maintainer>
+	<maintainer type="project">
+		<email>media-video@gentoo.org</email>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">AOMediaCodec/SVT-AV1</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/media-libs/svt-av1/svt-av1-0.8.6.ebuild b/media-libs/svt-av1/svt-av1-0.8.6.ebuild
new file mode 100644
index 00000000000..9bd9658e06a
--- /dev/null
+++ b/media-libs/svt-av1/svt-av1-0.8.6.ebuild
@@ -0,0 +1,34 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake flag-o-matic
+
+DESCRIPTION="Scalable Video Technology for AV1 (SVT-AV1 Encoder and Decoder)"
+HOMEPAGE="https://github.com/AOMediaCodec/SVT-AV1"
+
+if [[ ${PV} = 9999 ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/AOMediaCodec/SVT-AV1.git"
+else
+	SRC_URI="https://github.com/AOMediaCodec/SVT-AV1/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64 -x86" # -x86: https://github.com/AOMediaCodec/SVT-AV1/issues/1231
+	S="${WORKDIR}/SVT-AV1-${PV}"
+fi
+
+# Also see "Alliance for Open Media Patent License 1.0"
+LICENSE="BSD-2 Apache-2.0 BSD ISC LGPL-2.1+ MIT"
+SLOT="0"
+
+src_configure() {
+	append-ldflags -Wl,-z,noexecstack
+	local mycmakeargs=(
+		# Tests require linking against https://github.com/Cidana-Developers/aom/tree/av1-normative ?
+		# undefined reference to `ifd_inspect'
+		# https://github.com/Cidana-Developers/aom/commit/cfc5c9e95bcb48a5a41ca7908b44df34ea1313c0
+		-DBUILD_TESTING=OFF
+	)
+
+	cmake_src_configure
+}

diff --git a/media-libs/svt-av1/svt-av1-9999.ebuild b/media-libs/svt-av1/svt-av1-9999.ebuild
new file mode 100644
index 00000000000..9bd9658e06a
--- /dev/null
+++ b/media-libs/svt-av1/svt-av1-9999.ebuild
@@ -0,0 +1,34 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake flag-o-matic
+
+DESCRIPTION="Scalable Video Technology for AV1 (SVT-AV1 Encoder and Decoder)"
+HOMEPAGE="https://github.com/AOMediaCodec/SVT-AV1"
+
+if [[ ${PV} = 9999 ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/AOMediaCodec/SVT-AV1.git"
+else
+	SRC_URI="https://github.com/AOMediaCodec/SVT-AV1/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64 -x86" # -x86: https://github.com/AOMediaCodec/SVT-AV1/issues/1231
+	S="${WORKDIR}/SVT-AV1-${PV}"
+fi
+
+# Also see "Alliance for Open Media Patent License 1.0"
+LICENSE="BSD-2 Apache-2.0 BSD ISC LGPL-2.1+ MIT"
+SLOT="0"
+
+src_configure() {
+	append-ldflags -Wl,-z,noexecstack
+	local mycmakeargs=(
+		# Tests require linking against https://github.com/Cidana-Developers/aom/tree/av1-normative ?
+		# undefined reference to `ifd_inspect'
+		# https://github.com/Cidana-Developers/aom/commit/cfc5c9e95bcb48a5a41ca7908b44df34ea1313c0
+		-DBUILD_TESTING=OFF
+	)
+
+	cmake_src_configure
+}


             reply	other threads:[~2021-01-10  3:42 UTC|newest]

Thread overview: 64+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-10  3:42 Joonas Niilola [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-01-11 17:34 [gentoo-commits] repo/gentoo:master commit in: media-libs/svt-av1/ Sergei Trofimovich
2021-01-22 18:43 Sam James
2021-02-05  2:06 Sam James
2021-02-09 21:41 Sam James
2021-02-11  7:36 Sergei Trofimovich
2021-02-11  7:37 Sergei Trofimovich
2021-02-21 19:48 Sam James
2021-04-18  2:08 Sam James
2021-04-23 13:33 Sam James
2021-04-23 13:33 Sam James
2021-04-25  9:31 Sam James
2021-04-25 17:35 Sam James
2021-05-16 20:00 Sam James
2021-08-02 12:33 Marek Szuba
2021-09-07  3:03 Sam James
2021-09-07  3:05 Sam James
2021-10-04 12:21 Ionen Wolkens
2021-10-04 12:21 Ionen Wolkens
2021-10-04 12:21 Ionen Wolkens
2021-11-11  9:47 Jakov Smolić
2021-11-13 10:48 Joonas Niilola
2021-11-13 11:30 Arthur Zamarin
2021-11-14  3:21 Sam James
2021-11-14  5:22 Sam James
2021-11-14  5:38 Sam James
2021-11-14  5:41 Sam James
2021-11-14  5:45 Sam James
2021-11-15  8:45 Jakov Smolić
2021-11-15 16:29 Agostino Sarubbo
2021-11-15 19:41 Agostino Sarubbo
2021-11-17  2:16 Sam James
2022-01-15 10:25 Jakov Smolić
2022-02-24 21:56 Sam James
2022-02-24 21:56 Sam James
2022-05-17 14:07 WANG Xuerui
2022-05-17 14:07 WANG Xuerui
2022-06-20  2:35 Sam James
2022-08-04  8:03 Agostino Sarubbo
2022-08-05  7:16 Agostino Sarubbo
2022-08-08 12:39 Agostino Sarubbo
2022-10-17  5:28 Arthur Zamarin
2022-10-17  6:43 Agostino Sarubbo
2022-10-17  6:44 Agostino Sarubbo
2022-10-17  6:45 Agostino Sarubbo
2023-03-03  6:28 Viorel Munteanu
2023-04-07 11:39 Sam James
2023-04-07 11:41 Sam James
2023-04-07 11:41 Sam James
2023-06-01  5:22 Sam James
2023-06-01  5:22 Sam James
2023-06-01  5:31 Sam James
2023-06-01  5:32 Joonas Niilola
2023-06-01  6:22 Sam James
2023-06-13 14:36 Jason A. Donenfeld
2023-09-07 20:16 Sam James
2023-09-07 20:53 Sam James
2023-09-07 20:53 Sam James
2023-09-07 20:53 Sam James
2023-11-23 17:12 Sam James
2023-12-06 17:57 Ionen Wolkens
2024-01-28 20:56 Jonas Stein
2024-08-12  3:29 Eli Schwartz
2024-08-12  3:29 Eli Schwartz

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=1610250127.e4c4ea585e1c10c364abe3421811caf4a3ad2198.juippis@gentoo \
    --to=juippis@gentoo.org \
    --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