summaryrefslogtreecommitdiffstats
path: root/video
diff options
context:
space:
mode:
authorTreeve Jelbert2021-04-06 11:14:43 +0200
committerTreeve Jelbert2021-04-06 11:41:51 +0200
commit1b2a5da5d3dd8a1ec95ebde212c9ae6f5e94b072 (patch)
tree093799a2801e46ba70999c455851ee261404443a /video
parent28d3e313ccf8b85dc3b603f3579c9c4f478b4254 (diff)
pipewire: => 0.3.24
Diffstat (limited to 'video')
-rwxr-xr-xvideo/pipewire/DEPENDS25
-rwxr-xr-xvideo/pipewire/DETAILS6
-rw-r--r--video/pipewire/HISTORY4
3 files changed, 18 insertions, 17 deletions
diff --git a/video/pipewire/DEPENDS b/video/pipewire/DEPENDS
index 5bc877ac8b..2e974f00de 100755
--- a/video/pipewire/DEPENDS
+++ b/video/pipewire/DEPENDS
@@ -4,28 +4,25 @@ depends dbus &&
depends pkgconfig &&
depends DEVICE-MANAGER &&
depends v4l-utils &&
-optional_depends doxygen 'docs=true' 'docs=false' 'build dpcs' &&
-optional_depends xmltoman 'man=true' 'man=false' 'build manpages' &&
-optional_depends gst-plugins-base-1.0 \
- 'gstreamer=true' \
- 'gstreamer=false' \
- 'gstreamer integration' &&
+optional_depends doxygen docs={en,dis}abled 'build dpcs' &&
+optional_depends xmltoman man={en,dis}abled 'build manpages' &&
+optional_depends gst-plugins-base-1.0 gstreamer={en,dis}abled 'gstreamer integration' &&
if is_depends_enabled $SPELL gst-plugins-base-1.0;then
depends gstreamer-1.0 &&
depends glib2
fi &&
-optional_depends alsa-lib 'alsa=true pipewire-alsa=true' 'alsa=false pipewire-alsa=false' 'ALSA sound support' &&
-optional_depends bluez5 'bluez5=true' 'bluez5=false' 'Bluetooth support' &
-optional_depends jack 'jack=true pipewire-jack=true' 'jack=false pipewire-jack=false' 'jack integration' &&
-optional_depends LIBAVCODEC 'ffmpeg=true' 'ffmpeg=false' 'AV decoding' &&
+optional_depends alsa-lib pipewire-alsa={en,dis}abled 'ALSA sound support' &&
+optional_depends bluez5 bluez5={en,dis}abled 'Bluetooth support' &&
+optional_depends jack pipewire-jack={en,dis}abled 'jack integration' &&
+optional_depends LIBAVCODEC ffmpeg={en,dis}abled 'AV decoding' &&
optional_depends libva '' '' 'hardware accelerated video' &&
optional_depends libx11 '' '' 'X11 integration'
-optional_depends pulseaudio 'pipewire-pulseaudio=true' 'pipewire-pulseaudio=false' 'PulseAudio support' &&
+optional_depends pulseaudio pipewire-pulseaudio={en,dis}abled 'PulseAudio support' &&
optional_depends sbc '' '' 'sound' &&
optional_depends sdl2 '' '' '' &&
-optional_depends systemd 'systemd=true' 'systemd=false' 'SystemD support' &&
-optional_depends v4l-utils 'v4l2=true' 'v4l2=false' 'V4L support' &&
-optional_depends vulkan-loader 'vulkan=true' 'vulkan=false' 'Vulkan support'
+optional_depends systemd systemd={en,dis}abled 'SystemD support' &&
+optional_depends v4l-utils v4l2={en,dis}abled 'V4L support' &&
+optional_depends vulkan-loader vulkan={en,dis}abled 'Vulkan support'
#optional_depends wayland '' '' ''
diff --git a/video/pipewire/DETAILS b/video/pipewire/DETAILS
index 75565edd34..8c7ed0258d 100755
--- a/video/pipewire/DETAILS
+++ b/video/pipewire/DETAILS
@@ -1,7 +1,7 @@
source $GRIMOIRE/MESON_FUNCTIONS
SPELL=pipewire
- VERSION=0.3.22
- SOURCE_HASH=sha512:a6587e0afd5c90be1733ecf62c6fc68e735ab3b84f2cbbf844bbe1be93e7a23dee07b041ed6b273cab6ab207d2388ae6f2027d0380928555a0155a7cc9ca4a7e
+ VERSION=0.3.24
+ SOURCE_HASH=sha512:be1fd3b15aae4fc276dd7e4be385cd58e6e9626d6e0a42b7bc3eb46ba324759c05320547aa857510ecf24b1628b76555222d342350d6406ad4d7b536cb3db497
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=https://pipewire.org
@@ -15,6 +15,6 @@ cat << EOF
PipeWire is a project that aims to greatly improve handling of audio and video under Linux. It aims to support the
usecases currently handled by both PulseAudio and Jack and at the same time provide same level of powerful handling of
Video input and output. It also introduces a security model that makes interacting with audio and video devices from
-containerized release-service easy, with supporting Flatpak applications being the primary goal. Alongside Wayland and
+containerized releases easy, with supporting Flatpak applications being the primary goal. Alongside Wayland and
Flatpak we expect PipeWire to provide a core building block for the future of Linux application development.
EOF
diff --git a/video/pipewire/HISTORY b/video/pipewire/HISTORY
index aee78c996a..8a8e001a18 100644
--- a/video/pipewire/HISTORY
+++ b/video/pipewire/HISTORY
@@ -1,3 +1,7 @@
+2021-04-06 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 0.3.24
+ * DEPENDS: change all flags
+
2021-02-20 Treeve Jelbert <treeve@sourcemage.org>
* DETAILS: version 0.3.22