media-video/ffx264 - 4.1.16 (bobwya)

Search

Package Information

Description:
Script to encode video files to H.264/AVC video using the FFmpeg encoder
Homepage:
https://ffx264.teambelgium.net/
License:
GPL-2

Ebuild Details

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

# shellcheck disable=SC2034
EAPI=8

DESCRIPTION="Script to encode video files to H.264/AVC video using the FFmpeg encoder"
HOMEPAGE="https://ffx264.teambelgium.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="-* ~amd64 ~x86"

RDEPEND="
	media-video/ffmpeg[fdk,fontconfig,mp3,opus,vorbis,x264,zimg]
	media-video/gpac[static-libs]
	media-video/mplayer
	sys-devel/bc"

src_compile() {
	:;
}

src_install() {
	emake PREFIX="${ED}/usr" install
}

Dependencies

RDEPEND

	media-video/ffmpeg[fdk,fontconfig,mp3,opus,vorbis,x264,zimg]
	media-video/gpac[static-libs]
	media-video/mplayer
	sys-devel/bc

Manifest for 4.1.16

Type File Size Source URLs
DIST ffx264-4.1.16.tar.gz 48844 bytes mirror://sourceforge/ffx264/ffx264-4.1.16.tar.gz