--- /usr/portage/media-libs/libmpeg3/libmpeg3-1.5.2-r1.ebuild 2005-05-14 20:35:40.000000000 -0600 +++ libmpeg3-1.6.ebuild 2005-10-16 23:57:12.000000000 -0600 @@ -1,14 +1,12 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libmpeg3/libmpeg3-1.5.2-r1.ebuild,v 1.8 2005/05/15 02:16:19 flameeyes Exp $ +# $Header: inherit flag-o-matic eutils toolchain-funcs -PATCHLEVEL="1" DESCRIPTION="An mpeg library for linux" HOMEPAGE="http://heroinewarrior.com/libmpeg3.php3" -SRC_URI="mirror://sourceforge/heroines/${P}-src.tar.bz2 - http://digilander.libero.it/dgp85/gentoo/${PN}-patches-${PATCHLEVEL}.tar.bz2" +SRC_URI="mirror://sourceforge/heroines/${P}-src.tar.bz2" LICENSE="GPL-2" SLOT="0" @@ -32,7 +30,7 @@ [ "`gcc-major-version`" -ge 4 ] || \ EPATCH_EXCLUDE="${EPATCH_EXCLUDE} 09_all_gcc4.patch" - EPATCH_SUFFIX="patch" epatch ${WORKDIR}/${PV} + EPATCH_SUFFIX="patch" epatch ${FILESDIR}/${PV} # remove a52 crap echo > Makefile.a52 @@ -82,7 +80,7 @@ # This patch patches the .h files that get installed into /usr/include # to show the correct include syntax '<>' instead of '""' This patch # was also generated using info from SF's src.rpm - epatch ${WORKDIR}/${PV}/gentoo-p2.patch + epatch ${FILESDIR}/${PV}/gentoo-p2.patch make DESTDIR="${D}/usr" LIBDIR="$(get_libdir)" install || die dohtml -r docs }