update dependencies
This commit is contained in:
parent
1d0a94b949
commit
6280b56c86
2 changed files with 4 additions and 2 deletions
2
.SRCINFO
2
.SRCINFO
|
@ -30,6 +30,7 @@ pkgbase = orca-slicer-git
|
||||||
depends = hicolor-icon-theme
|
depends = hicolor-icon-theme
|
||||||
depends = libglvnd
|
depends = libglvnd
|
||||||
depends = libjpeg-turbo
|
depends = libjpeg-turbo
|
||||||
|
depends = libpng
|
||||||
depends = libspnav
|
depends = libspnav
|
||||||
depends = libx11
|
depends = libx11
|
||||||
depends = pango
|
depends = pango
|
||||||
|
@ -38,6 +39,7 @@ pkgbase = orca-slicer-git
|
||||||
depends = wayland
|
depends = wayland
|
||||||
depends = webkit2gtk-4.1
|
depends = webkit2gtk-4.1
|
||||||
depends = zlib
|
depends = zlib
|
||||||
|
depends = zstd
|
||||||
optdepends = mesa: Enables Zink fallback workaround for NVIDIA on Wayland
|
optdepends = mesa: Enables Zink fallback workaround for NVIDIA on Wayland
|
||||||
optdepends = mesa-utils: for detecting renderer
|
optdepends = mesa-utils: for detecting renderer
|
||||||
optdepends = nvidia-utils: for querying driver version
|
optdepends = nvidia-utils: for querying driver version
|
||||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -8,8 +8,8 @@ arch=('x86_64')
|
||||||
url="https://github.com/SoftFever/OrcaSlicer"
|
url="https://github.com/SoftFever/OrcaSlicer"
|
||||||
license=('AGPL-3.0-only')
|
license=('AGPL-3.0-only')
|
||||||
depends=('bash' 'cairo' 'dbus' 'expat' 'fontconfig' 'freetype2' 'gcc-libs' 'gdk-pixbuf2' 'glib2' 'glibc'
|
depends=('bash' 'cairo' 'dbus' 'expat' 'fontconfig' 'freetype2' 'gcc-libs' 'gdk-pixbuf2' 'glib2' 'glibc'
|
||||||
'gst-plugins-base-libs' 'gstreamer' 'gtk3' 'hicolor-icon-theme' 'libglvnd' 'libjpeg-turbo'
|
'gst-plugins-base-libs' 'gstreamer' 'gtk3' 'hicolor-icon-theme' 'libglvnd' 'libjpeg-turbo' 'libpng'
|
||||||
'libspnav' 'libx11' 'pango' 'python' 'ttf-nanum' 'wayland' 'webkit2gtk-4.1' 'zlib')
|
'libspnav' 'libx11' 'pango' 'python' 'ttf-nanum' 'wayland' 'webkit2gtk-4.1' 'zlib' 'zstd')
|
||||||
makedepends=('cmake' 'extra-cmake-modules' 'git' 'glew' 'libigl' 'm4' 'ninja' 'pkgconf' 'wayland-protocols')
|
makedepends=('cmake' 'extra-cmake-modules' 'git' 'glew' 'libigl' 'm4' 'ninja' 'pkgconf' 'wayland-protocols')
|
||||||
optdepends=('mesa: Enables Zink fallback workaround for NVIDIA on Wayland'
|
optdepends=('mesa: Enables Zink fallback workaround for NVIDIA on Wayland'
|
||||||
'mesa-utils: for detecting renderer'
|
'mesa-utils: for detecting renderer'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue