Change from pulseaudio to pulse-native-provider
This commit is contained in:
parent
b6c9650698
commit
2d4d8bd968
2 changed files with 4 additions and 4 deletions
4
.SRCINFO
4
.SRCINFO
|
@ -1,7 +1,7 @@
|
||||||
pkgbase = godot3
|
pkgbase = godot3
|
||||||
pkgdesc = Advanced cross-platform 2D and 3D game engine (3.x Branch)
|
pkgdesc = Advanced cross-platform 2D and 3D game engine (3.x Branch)
|
||||||
pkgver = 3.5.3
|
pkgver = 3.5.3
|
||||||
pkgrel = 5
|
pkgrel = 6
|
||||||
url = https://godotengine.org
|
url = https://godotengine.org
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = MIT
|
license = MIT
|
||||||
|
@ -9,7 +9,7 @@ pkgbase = godot3
|
||||||
makedepends = scons
|
makedepends = scons
|
||||||
makedepends = yasm
|
makedepends = yasm
|
||||||
makedepends = alsa-lib
|
makedepends = alsa-lib
|
||||||
makedepends = pulseaudio
|
makedepends = pulse-native-provider
|
||||||
depends = embree3
|
depends = embree3
|
||||||
depends = freetype2
|
depends = freetype2
|
||||||
depends = libglvnd
|
depends = libglvnd
|
||||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -9,12 +9,12 @@
|
||||||
_pkgname=godot
|
_pkgname=godot
|
||||||
pkgname=godot3
|
pkgname=godot3
|
||||||
pkgver=3.5.3
|
pkgver=3.5.3
|
||||||
pkgrel=5
|
pkgrel=6
|
||||||
pkgdesc='Advanced cross-platform 2D and 3D game engine (3.x Branch)'
|
pkgdesc='Advanced cross-platform 2D and 3D game engine (3.x Branch)'
|
||||||
url='https://godotengine.org'
|
url='https://godotengine.org'
|
||||||
license=(MIT)
|
license=(MIT)
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
makedepends=(gcc scons yasm alsa-lib pulseaudio)
|
makedepends=(gcc scons yasm alsa-lib pulse-native-provider)
|
||||||
depends=(embree3 freetype2 libglvnd libtheora libvorbis libvpx libwebp libwslay
|
depends=(embree3 freetype2 libglvnd libtheora libvorbis libvpx libwebp libwslay
|
||||||
libsquish libxcursor libxi libxinerama libxrandr opusfile miniupnpc)
|
libsquish libxcursor libxi libxinerama libxrandr opusfile miniupnpc)
|
||||||
optdepends=(pipewire-alsa pipewire-pulse)
|
optdepends=(pipewire-alsa pipewire-pulse)
|
||||||
|
|
Loading…
Reference in a new issue