git: 27a0e54218bb - main - multimedia/gstreamer1-plugins: Allow build with neon >= 0.32
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 07 Nov 2021 19:57:01 UTC
The branch main has been updated by diizzy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=27a0e54218bb62f565b5caae3d53d65537ba0070
commit 27a0e54218bb62f565b5caae3d53d65537ba0070
Author: Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2021-11-07 19:37:41 +0000
Commit: Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2021-11-07 19:56:28 +0000
multimedia/gstreamer1-plugins: Allow build with neon >= 0.32
Prepare port for bump of www/neon
Approved by: arrowd (mentor)
tcberner (mentor and member of multimedia@)
Differential Revision: https://reviews.freebsd.org/D32791
---
multimedia/gstreamer1-plugins/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/multimedia/gstreamer1-plugins/Makefile b/multimedia/gstreamer1-plugins/Makefile
index 15d7409dd352..b9de47d13ed2 100644
--- a/multimedia/gstreamer1-plugins/Makefile
+++ b/multimedia/gstreamer1-plugins/Makefile
@@ -140,8 +140,8 @@ post-patch:
@${REINPLACE_CMD} -e 's|/dev/dvd|${DEFAULT_DVD_DEVICE}|g' \
${WRKSRC}/ext/resindvd/resindvdbin.c \
${WRKSRC}/ext/resindvd/resindvdsrc.c
-# Fix dependency on neon-0.31
- ${REINPLACE_CMD} -e '/neon/s|0.30.99|0.31.99|g' \
+# Fix dependency on neon-0.31 and 0.32
+ ${REINPLACE_CMD} -e '/neon/s|0.30.99|0.32.99|g' \
${WRKSRC}/configure
# Fix build against OpenCV 4.5.1
${REINPLACE_CMD} '/opencv/s|4\.2\.0|4.6.0|g' \