mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 17:17:03 +02:00
New package: qt6-multimedia-6.3.1
This commit is contained in:
parent
bc207d7e51
commit
c911a3d329
4 changed files with 48 additions and 0 deletions
|
@ -2081,6 +2081,9 @@ libQt6SerialPort.so.6 qt6-serialport-6.2.0alpha_1
|
|||
libQt6WebSockets.so.6 qt6-websockets-6.2.0alpha_1
|
||||
libQt6WebChannel.so.6 qt6-webchannel-6.2.0alpha_1
|
||||
libQt6Positioning.so.6 qt6-location-6.2.0alpha_1
|
||||
libQt6MultimediaWidgets.so.6 qt6-multimedia-6.3.1_1
|
||||
libQt6MultimediaQuick.so.6 qt6-multimedia-6.3.1_1
|
||||
libQt6Multimedia.so.6 qt6-multimedia-6.3.1_1
|
||||
libnpth.so.0 npth-1.1_1
|
||||
libnpupnp.so.4 libnpupnp-4.0.2_1
|
||||
libglfw.so.3 glfw-3.0.4_1
|
||||
|
|
1
srcpkgs/qt6-multimedia-devel
Symbolic link
1
srcpkgs/qt6-multimedia-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
qt6-multimedia
|
43
srcpkgs/qt6-multimedia/template
Normal file
43
srcpkgs/qt6-multimedia/template
Normal file
|
@ -0,0 +1,43 @@
|
|||
# Template file for 'qt6-multimedia'
|
||||
pkgname=qt6-multimedia
|
||||
version=6.3.1
|
||||
revision=1
|
||||
wrksrc="qtmultimedia-everywhere-src-${version}"
|
||||
build_style=cmake
|
||||
configure_args="-DQT_FEATURE_gstreamer=ON"
|
||||
hostmakedepends="perl qt6-declarative-devel pkg-config
|
||||
qt6-shadertools-devel"
|
||||
makedepends="qt6-declarative-devel
|
||||
qt6-shadertools-devel libglib-devel gst-plugins-base1-devel"
|
||||
short_desc="Cross-platform application and UI framework - multimedia"
|
||||
maintainer="John <me@johnnynator.dev>"
|
||||
license="(LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only) AND GPL-3.0-only with Qt-GPL-exception-1.0"
|
||||
homepage="https://qt.io/"
|
||||
distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qtmultimedia-everywhere-src-${version}.tar.xz"
|
||||
checksum=7e03242aadd634ff2d9fcf08948290f03da3d9a5012369d908da89f82b1d7336
|
||||
|
||||
do_check() {
|
||||
cd build
|
||||
local broken="tst_qmediaformat|tst_qaudiodecoderbackend"
|
||||
broken+="|tst_qaudiodevice|tst_qaudiosource|tst_qaudiosink"
|
||||
broken+="|tst_qmediaplayerbackend|tst_qmediacapturesession"
|
||||
broken+="|tst_qcamerabackend|tst_qquickvideooutput"
|
||||
broken+="|tst_qquickvideooutput_window"
|
||||
ctest -E "($broken)"
|
||||
}
|
||||
|
||||
qt6-multimedia-devel_package() {
|
||||
depends="${sourcepkg}>=${version}_${revision} qt6-base-devel>=${version}_1"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/cmake
|
||||
vmove usr/lib/metatypes
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove usr/lib/qt6/mkspecs
|
||||
vmove usr/lib/qt6/qml/QtMultimedia/plugins.qmltypes
|
||||
vmove usr/lib/qt6/qml/QtMultimedia/qmldir
|
||||
vmove "usr/lib/*.so"
|
||||
vmove "usr/lib/*.prl"
|
||||
}
|
||||
}
|
1
srcpkgs/qt6-multimedia/update
Normal file
1
srcpkgs/qt6-multimedia/update
Normal file
|
@ -0,0 +1 @@
|
|||
pkgname="${pkgname/6-/}-everywhere-src"
|
Loading…
Add table
Reference in a new issue