svn commit: r367282 - head/multimedia/gstreamer1-plugins

Adam Weinberger adamw at FreeBSD.org
Thu Sep 4 15:30:22 UTC 2014


Author: adamw
Date: Thu Sep  4 15:30:21 2014
New Revision: 367282
URL: http://svnweb.freebsd.org/changeset/ports/367282
QAT: https://qat.redports.org/buildarchive/r367282/

Log:
  Fix opencv detection, fixes gstreamer1-plugins-opencv build.

Modified:
  head/multimedia/gstreamer1-plugins/Makefile

Modified: head/multimedia/gstreamer1-plugins/Makefile
==============================================================================
--- head/multimedia/gstreamer1-plugins/Makefile	Thu Sep  4 15:28:51 2014	(r367281)
+++ head/multimedia/gstreamer1-plugins/Makefile	Thu Sep  4 15:30:21 2014	(r367282)
@@ -127,7 +127,7 @@ DEFAULT_DVD_DEVICE=/dev/cd0
 post-patch:
 .if ${DIST}=="bad"
 # custom rule to fix opencv detection in configure
-	@${REINPLACE_CMD} -e 's|opencv <= 2.4.6.1|opencv <= 2.4.7|g' \
+	@${REINPLACE_CMD} -e 's|opencv <= 2.4.8|opencv <= 2.4.9|g' \
 		${WRKSRC}/configure
 	@${REINPLACE_CMD} -e 's|/dev/dvd|${DEFAULT_DVD_DEVICE}|g' \
 		${WRKSRC}/ext/resindvd/resindvdbin.c \


More information about the svn-ports-head mailing list