summaryrefslogtreecommitdiff
path: root/multimedia/gstreamer1-plugins/Makefile
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2021-01-31 16:32:30 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2021-01-31 16:32:30 +0000
commit5f4aa6a18657c0d8015e8339a0e168790a29ce83 (patch)
treecb4d9b3d23f230a6c0af5215137ad695f84bee03 /multimedia/gstreamer1-plugins/Makefile
parentirc/weechat: Update to 3.0.1 (diff)
graphics/gstreamer*-plugins-opencv: fix fallout form OpenCV-4.5.1 upgrade
* graphics/gstreamer-plugins-opencv: disabled, as it uses the no longer shipped OpenCV-1.0 API * graphics/gstreamer1-plugins-opencv: fix the configure script to not only look for OpenCV4 <= 4.2.0 => this will be properly fixed with the next upgrade of gstreamer when switching to the meson build system. PR: 253118 Submitted by: VVD <vvd@unislabs.com> Reported by: rhurlin, fluffy, VVD <vvd@unislabs.com>
Notes
Notes: svn path=/head/; revision=563495
Diffstat (limited to 'multimedia/gstreamer1-plugins/Makefile')
-rw-r--r--multimedia/gstreamer1-plugins/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/multimedia/gstreamer1-plugins/Makefile b/multimedia/gstreamer1-plugins/Makefile
index d24835a01503..83e5e1155920 100644
--- a/multimedia/gstreamer1-plugins/Makefile
+++ b/multimedia/gstreamer1-plugins/Makefile
@@ -142,6 +142,9 @@ post-patch:
# Fix dependency on neon-0.31
${REINPLACE_CMD} -e '/neon/s|0.30.99|0.31.99|g' \
${WRKSRC}/configure
+# Fix build against OpenCV 4.5.1
+ ${REINPLACE_CMD} '/opencv/s|4\.2\.0|4.6.0|g' \
+ ${WRKSRC}/configure
.endif
.if ${DIST} != ugly