Gentoo Logo
Gentoo Spaceship




Note: Due to technical difficulties, the Archives are currently not up to date. GMANE provides an alternative service for most mailing lists.
c.f. bug 424647
List Archive: gentoo-commits
Navigation:
Lists: gentoo-commits: < Prev By Thread Next > < Prev By Date Next >
Headers:
To: gentoo-commits@g.o
From: "Remi Cardona (remi)" <remi@g.o>
Subject: gentoo-x86 commit in x11-drivers/xf86-video-i810: ChangeLog xf86-video-i810-2.4.0-r1.ebuild
Date: Mon, 11 Aug 2008 09:17:52 +0000
remi        08/08/11 09:17:52

  Modified:             ChangeLog
  Added:                xf86-video-i810-2.4.0-r1.ebuild
  Log:
  x11-drivers/xf86-video-i810: add patches from the upcoming 2.4.1
  (Portage version: 2.2_rc6/cvs/Linux 2.6.25-gentoo-r6 x86_64)

Revision  Changes    Path
1.98                 x11-drivers/xf86-video-i810/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-i810/ChangeLog?rev=1.98&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-i810/ChangeLog?rev=1.98&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-i810/ChangeLog?r1=1.97&r2=1.98

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-i810/ChangeLog,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -r1.97 -r1.98
--- ChangeLog	3 Aug 2008 21:50:55 -0000	1.97
+++ ChangeLog	11 Aug 2008 09:17:51 -0000	1.98
@@ -1,6 +1,20 @@
 # ChangeLog for x11-drivers/xf86-video-i810
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-i810/ChangeLog,v 1.97 2008/08/03 21:50:55 remi Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-i810/ChangeLog,v 1.98 2008/08/11 09:17:51 remi Exp $
+
+*xf86-video-i810-2.4.0-r1 (11 Aug 2008)
+
+  11 Aug 2008; Rémi Cardona <remi@g.o>
+  +files/2.4.0/0007-Disable-display-clock-gating-for-4-series-chips.patch,
+  +files/2.4.0/0001-Update-DSPARB-while-planes-are-still-off.patch,
+  +files/2.4.0/0002-Reorder-visuals-reported-by-the-intel-driver.patch,
+  +files/2.4.0/0003-Don-t-program-dsparb-on-new-Intel-chip.patch,
+  +files/2.4.0/0004-Fix-SDVO-reg-definition.patch,
+  +files/2.4.0/0005-Fix-up-the-HP-Pavilion-ze4944ea-quirk.patch,
+  +files/2.4.0/0008-Fix-possible-spurious-interrupts-in-hotplug-detect-o.pat
+  ch, +files/2.4.0/0006-Fix-SDVO-HDMI-encoding-detect-16920.patch,
+  +xf86-video-i810-2.4.0-r1.ebuild:
+  add patches from the upcoming 2.4.1
 
 *xf86-video-i810-2.4.0 (03 Aug 2008)
 



1.1                  x11-drivers/xf86-video-i810/xf86-video-i810-2.4.0-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-i810/xf86-video-i810-2.4.0-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-i810/xf86-video-i810-2.4.0-r1.ebuild?rev=1.1&content-type=text/plain

Index: xf86-video-i810-2.4.0-r1.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-i810/xf86-video-i810-2.4.0-r1.ebuild,v 1.1 2008/08/11 09:17:51 remi Exp $

# Must be before x-modular eclass is inherited
# Enable snapshot to get the man page in the right place
# This should be fixed with a XDP patch later
SNAPSHOT="yes"
XDPVER=-1

inherit x-modular

# This really needs a pkgmove...
SRC_URI="http://xorg.freedesktop.org/archive/individual/driver/xf86-video-intel-${PV}.tar.bz2"

S="${WORKDIR}/xf86-video-intel-${PV}"

DESCRIPTION="X.Org driver for Intel cards"

KEYWORDS="~amd64 ~arm ~ia64 ~sh ~x86 ~x86-fbsd"
IUSE="dri"

RDEPEND=">=x11-base/xorg-server-1.2
	x11-libs/libXvMC"
DEPEND="${RDEPEND}
	x11-proto/fontsproto
	x11-proto/randrproto
	x11-proto/renderproto
	x11-proto/xextproto
	x11-proto/xineramaproto
	x11-proto/xproto
	dri? ( x11-proto/xf86driproto
			x11-proto/glproto
			>=x11-libs/libdrm-2.2
			x11-libs/libX11 )"

CONFIGURE_OPTIONS="$(use_enable dri)"

PATCHES=(
"${FILESDIR}/${PV}/0001-Update-DSPARB-while-planes-are-still-off.patch"
"${FILESDIR}/${PV}/0002-Reorder-visuals-reported-by-the-intel-driver.patch"
"${FILESDIR}/${PV}/0003-Don-t-program-dsparb-on-new-Intel-chip.patch"
"${FILESDIR}/${PV}/0004-Fix-SDVO-reg-definition.patch"
"${FILESDIR}/${PV}/0005-Fix-up-the-HP-Pavilion-ze4944ea-quirk.patch"
"${FILESDIR}/${PV}/0006-Fix-SDVO-HDMI-encoding-detect-16920.patch"
"${FILESDIR}/${PV}/0007-Disable-display-clock-gating-for-4-series-chips.patch"
"${FILESDIR}/${PV}/0008-Fix-possible-spurious-interrupts-in-hotplug-detect-o.patch"
)

pkg_setup() {
	if use dri && ! built_with_use x11-base/xorg-server dri; then
		die "Build x11-base/xorg-server with USE=dri."
	fi
}





Navigation:
Lists: gentoo-commits: < Prev By Thread Next > < Prev By Date Next >
Previous by thread:
gentoo-x86 commit in x11-drivers/xf86-video-i810/files/2.3.1: 0018-Initialize-clock-gating-from-EnterVT-and-save-restor.patch 0006-Fix-typo-in-xvmc-block-destroy.patch 0024-Set-up-restore-PWRCTXA-from-enter-leavevt-not-server.patch 0004-Add-glproto-to-DRI-dependencies.patch 0002-Only-use-FOURCC_XVMC-when-INTEL_XVMC-is-defined.patch 0025-Fix-compiler-warning-when-disable-xvmc-config.patch 0014-Replace-a-couple-of-wait-for-ring-idles-with-a-singl.patch 0016-Remove-gratuitous-wait_ring_idle-after-I830Sync.-Sy.patch 0020-Move-debug-clock-printout-from-ErrorF-to-X_INFO.patch 0013-Just-remove-the-mprotect-kludge.patch 0011-xvmc-a-little-cleanup.patch 0012-Set-SDVO-sync-polarity-to-default-on-965.patch 0019-Remove-SVG_WORK_CONTROL-init.patch 0017-Move-BIOS-scratch-register-setup-to-EnterVT-instead.patch 0003-Panel-fitting-fix-letterbox-modes.patch 0001-Skip-copying-on-FOURCC_XVMC-surfaces.patch 0010-xvmc-remove-unused-dri-drawable.patch 0021-Fix-TV-out-conn ection-type-detec tion.patch 0009-Fixup-power-saving-registers.patch 0007-Define-DEFFILEMODE-for-OS-es-that-don-t-have-it.patch 0008-Disable-a-bunch-of-clock-gating-disables-on-IGD_GM.patch 0022-Fix-TV-programming-add-vblank-wait-after-TV_CTL-wr.patch 0023-Two-more-Dell-quirks.patch 0005-Revert-Add-FIFO-watermark-regs-to-register-dumper.patch 0015-Remove-duplicated-i830_stop_ring-SetHWOperatingSta.patch
Next by thread:
gentoo-x86 commit in x11-drivers/xf86-video-i810: ChangeLog xf86-video-i810-2.4.0-r1.ebuild
Previous by date:
gentoo-x86 commit in x11-drivers/xf86-video-i810: ChangeLog
Next by date:
gentoo-x86 commit in sys-apps/paludis: ChangeLog metadata.xml


Updated Jan 09, 2012

Summary: Archive of the gentoo-commits mailing list.

Donate to support our development efforts.

Copyright 2001-2013 Gentoo Foundation, Inc. Questions, Comments? Contact us.