Package Details: libsoundio 2.0.1-3

Git Clone URL: https://aur.archlinux.org/libsoundio.git (read-only, click to copy)
Package Base: libsoundio
Description: A C99 library providing cross-platform audio input and output
Upstream URL: https://www.github.com/andrewrk/libsoundio
Licenses: MIT
Submitter: christoph.gysin
Maintainer: christoph.gysin
Last Packager: christoph.gysin
Votes: 9
Popularity: 0.000000
First Submitted: 2015-09-27 20:36 (UTC)
Last Updated: 2025-06-05 20:44 (UTC)

Latest Comments

« First ‹ Previous 1 2

klingt.net commented on 2016-02-05 16:29 (UTC)

You can compile libsoundio against JACK when `jack2{-dbus}-1.9.10-4` comes out of community-testing. See https://bugs.archlinux.org/task/47839 for details. I will remind you when the fix is backported.

christoph.gysin commented on 2016-02-04 05:32 (UTC)

Thanks, fixed.

klingt.net commented on 2016-02-03 21:11 (UTC) (edited on 2016-02-03 21:11 (UTC) by klingt.net)

The path for make in the `package` function of the `PKGBUILD` file is wrong, fix: ``` package() { make -C "$pkgname-$pkgver.build" install DESTDIR="$pkgdir" } ```