git: 419dcdc2c981 - main - virtual_oss: Move plugins to the sound package
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 12 Oct 2025 15:31:47 UTC
The branch main has been updated by ivy:
URL: https://cgit.FreeBSD.org/src/commit/?id=419dcdc2c981306b0ded44580977d2e053719b14
commit 419dcdc2c981306b0ded44580977d2e053719b14
Author: Lexi Winter <ivy@FreeBSD.org>
AuthorDate: 2025-10-12 15:29:17 +0000
Commit: Lexi Winter <ivy@FreeBSD.org>
CommitDate: 2025-10-12 15:29:17 +0000
virtual_oss: Move plugins to the sound package
This is the correct place for them, and also issues an incorrect
dependency from utilities to sound.
Fixes: 1b806e607f52 ("packages: Add a sound package")
MFC after: 3 days
Reviewed by: christos, dch
Sponsored by: https://www.patreon.com/bsdivy
Differential Revision: https://reviews.freebsd.org/D53015
---
lib/virtual_oss/Makefile.inc | 2 ++
1 file changed, 2 insertions(+)
diff --git a/lib/virtual_oss/Makefile.inc b/lib/virtual_oss/Makefile.inc
index 45c8e0b1fdfc..877465a5c548 100644
--- a/lib/virtual_oss/Makefile.inc
+++ b/lib/virtual_oss/Makefile.inc
@@ -1,3 +1,5 @@
+PACKAGE= sound
+
.include "../Makefile.inc"
LDFLAGS+= -L${.OBJDIR:H:H}/libsamplerate