svn commit: r488349 - head/audio

Koop Mast kwm at FreeBSD.org
Tue Dec 25 21:39:01 UTC 2018


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


More information about the svn-ports-all mailing list