From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 0891B1381F3 for ; Mon, 27 May 2013 15:06:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 01AEBE0B85; Mon, 27 May 2013 15:06:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 71484E0B85 for ; Mon, 27 May 2013 15:06:54 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 436EC33E0B3 for ; Mon, 27 May 2013 15:06:53 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2265) id 0B0E62171D; Mon, 27 May 2013 15:06:50 +0000 (UTC) From: "Chi-Thanh Christopher Nguyen (chithanh)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, chithanh@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-video-intel: xf86-video-intel-2.21.8.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: xf86-video-intel-2.21.8.ebuild ChangeLog X-VCS-Directories: x11-drivers/xf86-video-intel X-VCS-Committer: chithanh X-VCS-Committer-Name: Chi-Thanh Christopher Nguyen Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130527150651.0B0E62171D@flycatcher.gentoo.org> Date: Mon, 27 May 2013 15:06:50 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d446b8df-d100-41f1-b5e5-4b2c163f79e0 X-Archives-Hash: 0f90bc03390e7d0257104483fdb6d20a chithanh 13/05/27 15:06:50 Modified: ChangeLog Added: xf86-video-intel-2.21.8.ebuild Log: Version bump. (Portage version: 2.1.11.62/cvs/Linux x86_64, unsigned Manifest commit) Revision Changes Path 1.133 x11-drivers/xf86-video-intel/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-intel/ChangeLog?rev=1.133&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-intel/ChangeLog?rev=1.133&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-intel/ChangeLog?r1=1.132&r2=1.133 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-intel/ChangeLog,v retrieving revision 1.132 retrieving revision 1.133 diff -u -r1.132 -r1.133 --- ChangeLog 21 May 2013 12:10:04 -0000 1.132 +++ ChangeLog 27 May 2013 15:06:50 -0000 1.133 @@ -1,6 +1,12 @@ # ChangeLog for x11-drivers/xf86-video-intel # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-intel/ChangeLog,v 1.132 2013/05/21 12:10:04 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-intel/ChangeLog,v 1.133 2013/05/27 15:06:50 chithanh Exp $ + +*xf86-video-intel-2.21.8 (27 May 2013) + + 27 May 2013; Chí-Thanh Christopher Nguyễn + +xf86-video-intel-2.21.8.ebuild: + Version bump. *xf86-video-intel-2.21.7 (21 May 2013) 1.1 x11-drivers/xf86-video-intel/xf86-video-intel-2.21.8.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-intel/xf86-video-intel-2.21.8.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-intel/xf86-video-intel-2.21.8.ebuild?rev=1.1&content-type=text/plain Index: xf86-video-intel-2.21.8.ebuild =================================================================== # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-intel/xf86-video-intel-2.21.8.ebuild,v 1.1 2013/05/27 15:06:50 chithanh Exp $ EAPI=5 XORG_DRI=dri inherit linux-info xorg-2 DESCRIPTION="X.Org driver for Intel cards" KEYWORDS="~amd64 ~x86 ~amd64-fbsd -x86-fbsd" IUSE="glamor +sna +udev uxa xvmc" REQUIRED_USE="|| ( glamor sna uxa )" RDEPEND="x11-libs/libXext x11-libs/libXfixes >=x11-libs/pixman-0.27.1 >=x11-libs/libdrm-2.4.29[video_cards_intel] glamor? ( x11-libs/glamor ) sna? ( >=x11-base/xorg-server-1.10 ) udev? ( virtual/udev ) xvmc? ( x11-libs/libXvMC >=x11-libs/libxcb-1.5 x11-libs/xcb-util ) " DEPEND="${RDEPEND} >=x11-proto/dri2proto-2.6 x11-proto/resourceproto" src_configure() { XORG_CONFIGURE_OPTIONS=( $(use_enable dri) $(use_enable glamor) $(use_enable sna) $(use_enable uxa) $(use_enable udev) $(use_enable xvmc) ) xorg-2_src_configure } pkg_postinst() { if linux_config_exists \ && ! linux_chkconfig_present DRM_I915_KMS; then echo ewarn "This driver requires KMS support in your kernel" ewarn " Device Drivers --->" ewarn " Graphics support --->" ewarn " Direct Rendering Manager (XFree86 4.1.0 and higher DRI support) --->" ewarn " <*> Intel 830M, 845G, 852GM, 855GM, 865G (i915 driver) --->" ewarn " i915 driver" ewarn " [*] Enable modesetting on intel by default" echo fi }