[update] qt6-multimedia -> 6.8.1

This commit is contained in:
Developer 2024-12-13 23:49:31 +00:00
parent c0a9a2a021
commit 70d372ae12
2 changed files with 47 additions and 4 deletions

View File

@ -0,0 +1,35 @@
# Generated by makepkg 7.0.0
# using fakeroot version 1.36
pkgname = qt6-multimedia
pkgbase = qt6-multimedia
xdata = pkgtype=split
pkgver = 6.8.1-2
pkgdesc = Classes for audio, video, radio and camera functionality
url = https://www.qt.io
builddate = 1734133770
packager = Tuxcore <dev@tuxcore.org>
size = 5621816
arch = x86_64
license = GPL-3.0-only
license = LGPL-3.0-only
license = LicenseRef-Qt-Commercial
license = Qt-GPL-exception-1.0
group = qt6
depend = gcc-libs
depend = glibc
depend = libpulse
depend = qt6-base
depend = qt6-multimedia-backend
optdepend = qt6-declarative: QML bindings
optdepend = qt6-quick3d: for QtQuick3DAudio
makedepend = cmake
makedepend = ffmpeg
makedepend = git
makedepend = gst-plugins-bad-libs
makedepend = gst-plugins-base
makedepend = libxrandr
makedepend = ninja
makedepend = pipewire
makedepend = qt6-declarative
makedepend = qt6-quick3d
makedepend = qt6-shadertools

View File

@ -3,12 +3,15 @@ pkgbase=qt6-multimedia
pkgname=(qt6-multimedia
qt6-multimedia-ffmpeg
qt6-multimedia-gstreamer)
_pkgver=6.8.0
pkgver=6.8.0
_pkgver=6.8.1
pkgver=6.8.1
pkgrel=2
arch=(x86_64)
url='https://www.qt.io'
license=(GPL3 LGPL3 FDL custom)
license=(GPL-3.0-only
LGPL-3.0-only
LicenseRef-Qt-Commercial
Qt-GPL-exception-1.0)
pkgdesc='Classes for audio, video, radio and camera functionality'
depends=(gcc-libs
glibc
@ -17,16 +20,18 @@ depends=(gcc-libs
makedepends=(cmake
ffmpeg
git
gst-plugins-bad-libs
gst-plugins-base
libxrandr
ninja
pipewire
qt6-declarative
qt6-quick3d
qt6-shadertools)
groups=(qt6)
_pkgfn=${pkgname/6-/}
source=(git+https://code.qt.io/qt/$_pkgfn#tag=v$_pkgver)
sha256sums=('a77fa14193f084d34c554ac53a6d91431bca973154b63d61a600849dd7a377c2')
sha256sums=('8e625b72b15f4272fe23a055a0f332ad52ae881ac18d6d8b114a54fa44124472')
build() {
cmake -B build -S $_pkgfn -G Ninja \
@ -60,9 +65,11 @@ package_qt6-multimedia-gstreamer() {
depends=(gcc-libs
glib2
glibc
gst-plugins-bad-libs
gst-plugins-base
gstreamer
libglvnd
libpulse
qt6-base
qt6-multimedia)
provides=(qt6-multimedia-backend)
@ -85,6 +92,7 @@ package_qt6-multimedia-ffmpeg() {
libxext
libxrandr
qt6-base
qt6-declarative
qt6-multimedia)
provides=(qt6-multimedia-backend)
groups=()