From 335f14a75eb2c5042cab9674b175c50631496e35 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 21 Mar 2012 22:53:43 +0100 Subject: [PATCH 1/3] sqlite: update to 3.7.11. --- srcpkgs/sqlite/template | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/srcpkgs/sqlite/template b/srcpkgs/sqlite/template index f5f0f06ddf..2ccaa33523 100644 --- a/srcpkgs/sqlite/template +++ b/srcpkgs/sqlite/template @@ -1,7 +1,7 @@ # Template build file for 'sqlite'. pkgname=sqlite -version=3.7.10 -_amalgamationver=3071000 +version=3.7.11 +_amalgamationver=3071100 wrksrc=sqlite create_wrksrc=yes distfiles="http://www.sqlite.org/sqlite-autoconf-${_amalgamationver}.tar.gz" @@ -9,7 +9,7 @@ short_desc="SQL Database Engine in a C Library" maintainer="Juan RP " homepage="http://www.sqlite.org" license="Public Domain" -checksum=9c1775057af5cc8b6cc64808b9553d77beccf3757e16ecee3bc878404d9c43e3 +checksum=2badc75dc536249bcd68c44d2a655724285d054303251eaff9d355194cb3476b long_desc=" SQLite is a C library that implements an SQL database engine. Programs that link with the SQLite library can have SQL database access without @@ -26,8 +26,7 @@ subpackages="$pkgname-devel $pkgname-tcl" Add_dependency build readline-devel Add_dependency build tcl-devel -do_configure() -{ +do_configure() { export CFLAGS="$XBPS_CFLAGS -DSQLITE_ENABLE_FTS3=1 \ -DSQLITE_ENABLE_COLUMN_METADATA=1 \ -DSQLITE_ENABLE_UNLOCK_NOTIFY -DSQLITE_SECURE_DELETE" @@ -38,8 +37,7 @@ do_configure() ./configure ${CONFIGURE_SHARED_ARGS} --with-system-sqlite } -do_build() -{ +do_build() { cd ${wrksrc}/sqlite-autoconf-${_amalgamationver} make ${makejobs} @@ -47,8 +45,7 @@ do_build() make ${makejobs} } -do_install() -{ +do_install() { cd ${wrksrc}/sqlite-autoconf-${_amalgamationver} make DESTDIR=${DESTDIR} install cd ${wrksrc}/sqlite-autoconf-${_amalgamationver}/tea From ee0dc1f63881d060cac70a5e74d2897cd8c6765c Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 21 Mar 2012 23:04:06 +0100 Subject: [PATCH 2/3] MesaLib: update to 8.0.2; enable texture-float, vmware drm driver. --- srcpkgs/MesaLib/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/MesaLib/template b/srcpkgs/MesaLib/template index 5c6b452a91..3d66bfcaea 100644 --- a/srcpkgs/MesaLib/template +++ b/srcpkgs/MesaLib/template @@ -1,19 +1,19 @@ # Template build file for 'MesaLib'. pkgname=MesaLib -version=8.0.1 +version=8.0.2 wrksrc="Mesa-${version}" distfiles="ftp://ftp.freedesktop.org/pub/mesa/$version/$pkgname-$version.tar.bz2" build_style=gnu-configure configure_args="--enable-glx-tls --enable-shared-glapi --enable-gallium-g3dvl --enable-shared-dricore --enable-gles1 --enable-gles2 --enable-openvg --enable-egl --with-dri-driverdir=/usr/lib/xorg/modules/dri --with-driver=dri ---enable-gallium-egl --disable-va --enable-vdpau --enable-xvmc ---with-gallium-drivers=r300,r600,nouveau,swrast,i915" +--enable-gallium-egl --disable-va --enable-vdpau --enable-xvmc --enable-xa +--enable-texture-float --with-gallium-drivers=r300,r600,nouveau,swrast,i915,svga" short_desc="Graphics library similar to SGI's OpenGL" maintainer="Juan RP " homepage="http://www.mesa3d.org/" license="MIT, LGPL-2.1" -checksum=593af02ea2b5b7afb057a12c550f2c03b1d1cf59a716972d601c1499545ea0a7 +checksum=8f4d1e70e058a65143e618a9daaf45f00fac04ae9464b35a8d9eeeef3fa5e2a5 long_desc=" MesaLib is a 3-D graphics library with an API which is very similar to that of OpenGL*. To the extent that Mesa utilizes the OpenGL command syntax From f8a714e1dbcd571225eb7d746f83744d98cd8954 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 21 Mar 2012 23:52:21 +0100 Subject: [PATCH 3/3] xf86-video-vmware: update to 12.0.2. --- srcpkgs/xf86-video-vmware/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/xf86-video-vmware/template b/srcpkgs/xf86-video-vmware/template index 925f5db91f..9a0e6590f1 100644 --- a/srcpkgs/xf86-video-vmware/template +++ b/srcpkgs/xf86-video-vmware/template @@ -1,11 +1,11 @@ # Template build file for 'xf86-video-vmware'. pkgname=xf86-video-vmware -version=12.0.1 +version=12.0.2 distfiles="${XORG_SITE}/driver/$pkgname-$version.tar.bz2" build_style=gnu-configure short_desc="Modular Xorg VMware virtual video driver" maintainer="Juan RP " -checksum=ded644af1f74ca0ebdc759e3db715519c476b341c1783c3d92c93a76591ed496 +checksum=c827875fd94805ec9b925fe09aaa973e7e3f9096c7ef311d449c3f134ae75147 long_desc=" This is the VMware virtual video driver for the modular Xorg server."