This package is also available in the unofficial repository [pro-audio-legacy]
Search Criteria
Package Details: celt 0.11.3-7
Package Actions
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-2-Clause |
Submitter: | dbermond |
Maintainer: | dbermond (dvzrv) |
Last Packager: | dbermond |
Votes: | 24 |
Popularity: | 0.27 |
First Submitted: | 2022-07-19 22:20 (UTC) |
Last Updated: | 2024-08-30 21:50 (UTC) |
Dependencies (1)
- libogg (libogg-gitAUR)
Required by (32)
- ffmpeg-amd-full
- ffmpeg-amd-full-git
- ffmpeg-full
- ffmpeg-full-git
- gst-devtools-git (make)
- gst-editing-services-git (make)
- gst-libav-git (make)
- gst-plugin-codec2-git (make)
- gst-plugin-gtk-git (make)
- gst-plugin-msdk-git (make)
- gst-plugin-opencv-git (make)
- gst-plugin-qmlgl-git (make)
- gst-plugin-va-git (make)
- gst-plugin-wpe-git (make)
- gst-plugins-bad-git (make)
- gst-plugins-bad-libs-git (make)
- gst-plugins-base-git (make)
- gst-plugins-base-libs-git (make)
- gst-plugins-good-git (make)
- gst-plugins-ugly-git (make)
- gst-python-git (make)
- gst-rtsp-server-git (make)
- gstreamer-docs-git (make)
- gstreamer-git (make)
- gstreamer-vaapi-git (make)
- gstreamer0.10-bad (make)
- gstreamer0.10-bad-plugins
- gstreamer0.10-bad-plugins (make)
- jack (make)
- jack (optional)
- jack-docs (make)
- qtbrynhildr
Sources (2)
dvzrv commented on 2022-11-05 13:44 (UTC)
korimitsu commented on 2022-09-27 20:25 (UTC)
Has to be manually compiled:
git clone https://aur.archlinux.org/celt.git
cd celt
makepkg -si
vejtics commented on 2022-09-22 19:09 (UTC)
./configure: line 12835: syntax error near unexpected token `tools="tools",'
./configure: line 12835: ` XIPH_PATH_OGG(tools="tools", tools="")'
==> ERROR: A failure occurred in build().
Aborting...
This error appears when trying to install the package, both with yay and with makepkg.
GaryScottMartin commented on 2022-08-18 20:11 (UTC) (edited on 2022-08-18 20:30 (UTC) by GaryScottMartin)
@cvmd when you check the version of aclocal do you get something like this?
[user@host ~]$ aclocal --version
aclocal (GNU automake) 1.16.5
Copyright (C) 2021 Free Software Foundation, Inc.
License GPLv2+: GNU GPL version 2 or later <https://gnu.org/licenses/gpl-2.0.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Written by Tom Tromey <tromey@redhat.com>
and Alexandre Duret-Lutz <adl@gnu.org>.
[user@host ~]$
If you get an error message about being unable to load a file from ~/perl5/..., then you might have the same problem that I had, a Perl installation that was partly on /usr and partly on ~/perl5/. I am still unsure how my Perl install got balled up, but deleting the ~/perl5 directory structure, uninstalling Perl, and then reinstalling from root resolved the issue for me:
[user@host ~]$ sudo rm -rf ~/perl5
[user@host ~]$ su
[root@host user]# pacman -Rdd perl
[root@host user]# pacman -Syu perl
[root@host user]# exit
[user@host ~]$ aclocal --version
aclocal (GNU automake) 1.16.5
Copyright (C) 2021 Free Software Foundation, Inc.
License GPLv2+: GNU GPL version 2 or later <https://gnu.org/licenses/gpl-2.0.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Written by Tom Tromey <tromey@redhat.com>
and Alexandre Duret-Lutz <adl@gnu.org>.
[user@host ~]$
I hope that this helps. BTW, Uninstalling and reinstalling Perl from my user account with "sudo" did not correct the problem, I had to either reboot to recovery as the "root" user or use "su" to actually become the "root" user to get a correct reinstall of Perl. I don't think that should be necessary, but I know that it is.
cvmd commented on 2022-08-18 09:25 (UTC)
makepkg does not work for me
i tried: 1. removing package and reinstalling 2. deleting and downloading the git repo 3. the steps in the top comment here: https://stackoverflow.com/questions/3096989/libtool-version-mismatch-error
always same error:"libtool: You should recreate aclocal.m4 with macros from libtool 2.4.6" any help? thanks.
Clai commented on 2022-08-06 02:51 (UTC)
As with other commenters in the last few weeks, when upgrading to celt-0.11.3-5, tandem-test will still fail with "Signal out of expected range". Failed both with makepkg and yay, but eventually worked after the 5th reattempt from a clean PKGBUILD.
zeroconf commented on 2022-07-31 15:27 (UTC)
....finally this did the trick:
yay --cleanmenu --rebuild -S celt
Sabu commented on 2022-07-29 19:22 (UTC)
It seems to be that a separate update of celt 0.11.3-5 is the trick. I got the same issue during a generic update thus the tandem-test fails. A separately rebuild of celt succeeded.
Amigo commented on 2022-07-26 05:59 (UTC)
Got failed test upgrading to 0.11.3-5, had to cleanBulild using yay and it finished successfully.
4javier commented on 2022-07-24 10:46 (UTC)
0.11.3-5, no problem building and installing with yay
PASS: type-test
PASS: ectest
PASS: cwrs32-test
PASS: dft-test
PASS: laplace-test
PASS: mdct-test
PASS: mathops-test
PASS: tandem-test
============================================================================
Testsuite summary for
============================================================================
# TOTAL: 8
# PASS: 8
# SKIP: 0
# XFAIL: 0
# FAIL: 0
# XPASS: 0
# ERROR: 0
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.