From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on finch.gentoo.org X-Spam-Level: ** X-Spam-Status: No, score=2.6 required=5.0 tests=DMARC_MISSING, HEADER_FROM_DIFFERENT_DOMAINS,HELO_DYNAMIC_IPADDR,MAILING_LIST_MULTI, RDNS_DYNAMIC autolearn=no autolearn_force=no version=4.0.0 Received: from c-24-98-8-129.atl.client2.attbi.com (c-24-98-8-129.atl.client2.attbi.com [24.98.8.129]) by chiba.3jane.net (Postfix) with ESMTP id 6ACFDAC551 for ; Mon, 8 Jul 2002 21:59:53 -0500 (CDT) Received: from mgilbert by c-24-98-8-129.atl.client2.attbi.com with local (Exim 4.04) id 17RlIl-00071s-00 for gentoo-dev@gentoo.org; Mon, 08 Jul 2002 23:04:31 -0400 From: Mark Gilbert To: gentoo-dev@gentoo.org Content-Type: multipart/mixed; boundary="=-ErV5pHpW11DGZKPmrAoI" X-Mailer: Ximian Evolution 1.0.7 Date: 08 Jul 2002 23:04:31 -0400 Message-Id: <1026183871.29077.50.camel@c-24-98-8-129.atl.client2.attbi.com> Mime-Version: 1.0 Subject: [gentoo-dev] updated avifile ebuild Sender: gentoo-dev-admin@gentoo.org Errors-To: gentoo-dev-admin@gentoo.org X-BeenThere: gentoo-dev@gentoo.org X-Mailman-Version: 2.0.6 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Gentoo Linux developer list List-Unsubscribe: , List-Archive: X-Archives-Salt: 74532a97-c288-43a8-9831-50388a67698c X-Archives-Hash: 6fe117f2888fc0d576f8d7dc5924e240 --=-ErV5pHpW11DGZKPmrAoI Content-Type: text/plain Content-Transfer-Encoding: 7bit Attached. -MG -- AbiWord Weekly News - Just $3 (USD) per quarter for your weekly news fix - http://www.abisource.com/information/news/ --=-ErV5pHpW11DGZKPmrAoI Content-Disposition: attachment; filename=avifile-0.7.9.20020704.ebuild Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; name=avifile-0.7.9.20020704.ebuild; charset=ISO-8859-1 # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or late= r # $Header: $ MY_P=3D${P/.200/-200} MY_S=3D${PN}0.7-0.7.9 S=3D${WORKDIR}/${MY_S} DESCRIPTION=3D"Library for AVI-Files" SRC_URI=3D"http://avifile.sourceforge.net/${MY_P}.tgz" HOMEPAGE=3D"http://avifile.sourceforge.net/" DEPEND=3D">=3Dmedia-libs/divx4linux-20020418 media-libs/jpeg media-libs/win32codecs qt? ( >=3Dx11-libs/qt-3.0.3 ) nas? ( >=3Dmedia-libs/nas-1.4.2 ) sdl? ( >=3Dmedia-libs/libsdl-1.2.2 ) oggvorbis? ( media-libs/libvorbis )" SLOT=3D"0.7" src_compile() { einfo "${S}" local myconf=3D"" local kdepre=3D"" =09 ( use mmx || use sse || use 3dnow ) && myconf=3D"${myconf} --enable-x86opt= " use qt \ && myconf=3D"${myconf} --with-qt-dir=3D${QTDIR}" \ || myconf=3D"${myconf} --without-qt" =09 use kde \ && myconf=3D"${myconf} --enable-kde" \ || myconf=3D"${myconf} --disable-kde" =09 use sdl \ && myconf=3D"${myconf} --enable-sdl" \ || myconf=3D"${myconf} --disable-sdl --disable-sdltest" =09 use nas && LDFLAGS=3D"-L/usr/X11R6/lib -lXt" use oggvorbis \ && myconf=3D"${myconf} --enable-vorbis" \ || myconf=3D"${myconf} --disable-vorbis --disable-oggtest --disable-vorbi= stest" =09 use kde \ && ( \=20 myconf=3D"${myconf} --enable-kde" \ && LDFLAGS=3D"${LDFLAGS} -L${KDEDIR}/lib" \ && myconf=3D"${myconf} --with-extra-libraries=3D${KDEDIR}" \ ) || ( myconf=3D"${myconf} --disable-kde" \ && LDFLAGS=3D"${LDFLAGS}" ) =09 export CFLAGS=3D${CFLAGS/-O?/-O2} export LDFLAGS ./configure --prefix=3D/usr \ --host=3D${CHOST} \ --enable-quiet \ --disable-tsc \ ${myconf} || die =09 make || die } src_install () { dodir /usr/lib /usr/bin use avi && dodir /usr/lib/win32 make prefix=3D${D}/usr install || die cd ${S} dodoc COPYING README cd doc dodoc CREDITS EXCEPTIONS FreeBSD LICENSING TODO dodoc VIDEO-PERFORMANCE WARNINGS } --=-ErV5pHpW11DGZKPmrAoI--