--- multimedia/gstreamer1-plugins/Makefile.orig +++ multimedia/gstreamer1-plugins/Makefile @@ -134,14 +134,13 @@ post-patch: .if ${DIST} == bad # custom rule to fix opencv detection in configure -# @${REINPLACE_CMD} -e 's|opencv <= 2.4.8|opencv <= 2.4.9|g' \ +# Fix dependency on neon-0.31 + @${REINPLACE_CMD} -e '/opencv4/s|4.2.0|5.0.0|g' \ + -e '/neon/s|0.30.99|0.31.99|g' \ ${WRKSRC}/configure @${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' \ - ${WRKSRC}/configure .endif .if ${DIST} != ugly