--- audio/gstreamer-plugins-opus/Makefile (revision 0) +++ audio/gstreamer-plugins-opus/Makefile (working copy) @@ -0,0 +1,11 @@ + +PORTREVISION= 0 +CATEGORIES= audio + +COMMENT= Gstreamer Opus audio encoder/decoder plugin + +GST_PLUGIN= opus + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins + +.include "${MASTERDIR}/Makefile" --- multimedia/gstreamer-plugins/Makefile.common (revision 314865) +++ multimedia/gstreamer-plugins/Makefile.common (working copy) @@ -50,6 +50,7 @@ neon \ ofa \ opencv \ + opus \ resindvd \ rsvg \ schro \ @@ -432,6 +433,12 @@ ${GST_LIB_DIR}/libgstopencv.so gst_opencv_DIST= bad +# opus +gst_opus_LIB_DEPENDS+= opus.3:${PORTSDIR}/audio/opus +gst_opus_PLIST_FILES= ${GST_LIB_DIR}/libgstopus.la \ + ${GST_LIB_DIR}/libgstopus.so +gst_opus_DIST= bad + # pango gst_pango_USE_GNOME+= pango gst_pango_PLIST_FILES= ${GST_LIB_DIR}/libgstpango.la \