summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1d937cafa214..9ce249e35d34 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pipewire-git
pkgdesc = Server and user space API to deal with multimedia pipelines. (GIT version)
- pkgver = 0.3.18.102.gd09cb1f0
+ pkgver = 0.3.18.104.gd99ac615
pkgrel = 1
url = https://pipewire.org
arch = x86_64
@@ -52,6 +52,7 @@ pkgname = pipewire-git
optdepends = pipewire-alsa-git: ALSA support
optdepends = pipewire-pulse-git: PulseAudio support
optdepends = pipewire-ffmpeg-git: ffmpeg support
+ optdepends = gst-plugin-pipewire-git: gstreamer support
provides = pipewire
provides = libpipewire-0.3.so
conflicts = pipewire
diff --git a/PKGBUILD b/PKGBUILD
index b0a6d850bd5a..c4fcb1d6c7db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgname=('pipewire-git'
'pipewire-pulse-git'
'pipewire-ffmpeg-git'
)
-pkgver=0.3.18.102.gd09cb1f0
+pkgver=0.3.18.104.gd99ac615
pkgrel=1
pkgdesc='Server and user space API to deal with multimedia pipelines. (GIT version)'
arch=('x86_64')
@@ -104,6 +104,7 @@ package_pipewire-git() {
'pipewire-alsa-git: ALSA support'
'pipewire-pulse-git: PulseAudio support'
'pipewire-ffmpeg-git: ffmpeg support'
+ 'gst-plugin-pipewire-git: gstreamer support'
)
provides=('pipewire'
"libpipewire-${pkgver:0:3}.so"