From a07cd07460058095e8bc3ef157ca604ed1162b38 Mon Sep 17 00:00:00 2001 From: Nick Hadaway Date: Fri, 7 Feb 2003 22:11:03 +0000 Subject: Marked stable for x86 --- media-libs/xvid/ChangeLog | 10 +++++----- media-libs/xvid/xvid-0.9.0.ebuild | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) (limited to 'media-libs/xvid') diff --git a/media-libs/xvid/ChangeLog b/media-libs/xvid/ChangeLog index cec759d31ddd..91588c155425 100644 --- a/media-libs/xvid/ChangeLog +++ b/media-libs/xvid/ChangeLog @@ -1,22 +1,22 @@ # ChangeLog for media-libs/xvid # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/xvid/ChangeLog,v 1.6 2003/02/02 03:39:23 gerk Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/xvid/ChangeLog,v 1.7 2003/02/07 22:11:03 raker Exp $ *xvid-0.9.0 (02 Dec 2002) - 02 Feb 2003; Mark Guertin xvid-0.9.0.build : + 07 Feb 2003; Nick Hadaway xvid-0.9.0.ebuild : + Marked stable for x86. + + 02 Feb 2003; Mark Guertin xvid-0.9.0.ebuild : Fixed SRC_URI 19 Dec 2002; Rajiv Manglani xvid-0.9.0.ebuild : - fixed ppc src_compile(). now builds properly on ppc. see bug #12257. 13 Dec 2002; Martin Schlemmer xvid-0.9.0.ebuild : - Fix to install with divx4linux installed. 02 Dec 2002; Martin Schlemmer : - Initial release, thanks to good work by Jacob Perkins . Fixed the DEPEND .. we cannot depend on nasm for other archs than x86. Also do not install if media-libs/divx4linux is installed. Fixed examples diff --git a/media-libs/xvid/xvid-0.9.0.ebuild b/media-libs/xvid/xvid-0.9.0.ebuild index 88761d0306e3..81e0959ddd5f 100644 --- a/media-libs/xvid/xvid-0.9.0.ebuild +++ b/media-libs/xvid/xvid-0.9.0.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # Author Georgi Georgiev -# $Header: /var/cvsroot/gentoo-x86/media-libs/xvid/xvid-0.9.0.ebuild,v 1.4 2003/02/02 03:39:23 gerk Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/xvid/xvid-0.9.0.ebuild,v 1.5 2003/02/07 22:11:03 raker Exp $ S="${WORKDIR}/${PN}core-${PV}" DESCRIPTION="XviD, a high performance/quality MPEG-4 video de-/encoding solution." @@ -13,7 +13,7 @@ DEPEND="virtual/glibc SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~sparc" +KEYWORDS="x86 ~ppc ~sparc" src_unpack() { unpack ${A} @@ -56,9 +56,9 @@ src_install() { dodoc CodingStyle doc/README doc/xvid-decoding.txt doc/xvid-encoder.txt insinto /usr/share/doc/${PF}/examples doins examples/* -# Empty for this release ... -# insinto /usr/share/doc/${PF}/examples/ex1 -# doins examples/ex1/* + # Empty for this release ... + #insinto /usr/share/doc/${PF}/examples/ex1 + #doins examples/ex1/* fi } -- cgit v1.2.3-65-gdbad