Bug 257804 - multimedia/pipewire: enable GSTREAMER by default
Summary: multimedia/pipewire: enable GSTREAMER by default
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Jan Beich
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2021-08-13 02:47 UTC by Jan Beich
Modified: 2021-08-13 19:12 UTC (History)
1 user (show)

See Also:
arrowd: maintainer-feedback+


Attachments
v1 (apply via "git am") (1.04 KB, patch)
2021-08-13 02:47 UTC, Jan Beich
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Beich freebsd_committer freebsd_triage 2021-08-13 02:47:43 UTC
Created attachment 227154 [details]
v1 (apply via "git am")

Required at least by multimedia/kooha e.g.,

$ pkg install kooha sway pam_xdg xdg-desktop-portal-wlr xdg-desktop-portal
$ echo 'session optional pam_xdg.so notroot runtime' >>/etc/pam.d/system
$ exit
<new login>
$ dbus-daemon --session --fork --address=unix:runtime=yes
$ sway
<GUI session>
$ export XDG_CURRENT_DESKTOP=sway
$ dbus-update-activation-environment --all
$ daemon -f pipewire
$ kooha
 ERROR kooha::backend::recorder > Failed to build pipeline: no element "pipewiresrc"
^C

https://github.com/SeaDve/Kooha/blob/a756d91/src/backend/pipeline_builder.rs#L142
Comment 1 Gleb Popov freebsd_committer freebsd_triage 2021-08-13 18:51:33 UTC
Looks fine, feel free to push this.
Comment 2 commit-hook freebsd_committer freebsd_triage 2021-08-13 19:10:16 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7be63edbd8cb53755f21b84d6052c48f7068b932

commit 7be63edbd8cb53755f21b84d6052c48f7068b932
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2021-08-13 01:58:36 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2021-08-13 19:08:05 +0000

    multimedia/pipewire: enable GSTREAMER by default

    $ kooha
     ERROR kooha::backend::recorder > Failed to build pipeline: no element "pipewiresrc"

    PR:             257804
    Approved by:    arrowd (maintainer)

 multimedia/pipewire/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)