rebuild: miniupnpc
This commit is contained in:
parent
aa807fe391
commit
651325aff7
2 changed files with 6 additions and 5 deletions
3
.SRCINFO
3
.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 = 3
|
pkgrel = 4
|
||||||
url = https://godotengine.org
|
url = https://godotengine.org
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = MIT
|
license = MIT
|
||||||
|
@ -23,7 +23,6 @@ pkgbase = godot3
|
||||||
depends = libxi
|
depends = libxi
|
||||||
depends = libxinerama
|
depends = libxinerama
|
||||||
depends = libxrandr
|
depends = libxrandr
|
||||||
depends = miniupnpc
|
|
||||||
depends = opusfile
|
depends = opusfile
|
||||||
optdepends = pipewire-alsa
|
optdepends = pipewire-alsa
|
||||||
optdepends = pipewire-pulse
|
optdepends = pipewire-pulse
|
||||||
|
|
8
PKGBUILD
8
PKGBUILD
|
@ -9,14 +9,15 @@
|
||||||
_pkgname=godot
|
_pkgname=godot
|
||||||
pkgname=godot3
|
pkgname=godot3
|
||||||
pkgver=3.5.3
|
pkgver=3.5.3
|
||||||
pkgrel=3
|
pkgrel=4
|
||||||
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 pulseaudio)
|
||||||
depends=(embree3 freetype2 libglvnd libtheora libvorbis libvpx libwebp libwslay
|
depends=(embree3 freetype2 libglvnd libtheora libvorbis libvpx libwebp libwslay
|
||||||
libsquish libxcursor libxi libxinerama libxrandr miniupnpc opusfile)
|
libsquish libxcursor libxi libxinerama libxrandr opusfile)
|
||||||
|
#miniupnpc removed due to 2.2.8 update
|
||||||
optdepends=(pipewire-alsa pipewire-pulse)
|
optdepends=(pipewire-alsa pipewire-pulse)
|
||||||
source=("$_pkgname-$pkgver.tar.gz::https://github.com/godotengine/godot/archive/$pkgver-stable.tar.gz"
|
source=("$_pkgname-$pkgver.tar.gz::https://github.com/godotengine/godot/archive/$pkgver-stable.tar.gz"
|
||||||
"godot3.patch")
|
"godot3.patch")
|
||||||
|
@ -38,8 +39,9 @@ build() {
|
||||||
# certs (FS#72762)
|
# certs (FS#72762)
|
||||||
# enet (contains no upstreamed IPv6 support)
|
# enet (contains no upstreamed IPv6 support)
|
||||||
# recast, xatlas
|
# recast, xatlas
|
||||||
|
# miniupnpc updated to 2.2.8
|
||||||
# AUR: libwebm
|
# AUR: libwebm
|
||||||
local to_unbundle="embree freetype libogg libpng libsquish libtheora libvorbis libvpx libwebp miniupnpc opus pcre2 wslay zlib zstd"
|
local to_unbundle="embree freetype libogg libpng libsquish libtheora libvorbis libvpx libwebp opus pcre2 wslay zlib zstd"
|
||||||
local system_libs=""
|
local system_libs=""
|
||||||
for _lib in $to_unbundle; do
|
for _lib in $to_unbundle; do
|
||||||
system_libs+="builtin_"$_lib"=no "
|
system_libs+="builtin_"$_lib"=no "
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue