public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-base/nouveau-drm: nouveau-drm-20110526.ebuild ChangeLog nouveau-drm-20110415.ebuild
@ 2011-05-26 21:39 Chi-Thanh Christopher Nguyen (chithanh)
  0 siblings, 0 replies; only message in thread
From: Chi-Thanh Christopher Nguyen (chithanh) @ 2011-05-26 21:39 UTC (permalink / raw
  To: gentoo-commits

chithanh    11/05/26 21:39:07

  Modified:             ChangeLog
  Added:                nouveau-drm-20110526.ebuild
  Removed:              nouveau-drm-20110415.ebuild
  Log:
  New snapshot, no longer needs firmware for NVC0 generation chipsets.
  
  (Portage version: 2.2.0_alpha34/cvs/Linux x86_64)

Revision  Changes    Path
1.17                 x11-base/nouveau-drm/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-base/nouveau-drm/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-base/nouveau-drm/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-base/nouveau-drm/ChangeLog?r1=1.16&r2=1.17

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-base/nouveau-drm/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	16 Apr 2011 23:15:12 -0000	1.16
+++ ChangeLog	26 May 2011 21:39:06 -0000	1.17
@@ -1,6 +1,12 @@
 # ChangeLog for x11-base/nouveau-drm
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-base/nouveau-drm/ChangeLog,v 1.16 2011/04/16 23:15:12 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-base/nouveau-drm/ChangeLog,v 1.17 2011/05/26 21:39:06 chithanh Exp $
+
+*nouveau-drm-20110526 (26 May 2011)
+
+  26 May 2011; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+  -nouveau-drm-20110415.ebuild, +nouveau-drm-20110526.ebuild:
+  New snapshot, no longer needs firmware for NVC0 generation chipsets.
 
 *nouveau-drm-20110415 (16 Apr 2011)
 



1.1                  x11-base/nouveau-drm/nouveau-drm-20110526.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-base/nouveau-drm/nouveau-drm-20110526.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-base/nouveau-drm/nouveau-drm-20110526.ebuild?rev=1.1&content-type=text/plain

Index: nouveau-drm-20110526.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-base/nouveau-drm/nouveau-drm-20110526.ebuild,v 1.1 2011/05/26 21:39:06 chithanh Exp $

EAPI=2

inherit linux-info linux-mod

DESCRIPTION="Nouveau DRM Kernel Modules for X11"
HOMEPAGE="http://nouveau.freedesktop.org/"
SRC_URI="mirror://gentoo/${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"

IUSE=""

DEPEND=""
RDEPEND="${DEPEND}"

S=${WORKDIR}/master

CONFIG_CHECK="~ACPI_VIDEO ~BACKLIGHT_CLASS_DEVICE ~DEBUG_FS !DRM ~FB_CFB_FILLRECT ~FB_CFB_COPYAREA ~FB_CFB_IMAGEBLIT ~FRAMEBUFFER_CONSOLE ~!FB_NVIDIA ~!FB_RIVA ~!FB_UVESA ~!FB_VGA16 ~I2C_ALGOBIT ~VGA_ARB"

pkg_setup() {
	linux-mod_pkg_setup
	if kernel_is lt 2 6 39; then
		eerror "You need kernel 2.6.39 for this version of nouveau-drm"
		die "Incompatible kernel version"
	fi
	elog "For newer kernels newer than 2.6.32 there is integrated nouveau DRM."
	elog "Use that if you experience build issues."
}

src_compile() {
	set_arch_to_kernel
	emake \
		LINUXDIR="${KERNEL_DIR}" \
		NOUVEAUROOTDIR="${PWD}" \
		-f "${FILESDIR}"/${PN}-20100212-Makefile \
		|| die "Compiling kernel modules failed"
}

src_install() {
	insinto /lib/modules/${KV_FULL}/${PN}
	doins drivers/gpu/drm/{*/,}*.ko || die "doins failed"
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-05-26 21:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-26 21:39 [gentoo-commits] gentoo-x86 commit in x11-base/nouveau-drm: nouveau-drm-20110526.ebuild ChangeLog nouveau-drm-20110415.ebuild Chi-Thanh Christopher Nguyen (chithanh)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox