Search Criteria
Package Details: cubeb-git 0.2.r1506.gdd8a91f-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: | 2024-01-18 13:54 (UTC) |
Dependencies (16)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- libspeexdsp.so (speexdsp-gitAUR, lib32-speexdsp, speexdsp)
- alsa-lib (make)
- cmake (cmake-gitAUR) (make)
- doxygen (doxygen-gitAUR, doxygen-yapAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- jackAUR (jack2-gitAUR, pipewire-jack-gitAUR, pipewire-full-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-jack-gitAUR, pipewire-full-jack-gitAUR, jack2, pipewire-jack) (optional) – for JACK backend
- libpulse (pulseaudio-dummyAUR, libpulse-gitAUR) (optional) – for PulseAudio backend
- sndio (sndio-gitAUR) (optional) – for sndio backend
Required by (11)
- cemu-git (requires libcubeb.so)
- cemu-git (requires cubeb) (make)
- dolphin-emu-debugfast-git (requires cubeb)
- dolphin-emu-git (requires cubeb)
- dolphin-emu-nogui-git (requires cubeb)
- dolphin-emu-primehack-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 libcubeb.so)
- libretro-dolphin-git (requires cubeb) (make)
Latest Comments
« First ‹ Previous 1 2
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