* update qt6-multimedia to 6.8.2-1

This commit is contained in:
Alexander Baldeck 2025-02-11 21:02:46 +01:00
parent 993026118e
commit c20b5bdf67
2 changed files with 10 additions and 8 deletions

View File

@ -1,7 +1,7 @@
pkgbase = qt6-multimedia
pkgdesc = Classes for audio, video, radio and camera functionality
pkgver = 6.8.1
pkgrel = 2
pkgver = 6.8.2
pkgrel = 1
url = https://www.qt.io
arch = x86_64
arch = powerpc64le
@ -28,8 +28,8 @@ pkgbase = qt6-multimedia
depends = glibc
depends = libpulse
depends = qt6-base
source = git+https://code.qt.io/qt/qtmultimedia#tag=v6.8.1
sha256sums = 8e625b72b15f4272fe23a055a0f332ad52ae881ac18d6d8b114a54fa44124472
source = git+https://code.qt.io/qt/qtmultimedia#tag=v6.8.2
sha256sums = 8988215581220de3d2c5c89af7e434f7e30d1fc6e7aead48d3e7b0059159cf37
pkgname = qt6-multimedia
depends = gcc-libs
@ -51,6 +51,7 @@ pkgname = qt6-multimedia-ffmpeg
depends = libxext
depends = libxrandr
depends = qt6-base
depends = qt6-declarative
depends = qt6-multimedia
provides = qt6-multimedia-backend

View File

@ -6,9 +6,9 @@ pkgbase=qt6-multimedia
pkgname=(qt6-multimedia
qt6-multimedia-ffmpeg
qt6-multimedia-gstreamer)
_pkgver=6.8.1
pkgver=6.8.1
pkgrel=2
_pkgver=6.8.2
pkgver=6.8.2
pkgrel=1
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url='https://www.qt.io'
license=(GPL-3.0-only
@ -34,7 +34,7 @@ makedepends=(cmake
groups=(qt6)
_pkgfn=${pkgname/6-/}
source=(git+https://code.qt.io/qt/$_pkgfn#tag=v$_pkgver)
sha256sums=('8e625b72b15f4272fe23a055a0f332ad52ae881ac18d6d8b114a54fa44124472')
sha256sums=('8988215581220de3d2c5c89af7e434f7e30d1fc6e7aead48d3e7b0059159cf37')
build() {
case "${CARCH}" in
@ -106,6 +106,7 @@ package_qt6-multimedia-ffmpeg() {
libxext
libxrandr
qt6-base
qt6-declarative
qt6-multimedia)
provides=(qt6-multimedia-backend)
groups=()