[arch-commits] Commit in mesa/trunk (PKGBUILD)

Jan de Groot jgc at archlinux.org
Sat Aug 16 19:12:30 UTC 2008


    Date: Saturday, August 16, 2008 @ 15:12:30
  Author: jgc
Revision: 8813

upgpkg: mesa 7.1rc4-1

Modified:
  mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-08-16 19:07:26 UTC (rev 8812)
+++ PKGBUILD	2008-08-16 19:12:30 UTC (rev 8813)
@@ -3,25 +3,25 @@
 # Contributor: Jan de Groot <jgc at archlinux.org>
 
 pkgname=mesa
-pkgver=7.1rc3
+pkgver=7.1rc4
 pkgrel=1
 pkgdesc="Mesa OpenGL library"
 arch=(i686 x86_64)
 license=('LGPL')
 url="http://mesa3d.sourceforge.net"
-depends=('libgl' 'libx11>=1.1.4-3' 'libxt' 'glproto>=1.4.9')
+depends=('libgl' 'libx11>=1.1.4-3' 'libxt' 'glproto>=1.4.9' 'gcc-libs>=4.3.1')
 makedepends=('pkgconfig' 'dri2proto>=1.1')
 conflicts=('mesa-apps')
 replaces=('mesa-apps')
-source=(http://www.mesa3d.org/beta/MesaLib-7.1-rc3.tar.gz
-        http://www.mesa3d.org/beta/MesaDemos-7.1-rc3.tar.gz
+source=(http://www.mesa3d.org/beta/MesaLib-7.1-rc4.tar.gz
+        http://www.mesa3d.org/beta/MesaDemos-7.1-rc4.tar.gz
 	ftp://ftp.archlinux.org/other/mesa/gl-manpages-1.0.1.tar.bz2)
-md5sums=('3a3cb6e3f09bf28650483b0d43ab8d88'
-         'b4ec33e6167eec33c6857569dedb20a6'
+md5sums=('5844564b90fdf0a462c8a4e601fa3f78'
+         '27308db6536ebc934c56a33b30cc0a24'
          '6ae05158e678f4594343f32c2ca50515')
 
 build() {
-  cd ${srcdir}/Mesa-7.1-rc3
+  cd ${srcdir}/Mesa-7.1-rc4
   ./configure --prefix=/usr --with-dri-drivers=swrast --enable-glx-tls || return 1
   make || return 1
   make DESTDIR=${pkgdir} install || return 1




More information about the arch-commits mailing list