summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Alfredsen <loki_val@gentoo.org>2009-02-15 00:08:24 +0000
committerPeter Alfredsen <loki_val@gentoo.org>2009-02-15 00:08:24 +0000
commit652273d1e00bf94afc49774ce2839974110b417a (patch)
treed4180ab6e433e62ac25ec966ea109e0a99dc552c /media-libs/libfame/libfame-0.9.0.ebuild
parentVersion bump. (diff)
downloadgentoo-2-652273d1e00bf94afc49774ce2839974110b417a.tar.gz
gentoo-2-652273d1e00bf94afc49774ce2839974110b417a.tar.bz2
gentoo-2-652273d1e00bf94afc49774ce2839974110b417a.zip
Add fix for gcc-4.3 warning, bug 256799. Thanks to Gene Seto <geneseto@hotmail.com> for patch. Drop old version.
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/libfame/libfame-0.9.0.ebuild')
-rw-r--r--media-libs/libfame/libfame-0.9.0.ebuild41
1 files changed, 0 insertions, 41 deletions
diff --git a/media-libs/libfame/libfame-0.9.0.ebuild b/media-libs/libfame/libfame-0.9.0.ebuild
deleted file mode 100644
index 789959d29c97..000000000000
--- a/media-libs/libfame/libfame-0.9.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libfame/libfame-0.9.0.ebuild,v 1.24 2006/10/28 23:39:39 flameeyes Exp $
-
-inherit flag-o-matic
-
-DESCRIPTION="MPEG-1 and MPEG-4 video encoding library"
-HOMEPAGE="http://fame.sourceforge.net/"
-SRC_URI="mirror://sourceforge/fame/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc sparc x86"
-IUSE="mmx"
-
-src_unpack() {
- unpack ${A} || die
- cd ${S} || die
-
- [[ "${ARCH}" == "amd64" ]] && libtoolize -c -f
-}
-
-src_compile() {
- filter-flags -fprefetch-loop-arrays
- econf $(use_enable mmx) || die
- emake || die
-}
-
-src_install() {
- dodir /usr
- dodir /usr/lib
-
- einstall install || die
- dobin libfame-config
-
- insinto /usr/share/aclocal
- doins libfame.m4
-
- dodoc CHANGES README
- doman doc/*.3
-}