media-libs/amf-headers - 1.4.30 (vowstar)

Search

Install

Install this version:

emerge -a =media-libs/amf-headers-1.4.30

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =media-libs/amf-headers-1.4.30

Or alternatively:

emerge --autounmask-write -a =media-libs/amf-headers-1.4.30

Package Information

Description:
The Advanced Media Framework (AMF) SDK
Homepage:
https://github.com/GPUOpen-LibrariesAndSDKs/AMF
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
1.4.30 8 ~amd64 0
View Raw Ebuild
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

if [[ ${PV} == 9999 ]]; then
	inherit git-r3
	EGIT_REPO_URI="https://github.com/GPUOpen-LibrariesAndSDKs/AMF"
else
	SRC_URI="https://github.com/GPUOpen-LibrariesAndSDKs/AMF/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
	KEYWORDS="~amd64"
fi

DESCRIPTION="The Advanced Media Framework (AMF) SDK"
HOMEPAGE="https://github.com/GPUOpen-LibrariesAndSDKs/AMF"

LICENSE="MIT"
SLOT="0"
IUSE=""

S="${WORKDIR}/AMF-${PV}"

src_unpack() {
	default

	if [[ ${PV} == 9999 ]]; then
		git-r3_src_unpack
	fi
}

src_install() {
	insinto "/usr/include/AMF"
	doins -r "${S}/amf/public/include/"*
}

Inherited Eclasses

Manifest for 1.4.30

Type File Size Source URLs
DIST amf-headers-1.4.30.tar.gz 147376939 bytes https://github.com/GPUOpen-LibrariesAndSDKs/AMF/archive/refs/tags/v1.4.30.tar.gz