public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: media-libs/svt-av1/
@ 2020-11-09  9:04 Theo Anderson
  0 siblings, 0 replies; 3+ messages in thread
From: Theo Anderson @ 2020-11-09  9:04 UTC (permalink / raw
  To: gentoo-commits

commit:     b6533e5748c772b5dc29d8b497f3625540834711
Author:     Theo Anderson <telans <AT> posteo <DOT> de>
AuthorDate: Mon Nov  9 08:54:52 2020 +0000
Commit:     Theo Anderson <telans <AT> posteo <DOT> de>
CommitDate: Mon Nov  9 08:54:52 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b6533e57

media-libs/svt-av1: new package

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Theo Anderson <telans <AT> posteo.de>

 media-libs/svt-av1/Manifest             |  1 +
 media-libs/svt-av1/metadata.xml         | 11 +++++++++++
 media-libs/svt-av1/svt-av1-0.8.5.ebuild | 26 ++++++++++++++++++++++++++
 media-libs/svt-av1/svt-av1-9999.ebuild  | 26 ++++++++++++++++++++++++++
 4 files changed, 64 insertions(+)

diff --git a/media-libs/svt-av1/Manifest b/media-libs/svt-av1/Manifest
new file mode 100644
index 00000000..19e1ae77
--- /dev/null
+++ b/media-libs/svt-av1/Manifest
@@ -0,0 +1 @@
+DIST svt-av1-0.8.5.tar.gz 6319601 BLAKE2B f339d685250302c13e2ec1bb0e513496e651e75f325a1c79872942d4ab9353269ca2f2a70da1a6413ab2bc8f936aec0f0cf08b17ec12d672ee8efa6c26ebf15d SHA512 beb81d90096ab5fbce4df021bb0de7ab19d14f6faef548352d9b337543771f87eb2106d195e17747a569355fd560fac0629f63c8186a89b5a5c629d87e33609d

diff --git a/media-libs/svt-av1/metadata.xml b/media-libs/svt-av1/metadata.xml
new file mode 100644
index 00000000..5cd86506
--- /dev/null
+++ b/media-libs/svt-av1/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>Theo Anderson</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">OpenVisualCloud/SVT-AV1</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/media-libs/svt-av1/svt-av1-0.8.5.ebuild b/media-libs/svt-av1/svt-av1-0.8.5.ebuild
new file mode 100644
index 00000000..4cbe4e46
--- /dev/null
+++ b/media-libs/svt-av1/svt-av1-0.8.5.ebuild
@@ -0,0 +1,26 @@
+# 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 AV1 (SVT-AV1 Encoder and Decoder)"
+HOMEPAGE="https://github.com/OpenVisualCloud/SVT-AV1"
+
+if [ ${PV} = "9999" ]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/OpenVisualCloud/SVT-AV1.git"
+else
+	SRC_URI="https://github.com/OpenVisualCloud/SVT-AV1/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64 -x86" # -x86: https://github.com/OpenVisualCloud/SVT-AV1/issues/1231
+	S="${WORKDIR}/SVT-AV1-${PV}"
+fi
+
+LICENSE="AOM BSD-2"
+SLOT="0/0.8.5"
+
+src_prepare() {
+	append-ldflags -Wl,-z,noexecstack
+	cmake_src_prepare
+}

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 00000000..4cbe4e46
--- /dev/null
+++ b/media-libs/svt-av1/svt-av1-9999.ebuild
@@ -0,0 +1,26 @@
+# 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 AV1 (SVT-AV1 Encoder and Decoder)"
+HOMEPAGE="https://github.com/OpenVisualCloud/SVT-AV1"
+
+if [ ${PV} = "9999" ]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/OpenVisualCloud/SVT-AV1.git"
+else
+	SRC_URI="https://github.com/OpenVisualCloud/SVT-AV1/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64 -x86" # -x86: https://github.com/OpenVisualCloud/SVT-AV1/issues/1231
+	S="${WORKDIR}/SVT-AV1-${PV}"
+fi
+
+LICENSE="AOM BSD-2"
+SLOT="0/0.8.5"
+
+src_prepare() {
+	append-ldflags -Wl,-z,noexecstack
+	cmake_src_prepare
+}


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: media-libs/svt-av1/
@ 2020-12-03 12:35 Theo Anderson
  0 siblings, 0 replies; 3+ messages in thread
From: Theo Anderson @ 2020-12-03 12:35 UTC (permalink / raw
  To: gentoo-commits

commit:     e014276a08a411998548b8861c8cf7a1f7e5d5ab
Author:     Theo Anderson <telans <AT> posteo <DOT> de>
AuthorDate: Thu Dec  3 12:35:15 2020 +0000
Commit:     Theo Anderson <telans <AT> posteo <DOT> de>
CommitDate: Thu Dec  3 12:35:15 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e014276a

media-libs/svt-av1: 0.8.6 bump

Package-Manager: Portage-3.0.11, Repoman-3.0.2
Signed-off-by: Theo Anderson <telans <AT> posteo.de>

 media-libs/svt-av1/Manifest                                      | 1 +
 media-libs/svt-av1/{svt-av1-9999.ebuild => svt-av1-0.8.6.ebuild} | 2 +-
 media-libs/svt-av1/svt-av1-9999.ebuild                           | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/media-libs/svt-av1/Manifest b/media-libs/svt-av1/Manifest
index 19e1ae77..da1fe507 100644
--- a/media-libs/svt-av1/Manifest
+++ b/media-libs/svt-av1/Manifest
@@ -1 +1,2 @@
 DIST svt-av1-0.8.5.tar.gz 6319601 BLAKE2B f339d685250302c13e2ec1bb0e513496e651e75f325a1c79872942d4ab9353269ca2f2a70da1a6413ab2bc8f936aec0f0cf08b17ec12d672ee8efa6c26ebf15d SHA512 beb81d90096ab5fbce4df021bb0de7ab19d14f6faef548352d9b337543771f87eb2106d195e17747a569355fd560fac0629f63c8186a89b5a5c629d87e33609d
+DIST svt-av1-0.8.6.tar.gz 6416120 BLAKE2B c30d3bfc2dba6d7964625c4505bb135aa335adf195df91ad058fb02496276cabdc651b09854a2d14136352a434e08f4974148e03e7d54bde0924d25a1c4524cd SHA512 07e7353e35bc581b23c71913e65f5fd27566f4bf1d317d474d57d5bb2b82f380f713a00be19bd3f703935da50f81f3abf1d4ae38fbdf253385edf423737c0543

diff --git a/media-libs/svt-av1/svt-av1-9999.ebuild b/media-libs/svt-av1/svt-av1-0.8.6.ebuild
similarity index 97%
copy from media-libs/svt-av1/svt-av1-9999.ebuild
copy to media-libs/svt-av1/svt-av1-0.8.6.ebuild
index 4cbe4e46..abf92ece 100644
--- a/media-libs/svt-av1/svt-av1-9999.ebuild
+++ b/media-libs/svt-av1/svt-av1-0.8.6.ebuild
@@ -18,7 +18,7 @@ else
 fi
 
 LICENSE="AOM BSD-2"
-SLOT="0/0.8.5"
+SLOT="0/0.8.6"
 
 src_prepare() {
 	append-ldflags -Wl,-z,noexecstack

diff --git a/media-libs/svt-av1/svt-av1-9999.ebuild b/media-libs/svt-av1/svt-av1-9999.ebuild
index 4cbe4e46..abf92ece 100644
--- a/media-libs/svt-av1/svt-av1-9999.ebuild
+++ b/media-libs/svt-av1/svt-av1-9999.ebuild
@@ -18,7 +18,7 @@ else
 fi
 
 LICENSE="AOM BSD-2"
-SLOT="0/0.8.5"
+SLOT="0/0.8.6"
 
 src_prepare() {
 	append-ldflags -Wl,-z,noexecstack


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: media-libs/svt-av1/
@ 2021-01-10  7:38 Theo Anderson
  0 siblings, 0 replies; 3+ messages in thread
From: Theo Anderson @ 2021-01-10  7:38 UTC (permalink / raw
  To: gentoo-commits

commit:     8d311473aad45cb688a32584b1f6782fc6ffc4bc
Author:     Theo Anderson <telans <AT> posteo <DOT> de>
AuthorDate: Sun Jan 10 07:38:20 2021 +0000
Commit:     Theo Anderson <telans <AT> posteo <DOT> de>
CommitDate: Sun Jan 10 07:38:35 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8d311473

media-libs/svt-av1: moved to ::gentoo

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Theo Anderson <telans <AT> posteo.de>

 media-libs/svt-av1/Manifest             |  2 --
 media-libs/svt-av1/metadata.xml         | 11 -----------
 media-libs/svt-av1/svt-av1-0.8.5.ebuild | 26 --------------------------
 media-libs/svt-av1/svt-av1-0.8.6.ebuild | 26 --------------------------
 media-libs/svt-av1/svt-av1-9999.ebuild  | 26 --------------------------
 5 files changed, 91 deletions(-)

diff --git a/media-libs/svt-av1/Manifest b/media-libs/svt-av1/Manifest
deleted file mode 100644
index da1fe507..00000000
--- a/media-libs/svt-av1/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST svt-av1-0.8.5.tar.gz 6319601 BLAKE2B f339d685250302c13e2ec1bb0e513496e651e75f325a1c79872942d4ab9353269ca2f2a70da1a6413ab2bc8f936aec0f0cf08b17ec12d672ee8efa6c26ebf15d SHA512 beb81d90096ab5fbce4df021bb0de7ab19d14f6faef548352d9b337543771f87eb2106d195e17747a569355fd560fac0629f63c8186a89b5a5c629d87e33609d
-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
deleted file mode 100644
index 5cd86506..00000000
--- a/media-libs/svt-av1/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?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>
-	<upstream>
-		<remote-id type="github">OpenVisualCloud/SVT-AV1</remote-id>
-	</upstream>
-</pkgmetadata>

diff --git a/media-libs/svt-av1/svt-av1-0.8.5.ebuild b/media-libs/svt-av1/svt-av1-0.8.5.ebuild
deleted file mode 100644
index b3837896..00000000
--- a/media-libs/svt-av1/svt-av1-0.8.5.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 2020-2021 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 AV1 (SVT-AV1 Encoder and Decoder)"
-HOMEPAGE="https://github.com/OpenVisualCloud/SVT-AV1"
-
-if [ ${PV} = "9999" ]; then
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/OpenVisualCloud/SVT-AV1.git"
-else
-	SRC_URI="https://github.com/OpenVisualCloud/SVT-AV1/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64 -arm ~arm64 -x86" # -x86: https://github.com/OpenVisualCloud/SVT-AV1/issues/1231
-	S="${WORKDIR}/SVT-AV1-${PV}"
-fi
-
-LICENSE="AOM BSD-2"
-SLOT="0/0.8.5"
-
-src_prepare() {
-	append-ldflags -Wl,-z,noexecstack
-	cmake_src_prepare
-}

diff --git a/media-libs/svt-av1/svt-av1-0.8.6.ebuild b/media-libs/svt-av1/svt-av1-0.8.6.ebuild
deleted file mode 100644
index 0227da31..00000000
--- a/media-libs/svt-av1/svt-av1-0.8.6.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 2020-2021 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 AV1 (SVT-AV1 Encoder and Decoder)"
-HOMEPAGE="https://github.com/OpenVisualCloud/SVT-AV1"
-
-if [ ${PV} = "9999" ]; then
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/OpenVisualCloud/SVT-AV1.git"
-else
-	SRC_URI="https://github.com/OpenVisualCloud/SVT-AV1/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64 -arm ~arm64 -x86" # -x86: https://github.com/OpenVisualCloud/SVT-AV1/issues/1231
-	S="${WORKDIR}/SVT-AV1-${PV}"
-fi
-
-LICENSE="AOM BSD-2"
-SLOT="0/0.8.6"
-
-src_prepare() {
-	append-ldflags -Wl,-z,noexecstack
-	cmake_src_prepare
-}

diff --git a/media-libs/svt-av1/svt-av1-9999.ebuild b/media-libs/svt-av1/svt-av1-9999.ebuild
deleted file mode 100644
index 0227da31..00000000
--- a/media-libs/svt-av1/svt-av1-9999.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 2020-2021 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 AV1 (SVT-AV1 Encoder and Decoder)"
-HOMEPAGE="https://github.com/OpenVisualCloud/SVT-AV1"
-
-if [ ${PV} = "9999" ]; then
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/OpenVisualCloud/SVT-AV1.git"
-else
-	SRC_URI="https://github.com/OpenVisualCloud/SVT-AV1/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64 -arm ~arm64 -x86" # -x86: https://github.com/OpenVisualCloud/SVT-AV1/issues/1231
-	S="${WORKDIR}/SVT-AV1-${PV}"
-fi
-
-LICENSE="AOM BSD-2"
-SLOT="0/0.8.6"
-
-src_prepare() {
-	append-ldflags -Wl,-z,noexecstack
-	cmake_src_prepare
-}


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-01-10  7:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-03 12:35 [gentoo-commits] repo/proj/guru:dev commit in: media-libs/svt-av1/ Theo Anderson
  -- strict thread matches above, loose matches on Subject: below --
2021-01-10  7:38 Theo Anderson
2020-11-09  9:04 Theo Anderson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox