Date: Sun, 7 Nov 2021 19:57:01 GMT From: Daniel Engberg <diizzy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 27a0e54218bb - main - multimedia/gstreamer1-plugins: Allow build with neon >= 0.32 Message-ID: <202111071957.1A7Jv1r8006578@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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' \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202111071957.1A7Jv1r8006578>