diff options
author | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2014-03-09 23:23:54 -0300 |
---|---|---|
committer | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2014-03-09 23:23:54 -0300 |
commit | b6e433006728abecb70346fe54ed8b1e633fc4ba (patch) | |
tree | d93ea05acfd3c2ecda8a7ec548a03b50148f7076 /libre/mesa-libcl/PKGBUILD | |
parent | 3b3a05b26390c64a46295787202a910ec76e00a4 (diff) | |
parent | bd835365437ce04744afa041008d389995fc396a (diff) | |
download | abslibre-b6e433006728abecb70346fe54ed8b1e633fc4ba.tar.gz abslibre-b6e433006728abecb70346fe54ed8b1e633fc4ba.tar.bz2 abslibre-b6e433006728abecb70346fe54ed8b1e633fc4ba.zip |
Merge branch 'master' of ssh://projects.parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'libre/mesa-libcl/PKGBUILD')
-rw-r--r-- | libre/mesa-libcl/PKGBUILD | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/libre/mesa-libcl/PKGBUILD b/libre/mesa-libcl/PKGBUILD index 198bcbcb5..27bab3829 100644 --- a/libre/mesa-libcl/PKGBUILD +++ b/libre/mesa-libcl/PKGBUILD @@ -1,10 +1,11 @@ -# Maintainer: Márcio Silva <coadde@lavabit.com> +# Maintainer: Márcio Silva <coadde@parabola.nu> +# Contributor: André Silva <emulatorman@parabola.nu> pkgbase=mesa _pkgname=libcl pkgname=$pkgbase-$_pkgname _pkgflag=libre -pkgver=10.0.3 +pkgver=10.1.0 pkgrel=1 pkgdesc='Mesa 3-D OpenCL library' url=http://${pkgbase}3d.sourceforge.net @@ -18,16 +19,18 @@ optdepends='opencl-headers: headers necessary for OpenCL development' makedepends=( clang dri2proto + dri3proto glproto imake libxml2 + presentproto python2 ) provides=($_pkgname-$_pkgflag $_pkgname opencl-nvidia opencl-nvidia-304xx) conflicts=($_pkgname-$_pkgflag $_pkgname opencl-nvidia opencl-nvidia-304xx) replaces=($_pkgname-$_pkgflag $_pkgname opencl-nvidia opencl-nvidia-304xx) source=ftp://ftp.freedesktop.org/pub/$pkgbase/${pkgver%.0}/${pkgbase^}Lib-$pkgver.tar.bz2 -sha512sums=e864c4d63336977b2917d83926331163198d47023228cc71f47c67251f675102dbab4551e032aa1dfcb4cbda1f98f15ff4565acef54a33ed8c50af32f52a52da +sha512sums=a8c57e50c360f3d4ebc850de6b24b87175100cedcbb48ceace2b228f654d29ffa97ec24118ad8e0f281fee80750568fdb2f8b58866713424889c69387e3a6adb build() { cd $srcdir/${pkgbase^}-$pkgver @@ -36,6 +39,7 @@ build() { --enable-opencl\ --enable-gallium-llvm\ --enable-r600-llvm-compiler\ + --enable-dri3\ --with-clang-libdir=/usr/lib\ --with-llvm-shared-libs\ --with-gallium-drivers=i915,nouveau,r300,r600,radeonsi,svga,swrast |