svn commit: r329695 - head/multimedia/gstreamer-plugins

Kubilay Kocak koobs at FreeBSD.org
Mon Oct 7 11:51:29 UTC 2013


Author: koobs
Date: Mon Oct  7 11:51:29 2013
New Revision: 329695
URL: http://svnweb.freebsd.org/changeset/ports/329695

Log:
  multimedia/gstreamer-plugins: correctly chase the x264 library version bump
  
  Reported by:	Ports-QAT
  Reviewed by:	kwm

Modified:
  head/multimedia/gstreamer-plugins/Makefile.common

Modified: head/multimedia/gstreamer-plugins/Makefile.common
==============================================================================
--- head/multimedia/gstreamer-plugins/Makefile.common	Mon Oct  7 11:45:08 2013	(r329694)
+++ head/multimedia/gstreamer-plugins/Makefile.common	Mon Oct  7 11:51:29 2013	(r329695)
@@ -582,7 +582,7 @@ gst_vp8_PLIST_FILES=	${GST_LIB_DIR}/libg
 gst_vp8_DIST=		bad
 
 # x264
-gst_x264_LIB_DEPENDS+=	x264.125:${PORTSDIR}/multimedia/x264
+gst_x264_LIB_DEPENDS+=	x264:${PORTSDIR}/multimedia/x264
 gst_x264_PLIST_FILES=	${GST_LIB_DIR}/libgstx264.la \
 		${GST_LIB_DIR}/libgstx264.so \
 		share/gstreamer-${VERSION}/presets/GstX264Enc.prs


More information about the svn-ports-all mailing list