diff options
author | Olivier Crête <tester@gentoo.org> | 2004-06-01 15:25:04 +0000 |
---|---|---|
committer | Olivier Crête <tester@gentoo.org> | 2004-06-01 15:25:04 +0000 |
commit | ba56817bc330d1638bb1c89114a052a7c1a2a8b0 (patch) | |
tree | b3270d2879580664763daa3880d3b0b5af3cabf3 /media-video/mpeg4ip/mpeg4ip-1.1.ebuild | |
parent | Mark 0.44 stable on x86, and remove one more old version. (Manifest recommit) (diff) | |
download | gentoo-2-ba56817bc330d1638bb1c89114a052a7c1a2a8b0.tar.gz gentoo-2-ba56817bc330d1638bb1c89114a052a7c1a2a8b0.tar.bz2 gentoo-2-ba56817bc330d1638bb1c89114a052a7c1a2a8b0.zip |
fixed bug 52649 regarding media-video/mpeg4ip-1.1
Diffstat (limited to 'media-video/mpeg4ip/mpeg4ip-1.1.ebuild')
-rw-r--r-- | media-video/mpeg4ip/mpeg4ip-1.1.ebuild | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/media-video/mpeg4ip/mpeg4ip-1.1.ebuild b/media-video/mpeg4ip/mpeg4ip-1.1.ebuild index 78b7873920f3..1f3a41d91b17 100644 --- a/media-video/mpeg4ip/mpeg4ip-1.1.ebuild +++ b/media-video/mpeg4ip/mpeg4ip-1.1.ebuild @@ -1,21 +1,18 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/mpeg4ip/mpeg4ip-1.1.ebuild,v 1.1 2004/05/21 03:52:12 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/mpeg4ip/mpeg4ip-1.1.ebuild,v 1.2 2004/06/01 15:25:04 tester Exp $ DESCRIPTION="MPEG 4 implementation library" HOMEPAGE="http://www.mpeg4ip.net/" -PV2=`echo $PV | sed s/_rc/RC/` - -SRC_URI="mirror://sourceforge/${PN}/${PN}-${PV2}.tar.gz" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="MPL-1.1 LGPL-2 GPL-2 LGPL-2.1 BSD UCL MPEG4" SLOT="0" KEYWORDS="~x86 ~amd64" -# not 64 bit safe yet IUSE="ipv6 mmx gtk v4l2" @@ -29,7 +26,7 @@ DEPEND="sys-devel/libtool media-video/ffmpeg media-libs/libid3tag" -S="${WORKDIR}/${PN}-${PV2}" +S="${WORKDIR}/${P}" src_compile() { @@ -38,8 +35,9 @@ src_compile() { local myconf myconf=" `use_enable ipv6` `use_enable mmx` - `use_enable v4l2` ` use_enable ppc`" + use v4l2 || myconf="${myconf} --disable-v4l2" + use amd64 && myconf="$myconf --disable-mp4live" && \ ewarn "mp4live disabled on amd64" |