Package Details: celt 0.11.3-6

Git Clone URL: https://aur.archlinux.org/celt.git (read-only, click to copy)
Package Base: celt
Description: Low-latency audio communication codec
Upstream URL: https://gitlab.xiph.org/xiph/celt/
Licenses: BSD
Submitter: dbermond
Maintainer: dbermond (dvzrv)
Last Packager: dbermond
Votes: 23
Popularity: 1.03
First Submitted: 2022-07-19 22:20 (UTC)
Last Updated: 2023-03-04 17:05 (UTC)

Pinned Comments

dvzrv commented on 2022-11-05 13:44 (UTC)

This package is also available in the unofficial repository [pro-audio-legacy]

dbermond commented on 2022-07-21 21:17 (UTC)

AUR helpers are not supported, please use makepkg. Building fine for me.

Latest Comments

1 2 3 4 Next › Last »

JacksonWrath commented on 2023-03-19 05:39 (UTC)

Might be coincidence (only tried this once), but tandem-test kept failing for me until I stopped using MAKEFLAGS to increase the number of cores. Succeeded first try after that.

kosa commented on 2023-03-07 19:37 (UTC) (edited on 2023-03-07 19:38 (UTC) by kosa)

@meithan & @flomax Confirmed solution. I just opted for clean building it, and it installed without any issues whatsoever. Thanks for the tip.

meithan commented on 2023-03-07 16:35 (UTC)

Had the same error as @kosa (untracked 010-celt-fix-tandem-test.patch), solved by clearing the build cache for this package (by selecting to clean build it when yay asked).

flomax commented on 2023-03-07 11:05 (UTC)

@kosa Tried clearing the AUR helper cache ? It builds fine from makepkg.

kosa commented on 2023-03-07 08:04 (UTC) (edited on 2023-03-07 08:05 (UTC) by kosa)

:: (0/1) Downloaded PKGBUILD: celt
 -> error fetching celt: error: The following untracked working tree files would be overwritten by merge:
    010-celt-fix-tandem-test.patch
Please move or remove them before you merge.
Aborting 
     context: exit status 1

b-fg commented on 2023-03-06 21:57 (UTC)

Same problem as @jvr3 here.

jvr3 commented on 2023-03-05 09:06 (UTC) (edited on 2023-03-05 09:09 (UTC) by jvr3)

tandem-test does not always pass (nor does it always fail), at least on my system for some reason.

From the log file:

Error: Signal out of expected range. 16000 1 64 9 977.855591
CELT codec tests. Random seed: 351295466 (AFAE)
Testing asynchronous tandeming (48000Hz, 1ch, 960 samples, 30 - 320 bytes).
Testing asynchronous tandeming (44100Hz, 1ch, 960 samples, 32 - 349 bytes).
Testing asynchronous tandeming (48000Hz, 2ch, 960 samples, 60 - 640 bytes).
Testing asynchronous tandeming (44100Hz, 2ch, 960 samples, 65 - 640 bytes).
Testing asynchronous tandeming (48000Hz, 1ch, 512 samples, 16 - 171 bytes).
[ ... ]
FAIL tandem-test (exit status: 1)

(Which prevented the package from updating).

But sometimes when I run it, it passes, or fails, maybe depending on the random seed? For example, 9F4A and F246 worked, but 9A47 and AFAE (from above) did not.

In case it matters:

uname -a:

Linux jvanriper-pc 5.15.94-1-MANJARO #1 SMP PREEMPT Tue Feb 14 19:45:58 UTC 2023 x86_64 GNU/Linux

dbermond commented on 2023-03-04 17:05 (UTC)

@streblo @NeWolf It looks like that gitlab updated their generated patch files. Sorry for not catching this in time. To avoid any future similar situations, I've placed the patch in the package sources. Please delete your cached patch in SRCDEST if any.

NeWolf commented on 2023-03-03 10:38 (UTC)

before building run updpkgsums from pacman-contrib package: https://archlinux.org/packages/community/x86_64/pacman-contrib/