Port details |
- qt6-multimedia Qt audio, video, radio and camera support module
- 6.4.2_1 multimedia
=0 Version of this port present on the latest quarterly branch. - Maintainer: kde@FreeBSD.org
 - Port Added: 2022-08-22 13:12:06
- Last Update: 2023-02-23 10:19:32
- Commit Hash: 8453bb8
- License: LGPL21
- Description:
- Qt Multimedia is an essential module that provides a rich set of QML types and
C++ classes to handle multimedia content. It also provides necessary APIs to
access the camera and radio functionality. The included Qt Audio Engine
provides types for 3D positional audio playback and content management.
¦ ¦ ¦ ¦ 
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- qt6-multimedia>0:multimedia/qt6-multimedia
- To install the port:
- cd /usr/ports/multimedia/qt6-multimedia/ && make install clean
- To add the package, run one of these commands:
- pkg install multimedia/qt6-multimedia
- pkg install qt6-multimedia
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: qt6-multimedia
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1672934722
SHA256 (KDE/Qt/6.4.2/qtmultimedia-everywhere-src-6.4.2.tar.xz) = 7f2b70deeada911c8e660e2801286657f297a5d1d543d1f6bfa856f28972c776
SIZE (KDE/Qt/6.4.2/qtmultimedia-everywhere-src-6.4.2.tar.xz) = 5938092
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- vulkan-headers>0 : graphics/vulkan-headers
- v4l_compat>0 : multimedia/v4l_compat
- cmake : devel/cmake-core
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- gstreamer1-plugins-bad>=1.16.2 : multimedia/gstreamer1-plugins-bad
- gstreamer1-plugins-gl>=1.16.2 : graphics/gstreamer1-plugins-gl
- gstreamer1-plugins-good>=1.16.2 : multimedia/gstreamer1-plugins-good
- gstreamer1-plugins-ugly>=1.16.2 : multimedia/gstreamer1-plugins-ugly
- gstreamer1-plugins>=1.16.2 : multimedia/gstreamer1-plugins
- xorgproto>=0 : x11/xorgproto
- Runtime dependencies:
-
- gstreamer1-plugins-bad>=1.16.2 : multimedia/gstreamer1-plugins-bad
- gstreamer1-plugins-gl>=1.16.2 : graphics/gstreamer1-plugins-gl
- gstreamer1-plugins-good>=1.16.2 : multimedia/gstreamer1-plugins-good
- gstreamer1-plugins-ugly>=1.16.2 : multimedia/gstreamer1-plugins-ugly
- gstreamer1-plugins>=1.16.2 : multimedia/gstreamer1-plugins
- Library dependencies:
-
- libxkbcommon.so : x11/libxkbcommon
- libavcodec.so : multimedia/ffmpeg
- libpulse.so : audio/pulseaudio
- libva.so : multimedia/libva
- libGL.so : graphics/libglvnd
- libOpenGL.so : graphics/libglvnd
- libEGL.so : graphics/libglvnd
- libEGL.so : graphics/libglvnd
- libglib-2.0.so : devel/glib20
- libintl.so : devel/gettext-runtime
- libgstreamer-1.0.so : multimedia/gstreamer1
- libQt6Core.so : devel/qt6-base
- libQt6Qml.so : x11-toolkits/qt6-declarative
- libQt6Quick3D.so : x11-toolkits/qt6-quick3d
- libQt6ShaderTools.so : x11-toolkits/qt6-shadertools
- libQt6Svg.so : graphics/qt6-svg
- This port is required by:
- for Libraries
-
- devel/py-qt6-pyqt
- editors/focuswriter
- games/qnetwalk
- for Run
-
- devel/qt6
Configuration Options:
- ===> The following configuration options are available for qt6-multimedia-6.4.2_1:
FFMPEG=on: FFmpeg support (WMA, AIFF, AC3, APE...)
GSTREAMER=on: Multimedia support via GStreamer
Q3D=on: Spatial Audio via Quick3D
V4L=on: Video 4 Linux support
VAAPI=on: VAAPI (GPU video acceleration) support
====> Low level Audio Backend: you have to select exactly one of them
ALSA=off: ALSA audio architecture support
PULSEAUDIO=on: PulseAudio sound server support
===> Use 'make config' to modify these settings
- Options name:
- multimedia_qt6-multimedia
- USES:
- cmake compiler:c++11-lang gl localbase:ldflags pkgconfig qt-dist:6 gnome gstreamer:1
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
6.4.2_1 23 Feb 2023 10:19:32
    |
Jan Beich (jbeich)  |
multimedia/qt6-multimedia: respect upstream defaults
Expose auto-detected dependencies as options to make builds deterministic.
Disabling all audio backends is forbidden to avoid crashes as upstream
doesn't test a configuration that cannot happen on Android, macOS, Windows,
QNX or desktop Linux (except Gentoo).
PR: 268876
Approved by: portmgr blanket, maintainer timeout (partially: no patch but no
help) |
6.4.2 05 Jan 2023 17:28:10
    |
Tobias C. Berner (tcberner)  |
Qt: Update Qt 6 to 6.4.2
As a patch release, Qt 6.4.2 does not introduce any new features but
contains ~ 150 bug fixes, security updates, and other improvements to
the top of the Qt 6.4.1 release. See more information about the most
important changes and bug fixes from Qt 6.4.2 release note.
Announcement: https://www.qt.io/blog/qt-6.4.2-released
Release
Notes: https://code.qt.io/cgit/qt/qtreleasenotes.git/about/qt/6.4.2/release-note.md |
6.4.1 21 Dec 2022 00:57:55
    |
Piotr Kubaj (pkubaj)  |
multimedia/qt6-multimedia: fix build on powerpc
No AltiVec on powerpc:
In file included from
/wrkdirs/usr/ports/multimedia/qt6-multimedia/work/qtmultimedia-everywhere-src-6.4.1/src/3rdparty/pffft/pffft.c:107:
/usr/lib/clang/13.0.0/include/altivec.h:13:2: error: "AltiVec support not
enabled" |
6.4.1 08 Dec 2022 21:12:50
    |
Piotr Kubaj (pkubaj)  |
multimedia/qt6-multimedia: fix build on powerpc64
In file included from
/wrkdirs/usr/ports/multimedia/qt6-multimedia/work/qtmultimedia-everywhere-src-6.4.1/src/resonance-audio/../3rdparty/eigen/Eigen/Core:210:
/wrkdirs/usr/ports/multimedia/qt6-multimedia/work/qtmultimedia-everywhere-src-6.4.1/src/resonance-audio/../3rdparty/eigen/Eigen/src/Core/arch/AltiVec/PacketMath.h:1345:32:
error: use of undeclared identifier 'vec_sqrt'; did you mean 'vec_rsqrt'?
BF16_TO_F32_UNARY_OP_WRAPPER(vec_sqrt, a);
^~~~~~~~
vec_rsqrt
/wrkdirs/usr/ports/multimedia/qt6-multimedia/work/qtmultimedia-everywhere-src-6.4.1/src/resonance-audio/../3rdparty/eigen/Eigen/src/Core/arch/AltiVec/PacketMath.h:1302:22:
note: expanded from macro 'BF16_TO_F32_UNARY_OP_WRAPPER'
Packet4f op_even = OP(a_even);\
^
/usr/lib/clang/13.0.0/include/altivec.h:8472:34: note: 'vec_rsqrt' declared here
static vector float __ATTRS_o_ai vec_rsqrt(vector float __a) { |
6.4.1 16 Nov 2022 07:01:03
    |
Tobias C. Berner (tcberner)  |
Qt: Update Qt6 to 6.4.1
Qt 6.4.1 release is a patch release made on the top of Qt 6.4.0. As a
patch release, Qt 6.4.1 does not add any new functionality but provides
bug fixes and other improvements and maintains both forward and backward
compatibility (source and binary) with Qt 6.4.0.
For detailed information about Qt 6.4, refer to the online documentation
included in this distribution. The documentation is also available
online:
https://doc.qt.io/qt-6/index.html
Changelog:
https://code.qt.io/cgit/qt/qtreleasenotes.git/about/qt/6.4.1/release-note.md |
6.4.0 01 Oct 2022 13:55:15
    |
Tobias C. Berner (tcberner)  |
Qt: Update Qt6 to 6.4.0
Relase Notes: https://www.qt.io/blog/qt-6.4-released |
6.3.2 09 Sep 2022 16:39:24
    |
Tobias C. Berner (tcberner)  |
QT: Update Qt 6 to 6.3.2 |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
6.3.1 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
6.3.1 22 Aug 2022 13:09:34
    |
Tobias C. Berner (tcberner)  |
multimedia/qt6-multimedia: new port
This adds the missing Qt 6 multimedia module to the tree.
As with the rest of the Qt 6 ports, we first need to figure
out what is actually required by other ports before we can
finalize them. |