mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
extra/mesa to 23.1.6-4
This commit is contained in:
parent
4978d7694d
commit
c29815a62d
1 changed files with 6 additions and 3 deletions
|
@ -26,7 +26,7 @@ pkgname=(
|
|||
'mesa'
|
||||
)
|
||||
pkgver=23.1.6
|
||||
pkgrel=1
|
||||
pkgrel=4
|
||||
epoch=1
|
||||
pkgdesc="An open-source implementation of the OpenGL specification"
|
||||
url="https://www.mesa3d.org/"
|
||||
|
@ -98,6 +98,11 @@ validpgpkeys=('8703B6700E7EE06D7A39B8D6EDAE37B02CEB490D' # Emil Velikov <emil.l
|
|||
|
||||
prepare() {
|
||||
cd mesa-$pkgver
|
||||
|
||||
# Include package release in version string so Chromium invalidates
|
||||
# its GPU cache; otherwise it can cause pages to render incorrectly.
|
||||
# https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/2020604
|
||||
echo "$pkgver-arch$epoch.$pkgrel" >VERSION
|
||||
}
|
||||
|
||||
build() {
|
||||
|
@ -386,8 +391,6 @@ package_mesa() {
|
|||
'libomxil-bellagio'
|
||||
)
|
||||
optdepends=(
|
||||
'libva-mesa-driver: for accelerated video playback'
|
||||
'mesa-vdpau: for accelerated video playback'
|
||||
'opengl-man-pages: for the OpenGL API man pages'
|
||||
)
|
||||
provides=(
|
||||
|
|
Loading…
Reference in a new issue