Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages / forge
Commits: 9ebfc1e6 by Sven-Hendrik Haase at 2024-09-28T06:29:43+02:00 upgpkg: 2:1.0.8-3: Remove freeimage support See https://gitlab.archlinux.org/archlinux/packaging/packages/freeimage/-/issues/1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = forge pkgdesc = High Performance Visualizations pkgver = 1.0.8 - pkgrel = 2 + pkgrel = 3 epoch = 2 url = https://github.com/arrayfire/forge arch = x86_64 @@ -16,7 +16,6 @@ pkgbase = forge depends = glfw depends = freetype2 depends = fontconfig - depends = freeimage depends = glbinding options = !buildflags source = forge-1.0.8.tar.gz::https://github.com/arrayfire/forge/archive/v1.0.8.tar.gz ===================================== PKGBUILD ===================================== @@ -4,10 +4,10 @@ pkgdesc="High Performance Visualizations" url='https://github.com/arrayfire/forge' pkgver=1.0.8 arch=('x86_64') -pkgrel=2 +pkgrel=3 epoch=2 license=('BSD') -depends=('glfw' 'freetype2' 'fontconfig' 'freeimage' 'glbinding') +depends=('glfw' 'freetype2' 'fontconfig' 'glbinding') makedepends=('cmake' 'graphviz' 'git' 'python' 'glm' 'boost' 'ninja') source=($pkgname-$pkgver.tar.gz::https://github.com/arrayfire/forge/archive/v${pkgver}.tar.gz) sha512sums=('08e5eb89d80f7fa3310f0eb37481492b5c1dfff00b33c308169862d8b25cf93ad1d9c0db78667c0207a7f6f8ca4046c196bd3a987af839ea1864b49c738ee8e3') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/forge/-/commit/9ebfc1e643a423df9aef740f2594eba143147989 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/forge/-/commit/9ebfc1e643a423df9aef740f2594eba143147989 You're receiving this email because of your account on gitlab.archlinux.org.
