Lukas Fleischer pushed to branch main at Arch Linux / Packaging / Packages / imv
Commits: 5ab84ed7 by Lukas Fleischer at 2024-09-28T21:08:04-05:00 upgpkg: 4.5.0-4: drop freeimage support - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = imv pkgdesc = Image viewer for Wayland and X11 pkgver = 4.5.0 - pkgrel = 3 + pkgrel = 4 url = https://sr.ht/~exec64/imv/ arch = x86_64 license = GPL @@ -9,7 +9,6 @@ pkgbase = imv makedepends = cmake makedepends = cmocka makedepends = meson - depends = freeimage depends = glu depends = libheif depends = libinih ===================================== PKGBUILD ===================================== @@ -3,12 +3,12 @@ pkgname=imv pkgver=4.5.0 -pkgrel=3 +pkgrel=4 pkgdesc='Image viewer for Wayland and X11' url='https://sr.ht/~exec64/imv/' arch=(x86_64) license=(GPL) -depends=(freeimage glu libheif libinih libjxl librsvg libxkbcommon libxkbcommon-x11 pango) +depends=(glu libheif libinih libjxl librsvg libxkbcommon libxkbcommon-x11 pango) makedepends=(asciidoc cmake cmocka meson) conflicts=(renameutils) source=("$pkgname-$pkgver.tar.gz::https://git.sr.ht/~exec64/$pkgname/archive/v$pkgver.tar.gz") @@ -16,7 +16,7 @@ b2sums=('100174071049ee711a868832ea297cc7fd43450145db9e71a631afb97d7d77574f37501 build() { export CFLAGS+=' -w' - arch-meson build $pkgname-v$pkgver -D libnsgif=disabled + arch-meson build $pkgname-v$pkgver -D libnsgif=disabled -D freeimage=disabled ninja -C build } View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/imv/-/commit/5ab84ed7a0a4ec982e0c276e69768a56a7c3de98 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/imv/-/commit/5ab84ed7a0a4ec982e0c276e69768a56a7c3de98 You're receiving this email because of your account on gitlab.archlinux.org.