Date: Fri, 12 Oct 2018 20:16:28 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481937 - in head: audio audio/gstreamer1-plugins-webrtcdsp multimedia/gstreamer1-plugins Message-ID: <201810122016.w9CKGSWI046549@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Fri Oct 12 20:16:28 2018 New Revision: 481937 URL: https://svnweb.freebsd.org/changeset/ports/481937 Log: audio/gstreamer1-plugins-webrtcdsp: connect to build after r481919 webrtcdsp has been listed in Makefile.common since r446388 Added: head/audio/gstreamer1-plugins-webrtcdsp/ head/audio/gstreamer1-plugins-webrtcdsp/Makefile (contents, props changed) Modified: head/audio/Makefile (contents, props changed) head/multimedia/gstreamer1-plugins/Makefile.common (contents, props changed) Modified: head/audio/Makefile ============================================================================== --- head/audio/Makefile Fri Oct 12 20:00:14 2018 (r481936) +++ head/audio/Makefile Fri Oct 12 20:16:28 2018 (r481937) @@ -315,6 +315,7 @@ SUBDIR += gstreamer1-plugins-twolame SUBDIR += gstreamer1-plugins-vorbis SUBDIR += gstreamer1-plugins-wavpack + SUBDIR += gstreamer1-plugins-webrtcdsp SUBDIR += gtick SUBDIR += gtkguitune SUBDIR += gtkpod Added: head/audio/gstreamer1-plugins-webrtcdsp/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/gstreamer1-plugins-webrtcdsp/Makefile Fri Oct 12 20:16:28 2018 (r481937) @@ -0,0 +1,13 @@ +# $FreeBSD$ + +PORTREVISION= 0 +CATEGORIES= audio + +COMMENT= GStreamer WebRTC Audio Processing plugin + +GST_PLUGIN= webrtcdsp +DIST= bad + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins + +.include "${MASTERDIR}/Makefile" Modified: head/multimedia/gstreamer1-plugins/Makefile.common ============================================================================== --- head/multimedia/gstreamer1-plugins/Makefile.common Fri Oct 12 20:00:14 2018 (r481936) +++ head/multimedia/gstreamer1-plugins/Makefile.common Fri Oct 12 20:16:28 2018 (r481937) @@ -463,6 +463,9 @@ gst_vdpau_GST_PLUGIN_DIR= sys/vdpau # webp gst_webp_LIB_DEPENDS= libwebp.so:graphics/webp +# webrtcdsp +gst_webrtcdsp_LIB_DEPENDS= libwebrtc_audio_processing.so:audio/webrtc-audio-processing + # X ximage and xvimage sinks aka output .if ${DIST} == base gst_x_USE_XORG= x11 xv xext
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810122016.w9CKGSWI046549>