media-libs/ffmpegsource - 5.0 (vapoursynth)

Search

Package Information

Description:
A libav/ffmpeg based source library for easy frame accurate access
Homepage:
https://github.com/FFMS/ffms2
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
5.0 8 amd64 x86 0/4
View Raw Ebuild
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit autotools flag-o-matic vcs-snapshot

DESCRIPTION="A libav/ffmpeg based source library for easy frame accurate access"
HOMEPAGE="https://github.com/FFMS/ffms2"
SRC_URI="https://github.com/FFMS/ffms2/archive/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="MIT"
SLOT="0/4"
KEYWORDS="amd64 x86"

RDEPEND="
	sys-libs/zlib
	>=media-video/ffmpeg-6.1
"
DEPEND="${RDEPEND}
	virtual/pkgconfig
"

src_prepare() {
	default_src_prepare
	./autogen.sh
	eautoreconf
}

src_install() {
	default_src_install
	find "${ED}" -name '*.la' -delete || die
}

Dependencies

DEPEND

	sys-libs/zlib
	>=media-video/ffmpeg-6.1

	virtual/pkgconfig

RDEPEND

	sys-libs/zlib
	>=media-video/ffmpeg-6.1

Manifest for 5.0

Type File Size Source URLs
DIST ffmpegsource-5.0.tar.gz 167985 bytes https://github.com/FFMS/ffms2/archive/5.0.tar.gz