sys-fs/ffmpegfs - 2.50 (guru)

Search

Install

Install this version:

emerge -a =sys-fs/ffmpegfs-2.50

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

autounmask =sys-fs/ffmpegfs-2.50

Or alternatively:

emerge --autounmask-write -a =sys-fs/ffmpegfs-2.50

Package Information

Description:
FUSE-based transcoding filesystem with support from/to many formats
Homepage:
https://nschlia.github.io/ffmpegfs/
License:
GPL-3+

Ebuild Details

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

EAPI=8

inherit autotools

DESCRIPTION="FUSE-based transcoding filesystem with support from/to many formats"
HOMEPAGE="https://nschlia.github.io/ffmpegfs/"
SRC_URI="https://github.com/nschlia/ffmpegfs/releases/download/v${PV}/${P}.tar.gz"

LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64"
IUSE="bluray dvd"

RESTRICT="test"  # needs /dev/fuse

BDEPEND="
	app-editors/vim-core
	app-text/asciidoc
	virtual/pkgconfig
	www-client/w3m
"
DEPEND="
	dev-db/sqlite:3
	dev-libs/libchardet
	media-libs/libcue:=
	media-video/ffmpeg:=
	sys-fs/fuse:3
	bluray? ( media-libs/libbluray:= )
	dvd? ( media-libs/libdvdread:= )
"
RDEPEND="${DEPEND}"

PATCHES=(
	"${FILESDIR}/ffmpegfs-2.18-varcache.patch"
)

src_prepare() {
	default
	eautoreconf
}

src_configure() {
	econf \
		$(use_with bluray libbluray) \
		$(use_with dvd libdvd)
}

USE Flags

Manage flags for this package: euse -i <flag> -p sys-fs/ffmpegfs | euse -E <flag> -p sys-fs/ffmpegfs | euse -D <flag> -p sys-fs/ffmpegfs

Global/Standard Flags

dvd

Inherited Eclasses

Dependencies

DEPEND

	dev-db/sqlite:3
	dev-libs/libchardet
	media-libs/libcue:=
	media-video/ffmpeg:=
	sys-fs/fuse:3
	bluray? ( media-libs/libbluray:= )
	dvd? ( media-libs/libdvdread:= )

RDEPEND

	dev-db/sqlite:3
	dev-libs/libchardet
	media-libs/libcue:=
	media-video/ffmpeg:=
	sys-fs/fuse:3
	bluray? ( media-libs/libbluray:= )
	dvd? ( media-libs/libdvdread:= )

BDEPEND

	app-editors/vim-core
	app-text/asciidoc
	virtual/pkgconfig
	www-client/w3m

Manifest for 2.50

Type File Size Source URLs
DIST ffmpegfs-2.50.tar.gz 14670020 bytes https://github.com/nschlia/ffmpegfs/releases/download/v2.50/ffmpegfs-2.50.tar.gz