Date: Saturday, February 11, 2012 @ 10:04:47 Author: andyrtr Revision: 149905
upgpkg: xf86-video-tdfx 1.4.3-8 Xorg 1.12 rebuild; use a recent git snapshot Modified: xf86-video-tdfx/trunk/PKGBUILD Deleted: xf86-video-tdfx/trunk/copyright.patch -----------------+ PKGBUILD | 28 +++++++++++++++++----------- copyright.patch | 45 --------------------------------------------- 2 files changed, 17 insertions(+), 56 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-02-11 13:11:31 UTC (rev 149904) +++ PKGBUILD 2012-02-11 15:04:47 UTC (rev 149905) @@ -3,26 +3,32 @@ pkgname=xf86-video-tdfx pkgver=1.4.3 -pkgrel=7 +pkgrel=8 +_gitver=a985b54c8559d7ff8f5481004d54989ed7499237 pkgdesc="X.org tdfx video driver" arch=(i686 x86_64) url="http://xorg.freedesktop.org/" license=('custom') -depends=('glibc' 'tdfx-dri') -makedepends=('xorg-server-devel>=1.10.99.902' 'libdrm' 'xf86driproto' 'mesa' 'glproto') -conflicts=('xorg-server<1.10.99.902') +depends=('glibc') +makedepends=('xorg-server-devel>=1.11.99.903' 'libdrm' 'xf86driproto' 'mesa>=8.0') # 'glproto') +conflicts=('xorg-server<1.11.99.902') options=(!libtool) groups=('xorg-drivers' 'xorg') -source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 - copyright.patch) -md5sums=('8161bbf2b100c21b609163f0010766b3' - 'a3be7ac534ceb846d3f155ddbe14378f') +source=(#${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 + http://cgit.freedesktop.org/xorg/driver/xf86-video-tdfx/snapshot/xf86-video-tdfx-${_gitver}.tar.gz) +sha1sums=('01c13cdec926c1aaa9c8c8855995c6cc38149ab2') build() { - cd "${srcdir}/${pkgname}-${pkgver}" - patch -Np1 -i "${srcdir}/copyright.patch" - ./configure --prefix=/usr --enable-dri + #cd "${srcdir}/${pkgname}-${pkgver}" + cd ${srcdir}/${pkgname}* + autoreconf -fi + ./configure --prefix=/usr #--enable-dri make +} + +package() { + #cd "${srcdir}/${pkgname}-${pkgver}" + cd ${srcdir}/${pkgname}* make DESTDIR="${pkgdir}" install install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}" Deleted: copyright.patch =================================================================== --- copyright.patch 2012-02-11 13:11:31 UTC (rev 149904) +++ copyright.patch 2012-02-11 15:04:47 UTC (rev 149905) @@ -1,45 +0,0 @@ -From 83661e56c332c9e10d1cd0aa7b464dbabedaab4c Mon Sep 17 00:00:00 2001 -From: Gaetan Nadon <[email protected]> -Date: Sun, 13 Jun 2010 15:30:39 +0000 -Subject: COPYING: replace stub file with actual Copyright notices. - -Signed-off-by: Gaetan Nadon <[email protected]> ---- -diff --git a/COPYING b/COPYING -index 7f33cbf..e590b95 100644 ---- a/COPYING -+++ b/COPYING -@@ -1,12 +1,23 @@ --This is a stub file. This package has not yet had its complete licensing --information compiled. Please see the individual source files for details on --your rights to use and modify this software. -+Copyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas. -+All Rights Reserved. - --Please submit updated COPYING files to the Xorg bugzilla: -+Permission is hereby granted, free of charge, to any person obtaining a -+copy of this software and associated documentation files (the -+"Software"), to deal in the Software without restriction, including -+without limitation the rights to use, copy, modify, merge, publish, -+distribute, sub license, and/or sell copies of the Software, and to -+permit persons to whom the Software is furnished to do so, subject to -+the following conditions: - --https://bugs.freedesktop.org/enter_bug.cgi?product=xorg -+The above copyright notice and this permission notice (including the -+next paragraph) shall be included in all copies or substantial portions -+of the Software. - --All licensing questions regarding this software should be directed at the --Xorg mailing list: -+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS -+OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. -+IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR -+ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -+TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -+SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - --http://lists.freedesktop.org/mailman/listinfo/xorg --- -cgit v0.9.0.2-2-gbebe
