cleaned dependencies

This commit is contained in:
LW-archlinux 2016-01-29 21:29:31 +01:00
parent 50b521d1ac
commit a28efa0faa
2 changed files with 4 additions and 17 deletions

View File

@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
# Fri Jan 29 18:07:11 UTC 2016
# Fri Jan 29 20:28:43 UTC 2016
pkgbase = mesa-git
pkgver = 11.2.0_devel.75890.30fcf24
pkgrel = 1
pkgrel = 1.1
url = http://mesa3d.sourceforge.net
arch = i686
arch = x86_64
@ -75,7 +75,6 @@ pkgname = mesa-git
depends = libgcrypt
depends = llvm-libs-svn
depends = libxvmc
optdepends = nettle: for GLX-TLS support
optdepends = opengl-man-pages: for the OpenGL API man pages
optdepends = mesa-vdpau-git: for accelerated video playback
optdepends = libva-mesa-driver-git: for accelerated video playback

View File

@ -12,7 +12,7 @@
pkgbase=mesa-git
pkgname=('opencl-mesa-git' 'libva-mesa-driver-git' 'mesa-vdpau-git' 'mesa-git' 'mesa-libgl-git')
pkgver=11.2.0_devel.75890.30fcf24
pkgrel=1
pkgrel=1.1
arch=('i686' 'x86_64')
makedepends=('python2-mako' 'libxml2' 'libx11' 'glproto' 'libdrm>=2.4.66' 'dri2proto' 'dri3proto' 'presentproto'
'libxshmfence' 'libxxf86vm' 'libxdamage' 'libvdpau' 'libva' 'wayland' 'elfutils' 'llvm-svn'
@ -36,14 +36,6 @@ _mesaver() {
[ -f $path ] && cat "$path"
}
prepare() {
cd mesa
# Fix detection of libLLVM when built with CMake
#sed -i 's/LLVM_SO_NAME=.*/LLVM_SO_NAME=LLVM/' configure.ac
}
build () {
cd mesa
@ -75,9 +67,6 @@ build () {
--with-clang-libdir=/usr/lib
make
# --with-gallium-drivers=r300,r600,radeonsi,nouveau,svga,swrast,virgl \
# --with-dri-drivers=i915,i965,r200,radeon,nouveau,swrast \
# fake installation
mkdir -p "${srcdir}/fakeinstall"
@ -135,8 +124,7 @@ package_mesa-git () {
pkgdesc="an open-source implementation of the OpenGL specification"
depends=('libdrm>=2.4.66' 'wayland' 'libxxf86vm' 'libxdamage' 'libxshmfence' 'elfutils'
'libomxil-bellagio' 'libtxc_dxtn' 'libgcrypt' 'llvm-libs-svn' 'libxvmc')
optdepends=('nettle: for GLX-TLS support'
'opengl-man-pages: for the OpenGL API man pages'
optdepends=('opengl-man-pages: for the OpenGL API man pages'
'mesa-vdpau-git: for accelerated video playback'
'libva-mesa-driver-git: for accelerated video playback')
provides=("mesa=$(_mesaver)" 'mesa-r300-r600-radeonsi-git' 'mesa-dri')