From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1R1j9d-0003Y8-Ny for garchives@archives.gentoo.org; Thu, 08 Sep 2011 18:16:50 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9B28B21C054; Thu, 8 Sep 2011 18:16:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 52C4E21C054 for ; Thu, 8 Sep 2011 18:16:41 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6726A1B400D for ; Thu, 8 Sep 2011 18:16:40 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2139) id 2E1472004C; Thu, 8 Sep 2011 18:16:38 +0000 (UTC) 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/vlc: vlc-9999.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: vlc-9999.ebuild ChangeLog X-VCS-Directories: media-video/vlc X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier Content-Type: text/plain; charset=utf8 Message-Id: <20110908181638.2E1472004C@flycatcher.gentoo.org> Date: Thu, 8 Sep 2011 18:16:38 +0000 (UTC) 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: X-Archives-Hash: 1ba173ee50756229dd13ab57e2d114dc aballier 11/09/08 18:16:38 Modified: vlc-9999.ebuild ChangeLog Log: v4l2 is now automaticaly built upstream if headers are present, drop th= e useflag =20 (Portage version: 2.2.0_alpha54/cvs/Linux x86_64) Revision Changes Path 1.146 media-video/vlc/vlc-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/vl= c-9999.ebuild?rev=3D1.146&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/vl= c-9999.ebuild?rev=3D1.146&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/vl= c-9999.ebuild?r1=3D1.145&r2=3D1.146 Index: vlc-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/vlc/vlc-9999.ebuild,v retrieving revision 1.145 retrieving revision 1.146 diff -u -r1.145 -r1.146 --- vlc-9999.ebuild 8 Sep 2011 04:52:32 -0000 1.145 +++ vlc-9999.ebuild 8 Sep 2011 18:16:38 -0000 1.146 @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-9999.ebuild,v 1.1= 45 2011/09/08 04:52:32 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-9999.ebuild,v 1.1= 46 2011/09/08 18:16:38 aballier Exp $ =20 EAPI=3D"4" =20 @@ -56,7 +56,7 @@ ncurses neon ogg omxil opengl optimisememory oss png portaudio +postpro= c projectm pulseaudio pvr +qt4 rtsp run-as-root samba schroedinger sdl sdl-image shine shout sid skins speex sqlite sse svg +swscale - switcher taglib theora truetype twolame udev upnp v4l2 vaapi vcdx vlm v= orbis + switcher taglib theora truetype twolame udev upnp vaapi vcdx vlm vorbis waveout win32codecs wingdi wma-fixed +X x264 +xcb xml xosd xv zvbi" =20 RDEPEND=3D" @@ -151,7 +151,6 @@ alsa? ( >=3Dmedia-sound/alsa-headers-1.0.23 ) fbosd? ( sys-kernel/linux-headers ) kde? ( >=3Dkde-base/kdelibs-4 ) - v4l2? ( >=3Dsys-kernel/linux-headers-2.6.25 ) xcb? ( x11-proto/xproto ) dev-util/pkgconfig" =20 @@ -166,7 +165,6 @@ gnutls? ( gcrypt ) libtar? ( skins ) libtiger? ( kate ) - libv4l2? ( v4l2 ) media-library? ( sqlite ) qt4? ( X ) sdl? ( X ) @@ -308,7 +306,6 @@ $(use_enable twolame) \ $(use_enable udev) \ $(use_enable upnp) \ - $(use_enable v4l2) \ $(use_enable vcdx) \ $(use_enable vaapi libva) \ $(use_enable vlm) \ 1.738 media-video/vlc/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/Ch= angeLog?rev=3D1.738&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/Ch= angeLog?rev=3D1.738&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/Ch= angeLog?r1=3D1.737&r2=3D1.738 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/vlc/ChangeLog,v retrieving revision 1.737 retrieving revision 1.738 diff -u -r1.737 -r1.738 --- ChangeLog 8 Sep 2011 04:52:32 -0000 1.737 +++ ChangeLog 8 Sep 2011 18:16:38 -0000 1.738 @@ -1,6 +1,10 @@ # ChangeLog for media-video/vlc # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.737 201= 1/09/08 04:52:32 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.738 201= 1/09/08 18:16:38 aballier Exp $ + + 08 Sep 2011; Alexis Ballier vlc-9999.ebuild: + v4l2 is now automaticaly built upstream if headers are present, drop t= he + useflag =20 08 Sep 2011; Alexis Ballier vlc-9999.ebuild: fix build of -9999 after recent changes