Tuesday, 9 May 2023. Today KDE releases a bugfix update to KDE Plasma 5, versioned 5.27.5. Plasma 5.27 was released in February 2023 with many feature refinements and new modules to complete the desktop experience. This release adds a month's worth of new translations and fixes from KDE's contributors. The bugfixes are typically small but important and include: * Bluedevil Applet: introduce a brief animation for section height estimates. * Discover Flatpak: Do not crash if for any reason we lack a ref's source. * Info Centre About-distro: add a dump mode to print to cli. Changelog: https://kde.org/announcements/changelogs/plasma/5/5.27.4-5.27.5
22 lines
652 B
Makefile
22 lines
652 B
Makefile
PORTNAME= kpipewire
|
|
DISTVERSION= ${KDE_PLASMA_VERSION}
|
|
CATEGORIES= audio kde kde-plasma
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Plasma5 Plasma pipewire plugin
|
|
WWW= https://www.kde.org/plasma-desktop
|
|
|
|
LIB_DEPENDS= libpipewire-0.3.so:multimedia/pipewire \
|
|
libepoxy.so:graphics/libepoxy \
|
|
libavcodec.so:multimedia/ffmpeg \
|
|
libdrm.so:graphics/libdrm
|
|
|
|
USES= cmake compiler:c++11-lib gettext gl gnome kde:5 pkgconfig qt:5 \
|
|
shebangfix tar:xz
|
|
USE_GL= egl gbm gl
|
|
USE_GNOME= glib20
|
|
USE_KDE= coreaddons ecm i18n plasma-wayland-protocols wayland
|
|
USE_QT= core dbus declarative gui network wayland \
|
|
buildtools:build qmake:build
|
|
|
|
.include <bsd.port.mk>
|