Path to this page:
./
multimedia/phonon-qt5,
Multimedia API for KF5
Branch: CURRENT,
Version: 4.12.0nb1,
Package name: phonon-qt5-4.12.0nb1,
Maintainer: markdPhonon is the Multimedia API for KDE and QT.
In Phonon there are three main concepts: MediaObjects, Paths and Outputs.
The MediaObjects control the playback/capture and provide the media data.
MediaObjects can be connected to Outputs using Path objects which also
allow the insertion of Effect objects between MediaObject and Output.
QT5 Version.
Required to run:[
x11/qt5-qttools] [
x11/qt5-qtbase]
Required to build:[
pkgtools/x11-links] [
x11/xcb-proto] [
devel/extra-cmake-modules] [
x11/xorgproto]
Master sites: (Expand)
Filesize: 399.41 KB
Version history: (Expand)
- (2026-01-07) Updated to version: phonon-qt5-4.12.0nb1
- (2025-10-30) Updated to version: phonon-qt5-4.12.0
- (2025-10-24) Updated to version: phonon-qt5-4.11.1nb27
- (2025-07-15) Package has been reborn
- (2025-07-15) Package deleted from pkgsrc
- (2025-04-24) Updated to version: phonon-qt5-4.11.1nb26
CVS history: (Expand)
| 2026-01-07 09:49:50 by Thomas Klausner | Files touched by this commit (2525) |
Log message:
*: recursive bump for icu 78.1
|
2025-10-29 22:30:44 by Mark Davies | Files touched by this commit (3) |  |
Log message:
phonon-qt5: update to 4.12.0
Allows building both qt5 and qt6 versions.
|
| 2025-10-23 22:40:24 by Thomas Klausner | Files touched by this commit (2999) |
Log message:
*: recursive bump for pcre2
Running an old binary against the new pcre doesn't work:
/usr/pkg/lib/libpcre2-8.so.0: version PCRE2_10.47 required by \
/usr/pkg/lib/libglib-2.0.so.0 not defined
|
| 2025-08-20 13:35:15 by Thomas Klausner | Files touched by this commit (242) |
Log message:
*: fix build with cmake 4
|
| 2025-04-24 16:16:37 by Thomas Klausner | Files touched by this commit (2412) |
Log message:
*: recursive bump for jpeg -> libjpeg-turbo switch
|
| 2025-04-17 23:53:13 by Thomas Klausner | Files touched by this commit (2449) |
Log message:
*: recursive bump for icu 77 and libxml2 2.14
|
| 2025-02-12 07:45:45 by Ryo ONODERA | Files touched by this commit (850) |
Log message:
*: Recursive revbump from audio/flac-1.5.0
|
| 2025-01-24 00:27:30 by Taylor R Campbell | Files touched by this commit (41) |
Log message:
devel/extra-cmake-modules: Use buildlink3.mk, not TOOL_DEPENDS.
This one is borderline: should it be BUILD_DEPENDS or TOOL_DEPENDS?
It doesn't appear to vary depending on the build environment, so it
doesn't meaningfully describe the cross-builder vs the target system.
It is used only at build-time, but it doesn't have any native
executables -- they're just source code cmake scripts.
For now, it is convenient to use a buildlink3.mk file because this
enables us to explicitly expose only files under share/ECM/ -- and
not other random files installed in the prefix -- via buildlink3 to
keep dependent package builds clean. Eventually we should have the
same mechanism for TOOL_DEPENDS but that day has not yet come.
This change creates a new use of BUILDLINK_DEPMETHOD build for
extra-cmake-modules, which is a priori risky. Fortunately,
extra-cmake-modules has no libraries, so this is unlikely to cause
trouble.
|