diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-04-29 00:33:23 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-04-29 00:33:23 +0000 |
commit | aa7d0ccbd64b09035cdf036e83ff6384261e1fb5 (patch) | |
tree | 80ccc63378b092ce9ef330fc36569e81ab221166 /media-libs/libfame | |
parent | Cleaning and bumping (diff) | |
download | gentoo-2-aa7d0ccbd64b09035cdf036e83ff6384261e1fb5.tar.gz gentoo-2-aa7d0ccbd64b09035cdf036e83ff6384261e1fb5.tar.bz2 gentoo-2-aa7d0ccbd64b09035cdf036e83ff6384261e1fb5.zip |
fix aclocal warnings
(Portage version: 2.0.51.20-r5)
Diffstat (limited to 'media-libs/libfame')
-rw-r--r-- | media-libs/libfame/files/libfame-0.9.1-m4.patch | 9 | ||||
-rw-r--r-- | media-libs/libfame/libfame-0.9.1-r1.ebuild | 19 | ||||
-rw-r--r-- | media-libs/libfame/libfame-0.9.1.ebuild | 18 |
3 files changed, 24 insertions, 22 deletions
diff --git a/media-libs/libfame/files/libfame-0.9.1-m4.patch b/media-libs/libfame/files/libfame-0.9.1-m4.patch new file mode 100644 index 000000000000..fd263e02cc3f --- /dev/null +++ b/media-libs/libfame/files/libfame-0.9.1-m4.patch @@ -0,0 +1,9 @@ +Fix aclocal warnings: +/usr/share/aclocal/libfame.m4:6: warning: underquoted definition of AM_PATH_LIBFAME +--- libfame-0.9.1/libfame.m4 ++++ libfame-0.9.1/libfame.m4 +@@ -5,3 +5,3 @@ + dnl +-AC_DEFUN(AM_PATH_LIBFAME, ++AC_DEFUN([AM_PATH_LIBFAME], + [dnl diff --git a/media-libs/libfame/libfame-0.9.1-r1.ebuild b/media-libs/libfame/libfame-0.9.1-r1.ebuild index d332b5b852a2..7d6e492e6e84 100644 --- a/media-libs/libfame/libfame-0.9.1-r1.ebuild +++ b/media-libs/libfame/libfame-0.9.1-r1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libfame/libfame-0.9.1-r1.ebuild,v 1.1 2005/04/25 15:39:27 luckyduck Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libfame/libfame-0.9.1-r1.ebuild,v 1.2 2005/04/29 00:28:46 vapier Exp $ -inherit flag-o-matic gnuconfig gcc eutils +inherit flag-o-matic gcc eutils DESCRIPTION="MPEG-1 and MPEG-4 video encoding library" HOMEPAGE="http://fame.sourceforge.net/" @@ -13,29 +13,26 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="mmx sse" -DEPEND="virtual/libc" +DEPEND="" src_unpack() { unpack ${A} + cd "${S}" + epatch "${FILESDIR}"/${P}-m4.patch - cd ${S} # Do not add -march=i586, bug #41770. sed -i -e 's:-march=i[345]86 ::g' configure #closing bug #45736 if [ "`gcc-major-version`" -ge "3" -a "`gcc-minor-version`" -ge "4" ] then - epatch ${FILESDIR}/${P}-mmx_configure.patch - epatch ${FILESDIR}/${P}-gcc34.patch + epatch "${FILESDIR}"/${P}-mmx_configure.patch + epatch "${FILESDIR}"/${P}-gcc34.patch fi # yet another pic patch, thanks to the 'pic gods' ;-) # see #90318 - epatch ${FILESDIR}/${P}-pic.patch - - # This is needed for alpha and probably other newer arches (amd64) - # (13 Jan 2004 agriffis) - gnuconfig_update + epatch "${FILESDIR}"/${P}-pic.patch } src_compile() { diff --git a/media-libs/libfame/libfame-0.9.1.ebuild b/media-libs/libfame/libfame-0.9.1.ebuild index 87d590bcbfd3..74abb29a2d54 100644 --- a/media-libs/libfame/libfame-0.9.1.ebuild +++ b/media-libs/libfame/libfame-0.9.1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libfame/libfame-0.9.1.ebuild,v 1.5 2005/01/04 10:01:36 hardave Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libfame/libfame-0.9.1.ebuild,v 1.6 2005/04/29 00:28:46 vapier Exp $ -inherit flag-o-matic gnuconfig gcc eutils +inherit flag-o-matic gcc eutils DESCRIPTION="MPEG-1 and MPEG-4 video encoding library" HOMEPAGE="http://fame.sourceforge.net/" @@ -13,29 +13,25 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 mips ~ppc ppc64 ~sparc ~x86" IUSE="mmx sse" -DEPEND="virtual/libc" +DEPEND="" src_unpack() { unpack ${A} + cd "${S}" + epatch "${FILESDIR}"/${P}-m4.patch - cd ${S} # Do not add -march=i586, bug #41770. sed -i -e 's:-march=i[345]86 ::g' configure #closing bug #45736 if [ "`gcc-major-version`" -ge "3" -a "`gcc-minor-version`" -ge "4" ] then - epatch ${FILESDIR}/${P}-mmx_configure.patch - epatch ${FILESDIR}/${P}-gcc34.patch + epatch "${FILESDIR}"/${P}-mmx_configure.patch + epatch "${FILESDIR}"/${P}-gcc34.patch fi - - # This is needed for alpha and probably other newer arches (amd64) - # (13 Jan 2004 agriffis) - gnuconfig_update } src_compile() { -# filter-flags -fprefetch-loop-arrays econf $(use_enable mmx) $(use_enable sse) || die emake || die } |