* update qt6-imageformats to 6.7.2-1

This commit is contained in:
Alexander Baldeck 2024-08-08 09:53:12 +02:00
parent 6b2f9e7772
commit a2dbf13a0f
2 changed files with 27 additions and 2 deletions

View File

@ -0,0 +1,25 @@
pkgbase = qt6-imageformats
pkgdesc = Plugins for additional image formats: TIFF, MNG, TGA, WBMP
pkgver = 6.7.2
pkgrel = 1
url = https://www.qt.io
arch = x86_64
groups = qt6
license = GPL3
license = LGPL3
license = FDL
license = custom
makedepends = cmake
makedepends = git
makedepends = ninja
depends = gcc-libs
depends = glibc
depends = jasper
depends = libmng
depends = libtiff
depends = libwebp
depends = qt6-base
source = git+https://code.qt.io/qt/qtimageformats#tag=v6.7.2
sha256sums = a5c78cf6662b334a746d8ff90a47f0e9072655dd0b438de38c485e66e4ae4b83
pkgname = qt6-imageformats

View File

@ -4,7 +4,7 @@
# Contributor: Andrea Scarpino <andrea@archlinux.org>
pkgname=qt6-imageformats
pkgver=6.7.1
pkgver=6.7.2
pkgrel=1
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url='https://www.qt.io'
@ -23,7 +23,7 @@ makedepends=(cmake
groups=(qt6)
_pkgfn=${pkgname/6-/}
source=(git+https://code.qt.io/qt/$_pkgfn#tag=v$pkgver)
sha256sums=('a4794496b8da098f1d0ec40d44d79ccfea3bb29620363a68cb4d2a2fbdedcd82')
sha256sums=('a5c78cf6662b334a746d8ff90a47f0e9072655dd0b438de38c485e66e4ae4b83')
build() {
cmake -B build -S $_pkgfn -G Ninja \