svn commit: r422431 - head/multimedia

Tobias C. Berner tcberner at FreeBSD.org
Mon Sep 19 12:33:55 UTC 2016


Author: tcberner
Date: Mon Sep 19 12:33:54 2016
New Revision: 422431
URL: https://svnweb.freebsd.org/changeset/ports/422431

Log:
  Hookup multimedia/gstreamer1-qt5
  
  In r422408 multimedia/gstreamer1-qt5 was added without hooking it into
  the multimedia/Makefile. Correct this.
  
  Reported by: antoine
  Approved by: rakuco (mentor)

Modified:
  head/multimedia/Makefile

Modified: head/multimedia/Makefile
==============================================================================
--- head/multimedia/Makefile	Mon Sep 19 12:28:53 2016	(r422430)
+++ head/multimedia/Makefile	Mon Sep 19 12:33:54 2016	(r422431)
@@ -144,6 +144,7 @@
     SUBDIR += gstreamer1-plugins-x264
     SUBDIR += gstreamer1-plugins-x265
     SUBDIR += gstreamer1-qt4
+    SUBDIR += gstreamer1-qt5
     SUBDIR += gstreamer1-rtsp-server
     SUBDIR += gstreamer1-vaapi
     SUBDIR += gstreamer1-validate


More information about the svn-ports-all mailing list