mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-19 10:15:36 +08:00
bumblebee: add workaround for libglvnd
This commit is contained in:
parent
0f789ed2b8
commit
5c1114d86d
@ -4,10 +4,10 @@
|
|||||||
|
|
||||||
pkgname=bumblebee
|
pkgname=bumblebee
|
||||||
pkgver=3.2.1
|
pkgver=3.2.1
|
||||||
pkgrel=13
|
pkgrel=14
|
||||||
pkgdesc="Bumblebee brings Optimus Support for Linux Through VirtualGL."
|
pkgdesc="Bumblebee brings Optimus Support for Linux Through VirtualGL."
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
depends=('virtualgl' 'glib2' 'mesa-libgl')
|
depends=('virtualgl' 'glib2' 'mesa')
|
||||||
makedepends=('help2man')
|
makedepends=('help2man')
|
||||||
optdepends=('bbswitch: switch on/off discrete card'
|
optdepends=('bbswitch: switch on/off discrete card'
|
||||||
'nvidia: NVIDIA kernel driver'
|
'nvidia: NVIDIA kernel driver'
|
||||||
@ -28,6 +28,7 @@ source=("http://www.bumblebee-project.org/${pkgname}-${pkgver}.tar.gz"
|
|||||||
"0005-bb_nvidia_drm_detection_bug699_02.patch::https://github.com/arafey/Bumblebee/commit/fcfe596eb13f62ca9dd7de272a5a87ae843b2a00.patch"
|
"0005-bb_nvidia_drm_detection_bug699_02.patch::https://github.com/arafey/Bumblebee/commit/fcfe596eb13f62ca9dd7de272a5a87ae843b2a00.patch"
|
||||||
"0006-bb_hexadicimal_bug573.patch::https://github.com/Bumblebee-Project/Bumblebee/commit/2073f8537412aa47755eb6f3f22a114403e5285b.patch"
|
"0006-bb_hexadicimal_bug573.patch::https://github.com/Bumblebee-Project/Bumblebee/commit/2073f8537412aa47755eb6f3f22a114403e5285b.patch"
|
||||||
"0007-bb_mutebblogger.patch"
|
"0007-bb_mutebblogger.patch"
|
||||||
|
"0008-libglvnd.patch::https://github.com/Bumblebee-Project/Bumblebee/pull/845.patch"
|
||||||
"bumblebee.conf")
|
"bumblebee.conf")
|
||||||
md5sums=('30974e677bb13e8a3825fd6f3e7d3b24'
|
md5sums=('30974e677bb13e8a3825fd6f3e7d3b24'
|
||||||
'ce459c536367e39a6fcc981651da3cc7'
|
'ce459c536367e39a6fcc981651da3cc7'
|
||||||
@ -37,6 +38,7 @@ md5sums=('30974e677bb13e8a3825fd6f3e7d3b24'
|
|||||||
'40c37c529d65a3186a61ec4d72eb30ce'
|
'40c37c529d65a3186a61ec4d72eb30ce'
|
||||||
'd0a7d504a717e34b05fb4bc9ee68f881'
|
'd0a7d504a717e34b05fb4bc9ee68f881'
|
||||||
'613527d15fb5d40925dc2b3843e545c4'
|
'613527d15fb5d40925dc2b3843e545c4'
|
||||||
|
'46c8cd4ce30db7c22de0417febb7a2ab'
|
||||||
'8bfc4331d956abc6d205dd9b9e22e6eb')
|
'8bfc4331d956abc6d205dd9b9e22e6eb')
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user