mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 12:33:40 -04:00
media-libs/svt-hevc: new package
Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Theo Anderson <telans@posteo.de>
This commit is contained in:
1
media-libs/svt-hevc/Manifest
Normal file
1
media-libs/svt-hevc/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST svt-hevc-1.5.0.tar.gz 1218974 BLAKE2B 0922688ae159cba3316728344f729a2216d196c2935e865118b4e24c543c276606f63bcb09353aace3308c9051012172529fc509429e37fb408bd22420d5459e SHA512 e24c48b05c09f348ff39515b8eaa9723d012157ec395520d21adf5654f4e56082a8d46a9ba8c38ee536e78b59cf48d2eb93fadb6e8416a27541003a08593580c
|
||||
11
media-libs/svt-hevc/metadata.xml
Normal file
11
media-libs/svt-hevc/metadata.xml
Normal file
@@ -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>
|
||||
28
media-libs/svt-hevc/svt-hevc-1.5.0.ebuild
Normal file
28
media-libs/svt-hevc/svt-hevc-1.5.0.ebuild
Normal file
@@ -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
|
||||
}
|
||||
28
media-libs/svt-hevc/svt-hevc-9999.ebuild
Normal file
28
media-libs/svt-hevc/svt-hevc-9999.ebuild
Normal file
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user