Search Criteria
Package Details: cubeb-git 0.2.r1548.g048f4a0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/cubeb-git.git (read-only, click to copy) |
---|---|
Package Base: | cubeb-git |
Description: | Cross platform audio library |
Upstream URL: | https://github.com/mozilla/cubeb |
Keywords: | firefox mozilla |
Licenses: | ISC |
Conflicts: | cubeb |
Provides: | cubeb, libcubeb.so |
Submitter: | hcorion |
Maintainer: | abouvier |
Last Packager: | abouvier |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2018-08-03 23:28 (UTC) |
Last Updated: | 2025-01-14 05:12 (UTC) |
Dependencies (17)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR)
- libpulse.so (pulseaudio-dummyAUR, libpulse)
- libspeexdsp.so (speexdsp-gitAUR, lib32-speexdsp, speexdsp)
- alsa-lib (make)
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup-stubAUR, rust, rustup) (make)
- cmake (cmake-gitAUR, cmake3AUR) (make)
- doxygen (doxygen-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- jackAUR (jack2-gitAUR, pipewire-full-jack-gitAUR, pipewire-jack-gitAUR, jack2, pipewire-jack) (make)
- libpulse (pulseaudio-dummyAUR, libpulse-gitAUR) (make)
- sndio (sndio-gitAUR) (make)
- speexdsp (speexdsp-gitAUR) (make)
- gtest (googletest-gitAUR) (check)
- alsa-lib (optional) – for ALSA backend
- jackAUR (jack2-gitAUR, pipewire-full-jack-gitAUR, pipewire-jack-gitAUR, jack2, pipewire-jack) (optional) – for JACK backend
- sndio (sndio-gitAUR) (optional) – for sndio backend
Required by (11)
- azahar-git (requires cubeb) (make)
- azahar-git (requires libcubeb.so)
- cemu-git (requires cubeb) (make)
- cemu-git (requires libcubeb.so)
- dolphin-emu-git (requires cubeb)
- dolphin-emu-nogui-git (requires cubeb)
- dolphin-emu-tool-git (requires cubeb)
- libretro-citra-git (requires cubeb) (make)
- libretro-citra-git (requires libcubeb.so)
- libretro-dolphin-git (requires cubeb) (make)
- libretro-dolphin-git (requires libcubeb.so)
Latest Comments
« First ‹ Previous 1 2
hcorion commented on 2022-09-15 01:28 (UTC)
Hey yeah go for it @Martchus, I'm not working with this package anymore
Martchus commented on 2022-09-14 15:01 (UTC)
It would be nice to have the fixes mentioned by @abouvier. Are you still maintaining this package or not? If not that's not problem; simply disown it so others can take care. (I'd also be willing to adopt the package.)
abouvier commented on 2022-08-29 20:24 (UTC) (edited on 2022-08-29 20:26 (UTC) by abouvier)
jack
should be replaced byjack2
andspeexdsp
should be added todepends
.I'm willing to adopt this package if you want :p
abouvier commented on 2021-07-29 16:26 (UTC)
Nice, could you also add [1] the version in
provides=()
? Likeprovides=("cubeb=$pkgver" 'libcubeb.so')
Also, the project URL is now
https://github.com/mozilla/cubeb
[1] https://wiki.archlinux.org/title/PKGBUILD#provides
abouvier commented on 2021-07-21 18:22 (UTC) (edited on 2021-07-21 18:22 (UTC) by abouvier)
Could you also add [1]
libcubeb.so
to theprovides=()
array?[1] https://wiki.archlinux.org/title/Arch_package_guidelines#Package_relations
kyle_dolichev commented on 2018-11-17 18:32 (UTC) (edited on 2018-11-17 18:32 (UTC) by kyle_dolichev)
Adding provides=('cubeb') would make it so that we can compile things against cubeb when it is simply named 'cubeb' in the dependencies of other packages Thank you for maintaining this by the way. Much appreciated.
kyle_dolichev commented on 2018-09-25 12:10 (UTC)
Glad to see it got fixed. Perhaps we should also add a line or two like:
provides=('cubeb') conflicts=('cubeb')
these?
And why is it DCMAKE_INSTALL_LIBDIR=lib instead of DCMAKE_INSTALL_LIBDIR=/usr/lib ?
kyle_dolichev commented on 2018-09-23 15:51 (UTC)
You spelled pulse wrong... its not supposed to be pluse :P
« First ‹ Previous 1 2