MesaLib: enable g3dvl - Generic GPU-Accelerated Video Decoding, revbump.
This commit is contained in:
parent
8e38cece35
commit
b8a19a9c97
8 changed files with 9 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
||||||
# Template file for 'MesaLib-devel'.
|
# Template file for 'MesaLib-devel'.
|
||||||
#
|
#
|
||||||
|
revision=1
|
||||||
short_desc="${short_desc} - development files"
|
short_desc="${short_desc} - development files"
|
||||||
long_desc="${long_desc}
|
long_desc="${long_desc}
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
# Template file for 'libEGL'.
|
# Template file for 'libEGL'.
|
||||||
#
|
#
|
||||||
|
revision=1
|
||||||
short_desc="Free implementation of the EGL API - runtime"
|
short_desc="Free implementation of the EGL API - runtime"
|
||||||
long_desc="
|
long_desc="
|
||||||
This package contains the EGL native platform graphics interface library.
|
This package contains the EGL native platform graphics interface library.
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
# Template file for 'libGL'.
|
# Template file for 'libGL'.
|
||||||
#
|
#
|
||||||
|
revision=1
|
||||||
short_desc="Free implementation of the OpenGL API - GLX runtime"
|
short_desc="Free implementation of the OpenGL API - GLX runtime"
|
||||||
long_desc="
|
long_desc="
|
||||||
This version of Mesa provides GLX and DRI capabilities: it is capable of both
|
This version of Mesa provides GLX and DRI capabilities: it is capable of both
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
# Template file for 'libGLES'.
|
# Template file for 'libGLES'.
|
||||||
#
|
#
|
||||||
|
revision=1
|
||||||
short_desc="Free implementation of the OpenGL|ES 1.x and 2.x API"
|
short_desc="Free implementation of the OpenGL|ES 1.x and 2.x API"
|
||||||
long_desc="
|
long_desc="
|
||||||
OpenGL|ES is a cross-platform API for full-function 2D and 3D graphics on
|
OpenGL|ES is a cross-platform API for full-function 2D and 3D graphics on
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
# Template file for 'libGLU'.
|
# Template file for 'libGLU'.
|
||||||
#
|
#
|
||||||
|
revision=1
|
||||||
short_desc="Mesa OpenGL utility library (GLU)"
|
short_desc="Mesa OpenGL utility library (GLU)"
|
||||||
long_desc="
|
long_desc="
|
||||||
GLU offers simple interfaces for building mipmaps; checking for the presence
|
GLU offers simple interfaces for building mipmaps; checking for the presence
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
# Template file for 'libOpenVG'.
|
# Template file for 'libOpenVG'.
|
||||||
#
|
#
|
||||||
|
revision=1
|
||||||
short_desc="Free implementation of the OpenVG API - runtime"
|
short_desc="Free implementation of the OpenVG API - runtime"
|
||||||
long_desc="
|
long_desc="
|
||||||
This package contains the mesa implementation of the OpenVG 2D acceleration
|
This package contains the mesa implementation of the OpenVG 2D acceleration
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
# Template file for 'libglapi'.
|
# Template file for 'libglapi'.
|
||||||
#
|
#
|
||||||
|
revision=1
|
||||||
short_desc="Free implementation of the GL API - shared library"
|
short_desc="Free implementation of the GL API - shared library"
|
||||||
long_desc="
|
long_desc="
|
||||||
The Mesa GL API module is responsible for dispatching all the gl* functions.
|
The Mesa GL API module is responsible for dispatching all the gl* functions.
|
||||||
|
|
|
@ -1,10 +1,11 @@
|
||||||
# Template build file for 'MesaLib'.
|
# Template build file for 'MesaLib'.
|
||||||
pkgname=MesaLib
|
pkgname=MesaLib
|
||||||
version=8.0
|
version=8.0
|
||||||
|
revision=1
|
||||||
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
|
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue