packages: Add a sound packagePut virtual_oss, /etc/devd/snd.conf and the other audio-related toolsinto a new "sound" package. Don't create a separate -lib package,since it's unlikely someone wil
packages: Add a sound packagePut virtual_oss, /etc/devd/snd.conf and the other audio-related toolsinto 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, sinceit's not actually required for audio hardware support, and many systems(including nearly all servers) won't want it installed.MFC after: 3 secondsReviewed by: christosSponsored by: https://www.patreon.com/bsdivyDifferential Revision: https://reviews.freebsd.org/D52823
show more ...
libsamplerate: Define as PRIVATELIBFixes 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
libsamplerate: Define as PRIVATELIBFixes 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.aRelated discussion: https://reviews.freebsd.org/D52306Sponsored by: The FreeBSD FoundationReviewed by: fuzDifferential Revision: https://reviews.freebsd.org/D52307
libsamplerate: Build as internal librarySponsored by: The FreeBSD FoundationDifferential Revision: https://reviews.freebsd.org/D51666