summaryrefslogtreecommitdiff
path: root/libre/mesa
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2017-12-17 18:54:57 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2017-12-17 18:54:57 -0500
commitb795135097e6391a5a963ae52d11065fa98daf14 (patch)
tree7b9e54ebe0bef77f456beffe80f4f5954f97c0f0 /libre/mesa
parent0d1de9a2c77798a18f368b80334664f5952684bc (diff)
downloadabslibre-b795135097e6391a5a963ae52d11065fa98daf14.tar.gz
abslibre-b795135097e6391a5a963ae52d11065fa98daf14.tar.bz2
abslibre-b795135097e6391a5a963ae52d11065fa98daf14.zip
mesa-17.3.0-2.parabola1: updating version
Diffstat (limited to 'libre/mesa')
-rw-r--r--libre/mesa/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/libre/mesa/PKGBUILD b/libre/mesa/PKGBUILD
index 80075b0ed..838014786 100644
--- a/libre/mesa/PKGBUILD
+++ b/libre/mesa/PKGBUILD
@@ -4,8 +4,8 @@
pkgbase=mesa
pkgname=("${pkgbase}")
-pkgver=17.2.5
-pkgrel=1.parabola1
+pkgver=17.3.0
+pkgrel=2.parabola1
arch=('i686' 'x86_64' 'armv7h')
makedepends=('python2-mako' 'libxml2' 'libx11' 'glproto' 'libdrm' 'dri2proto' 'dri3proto' 'presentproto'
'libxshmfence' 'libxxf86vm' 'libxdamage' 'libvdpau' 'libva' 'wayland' 'wayland-protocols'
@@ -18,7 +18,7 @@ source=(https://mesa.freedesktop.org/archive/mesa-${pkgver}.tar.xz{,.sig}
LICENSE
drirc
0002-glvnd-fix-gl-dot-pc.patch)
-sha256sums=('7f7f914b7b9ea0b15f2d9d01a4375e311b0e90e55683b8e8a67ce8691eb1070f'
+sha256sums=('29a0a3a6c39990d491a1a58ed5c692e596b3bfc6c01d0b45e0b787116c50c6d9'
'SKIP'
'7fdc119cf53c8ca65396ea73f6d10af641ba41ea1dd2bd44a824726e01c8b3f2'
'2cc6f40076e07a2d4769557c1aa40e5b6fbbb59c38e551c1a1997ef0d3f3c5f2'
@@ -84,7 +84,7 @@ build() {
--enable-gallium-extra-hud \
--enable-texture-float \
$VDPAU_AND_XA \
- --enable-omx \
+ --enable-omx-bellagio \
--enable-nine \
$OPENCL \
--with-clang-libdir=/usr/lib
@@ -99,7 +99,7 @@ build() {
package_mesa() {
pkgdesc="A free implementation of the OpenGL specification, without nonfree software recommendations in drirc"
depends=('libdrm' 'wayland' 'libxxf86vm' 'libxdamage' 'libxshmfence' 'libelf'
- 'libomxil-bellagio' 'libtxc_dxtn' 'llvm-libs' 'lm_sensors' 'libglvnd')
+ 'libomxil-bellagio' 'llvm-libs' 'lm_sensors' 'libglvnd')
depends_x86_64=('libunwind')
depends_i686=("${depends_x86_64[@]}")
optdepends=('opengl-man-pages: for the OpenGL API man pages'