1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00

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
This commit is contained in:
Daniel Engberg 2021-11-07 20:37:41 +01:00
parent a277131e9b
commit 27a0e54218

View File

@ -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' \