[gentoo-commits] repo/proj/guru:master commit in: media-libs/svt-av1/

2021-01-10 Thread Andrew Ammerlaan
commit: 8d311473aad45cb688a32584b1f6782fc6ffc4bc
Author: Theo Anderson  posteo  de>
AuthorDate: Sun Jan 10 07:38:20 2021 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Sun Jan 10 07:38:35 2021 +
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  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-.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..
--- 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..
--- a/media-libs/svt-av1/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   tel...@posteo.de
-   Theo Anderson
-   
-   
-   OpenVisualCloud/SVT-AV1
-   
-

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..
--- 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} = "" ]; 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..
--- 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} = "" ]; 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-.ebuild 
b/media-libs/svt-av1/svt-av1-.ebuild
deleted file mode 100644
index 0227da31..
--- a/media-libs/svt-av1/svt-av1-.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} = "" ]; 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
-   

[gentoo-commits] repo/proj/guru:master commit in: media-libs/svt-av1/

2020-12-04 Thread Andrew Ammerlaan
commit: e014276a08a411998548b8861c8cf7a1f7e5d5ab
Author: Theo Anderson  posteo  de>
AuthorDate: Thu Dec  3 12:35:15 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Thu Dec  3 12:35:15 2020 +
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  posteo.de>

 media-libs/svt-av1/Manifest  | 1 +
 media-libs/svt-av1/{svt-av1-.ebuild => svt-av1-0.8.6.ebuild} | 2 +-
 media-libs/svt-av1/svt-av1-.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-.ebuild 
b/media-libs/svt-av1/svt-av1-0.8.6.ebuild
similarity index 97%
copy from media-libs/svt-av1/svt-av1-.ebuild
copy to media-libs/svt-av1/svt-av1-0.8.6.ebuild
index 4cbe4e46..abf92ece 100644
--- a/media-libs/svt-av1/svt-av1-.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-.ebuild 
b/media-libs/svt-av1/svt-av1-.ebuild
index 4cbe4e46..abf92ece 100644
--- a/media-libs/svt-av1/svt-av1-.ebuild
+++ b/media-libs/svt-av1/svt-av1-.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



[gentoo-commits] repo/proj/guru:master commit in: media-libs/svt-av1/

2020-11-09 Thread Andrew Ammerlaan
commit: b6533e5748c772b5dc29d8b497f3625540834711
Author: Theo Anderson  posteo  de>
AuthorDate: Mon Nov  9 08:54:52 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Mon Nov  9 08:54:52 2020 +
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  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-.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 ..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 ..5cd86506
--- /dev/null
+++ b/media-libs/svt-av1/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   tel...@posteo.de
+   Theo Anderson
+   
+   
+   OpenVisualCloud/SVT-AV1
+   
+

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 ..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} = "" ]; 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-.ebuild 
b/media-libs/svt-av1/svt-av1-.ebuild
new file mode 100644
index ..4cbe4e46
--- /dev/null
+++ b/media-libs/svt-av1/svt-av1-.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} = "" ]; 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
+}