mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 09:52:57 +02:00
Merge remote-tracking branch 'x/master'
* x/master: xf86-video-vmware: update to 12.0.2. MesaLib: update to 8.0.2; enable texture-float, vmware drm driver. sqlite: update to 3.7.11.
This commit is contained in:
commit
8097a5f2c6
3 changed files with 12 additions and 15 deletions
|
@ -1,19 +1,19 @@
|
||||||
# Template build file for 'MesaLib'.
|
# Template build file for 'MesaLib'.
|
||||||
pkgname=MesaLib
|
pkgname=MesaLib
|
||||||
version=8.0.1
|
version=8.0.2
|
||||||
wrksrc="Mesa-${version}"
|
wrksrc="Mesa-${version}"
|
||||||
distfiles="ftp://ftp.freedesktop.org/pub/mesa/$version/$pkgname-$version.tar.bz2"
|
distfiles="ftp://ftp.freedesktop.org/pub/mesa/$version/$pkgname-$version.tar.bz2"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-glx-tls --enable-shared-glapi --enable-gallium-g3dvl
|
configure_args="--enable-glx-tls --enable-shared-glapi --enable-gallium-g3dvl
|
||||||
--enable-shared-dricore --enable-gles1 --enable-gles2 --enable-openvg
|
--enable-shared-dricore --enable-gles1 --enable-gles2 --enable-openvg
|
||||||
--enable-egl --with-dri-driverdir=/usr/lib/xorg/modules/dri --with-driver=dri
|
--enable-egl --with-dri-driverdir=/usr/lib/xorg/modules/dri --with-driver=dri
|
||||||
--enable-gallium-egl --disable-va --enable-vdpau --enable-xvmc
|
--enable-gallium-egl --disable-va --enable-vdpau --enable-xvmc --enable-xa
|
||||||
--with-gallium-drivers=r300,r600,nouveau,swrast,i915"
|
--enable-texture-float --with-gallium-drivers=r300,r600,nouveau,swrast,i915,svga"
|
||||||
short_desc="Graphics library similar to SGI's OpenGL"
|
short_desc="Graphics library similar to SGI's OpenGL"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.mesa3d.org/"
|
homepage="http://www.mesa3d.org/"
|
||||||
license="MIT, LGPL-2.1"
|
license="MIT, LGPL-2.1"
|
||||||
checksum=593af02ea2b5b7afb057a12c550f2c03b1d1cf59a716972d601c1499545ea0a7
|
checksum=8f4d1e70e058a65143e618a9daaf45f00fac04ae9464b35a8d9eeeef3fa5e2a5
|
||||||
long_desc="
|
long_desc="
|
||||||
MesaLib is a 3-D graphics library with an API which is very similar to
|
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
|
that of OpenGL*. To the extent that Mesa utilizes the OpenGL command syntax
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template build file for 'sqlite'.
|
# Template build file for 'sqlite'.
|
||||||
pkgname=sqlite
|
pkgname=sqlite
|
||||||
version=3.7.10
|
version=3.7.11
|
||||||
_amalgamationver=3071000
|
_amalgamationver=3071100
|
||||||
wrksrc=sqlite
|
wrksrc=sqlite
|
||||||
create_wrksrc=yes
|
create_wrksrc=yes
|
||||||
distfiles="http://www.sqlite.org/sqlite-autoconf-${_amalgamationver}.tar.gz"
|
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 <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.sqlite.org"
|
homepage="http://www.sqlite.org"
|
||||||
license="Public Domain"
|
license="Public Domain"
|
||||||
checksum=9c1775057af5cc8b6cc64808b9553d77beccf3757e16ecee3bc878404d9c43e3
|
checksum=2badc75dc536249bcd68c44d2a655724285d054303251eaff9d355194cb3476b
|
||||||
long_desc="
|
long_desc="
|
||||||
SQLite is a C library that implements an SQL database engine. Programs
|
SQLite is a C library that implements an SQL database engine. Programs
|
||||||
that link with the SQLite library can have SQL database access without
|
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 readline-devel
|
||||||
Add_dependency build tcl-devel
|
Add_dependency build tcl-devel
|
||||||
|
|
||||||
do_configure()
|
do_configure() {
|
||||||
{
|
|
||||||
export CFLAGS="$XBPS_CFLAGS -DSQLITE_ENABLE_FTS3=1 \
|
export CFLAGS="$XBPS_CFLAGS -DSQLITE_ENABLE_FTS3=1 \
|
||||||
-DSQLITE_ENABLE_COLUMN_METADATA=1 \
|
-DSQLITE_ENABLE_COLUMN_METADATA=1 \
|
||||||
-DSQLITE_ENABLE_UNLOCK_NOTIFY -DSQLITE_SECURE_DELETE"
|
-DSQLITE_ENABLE_UNLOCK_NOTIFY -DSQLITE_SECURE_DELETE"
|
||||||
|
@ -38,8 +37,7 @@ do_configure()
|
||||||
./configure ${CONFIGURE_SHARED_ARGS} --with-system-sqlite
|
./configure ${CONFIGURE_SHARED_ARGS} --with-system-sqlite
|
||||||
}
|
}
|
||||||
|
|
||||||
do_build()
|
do_build() {
|
||||||
{
|
|
||||||
cd ${wrksrc}/sqlite-autoconf-${_amalgamationver}
|
cd ${wrksrc}/sqlite-autoconf-${_amalgamationver}
|
||||||
make ${makejobs}
|
make ${makejobs}
|
||||||
|
|
||||||
|
@ -47,8 +45,7 @@ do_build()
|
||||||
make ${makejobs}
|
make ${makejobs}
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install()
|
do_install() {
|
||||||
{
|
|
||||||
cd ${wrksrc}/sqlite-autoconf-${_amalgamationver}
|
cd ${wrksrc}/sqlite-autoconf-${_amalgamationver}
|
||||||
make DESTDIR=${DESTDIR} install
|
make DESTDIR=${DESTDIR} install
|
||||||
cd ${wrksrc}/sqlite-autoconf-${_amalgamationver}/tea
|
cd ${wrksrc}/sqlite-autoconf-${_amalgamationver}/tea
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
# Template build file for 'xf86-video-vmware'.
|
# Template build file for 'xf86-video-vmware'.
|
||||||
pkgname=xf86-video-vmware
|
pkgname=xf86-video-vmware
|
||||||
version=12.0.1
|
version=12.0.2
|
||||||
distfiles="${XORG_SITE}/driver/$pkgname-$version.tar.bz2"
|
distfiles="${XORG_SITE}/driver/$pkgname-$version.tar.bz2"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
short_desc="Modular Xorg VMware virtual video driver"
|
short_desc="Modular Xorg VMware virtual video driver"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=ded644af1f74ca0ebdc759e3db715519c476b341c1783c3d92c93a76591ed496
|
checksum=c827875fd94805ec9b925fe09aaa973e7e3f9096c7ef311d449c3f134ae75147
|
||||||
long_desc="
|
long_desc="
|
||||||
This is the VMware virtual video driver for the modular Xorg server."
|
This is the VMware virtual video driver for the modular Xorg server."
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue