From owner-svn-ports-all@freebsd.org Tue Dec 25 19:43:21 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8F181135A803; Tue, 25 Dec 2018 19:43:21 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2C76087B4B; Tue, 25 Dec 2018 19:43:21 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1F38B18FDC; Tue, 25 Dec 2018 19:43:21 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wBPJhKam037215; Tue, 25 Dec 2018 19:43:20 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBPJhK7Z037211; Tue, 25 Dec 2018 19:43:20 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201812251943.wBPJhK7Z037211@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Tue, 25 Dec 2018 19:43:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r488337 - in head: Mk audio audio/gstreamer1-plugins-lv2 multimedia/gstreamer1-plugins X-SVN-Group: ports-head X-SVN-Commit-Author: kwm X-SVN-Commit-Paths: in head: Mk audio audio/gstreamer1-plugins-lv2 multimedia/gstreamer1-plugins X-SVN-Commit-Revision: 488337 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 2C76087B4B X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.94 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.95)[-0.946,0]; NEURAL_HAM_LONG(-1.00)[-0.998,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Dec 2018 19:43:21 -0000 Author: kwm Date: Tue Dec 25 19:43:19 2018 New Revision: 488337 URL: https://svnweb.freebsd.org/changeset/ports/488337 Log: * Add the gstreamer1 lv2 plugin. This plugins is a wrapper that exposes lv2 plugins to gstreamer applications. * Correct the handling of webrtcdsp in bsd.gstreamer.mk so it can be used in the USE_GSTREAMER1 macro. multimedia/gstreamer1-plugins/Makefile.common: * Remove configure disable switches for sunadio and wgl, these plugins where removed in 1.14. * Move gtk3 from the "bad" plugins to the "good" plugins. This removes a warning from the configure stage of "bad" plugins about unknown configure arguments. Added: head/audio/gstreamer1-plugins-lv2/ head/audio/gstreamer1-plugins-lv2/Makefile (contents, props changed) Modified: head/Mk/bsd.gstreamer.mk head/audio/Makefile head/multimedia/gstreamer1-plugins/Makefile.common Modified: head/Mk/bsd.gstreamer.mk ============================================================================== --- head/Mk/bsd.gstreamer.mk Tue Dec 25 19:19:54 2018 (r488336) +++ head/Mk/bsd.gstreamer.mk Tue Dec 25 19:43:19 2018 (r488337) @@ -161,6 +161,7 @@ _GSTREAMER_PLUGINS+= \ kms \ libav \ libde265 \ + lv2 \ modplug \ mpg123 \ mplex \ @@ -178,11 +179,12 @@ _GSTREAMER_PLUGINS+= \ vpx \ vulkan \ webp \ + webrtcdsp \ x \ x265 \ ximagesrc \ zbar -# vaapi webrtcdsp +# vaapi .endif # USE_GSTREAMER1 # other plugins @@ -261,6 +263,9 @@ ladspa_IMPL= bad lame_DEPENDS= audio/gstreamer-plugins-lame lame_IMPL= ugly +lv2_DEPENDS= audio/gstreamer-plugins-lv2 +lv2_IMPL= bad + mad_DEPENDS= audio/gstreamer-plugins-mad mad_IMPL= ugly @@ -324,6 +329,9 @@ vorbis_IMPL= # wavpack_DEPENDS= audio/gstreamer-plugins-wavpack wavpack_IMPL= good +webrtcdsp_DEPENDS= audio/gstreamer-plugins-webrtcdsp +webrtcdsp_IMPL= bad + #-- comms plugin section --------------------------------------------------# spandsp_DEPENDS= comms/gstreamer-plugins-spandsp @@ -544,9 +552,6 @@ ugly_IMPL= # vdpau_DEPENDS= multimedia/gstreamer-plugins-vdpau vdpau_IMPL= bad - -webrtcdsp_DEPENDS= multimedia/gstreamer-plugins-webrtcdsp -webrtcdsp_IMPL= bad x264_DEPENDS= multimedia/gstreamer-plugins-x264 x264_IMPL= ugly Modified: head/audio/Makefile ============================================================================== --- head/audio/Makefile Tue Dec 25 19:19:54 2018 (r488336) +++ head/audio/Makefile Tue Dec 25 19:43:19 2018 (r488337) @@ -264,6 +264,7 @@ SUBDIR += gstreamer-plugins-jack SUBDIR += gstreamer-plugins-ladspa SUBDIR += gstreamer-plugins-lame + SUBDIR += gstreamer-plugins-lv2 SUBDIR += gstreamer-plugins-mad SUBDIR += gstreamer-plugins-mp3 SUBDIR += gstreamer-plugins-musepack Added: head/audio/gstreamer1-plugins-lv2/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/gstreamer1-plugins-lv2/Makefile Tue Dec 25 19:43:19 2018 (r488337) @@ -0,0 +1,13 @@ +# $FreeBSD$ + +PORTREVISION= 0 +CATEGORIES= audio + +COMMENT= Gstreamer lv2 wrapper plugin + +GST_PLUGIN= lv2 +DIST= bad + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins + +.include "${MASTERDIR}/Makefile" Modified: head/multimedia/gstreamer1-plugins/Makefile.common ============================================================================== --- head/multimedia/gstreamer1-plugins/Makefile.common Tue Dec 25 19:19:54 2018 (r488336) +++ head/multimedia/gstreamer1-plugins/Makefile.common Tue Dec 25 19:43:19 2018 (r488337) @@ -34,13 +34,13 @@ BAD_GST_ALL_PLUGINS+= \ flite \ gme \ gsm \ - gtk3 \ hls \ kate \ kms \ ladspa \ libde265 \ libmms \ + lv2 \ modplug \ mpeg2enc \ mplex \ @@ -91,7 +91,6 @@ BAD_GST_NON_PLUGINS= \ --disable-uvch264 \ --disable-vcd \ --disable-wasapi \ - --disable-wgl \ --disable-winks \ --disable-winscreencap @@ -101,6 +100,7 @@ GOOD_GST_ALL_PLUGINS+= \ flac \ gdk_pixbuf \ gst_v4l2 \ + gtk3 \ jack \ jpeg \ lame \ @@ -123,7 +123,6 @@ GOOD_GST_NON_PLUGINS= \ --disable-directsound \ --disable-osx_audio \ --disable-osx_video \ - --disable-sunaudio \ --disable-waveform \ --enable-bz2 \ --enable-oss \ @@ -330,6 +329,12 @@ gst_libmms_PLIST_FILES= ${GST_LIB_DIR}/libgstmms.so # librfb gst_librfb_USE_XORG= x11 + +# liblv2 +gst_lv2_LIB_DEPENDS= libsord-0.so:devel/sord \ + libserd-0.so:devel/serd \ + libsratom-0.so:audio/sratom \ + liblilv-0.so:audio/lilv # png gst_libpng_LIB_DEPENDS= libpng.so:graphics/png