svn commit: r398137 - head/multimedia/phonon-gstreamer/files
Koop Mast
kwm at FreeBSD.org
Mon Sep 28 20:03:34 UTC 2015
Author: kwm
Date: Mon Sep 28 20:03:33 2015
New Revision: 398137
URL: https://svnweb.freebsd.org/changeset/ports/398137
Log:
Fix the build with GStreamer 1.6.0.
Added:
head/multimedia/phonon-gstreamer/files/patch-CMakeLists.txt (contents, props changed)
Added: head/multimedia/phonon-gstreamer/files/patch-CMakeLists.txt
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/multimedia/phonon-gstreamer/files/patch-CMakeLists.txt Mon Sep 28 20:03:33 2015 (r398137)
@@ -0,0 +1,10 @@
+--- CMakeLists.txt.orig 2015-09-28 21:27:35.073619000 +0200
++++ CMakeLists.txt 2015-09-28 21:44:28.823199000 +0200
+@@ -50,6 +50,7 @@
+ macro_log_feature(LIBXML2_FOUND "LibXml2" "LibXml2 is required to compile the gstreamer backend for Phonon" "http://xmlsoft.org/downloads.html" TRUE)
+
+
++add_definitions(${GSTREAMER_DEFINITIONS})
+
+ add_subdirectory(gstreamer)
+
More information about the svn-ports-head
mailing list