Install this version:
emerge -a =media-libs/libfame-0.9.1
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.9.1 | 8 | ~alpha amd64 arm ~hppa ~mips ppc ppc64 ~sparc x86 | 0 |
# 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
}
Manage flags for this package:
euse -i <flag> -p media-libs/libfame |
euse -E <flag> -p media-libs/libfame |
euse -D <flag> -p media-libs/libfame
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | libfame-0.9.1.tar.gz | 296837 bytes | https://downloads.sourceforge.net/fame/libfame-0.9.1.tar.gz |
| DIST | libfame-patches-2.tar.bz2 | 5324 bytes | http://digilander.libero.it/dgp85/gentoo/libfame-patches-2.tar.bz2 |