mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 15:13:31 -04:00
media-libs/svt-av1: 0.8.6 bump
Package-Manager: Portage-3.0.11, Repoman-3.0.2 Signed-off-by: Theo Anderson <telans@posteo.de>
This commit is contained in:
@@ -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
|
||||
|
||||
26
media-libs/svt-av1/svt-av1-0.8.6.ebuild
Normal file
26
media-libs/svt-av1/svt-av1-0.8.6.ebuild
Normal file
@@ -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.6"
|
||||
|
||||
src_prepare() {
|
||||
append-ldflags -Wl,-z,noexecstack
|
||||
cmake_src_prepare
|
||||
}
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user