git: 3d16169112ef - 2023Q1 - multimedia/gstreamer1-plugins: Fix build in the presence of tremor
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 14 Jan 2023 10:22:24 UTC
The branch 2023Q1 has been updated by riggs:
URL: https://cgit.FreeBSD.org/ports/commit/?id=3d16169112ef1e96ab65d4cf7c84e366b10eeb6f
commit 3d16169112ef1e96ab65d4cf7c84e366b10eeb6f
Author: Thomas Zander <riggs@FreeBSD.org>
AuthorDate: 2023-01-14 10:15:00 +0000
Commit: Thomas Zander <riggs@FreeBSD.org>
CommitDate: 2023-01-14 10:21:10 +0000
multimedia/gstreamer1-plugins: Fix build in the presence of tremor
Details:
If audio/libtremor is installed, the dependency may be picked up by the
auto detection. This leads so a build error in gstreamer1-plugins-ogg.
This patch explicitly disables tremor in gstreamer-* ports.
PR: 268560
Reported by: gja822@narod.ru
MFH: 2023Q1
(cherry picked from commit 192c7ba5fa087b1fc8140cddd58b55f511e0e0e6)
---
multimedia/gstreamer1-plugins/Makefile.common | 1 +
1 file changed, 1 insertion(+)
diff --git a/multimedia/gstreamer1-plugins/Makefile.common b/multimedia/gstreamer1-plugins/Makefile.common
index e6ce9cb4e82f..136da5652397 100644
--- a/multimedia/gstreamer1-plugins/Makefile.common
+++ b/multimedia/gstreamer1-plugins/Makefile.common
@@ -38,6 +38,7 @@ BASE_GST_ALL_PLUGINS+= \
tests \
theora \
tools \
+ tremor \
typefind \
video \
videoconvert \