removed dependency on libtiff
This commit is contained in:
parent
ef5345eb2f
commit
b9e1da6e05
2 changed files with 3 additions and 4 deletions
4
PKGBUILD
4
PKGBUILD
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: lod <aur@cyber-anlage.de>
|
||||
|
||||
pkgname=orca-slicer-git
|
||||
pkgver=2.3.1.r25035.241d097
|
||||
pkgver=2.3.1.r25067.c6b8664
|
||||
pkgrel=1
|
||||
pkgdesc="G-code generator for 3D printers (Bambu, Prusa, Voron, VzBot, RatRig, Creality, etc.)"
|
||||
arch=('x86_64')
|
||||
|
@ -9,7 +9,7 @@ url="https://github.com/SoftFever/OrcaSlicer"
|
|||
license=('AGPL-3.0-only')
|
||||
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'
|
||||
'libspnav' 'libtiff' 'libx11' 'pango' 'python' 'wayland' 'webkit2gtk-4.1' 'zlib')
|
||||
'libspnav' 'libx11' 'pango' 'python' 'wayland' 'webkit2gtk-4.1' 'zlib')
|
||||
makedepends=('cmake' 'extra-cmake-modules' 'gcc14' 'gcc14-libs' 'git' 'glew' 'libigl' 'm4' 'ninja' 'pkgconf' 'wayland-protocols')
|
||||
optdepends=('mesa: Enables Zink fallback workaround for NVIDIA on Wayland'
|
||||
'mesa-utils: for detecting renderer'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue