[arch-commits] Commit in libdrm/trunk (PKGBUILD intel-pciids.patch)

andyrtr at archlinux.org andyrtr at archlinux.org
Sun Oct 11 12:26:14 UTC 2009


    Date: Sunday, October 11, 2009 @ 08:26:14
  Author: andyrtr
Revision: 54618

upgpkg: libdrm 2.4.15-1
    new version 2.4.15

Modified:
  libdrm/trunk/PKGBUILD
Deleted:
  libdrm/trunk/intel-pciids.patch

--------------------+
 PKGBUILD           |   11 ++++-------
 intel-pciids.patch |   28 ----------------------------
 2 files changed, 4 insertions(+), 35 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-10-11 11:49:58 UTC (rev 54617)
+++ PKGBUILD	2009-10-11 12:26:14 UTC (rev 54618)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=libdrm
-pkgver=2.4.13
+pkgver=2.4.15
 pkgrel=1
 pkgdesc="Userspace interface to kernel DRM services"
 arch=(i686 x86_64)
@@ -12,17 +12,14 @@
 url="http://dri.freedesktop.org/"
 source=(http://dri.freedesktop.org/${pkgname}/${pkgname}-${pkgver}.tar.bz2
         no-pthread-stubs.patch
-        intel-pciids.patch
         COPYING)
-sha1sums=('0d3065d8521fca97239ce4aecbc81dc08d07de7d'
-          'aa187b94c3ccc0f3b1139a719688b2e450343485'
-          'acaaf6dba0cf4ac2b0c59142b11b34585414f680'
-          'ba3dcd636997ee0d30df14b03dae05c24ae5d094')
+md5sums=('7f5026d72145250e736f583fd60a2ce6'
+         '8b5462f8a6540c8b5c897fc3efe27b07'
+         'ba65e71c481b94ef0fb6c23c7f21ffa1')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   patch -Np1 -i "${srcdir}/no-pthread-stubs.patch" || return 1
-  patch -Np1 -i "${srcdir}/intel-pciids.patch" || return 1
   libtoolize --force || return 1
   aclocal || return 1
   autoconf || return 1

Deleted: intel-pciids.patch
===================================================================
--- intel-pciids.patch	2009-10-11 11:49:58 UTC (rev 54617)
+++ intel-pciids.patch	2009-10-11 12:26:14 UTC (rev 54618)
@@ -1,28 +0,0 @@
-From 121b9648f846d900e67818869974ee82046e9b25 Mon Sep 17 00:00:00 2001
-From: Zhenyu Wang <zhenyuw at linux.intel.com>
-Date: Fri, 04 Sep 2009 01:24:23 +0000
-Subject: libdrm_intel: add new pci ids
-
-New ids for G41, Clarkdale and Arrandale.
-Make sure we don't need to count fence also on new chips.
-
-Signed-off-by: Zhenyu Wang <zhenyuw at linux.intel.com>
----
-diff --git a/libdrm/intel/intel_chipset.h b/libdrm/intel/intel_chipset.h
-index 0b3af02..26bc585 100644
---- a/libdrm/intel/intel_chipset.h
-+++ b/libdrm/intel/intel_chipset.h
-@@ -48,7 +48,10 @@
-                        (dev)->pci_device == 0x2A42 || \
-                        (dev)->pci_device == 0x2E02 || \
-                        (dev)->pci_device == 0x2E12 || \
--                       (dev)->pci_device == 0x2E22)
-+                       (dev)->pci_device == 0x2E22 || \
-+                       (dev)->pci_device == 0x2E32 || \
-+                       (dev)->pci_device == 0x0042 || \
-+                       (dev)->pci_device == 0x0046)
- 
- #define IS_I965GM(dev) ((dev)->pci_device == 0x2A02)
- 
---
-cgit v0.8.2




More information about the arch-commits mailing list