Package Details: pipewire-docs-git 1.0.0.660.g37a8dd5cb-1

Git Clone URL: https://aur.archlinux.org/pipewire-git.git (read-only, click to copy)
Package Base: pipewire-git
Description: Low-latency audio/video router and processor (GIT version) - documentation
Upstream URL: https://pipewire.org
Licenses: MIT
Conflicts: pipewire-docs
Provides: pipewire-docs
Submitter: sl1pkn07
Maintainer: sl1pkn07
Last Packager: sl1pkn07
Votes: 15
Popularity: 0.050532
First Submitted: 2017-09-19 15:57 (UTC)
Last Updated: 2024-04-12 20:00 (UTC)

Dependencies (41)

Required by (1)

Sources (1)

Pinned Comments

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 .. 16 Next › Last »

maderios commented on 2023-01-22 20:49 (UTC)


1/21 test-audioadapter               OK              0.04s
 2/21 test-channelmix                 OK              0.07s
 3/21 test-audioconvert               OK              0.09s
 4/21 test-peaks                      OK              0.06s
 5/21 test-mix-ops                    OK              0.02s
 6/21 pw-test-endpoint                OK              0.02s
 7/21 pw-test-interfaces              OK              0.01s
 8/21 pw-test-stream                  OK              0.01s
 9/21 pw-test-filter                  OK              0.02s
10/21 pw-test-cpp                     OK              0.12s
11/21 pw-test-protocol-native         OK              0.20s
12/21 test-resample                   OK              0.24s
13/21 test-pwtest                     OK              0.02s
14/21 test-lib                        OK              0.01s
15/21 test-client                     OK              0.02s
16/21 test-context                    OK              0.03s
17/21 test-loop                       OK              0.05s
18/21 test-fmt-ops                    OK              0.44s
19/21 test-pw-utils                   OK              0.28s
20/21 test-support                    FAIL            1.67s   exit status 1  

sl1pkn07 commented on 2023-01-22 19:11 (UTC)

log?

==> Iniciando check()...
ninja: no work to do.
ninja: Entering directory `/tmp/makepkg/pipewire-git/src/build'
ninja: no work to do.
 1/21 test-peaks                      OK              0.07s
 2/21 pw-test-endpoint                OK              0.06s
 3/21 pw-test-interfaces              OK              0.06s
 4/21 pw-test-stream                  OK              0.05s
 5/21 pw-test-filter                  OK              0.05s
 6/21 pw-test-cpp                     OK              0.05s
 7/21 test-audioadapter               OK              0.09s
 8/21 test-mix-ops                    OK              0.07s
 9/21 test-pwtest                     OK              0.05s
10/21 test-lib                        OK              0.04s
11/21 test-client                     OK              0.04s
12/21 test-loop                       OK              0.04s
13/21 test-context                    OK              0.04s
14/21 test-channelmix                 OK              0.09s
15/21 pw-test-protocol-native         OK              0.08s
16/21 test-audioconvert               OK              0.10s
17/21 test-resample                   OK              0.14s
18/21 test-pw-utils                   OK              0.14s
19/21 test-fmt-ops                    OK              0.25s
20/21 test-support                    OK              0.31s
21/21 test-spa                        OK              0.40s

Ok:                 21  
Expected Fail:      0   
Fail:               0   
Unexpected Pass:    0   
Skipped:            0   
Timeout:            0   

Full log written to /tmp/makepkg/pipewire-git/src/build/meson-logs/testlog.txt

maderios commented on 2023-01-22 15:20 (UTC)

Build fails with test => Build works after disabling test

maderios commented on 2023-01-13 10:43 (UTC)

@sl1pkn07 roc-toolkit-git is not maintained, switch to roc-toolkit, please

SiO2 commented on 2023-01-02 14:59 (UTC)

roc-toolkit-git doesn't build and is practically abandoned, suggest switching to roc-toolkit

pbo commented on 2022-11-30 10:51 (UTC) (edited on 2022-11-30 10:53 (UTC) by pbo)

not building because of "volume" error, not an expert but i think related to this: https://gitlab.freedesktop.org/pipewire/pipewire/-/commit/0da1a3ba82a23fbb1165ff34e706b20ef8a52735

had to edit PKGBUILD line 164 from:

_pick audio usr/lib/spa-0.2/{aec,audio*,bluez5,volume}

to:

_pick audio usr/lib/spa-0.2/{aec,audio*,bluez5}

Quackdoc commented on 2022-05-23 00:36 (UTC) (edited on 2022-05-27 09:13 (UTC) by Quackdoc)

I have a simple pkgbuild https://github.com/Quackdoc/libLC3plus for LC3plus, only issue with it is that you need to manually rename /usr/include/lc3.h to lc3plus.h

I have it setup to install the float instead of fixed. but if fixed is needed the person who I forked it from has the cmake file for it, or it's in the git history

EDIT: it should work with pipewire now with additional kerfuffle.

souravdas142 commented on 2022-05-07 13:47 (UTC)

lc3plus codec is here (If any packager wants to package) : https://www.etsi.org/deliver/etsi_ts/103600_103699/103634/01.03.01_60/

pbo commented on 2022-05-06 06:59 (UTC)

@Nohan worked, thank you!

Nohan commented on 2022-05-05 17:05 (UTC)

@pbo Had the same problem, I built without it by adding


-D bluez5-codec-lc3plus=disabled

in the PKGBUILD, which then disables the lc3plus codec in the meson.options file by changing it from "auto" to "disabled".

This is what my current build options look like in the PKGBUILD now


build() {
  cd "${srcdir}/build"

  arch-meson ../pipewire \
    -D udevrulesdir=/usr/lib/udev/rules.d \
    -D docs=enabled \
    -D gstreamer=disabled \
    -D gstreamer-device-provider=disabled \
    -D roc=enabled \
    -D ffmpeg=enabled \
    -D vulkan=enabled \
    -D jack-devel=true \
    -D libjack-path=/usr/lib \
    -D session-managers=[] \
    -D bluez5-codec-lc3plus=disabled

  ninja
}