git: 215679151502 - 2023Q3 - Mk/bsd.options.desc.mk: add "PIPEWIRE_DESC?= PipeWire multimedia server support"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 16 Jul 2023 10:03:52 UTC
The branch 2023Q3 has been updated by vvd:
URL: https://cgit.FreeBSD.org/ports/commit/?id=215679151502d3ecb6019f9daba46e5b0647229b
commit 215679151502d3ecb6019f9daba46e5b0647229b
Author: Vladimir Druzenko <vvd@FreeBSD.org>
AuthorDate: 2023-07-16 09:52:19 +0000
Commit: Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2023-07-16 10:02:08 +0000
Mk/bsd.options.desc.mk: add "PIPEWIRE_DESC?= PipeWire multimedia server support"
Keep custom description in ports:
graphics/spectacle
multimedia/obs-studio
net/krfb
x11-wm/gamescope
Approved by: arrowd (mentor)
Differential Revision: https://reviews.freebsd.org/D41038
MFH: 2023Q3
(cherry picked from commit cc018ec33befba1b6236d6a28b6f760b97be29a6)
---
Mk/bsd.options.desc.mk | 1 +
audio/fluidsynth/Makefile | 2 --
audio/musicpd/Makefile | 1 -
devel/sdl20/Makefile | 1 -
multimedia/audacious-plugins/Makefile | 1 -
multimedia/kodi/Makefile | 1 -
multimedia/mpv/Makefile | 1 -
multimedia/qmmp-qt5/Makefile | 1 -
multimedia/qmmp-qt6/Makefile | 1 -
9 files changed, 1 insertion(+), 9 deletions(-)
diff --git a/Mk/bsd.options.desc.mk b/Mk/bsd.options.desc.mk
index 3b8367ce3131..6c586ca2a04a 100644
--- a/Mk/bsd.options.desc.mk
+++ b/Mk/bsd.options.desc.mk
@@ -408,6 +408,7 @@ PGSQL_DESC?= PostgreSQL database support
PGSQL_JDBC_DESC?= JDBC connection to PostgreSQL databases
PHONON_DESC?= Multimedia support via Phonon
PHP_DESC?= PHP bindings or support
+PIPEWIRE_DESC?= PipeWire multimedia server support
PIXBUF_DESC?= GDK-PixBuf library support
PLUGINS_DESC?= Build and/or install plugins
PNG_DESC?= PNG image format support
diff --git a/audio/fluidsynth/Makefile b/audio/fluidsynth/Makefile
index 3bd2aa7b61f2..01476ea709bf 100644
--- a/audio/fluidsynth/Makefile
+++ b/audio/fluidsynth/Makefile
@@ -24,8 +24,6 @@ OPTIONS_DEFINE= ALSA DBUS JACK LADSPA LASH PIPEWIRE PORTAUDIO \
PULSEAUDIO READLINE SDL SNDFILE SNDIO
OPTIONS_DEFAULT= JACK READLINE
-PIPEWIRE_DESC= PipeWire support
-
JACK_LIB_DEPENDS= libjack.so:audio/jack
JACK_CMAKE_BOOL= enable-jack
diff --git a/audio/musicpd/Makefile b/audio/musicpd/Makefile
index 1ee77b031f5c..c652c6fd8296 100644
--- a/audio/musicpd/Makefile
+++ b/audio/musicpd/Makefile
@@ -65,7 +65,6 @@ ISO9660_DESC= Direct support for ISO 9660 images
PROXYDB_DESC= Proxy database support via libmpdclient
LAME_DESC= Support for MP3 Icecast Streams
OPENMPT_DESC= Support for OpenMPT playback
-PIPEWIRE_DESC= PipeWire support
PLAYLISTS_DESC= Enable extra playlist support (wma, RSS)
QOBUZ_DESC= Streaming service support: Qobuz
SIDPLAY_DESC= Sidplay support (C64 mono and stereo files)
diff --git a/devel/sdl20/Makefile b/devel/sdl20/Makefile
index f87499ba8622..39a14c99c1ed 100644
--- a/devel/sdl20/Makefile
+++ b/devel/sdl20/Makefile
@@ -68,7 +68,6 @@ VIDEO_DESC= Video drivers
CSD_DESC= Client-side decorations for Wayland via libdecor
JOYSTICK_DESC= Joystick and haptic support
HIDAPI_DESC= Use HIDAPI for low level joystick drivers
-PIPEWIRE_DESC= Pipewire sound server support
PTHREADS_DESC= Use POSIX threads for multi-threading
UDEV_DESC= Use udev for input device detection
KMSDRM_DESC= KMSDRM display support
diff --git a/multimedia/audacious-plugins/Makefile b/multimedia/audacious-plugins/Makefile
index 6493c5b27720..ee7cdd8c72a3 100644
--- a/multimedia/audacious-plugins/Makefile
+++ b/multimedia/audacious-plugins/Makefile
@@ -94,7 +94,6 @@ FILEWRITER_DESC= File writer
MPRIS_DESC= NPRIS plugin
NEON_DESC= Neon plugin
OPENMPT_DESC= OpenMPT plugin
-PIPEWIRE_DESC= Pipewire output plugin
SCROBBLER_DESC= Scrobbler decoder
SID_DESC= Sound chip emulator of Commodore
SPEEDPITCH_DESC= Speed and Pitch plugin
diff --git a/multimedia/kodi/Makefile b/multimedia/kodi/Makefile
index d63d15fbc9ef..f45301f144fb 100644
--- a/multimedia/kodi/Makefile
+++ b/multimedia/kodi/Makefile
@@ -112,7 +112,6 @@ GL_DESC= OpenGL
GLES_DESC= OpenGL ES
GBM_DESC= GBM support
-PIPEWIRE_DESC= PipeWire support
SSE2_DESC= Use SSE2 optimized routines
SSE3_DESC= Use SSE3 optimized routines
diff --git a/multimedia/mpv/Makefile b/multimedia/mpv/Makefile
index fa893b63f040..528103cca915 100644
--- a/multimedia/mpv/Makefile
+++ b/multimedia/mpv/Makefile
@@ -52,7 +52,6 @@ LUA_NONE_DESC= Disable Lua scripting language support
LUAJIT_DESC= Use LuaJIT instead of Lua scripting language support
MUJS_DESC= Use MuJS for Javascript language support
NVDEC_DESC= NVIDIA decoder with CUDA support
-PIPEWIRE_DESC= Pipewire sound server support
RUBBERBAND_DESC= High quality pitch correction with librubberband
SIXEL_DESC= Sixel graphics support
UCHARDET_DESC= Guess subtitle encoding via uchardet
diff --git a/multimedia/qmmp-qt5/Makefile b/multimedia/qmmp-qt5/Makefile
index 9edf261a1899..4b9e7ee08faf 100644
--- a/multimedia/qmmp-qt5/Makefile
+++ b/multimedia/qmmp-qt5/Makefile
@@ -97,7 +97,6 @@ HISTORY_USES= qt:5
HISTORY_USE= QT=sql
HISTORY_CMAKE_BOOL= USE_HISTORY
-PIPEWIRE_DESC= Audio out via PipeWire
PIPEWIRE_LIB_DEPENDS= libpipewire-0.3.so:multimedia/pipewire
PIPEWIRE_CMAKE_BOOL= USE_PIPEWIRE
diff --git a/multimedia/qmmp-qt6/Makefile b/multimedia/qmmp-qt6/Makefile
index 9947b7374bb7..c186bbf64802 100644
--- a/multimedia/qmmp-qt6/Makefile
+++ b/multimedia/qmmp-qt6/Makefile
@@ -96,7 +96,6 @@ HISTORY_DESC= Information about listened tracks
HISTORY_USE= QT=base
HISTORY_CMAKE_BOOL= USE_HISTORY
-PIPEWIRE_DESC= Audio out via PipeWire
PIPEWIRE_LIB_DEPENDS= libpipewire-0.3.so:multimedia/pipewire
PIPEWIRE_CMAKE_BOOL= USE_PIPEWIRE