[Midnightbsd-cvs] mports [20184] trunk/multimedia/gstreamer-plugins/Makefile.common: fixup

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Tue Sep 8 19:56:03 EDT 2015


Revision: 20184
          http://svnweb.midnightbsd.org/mports/?rev=20184
Author:   laffer1
Date:     2015-09-08 19:56:02 -0400 (Tue, 08 Sep 2015)
Log Message:
-----------
fixup

Modified Paths:
--------------
    trunk/multimedia/gstreamer-plugins/Makefile.common

Modified: trunk/multimedia/gstreamer-plugins/Makefile.common
===================================================================
--- trunk/multimedia/gstreamer-plugins/Makefile.common	2015-09-08 23:54:36 UTC (rev 20183)
+++ trunk/multimedia/gstreamer-plugins/Makefile.common	2015-09-08 23:56:02 UTC (rev 20184)
@@ -575,6 +575,7 @@
 gst_vorbis_DIST=	base
 
 # vp8
+gst_vp8_BUILD_DEPENDS+=	libvpx>=1.1.0:${PORTSDIR}/multimedia/libvpx
 gst_vp8_LIB_DEPENDS+=	libvpx.so:${PORTSDIR}/multimedia/libvpx
 gst_vp8_PLIST_FILES=	${GST_LIB_DIR}/libgstvp8.la \
 			${GST_LIB_DIR}/libgstvp8.so
@@ -609,6 +610,7 @@
 gst_${GST_PLUGIN}_BUILD_DEPENDS?=
 gst_${GST_PLUGIN}_LIB_DEPENDS?=
 gst_${GST_PLUGIN}_RUN_DEPENDS?=
+gst_${GST_PLUGIN}_USES?=
 gst_${GST_PLUGIN}_PLIST_FILES?=${GST_LIB_DIR}/libgst${GST_PLUGIN}${GST_PLIST_SUFFIX}.so \
 			${GST_LIB_DIR}/libgst${GST_PLUGIN}${GST_PLIST_SUFFIX}.a \
 			${GST_LIB_DIR}/libgst${GST_PLUGIN}${GST_PLIST_SUFFIX}.la
@@ -627,6 +629,7 @@
 BUILD_DEPENDS+=	${gst_${GST_PLUGIN}_BUILD_DEPENDS}
 LIB_DEPENDS+=	${gst_${GST_PLUGIN}_LIB_DEPENDS}
 RUN_DEPENDS+=	${gst_${GST_PLUGIN}_RUN_DEPENDS}
+USES+=		${gst_${GST_PLUGIN}_USES}
 PLIST_FILES=	${gst_${GST_PLUGIN}_PLIST_FILES}
 PLIST_DIRS=	${gst_${GST_PLUGIN}_PLIST_DIRS}
 PLIST_DIRSTRY=	${gst_${GST_PLUGIN}_PLIST_DIRSTRY}



More information about the Midnightbsd-cvs mailing list