From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1LRiZa-0001OR-Sa for garchives@archives.gentoo.org; Tue, 27 Jan 2009 07:41:27 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5A626E02C6; Tue, 27 Jan 2009 07:41:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 1A55AE02C6 for ; Tue, 27 Jan 2009 07:41:20 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id A295E64C73 for ; Tue, 27 Jan 2009 07:41:19 +0000 (UTC) Received: from aballier by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1LRiZT-0006Tu-41 for gentoo-commits@lists.gentoo.org; Tue, 27 Jan 2009 07:41:19 +0000 From: "Alexis Ballier (aballier)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, aballier@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in media-video/ffmpeg: ffmpeg-9999.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: ffmpeg-9999.ebuild ChangeLog X-VCS-Directories: media-video/ffmpeg X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier Content-Type: text/plain; charset=utf8 Message-Id: Sender: Alexis Ballier Date: Tue, 27 Jan 2009 07:41:19 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 43f6f3d9-6a77-4b52-ab88-0909ee7ab651 X-Archives-Hash: 37cb92f069d0a49f47d6a657fec15e6e aballier 09/01/27 07:41:19 Modified: ffmpeg-9999.ebuild ChangeLog Log: Add alsa/oss/3dnow useflags and disable servertest as its mainly broken (Portage version: 2.2_rc23/cvs/Linux x86_64) Revision Changes Path 1.7 media-video/ffmpeg/ffmpeg-9999.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/ffmpeg= /ffmpeg-9999.ebuild?rev=3D1.7&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/ffmpeg= /ffmpeg-9999.ebuild?rev=3D1.7&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/ffmpeg= /ffmpeg-9999.ebuild?r1=3D1.6&r2=3D1.7 Index: ffmpeg-9999.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-9999.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ffmpeg-9999.ebuild 20 Jan 2009 19:44:28 -0000 1.6 +++ ffmpeg-9999.ebuild 27 Jan 2009 07:41:18 -0000 1.7 @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-9999.ebuild= ,v 1.6 2009/01/20 19:44:28 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-9999.ebuild= ,v 1.7 2009/01/27 07:41:18 aballier Exp $ =20 ESVN_REPO_URI=3D"svn://svn.mplayerhq.hu/ffmpeg/trunk" =20 @@ -13,12 +13,13 @@ LICENSE=3D"GPL-2" SLOT=3D"0" KEYWORDS=3D"" -IUSE=3D"aac altivec amr debug dirac doc ieee1394 encode gsm ipv6 mmx mmx= ext vorbis - test theora threads x264 xvid network zlib sdl X mp3 schroedinger +IUSE=3D"3dnow aac alsa altivec amr debug dirac doc ieee1394 encode gsm i= pv6 mmx mmxext vorbis + test theora threads x264 xvid network zlib sdl X mp3 oss schroedinger hardcoded-tables bindist v4l v4l2 speex ssse3 vhook" =20 RDEPEND=3D"vhook? ( >=3Dmedia-libs/imlib2-1.4.0 >=3Dmedia-libs/freetype-= 2 ) sdl? ( >=3Dmedia-libs/libsdl-1.2.10 ) + alsa? ( media-libs/alsa-lib ) encode? ( aac? ( media-libs/faac ) mp3? ( media-sound/lame ) @@ -79,9 +80,14 @@ =20 # libavdevice options use ieee1394 && myconf=3D"${myconf} --enable-libdc1394" - for i in v4l v4l2 ; do + # Demuxers + for i in v4l v4l2 alsa oss ; do use $i || myconf=3D"${myconf} --disable-demuxer=3D$i" done + # Muxers + for i in alsa oss ; do + use $i || myconf=3D"${myconf} --disable-muxer=3D$i" + done use X && myconf=3D"${myconf} --enable-x11grab" =20 # Threads; we only support pthread for now but ffmpeg supports more @@ -111,6 +117,7 @@ use $i || myconf=3D"${myconf} --disable-$i" done use mmxext || myconf=3D"${myconf} --disable-mmx2" + use 3dnow || myconf=3D"${myconf} --disable-amd3dnow" # disable mmx accelerated code if PIC is required # as the provided asm decidedly is not PIC. if gcc-specs-pie ; then @@ -183,7 +190,7 @@ =20 # Never die for now... src_test() { - for t in codectest libavtest servertest seektest ; do + for t in codectest libavtest seektest ; do emake ${t} || ewarn "Some tests in ${t} failed" done } 1.261 media-video/ffmpeg/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/ffmpeg= /ChangeLog?rev=3D1.261&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/ffmpeg= /ChangeLog?rev=3D1.261&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/ffmpeg= /ChangeLog?r1=3D1.260&r2=3D1.261 Index: ChangeLog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v retrieving revision 1.260 retrieving revision 1.261 diff -u -r1.260 -r1.261 --- ChangeLog 25 Jan 2009 21:09:16 -0000 1.260 +++ ChangeLog 27 Jan 2009 07:41:19 -0000 1.261 @@ -1,6 +1,9 @@ # ChangeLog for media-video/ffmpeg # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v 1.260 = 2009/01/25 21:09:16 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v 1.261 = 2009/01/27 07:41:19 aballier Exp $ + + 27 Jan 2009; Alexis Ballier ffmpeg-9999.ebuild: + Add alsa/oss/3dnow useflags and disable servertest as its mainly broke= n =20 25 Jan 2009; Markus Meier ffmpeg-0.4.9_p20081219.ebuild: