git: e74f3a9494cb - releng/15.0 - virtual_oss: Move plugins to the sound package
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 13 Oct 2025 07:07:18 UTC
The branch releng/15.0 has been updated by cperciva:
URL: https://cgit.FreeBSD.org/src/commit/?id=e74f3a9494cb54f3a5c80e439af72c76cb14b94c
commit e74f3a9494cb54f3a5c80e439af72c76cb14b94c
Author: Lexi Winter <ivy@FreeBSD.org>
AuthorDate: 2025-10-12 15:29:17 +0000
Commit: Colin Percival <cperciva@FreeBSD.org>
CommitDate: 2025-10-13 07:06:44 +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.
Approved by: re (cperciva)
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
(cherry picked from commit 419dcdc2c981306b0ded44580977d2e053719b14)
(cherry picked from commit 861225fbe31b86922d7f9fcfa1d280bde50f862e)
---
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