[arch-commits] CVS update of arch/build/x11-libs/libgl-dri (PKGBUILD)

Jan de Groot jgc at archlinux.org
Thu May 31 13:30:34 UTC 2007


    Date: Thursday, May 31, 2007 @ 09:30:34
  Author: jgc
    Path: /home/cvs-arch/arch/build/x11-libs/libgl-dri

Modified: PKGBUILD (1.14 -> 1.15)

upgpkg: libgl-dri 6.5.3-1


----------+
 PKGBUILD |   15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)


Index: arch/build/x11-libs/libgl-dri/PKGBUILD
diff -u arch/build/x11-libs/libgl-dri/PKGBUILD:1.14 arch/build/x11-libs/libgl-dri/PKGBUILD:1.15
--- arch/build/x11-libs/libgl-dri/PKGBUILD:1.14	Mon Dec 25 19:41:56 2006
+++ arch/build/x11-libs/libgl-dri/PKGBUILD	Thu May 31 09:30:34 2007
@@ -1,19 +1,21 @@
-# $Id: PKGBUILD,v 1.14 2006/12/26 00:41:56 jgc Exp $
-# Maintainer: Jan de Groot <jgc at archlinux.org>
+# $Id: PKGBUILD,v 1.15 2007/05/31 13:30:34 jgc Exp $
+# Maintainer: Alexander Baldeck <kth5 at archlinux.org>
+# Contributor: Jan de Groot <jgc at archlinux.org>
 
 pkgname=libgl-dri
-pkgver=6.5.2
+pkgver=6.5.3
 pkgrel=1
 pkgdesc="Mesa DRI OpenGL library and drivers"
 arch=(i686 x86_64)
+license=('LGPL')
 url="http://mesa3d.sourceforge.net"
 depends=('libxxf86vm' 'libdrm>=2.3' 'libx11>=1.1')
 makedepends=('imake' 'glproto')
 provides=('libgl')
 conflicts=('libgl')
 replaces=('libgl-mesa')
-source=(http://heanet.dl.sourceforge.net/mesa3d/MesaLib-${pkgver}.tar.bz2)
-md5sums=('e4d894181f1859651658b3704633e10d')
+source=(http://dl.sourceforge.net/mesa3d/MesaLib-${pkgver}.tar.bz2)
+md5sums=('46359457147c469745f24b5074a186f0')
 
 build() {
   cd ${startdir}/src/Mesa-${pkgver}
@@ -35,9 +37,6 @@
   echo "DRI_DRIVER_SEARCH_DIR = /usr/lib/xorg/modules/dri" >> configs/${CONFIG}
   echo "ARCH_FLAGS += -DGLX_USE_TLS" >> configs/${CONFIG}
   echo "X11_INCLUDES = `pkg-config --cflags-only-I x11`" >> configs/${CONFIG}
-  #echo "DEFINES += -DUSE_XCB" >> configs/${CONFIG}
-  #echo "X11_INCLUDES += `pkg-config --cflags-only-I xcb` `pkg-config --cflags-only-I x11-xcb` `pkg-config --cflags-only-I xcb-glx`" >> configs/${CONFIG}
-  #echo "GL_LIB_DEPS += `pkg-config --libs xcb` `pkg-config --libs x11-xcb` `pkg-config --libs xcb-glx`" >> configs/${CONFIG}
 
   make ${CONFIG} || return 1
   mkdir -p ${startdir}/pkg/usr




More information about the arch-commits mailing list