Port details on branch 2025Q1 |
- qt6-multimedia Qt audio, video, radio and camera support module
- 6.8.2_1 multimedia
=0 6.8.2_1Version of this port present on the latest quarterly branch. - Maintainer: kde@FreeBSD.org
 - Port Added: 2025-02-02 08:42:07
- Last Update: 2025-02-13 09:53:39
- Commit Hash: 8007921
- License: LGPL21
- WWW:
- https://www.qt.io/
- 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.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- 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 = 1738340269
SHA256 (KDE/Qt/6.8.2/qtmultimedia-everywhere-src-6.8.2.tar.xz) = 34f561fdc07b158bcc4ad040b596fc6086c48908060e854b473b557e4feb1569
SIZE (KDE/Qt/6.8.2/qtmultimedia-everywhere-src-6.8.2.tar.xz) = 9646120
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.24.10 : multimedia/gstreamer1-plugins-bad
- gstreamer1-plugins-gl>=1.24.10 : graphics/gstreamer1-plugins-gl
- gstreamer1-plugins-good>=1.24.10 : multimedia/gstreamer1-plugins-good
- gstreamer1-plugins-pulse>=1.24.10 : audio/gstreamer1-plugins-pulse
- gstreamer1-plugins-ugly>=1.24.10 : multimedia/gstreamer1-plugins-ugly
- gstreamer1-plugins>=1.24.10 : multimedia/gstreamer1-plugins
- xcb.pc : x11/libxcb
- x11.pc : x11/libX11
- xext.pc : x11/libXext
- xrandr.pc : x11/libXrandr
- Runtime dependencies:
-
- gstreamer1-plugins-bad>=1.24.10 : multimedia/gstreamer1-plugins-bad
- gstreamer1-plugins-gl>=1.24.10 : graphics/gstreamer1-plugins-gl
- gstreamer1-plugins-good>=1.24.10 : multimedia/gstreamer1-plugins-good
- gstreamer1-plugins-pulse>=1.24.10 : audio/gstreamer1-plugins-pulse
- gstreamer1-plugins-ugly>=1.24.10 : multimedia/gstreamer1-plugins-ugly
- gstreamer1-plugins>=1.24.10 : multimedia/gstreamer1-plugins
- xcb.pc : x11/libxcb
- x11.pc : x11/libX11
- xext.pc : x11/libXext
- xrandr.pc : x11/libXrandr
- Library dependencies:
-
- libxkbcommon.so : x11/libxkbcommon
- libavcodec.so : multimedia/ffmpeg
- libdrm.so : graphics/libdrm
- libwayland-client.so : graphics/wayland
- libpipewire-0.3.so : multimedia/pipewire
- libpulse.so : audio/pulseaudio
- libva.so : multimedia/libva
- 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
- libQt6ShaderTools.so : x11-toolkits/qt6-shadertools
- This port is required by:
- for Libraries
-
- accessibility/qt6-speech
- devel/py-qt6-pyqt
- devel/pyside6
- multimedia/mkvtoolnix
Configuration Options:
- ===> The following configuration options are available for qt6-multimedia-6.8.2_1:
FFMPEG=on: FFmpeg support (WMA, AIFF, AC3, APE...)
GSTREAMER=on: Multimedia support via GStreamer
PIPEWIRE=on: PipeWire multimedia server support
Q3D=on: Spatial audio support via QtQuick3D
V4L=on: Video 4 Linux support
VAAPI=on: VAAPI (GPU video acceleration) support
X11=on: X11 (graphics) 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++17-lang gl localbase:ldflags pkgconfig qt-dist:6 gnome gstreamer:1 xorg xorg
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 3
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
6.8.2_1 13 Feb 2025 09:53:39
    |
Jason E. Hale (jhale)  |
multimedia/qt6-multimedia: Bump PORTREVISION after fa09702bf839
MFH: 2025Q1
(cherry picked from commit a05c6fb111978e84c3c7356b0e7b6cd6b99f873e) |
6.8.2 13 Feb 2025 03:12:12
    |
Jason E. Hale (jhale)  Author: Denis Shaposhnikov |
multimedia/qt6-multimedia: Adapt to local pipewire symbols
pw_init and pw_deinit were changed to pipewire_init and pipewire_deinit,
respectively, in mulimedia/pipewire so as not to conflict with symbols
from libutil.
PR: 284719
MFH: 2025Q1
(cherry picked from commit 7697c377cad948a7f9a479c29b426bbd711b851e) |
6.8.2 02 Feb 2025 08:34:09
    |
Jason E. Hale (jhale)  |
Qt6: Update to 6.8.2
January 31, 2025
We have released Qt 6.8.2 today. As a patch release, Qt 6.8.2 does not
introduce new features but contains more than 450 bug fixes, security
updates, and other improvements on top of Qt 6.8.1 release. See more
information about the most important changes and bug fixes from the
Qt 6.8.2 release note.
Announcement:
https://www.qt.io/blog/qt-6.8.2-released
Release note:
https://code.qt.io/cgit/qt/qtreleasenotes.git/about/qt/6.8.2/release-note.md
MFH: 2025Q1
Security: 72b8729e-e134-11ef-9e76-4ccc6adda413
(cherry picked from commit 8a35ffe0dbe55b3c27d3ec722aa7444bce1dcab0) |
Number of commits found: 3
|