Date: Tue, 25 Dec 2018 21:39:00 +0000 (UTC) From: Koop Mast <kwm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r488349 - head/audio Message-ID: <201812252139.wBPLd01f022893@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kwm Date: Tue Dec 25 21:39:00 2018 New Revision: 488349 URL: https://svnweb.freebsd.org/changeset/ports/488349 Log: lv2 is a gstreamer1 plugin... Pointyhat: kwm@ Modified: head/audio/Makefile Modified: head/audio/Makefile ============================================================================== --- head/audio/Makefile Tue Dec 25 21:35:10 2018 (r488348) +++ head/audio/Makefile Tue Dec 25 21:39:00 2018 (r488349) @@ -264,7 +264,6 @@ 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 @@ -298,6 +297,7 @@ SUBDIR += gstreamer1-plugins-jack SUBDIR += gstreamer1-plugins-ladspa SUBDIR += gstreamer1-plugins-lame + SUBDIR += gstreamer1-plugins-lv2 SUBDIR += gstreamer1-plugins-modplug SUBDIR += gstreamer1-plugins-mpg123 SUBDIR += gstreamer1-plugins-musepack
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812252139.wBPLd01f022893>