Package Details: boca-git 2:1.0.5.r26.ga3e81393-1

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: 1
Popularity: 0.000000
First Submitted: 2019-07-15 15:17 (UTC)
Last Updated: 2024-01-20 20:27 (UTC)

Required by (2)

Sources (1)

Latest Comments

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:

diff --git a/components/encoder/Makefile b/components/encoder/Makefile
index 9035ec2..b5150db 100644
--- a/components/encoder/Makefile
+++ b/components/encoder/Makefile
@@ -11,7 +11,7 @@ ifneq ($(BUILD_OSX),True)
 endif

 ifeq ($(USE_WINE),True)
-   FOLDERS += coreaudioconnect
+   #FOLDERS += coreaudioconnect
 endif

 ifeq ($(BUILD_OSX),True)