Package Details: pipewire-audio-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) - Audio support
Upstream URL: https://pipewire.org
Licenses: MIT
Conflicts: pipewire-audio, pipewire-ffmpeg-git
Provides: pipewire-audio
Submitter: sl1pkn07
Maintainer: sl1pkn07
Last Packager: sl1pkn07
Votes: 15
Popularity: 0.087667
First Submitted: 2017-09-19 15:57 (UTC)
Last Updated: 2024-04-12 20:00 (UTC)

Dependencies (84)

Sources (1)

Pinned Comments

Latest Comments

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

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
}

pbo commented on 2022-05-05 09:13 (UTC) (edited on 2022-05-05 09:26 (UTC) by pbo)

pipewire added support for LC3plus, cannot build:

Run-time dependency lc3plus found: NO (tried pkgconfig and cmake)

../pipewire/spa/meson.build:59:6: ERROR: C header 'lc3plus.h' not found