aboutsummaryrefslogtreecommitdiff
path: root/lib/libsamplerate
Commit message (Collapse)AuthorAgeFilesLines
* packages: Add a sound packageLexi Winter2025-10-021-0/+2
| | | | | | | | | | | | | | | Put virtual_oss, /etc/devd/snd.conf and the other audio-related tools into a new "sound" package. Don't create a separate -lib package, since it's unlikely someone will want mixer(3) without mixer(8). Put the sound package in the optional set rather than minimal, since it's not actually required for audio hardware support, and many systems (including nearly all servers) won't want it installed. MFC after: 3 seconds Reviewed by: christos Sponsored by: https://www.patreon.com/bsdivy Differential Revision: https://reviews.freebsd.org/D52823
* libsamplerate: Define as PRIVATELIBChristos Margiolis2025-09-151-1/+1
| | | | | | | | | | | | | | | | | Fixes the following warnings: ld: error: relocation R_X86_64_32S cannot be used against local symbol; recompile with -fPIC >>> defined in /usr/obj/usr/src/amd64.amd64/lib/libsamplerate/libsamplerate.a(samplerate.o) >>> referenced by samplerate.c:498 (/usr/src/contrib/libsamplerate/samplerate.c:498) >>> >>> samplerate.o:(src_new) in archive /usr/obj/usr/src/amd64.amd64/lib/libsamplerate/libsamplerate.a Related discussion: https://reviews.freebsd.org/D52306 Sponsored by: The FreeBSD Foundation Reviewed by: fuz Differential Revision: https://reviews.freebsd.org/D52307
* libsamplerate: Build as internal libraryChristos Margiolis2025-08-011-0/+18
Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D51666