media-video/ffms2 - 5.0 (tatsh-overlay)

Search

Install

Install this version:

emerge -a =media-video/ffms2-5.0

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

autounmask =media-video/ffms2-5.0

Or alternatively:

emerge --autounmask-write -a =media-video/ffms2-5.0

Package Information

Description:
An FFmpeg based library and VapourSynth plugin 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
View Raw Ebuild
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit autotools

DESCRIPTION="An FFmpeg based library and VapourSynth plugin for easy frame accurate access"
HOMEPAGE="https://github.com/FFMS/ffms2"
SRC_URI="https://github.com/FFMS/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="debug"

DEPEND="media-video/ffmpeg virtual/zlib"
RDEPEND="${DEPEND}"

src_prepare () {
	mkdir -p src/config || die
	eautoreconf
	default
}

src_configure() {
	econf "$(use_enable debug)"
}

src_install () {
	default
	keepdir "/usr/$(get_libdir)/vapoursynth/"
	dosym -r "/usr/$(get_libdir)/libffms2.so" "/usr/$(get_libdir)/vapoursynth/libffms2.so"
	rm "${D}/usr/$(get_libdir)/"*.la || die
	einstalldocs
}

USE Flags

Manage flags for this package: euse -i <flag> -p media-video/ffms2 | euse -E <flag> -p media-video/ffms2 | euse -D <flag> -p media-video/ffms2

Global/Standard Flags

Inherited Eclasses

Dependencies

DEPEND

media-video/ffmpeg virtual/zlib

RDEPEND

media-video/ffmpeg virtual/zlib

Manifest for 5.0

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