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