aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Druzenko <vvd@FreeBSD.org>2023-07-16 09:52:19 +0000
committerVladimir Druzenko <vvd@FreeBSD.org>2023-07-16 09:52:19 +0000
commitcc018ec33befba1b6236d6a28b6f760b97be29a6 (patch)
tree07d556f36ae6cd4ba83fb61b3bfffce39cc8d660
parent46f92d495b9b248b425e054a454bf0080f3cf3e8 (diff)
downloadports-cc018ec33befba1b6236d6a28b6f760b97be29a6.tar.gz
ports-cc018ec33befba1b6236d6a28b6f760b97be29a6.zip
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
-rw-r--r--Mk/bsd.options.desc.mk1
-rw-r--r--audio/fluidsynth/Makefile2
-rw-r--r--audio/musicpd/Makefile1
-rw-r--r--devel/sdl20/Makefile1
-rw-r--r--multimedia/audacious-plugins/Makefile1
-rw-r--r--multimedia/kodi/Makefile1
-rw-r--r--multimedia/mpv/Makefile1
-rw-r--r--multimedia/qmmp-qt5/Makefile1
-rw-r--r--multimedia/qmmp-qt6/Makefile1
9 files changed, 1 insertions, 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 197315912aca..b0c73c151e59 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 d7351190514a..d101d0231143 100644
--- a/multimedia/mpv/Makefile
+++ b/multimedia/mpv/Makefile
@@ -53,7 +53,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