Search Criteria
Package Details: boca-git 2:1.0.7.r58.gd98a487-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/boca-git.git (read-only, click to copy) |
|---|---|
| Package Base: | boca-git |
| Description: | A component library used by the fre:ac audio converter |
| Upstream URL: | https://github.com/enzo1982/BoCA |
| Licenses: | GPL-2.0-or-later |
| Conflicts: | boca, freac_cdk |
| Provides: | boca, freac_cdk, libboca-1.0.so |
| Submitter: | yochananmarqos |
| Maintainer: | yochananmarqos |
| Last Packager: | yochananmarqos |
| Votes: | 2 |
| Popularity: | 0.000000 |
| First Submitted: | 2019-07-15 15:17 (UTC) |
| Last Updated: | 2026-01-19 02:14 (UTC) |
Dependencies (7)
- alsa-lib
- expat (expat-gitAUR)
- libcdio-paranoia (libcdio-paranoia-gitAUR)
- libpulse (pulseaudio-dummyAUR, libpulse-gitAUR)
- smooth-gitAUR
- uriparser (uriparser-gitAUR)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
Latest Comments
yochananmarqos commented on 2026-06-20 14:00 (UTC) (edited on 2026-06-20 14:00 (UTC) by yochananmarqos)
@galuise: It builds fine in a clean chroot.
Either way, the
Makefile-optionsdetermines whether to set theUSE_WINEvariable. I addedwine-stagingto my chroot to test your changes and it made no difference, it still usedwinegcc.galuise commented on 2026-06-19 18:22 (UTC)
This has failed to build for a while now.. I meant to comment sooner, but I gave it the old "let's see if the dust settles and maybe another arch package made changes..." However, upon further inspection it has to do with undefined symbols due to trying to build coreaudio items.. The funny thing is it was related to winegcc parts of the build (so I have to assume it was maybe coreaudio / codecs on windows)...
The following patch to the PKGBUILD file on my system allows a successful build:
Basically adding
USE_WINE=to both the build() and package() function tellssrc/BoCA/components/encoder/Makefileto skip the WINE build steps:Relevant lines of said Makefile:
dreieck commented on 2024-05-26 13:36 (UTC)
providesneeds to be updated:Regards!
yochananmarqos commented on 2019-09-17 00:28 (UTC)
@kode54: Done, thanks for making me aware.
kode54 commented on 2019-09-16 22:54 (UTC)
This library needs the same patch as the old
freac_cdk: