media-libs/libfame - 0.9.1-r4 (gentoo)

Search

Package Information

Description:
MPEG-1 and MPEG-4 video encoding library
Homepage:
http://fame.sourceforge.net/
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
0.9.1-r4 8 ~alpha amd64 arm ~hppa ~mips ppc ppc64 ~sparc x86 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit autotools

DESCRIPTION="MPEG-1 and MPEG-4 video encoding library"
HOMEPAGE="http://fame.sourceforge.net/"
SRC_URI="https://downloads.sourceforge.net/fame/${P}.tar.gz
	http://digilander.libero.it/dgp85/gentoo/${PN}-patches-2.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha amd64 arm ~hppa ~mips ppc ppc64 ~sparc x86"
IUSE="cpu_flags_x86_mmx"

PATCHES=(
	"${WORKDIR}"/${PV}
	"${FILESDIR}"/${P}-gcc43.patch
	"${FILESDIR}"/${P}-mmx-configure.ac.patch
)

src_prepare() {
	default

	mv configure.in configure.ac || die
	rm acinclude.m4 || die

	# Do not add -march=i586, bug #41770.
	sed -i -e 's:-march=i[345]86 ::g' configure.ac || die

	eautoreconf
}

src_configure() {
	local myeconfargs=(
		$(use_enable cpu_flags_x86_mmx mmx)
	)

	econf "${myeconfargs[@]}"
}

src_install() {
	default

	find "${ED}" -type f -name '*.la' -delete || die
}

USE Flags

Manifest for 0.9.1-r4

Type File Size Source URLs
DIST libfame-patches-2.tar.bz2 5324 bytes http://digilander.libero.it/dgp85/gentoo/libfame-patches-2.tar.bz2