23480413 Deliver gstreamer 1.4.5 in Solaris
authorNiveditha Rau <Niveditha.Rau@Oracle.COM>
Wed, 01 Jun 2016 14:45:54 -0700
changeset 6114 b4ecb55aa3ca
parent 6113 8ca5e7590b39
child 6115 55570225d8f2
23480413 Deliver gstreamer 1.4.5 in Solaris PSARC/2016/338 GStreamer-1
components/desktop/gstreamer1/gstreamer/Makefile
components/desktop/gstreamer1/gstreamer/gstreamer-1.p5m
components/desktop/gstreamer1/gstreamer/patches/01-grep.patch
components/desktop/gstreamer1/gstreamer/patches/02-syntax-errors.patch
components/desktop/gstreamer1/gstreamer/patches/03-gobject-introspection.patch
components/desktop/gstreamer1/gstreamer/test/results-all.master
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/desktop/gstreamer1/gstreamer/Makefile	Wed Jun 01 14:45:54 2016 -0700
@@ -0,0 +1,90 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+
+#
+# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
+#
+
+BUILD_BITS =            32_and_64
+# All components using gobject-introspection must be built with gcc as
+# gobject-introspection does not produce correct results when using Studio.
+COMPILER=gcc
+include ../../../../make-rules/shared-macros.mk
+
+# gstreamer has an ancient 0.10 version supported by many applications and the
+# newest version which has no backwards API compatibility and we likely need to
+# ship both, hence the odd name.
+COMPONENT_NAME=		gstreamer
+COMPONENT_VERSION=	1.4.5
+COMPONENT_PROJECT_URL=	http://gstreamer.freedesktop.org/
+COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
+COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.xz
+COMPONENT_ARCHIVE_HASH= \
+	sha256:40801aa7f979024526258a0e94707ba42b8ab6f7d2206e56adbc4433155cb0ae
+COMPONENT_ARCHIVE_URL=	http://gstreamer.freedesktop.org/src/$(COMPONENT_NAME)/$(COMPONENT_ARCHIVE)
+COMPONENT_BUGDB=	gnome/multimedia
+
+TPNO=			25634
+
+# Supports Python 2.x only.
+PYTHON_VERSIONS= 2.7
+
+# The results-all.master check passes on jagrafess but fails on slitheen
+# Disabling for now
+TEST_TARGET= $(SKIP_TEST)
+
+include $(WS_MAKE_RULES)/common.mk
+
+CONFIGURE_OPTIONS += --disable-static
+# Build documentation (man pages). 
+CONFIGURE_OPTIONS += --enable-docbook
+# Required for other components.
+CONFIGURE_OPTIONS += --enable-introspection
+CONFIGURE_OPTIONS += --libexecdir=$(CONFIGURE_LIBDIR.$(BITS))
+
+# The build process modifies the shebang line to use the version of Python
+# automatically found; to avoid using the current system default, one is
+# explicitly specified here.
+CONFIGURE_ENV += PYTHON="$(PYTHON.2.7)"
+
+# Required due to patches.
+COMPONENT_PREP_ACTION += ( cd $(@D) ; NOCONFIGURE=1 $(CONFIG_SHELL) autogen.sh );
+
+# for the tests
+unexport SHELLOPTS
+COMPONENT_TEST_MASTER = $(COMPONENT_TEST_RESULTS_DIR)/results-all.master
+COMPONENT_TEST_ARGS =   -k -i
+COMPONENT_TEST_TRANSFORMS += \
+        '-n ' \
+        '-e "/TOTAL:/p" ' \
+        '-e "/SKIP:/p" ' \
+        '-e "/PASS:/p" ' \
+        '-e "/FAIL:/p" ' \
+        '-e "/ERROR:/p" '
+
+REQUIRED_PACKAGES += data/docbook/docbook-dtds
+REQUIRED_PACKAGES += data/docbook/docbook-style-dsssl
+REQUIRED_PACKAGES += data/docbook/docbook-style-xsl
+REQUIRED_PACKAGES += library/glib2
+REQUIRED_PACKAGES += library/libxslt
+REQUIRED_PACKAGES += runtime/python-27
+REQUIRED_PACKAGES += system/library/gcc/gcc-c-runtime
+REQUIRED_PACKAGES += system/library/math
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/desktop/gstreamer1/gstreamer/gstreamer-1.p5m	Wed Jun 01 14:45:54 2016 -0700
@@ -0,0 +1,461 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+
+#
+# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
+#
+
+<transform file path=usr.*/man/.+ -> \
+    default mangler.man.stability "pass-through volatile">
+set name=pkg.fmri \
+    value=pkg:/library/desktop/gstreamer-1@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
+set name=pkg.summary value="A library for streaming media"
+set name=pkg.description \
+    value="GStreamer is a library for constructing graphs of media-handling components. The applications it supports range from simple Ogg/Vorbis playback, audio/video streaming to complex audio (mixing) and video (non-linear editing) processing."
+set name=com.oracle.info.tpno value=$(TPNO)
+set name=info.classification \
+    value="org.opensolaris.category.2008:System/Multimedia Libraries"
+set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
+set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
+set name=name value=com.oracle.info.description=gstreamer
+set name=org.opensolaris.arc-caseid value=PSARC/2016/338
+set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
+file path=usr/bin/$(MACH64)/gst-inspect-1.0
+file path=usr/bin/$(MACH64)/gst-launch-1.0
+file path=usr/bin/$(MACH64)/gst-typefind-1.0
+file path=usr/bin/gst-inspect-1.0
+file path=usr/bin/gst-launch-1.0
+file path=usr/bin/gst-typefind-1.0
+file path=usr/include/gstreamer-1.0/gst/base/base.h
+file path=usr/include/gstreamer-1.0/gst/base/gstadapter.h
+file path=usr/include/gstreamer-1.0/gst/base/gstbaseparse.h
+file path=usr/include/gstreamer-1.0/gst/base/gstbasesink.h
+file path=usr/include/gstreamer-1.0/gst/base/gstbasesrc.h
+file path=usr/include/gstreamer-1.0/gst/base/gstbasetransform.h
+file path=usr/include/gstreamer-1.0/gst/base/gstbitreader.h
+file path=usr/include/gstreamer-1.0/gst/base/gstbytereader.h
+file path=usr/include/gstreamer-1.0/gst/base/gstbytewriter.h
+file path=usr/include/gstreamer-1.0/gst/base/gstcollectpads.h
+file path=usr/include/gstreamer-1.0/gst/base/gstdataqueue.h
+file path=usr/include/gstreamer-1.0/gst/base/gstflowcombiner.h
+file path=usr/include/gstreamer-1.0/gst/base/gstpushsrc.h
+file path=usr/include/gstreamer-1.0/gst/base/gstqueuearray.h
+file path=usr/include/gstreamer-1.0/gst/base/gsttypefindhelper.h
+file path=usr/include/gstreamer-1.0/gst/check/check.h
+file path=usr/include/gstreamer-1.0/gst/check/gstbufferstraw.h
+file path=usr/include/gstreamer-1.0/gst/check/gstcheck.h
+file path=usr/include/gstreamer-1.0/gst/check/gstconsistencychecker.h
+file path=usr/include/gstreamer-1.0/gst/check/gsttestclock.h
+file path=usr/include/gstreamer-1.0/gst/check/internal-check.h
+file path=usr/include/gstreamer-1.0/gst/controller/controller.h
+file path=usr/include/gstreamer-1.0/gst/controller/gstargbcontrolbinding.h
+file path=usr/include/gstreamer-1.0/gst/controller/gstdirectcontrolbinding.h
+file path=usr/include/gstreamer-1.0/gst/controller/gstinterpolationcontrolsource.h
+file path=usr/include/gstreamer-1.0/gst/controller/gstlfocontrolsource.h
+file path=usr/include/gstreamer-1.0/gst/controller/gsttimedvaluecontrolsource.h
+file path=usr/include/gstreamer-1.0/gst/controller/gsttriggercontrolsource.h
+file path=usr/include/gstreamer-1.0/gst/glib-compat.h
+file path=usr/include/gstreamer-1.0/gst/gst.h
+file path=usr/include/gstreamer-1.0/gst/gstallocator.h
+file path=usr/include/gstreamer-1.0/gst/gstatomicqueue.h
+file path=usr/include/gstreamer-1.0/gst/gstbin.h
+file path=usr/include/gstreamer-1.0/gst/gstbuffer.h
+file path=usr/include/gstreamer-1.0/gst/gstbufferlist.h
+file path=usr/include/gstreamer-1.0/gst/gstbufferpool.h
+file path=usr/include/gstreamer-1.0/gst/gstbus.h
+file path=usr/include/gstreamer-1.0/gst/gstcaps.h
+file path=usr/include/gstreamer-1.0/gst/gstcapsfeatures.h
+file path=usr/include/gstreamer-1.0/gst/gstchildproxy.h
+file path=usr/include/gstreamer-1.0/gst/gstclock.h
+file path=usr/include/gstreamer-1.0/gst/gstcompat.h
+file path=usr/include/gstreamer-1.0/gst/gstconfig.h
+file path=usr/include/gstreamer-1.0/gst/gstcontext.h
+file path=usr/include/gstreamer-1.0/gst/gstcontrolbinding.h
+file path=usr/include/gstreamer-1.0/gst/gstcontrolsource.h
+file path=usr/include/gstreamer-1.0/gst/gstdatetime.h
+file path=usr/include/gstreamer-1.0/gst/gstdebugutils.h
+file path=usr/include/gstreamer-1.0/gst/gstdevice.h
+file path=usr/include/gstreamer-1.0/gst/gstdevicemonitor.h
+file path=usr/include/gstreamer-1.0/gst/gstdeviceprovider.h
+file path=usr/include/gstreamer-1.0/gst/gstdeviceproviderfactory.h
+file path=usr/include/gstreamer-1.0/gst/gstelement.h
+file path=usr/include/gstreamer-1.0/gst/gstelementfactory.h
+file path=usr/include/gstreamer-1.0/gst/gstelementmetadata.h
+file path=usr/include/gstreamer-1.0/gst/gstenumtypes.h
+file path=usr/include/gstreamer-1.0/gst/gsterror.h
+file path=usr/include/gstreamer-1.0/gst/gstevent.h
+file path=usr/include/gstreamer-1.0/gst/gstformat.h
+file path=usr/include/gstreamer-1.0/gst/gstghostpad.h
+file path=usr/include/gstreamer-1.0/gst/gstinfo.h
+file path=usr/include/gstreamer-1.0/gst/gstiterator.h
+file path=usr/include/gstreamer-1.0/gst/gstmacros.h
+file path=usr/include/gstreamer-1.0/gst/gstmemory.h
+file path=usr/include/gstreamer-1.0/gst/gstmessage.h
+file path=usr/include/gstreamer-1.0/gst/gstmeta.h
+file path=usr/include/gstreamer-1.0/gst/gstminiobject.h
+file path=usr/include/gstreamer-1.0/gst/gstobject.h
+file path=usr/include/gstreamer-1.0/gst/gstpad.h
+file path=usr/include/gstreamer-1.0/gst/gstpadtemplate.h
+file path=usr/include/gstreamer-1.0/gst/gstparamspecs.h
+file path=usr/include/gstreamer-1.0/gst/gstparse.h
+file path=usr/include/gstreamer-1.0/gst/gstpipeline.h
+file path=usr/include/gstreamer-1.0/gst/gstplugin.h
+file path=usr/include/gstreamer-1.0/gst/gstpluginfeature.h
+file path=usr/include/gstreamer-1.0/gst/gstpoll.h
+file path=usr/include/gstreamer-1.0/gst/gstpreset.h
+file path=usr/include/gstreamer-1.0/gst/gstquery.h
+file path=usr/include/gstreamer-1.0/gst/gstregistry.h
+file path=usr/include/gstreamer-1.0/gst/gstsample.h
+file path=usr/include/gstreamer-1.0/gst/gstsegment.h
+file path=usr/include/gstreamer-1.0/gst/gststructure.h
+file path=usr/include/gstreamer-1.0/gst/gstsystemclock.h
+file path=usr/include/gstreamer-1.0/gst/gsttaglist.h
+file path=usr/include/gstreamer-1.0/gst/gsttagsetter.h
+file path=usr/include/gstreamer-1.0/gst/gsttask.h
+file path=usr/include/gstreamer-1.0/gst/gsttaskpool.h
+file path=usr/include/gstreamer-1.0/gst/gsttoc.h
+file path=usr/include/gstreamer-1.0/gst/gsttocsetter.h
+file path=usr/include/gstreamer-1.0/gst/gsttypefind.h
+file path=usr/include/gstreamer-1.0/gst/gsttypefindfactory.h
+file path=usr/include/gstreamer-1.0/gst/gsturi.h
+file path=usr/include/gstreamer-1.0/gst/gstutils.h
+file path=usr/include/gstreamer-1.0/gst/gstvalue.h
+file path=usr/include/gstreamer-1.0/gst/gstversion.h
+file path=usr/include/gstreamer-1.0/gst/math-compat.h
+file path=usr/include/gstreamer-1.0/gst/net/gstnet.h
+file path=usr/include/gstreamer-1.0/gst/net/gstnetaddressmeta.h
+file path=usr/include/gstreamer-1.0/gst/net/gstnetclientclock.h
+file path=usr/include/gstreamer-1.0/gst/net/gstnettimepacket.h
+file path=usr/include/gstreamer-1.0/gst/net/gstnettimeprovider.h
+file path=usr/include/gstreamer-1.0/gst/net/net.h
+file path=usr/lib/$(MACH64)/girepository-1.0/Gst-1.0.typelib
+file path=usr/lib/$(MACH64)/girepository-1.0/GstBase-1.0.typelib
+file path=usr/lib/$(MACH64)/girepository-1.0/GstCheck-1.0.typelib
+file path=usr/lib/$(MACH64)/girepository-1.0/GstController-1.0.typelib
+file path=usr/lib/$(MACH64)/girepository-1.0/GstNet-1.0.typelib
+file path=usr/lib/$(MACH64)/gstreamer-1.0/gst-plugin-scanner mode=0555
+file path=usr/lib/$(MACH64)/gstreamer-1.0/libgstcoreelements.so
+link path=usr/lib/$(MACH64)/libgstbase-1.0.so target=libgstbase-1.0.so.0.405.0
+link path=usr/lib/$(MACH64)/libgstbase-1.0.so.0 target=libgstbase-1.0.so.0.405.0
+file path=usr/lib/$(MACH64)/libgstbase-1.0.so.0.405.0
+link path=usr/lib/$(MACH64)/libgstcheck-1.0.so target=libgstcheck-1.0.so.0.405.0
+link path=usr/lib/$(MACH64)/libgstcheck-1.0.so.0 \
+    target=libgstcheck-1.0.so.0.405.0
+file path=usr/lib/$(MACH64)/libgstcheck-1.0.so.0.405.0
+link path=usr/lib/$(MACH64)/libgstcontroller-1.0.so \
+    target=libgstcontroller-1.0.so.0.405.0
+link path=usr/lib/$(MACH64)/libgstcontroller-1.0.so.0 \
+    target=libgstcontroller-1.0.so.0.405.0
+file path=usr/lib/$(MACH64)/libgstcontroller-1.0.so.0.405.0
+link path=usr/lib/$(MACH64)/libgstnet-1.0.so target=libgstnet-1.0.so.0.405.0
+link path=usr/lib/$(MACH64)/libgstnet-1.0.so.0 target=libgstnet-1.0.so.0.405.0
+file path=usr/lib/$(MACH64)/libgstnet-1.0.so.0.405.0
+link path=usr/lib/$(MACH64)/libgstreamer-1.0.so \
+    target=libgstreamer-1.0.so.0.405.0
+link path=usr/lib/$(MACH64)/libgstreamer-1.0.so.0 \
+    target=libgstreamer-1.0.so.0.405.0
+file path=usr/lib/$(MACH64)/libgstreamer-1.0.so.0.405.0
+file path=usr/lib/$(MACH64)/pkgconfig/gstreamer-1.0.pc
+file path=usr/lib/$(MACH64)/pkgconfig/gstreamer-base-1.0.pc
+file path=usr/lib/$(MACH64)/pkgconfig/gstreamer-check-1.0.pc
+file path=usr/lib/$(MACH64)/pkgconfig/gstreamer-controller-1.0.pc
+file path=usr/lib/$(MACH64)/pkgconfig/gstreamer-net-1.0.pc
+file path=usr/lib/girepository-1.0/Gst-1.0.typelib
+file path=usr/lib/girepository-1.0/GstBase-1.0.typelib
+file path=usr/lib/girepository-1.0/GstCheck-1.0.typelib
+file path=usr/lib/girepository-1.0/GstController-1.0.typelib
+file path=usr/lib/girepository-1.0/GstNet-1.0.typelib
+file path=usr/lib/gstreamer-1.0/gst-plugin-scanner mode=0555
+file path=usr/lib/gstreamer-1.0/libgstcoreelements.so
+link path=usr/lib/libgstbase-1.0.so target=libgstbase-1.0.so.0.405.0
+link path=usr/lib/libgstbase-1.0.so.0 target=libgstbase-1.0.so.0.405.0
+file path=usr/lib/libgstbase-1.0.so.0.405.0
+link path=usr/lib/libgstcheck-1.0.so target=libgstcheck-1.0.so.0.405.0
+link path=usr/lib/libgstcheck-1.0.so.0 target=libgstcheck-1.0.so.0.405.0
+file path=usr/lib/libgstcheck-1.0.so.0.405.0
+link path=usr/lib/libgstcontroller-1.0.so target=libgstcontroller-1.0.so.0.405.0
+link path=usr/lib/libgstcontroller-1.0.so.0 \
+    target=libgstcontroller-1.0.so.0.405.0
+file path=usr/lib/libgstcontroller-1.0.so.0.405.0
+link path=usr/lib/libgstnet-1.0.so target=libgstnet-1.0.so.0.405.0
+link path=usr/lib/libgstnet-1.0.so.0 target=libgstnet-1.0.so.0.405.0
+file path=usr/lib/libgstnet-1.0.so.0.405.0
+link path=usr/lib/libgstreamer-1.0.so target=libgstreamer-1.0.so.0.405.0
+link path=usr/lib/libgstreamer-1.0.so.0 target=libgstreamer-1.0.so.0.405.0
+file path=usr/lib/libgstreamer-1.0.so.0.405.0
+file path=usr/lib/pkgconfig/gstreamer-1.0.pc
+file path=usr/lib/pkgconfig/gstreamer-base-1.0.pc
+file path=usr/lib/pkgconfig/gstreamer-check-1.0.pc
+file path=usr/lib/pkgconfig/gstreamer-controller-1.0.pc
+file path=usr/lib/pkgconfig/gstreamer-net-1.0.pc
+file path=usr/share/aclocal/gst-element-check-1.0.m4
+file path=usr/share/doc/gstreamer-1.0/faq/html/base.css
+file path=usr/share/doc/gstreamer-1.0/faq/html/chapter-dependencies.html
+file path=usr/share/doc/gstreamer-1.0/faq/html/chapter-developing.html
+file path=usr/share/doc/gstreamer-1.0/faq/html/chapter-general.html
+file path=usr/share/doc/gstreamer-1.0/faq/html/chapter-getting.html
+file path=usr/share/doc/gstreamer-1.0/faq/html/chapter-git.html
+file path=usr/share/doc/gstreamer-1.0/faq/html/chapter-legal.html
+file path=usr/share/doc/gstreamer-1.0/faq/html/chapter-troubleshooting.html
+file path=usr/share/doc/gstreamer-1.0/faq/html/chapter-using.html
+file path=usr/share/doc/gstreamer-1.0/faq/html/index.html
+file path=usr/share/doc/gstreamer-1.0/manual/html/base.css
+file path=usr/share/doc/gstreamer-1.0/manual/html/ch04s02.html
+file path=usr/share/doc/gstreamer-1.0/manual/html/chapter-autoplugging.html
+file path=usr/share/doc/gstreamer-1.0/manual/html/chapter-bins.html
+file path=usr/share/doc/gstreamer-1.0/manual/html/chapter-buffering.html
+file path=usr/share/doc/gstreamer-1.0/manual/html/chapter-bus.html
+file path=usr/share/doc/gstreamer-1.0/manual/html/chapter-checklist-element.html
+file path=usr/share/doc/gstreamer-1.0/manual/html/chapter-clocks.html
+file path=usr/share/doc/gstreamer-1.0/manual/html/chapter-compiling.html
+file path=usr/share/doc/gstreamer-1.0/manual/html/chapter-data.html
+file path=usr/share/doc/gstreamer-1.0/manual/html/chapter-dataaccess.html
+file path=usr/share/doc/gstreamer-1.0/manual/html/chapter-dparams.html
+file path=usr/share/doc/gstreamer-1.0/manual/html/chapter-elements.html
+file path=usr/share/doc/gstreamer-1.0/manual/html/chapter-gstreamer.html
+file path=usr/share/doc/gstreamer-1.0/manual/html/chapter-helloworld.html
+file path=usr/share/doc/gstreamer-1.0/manual/html/chapter-init.html
+file path=usr/share/doc/gstreamer-1.0/manual/html/chapter-interfaces.html
+file path=usr/share/doc/gstreamer-1.0/manual/html/chapter-intgration.html
+file path=usr/share/doc/gstreamer-1.0/manual/html/chapter-intro-basics.html
+file path=usr/share/doc/gstreamer-1.0/manual/html/chapter-licensing.html
+file path=usr/share/doc/gstreamer-1.0/manual/html/chapter-metadata.html
+file path=usr/share/doc/gstreamer-1.0/manual/html/chapter-motivation.html
+file path=usr/share/doc/gstreamer-1.0/manual/html/chapter-pads.html
+file path=usr/share/doc/gstreamer-1.0/manual/html/chapter-playback-components.html
+file path=usr/share/doc/gstreamer-1.0/manual/html/chapter-porting-1.0.html
+file path=usr/share/doc/gstreamer-1.0/manual/html/chapter-porting.html
+file path=usr/share/doc/gstreamer-1.0/manual/html/chapter-programs.html
+file path=usr/share/doc/gstreamer-1.0/manual/html/chapter-queryevents.html
+file path=usr/share/doc/gstreamer-1.0/manual/html/chapter-quotes.html
+file path=usr/share/doc/gstreamer-1.0/manual/html/chapter-threads.html
+file path=usr/share/doc/gstreamer-1.0/manual/html/images/bin-element-ghost.png
+file path=usr/share/doc/gstreamer-1.0/manual/html/images/bin-element-noghost.png
+file path=usr/share/doc/gstreamer-1.0/manual/html/images/bin-element.png
+file path=usr/share/doc/gstreamer-1.0/manual/html/images/clocks.png
+file path=usr/share/doc/gstreamer-1.0/manual/html/images/communication.png
+file path=usr/share/doc/gstreamer-1.0/manual/html/images/filter-element-multi.png
+file path=usr/share/doc/gstreamer-1.0/manual/html/images/filter-element.png
+file path=usr/share/doc/gstreamer-1.0/manual/html/images/gstreamer-overview.png
+file path=usr/share/doc/gstreamer-1.0/manual/html/images/hello-world.png
+file path=usr/share/doc/gstreamer-1.0/manual/html/images/linked-elements.png
+file path=usr/share/doc/gstreamer-1.0/manual/html/images/mime-world.png
+file path=usr/share/doc/gstreamer-1.0/manual/html/images/simple-player.png
+file path=usr/share/doc/gstreamer-1.0/manual/html/images/sink-element.png
+file path=usr/share/doc/gstreamer-1.0/manual/html/images/src-element.png
+file path=usr/share/doc/gstreamer-1.0/manual/html/images/thread-buffering.png
+file path=usr/share/doc/gstreamer-1.0/manual/html/images/thread-synchronizing.png
+file path=usr/share/doc/gstreamer-1.0/manual/html/index.html
+file path=usr/share/doc/gstreamer-1.0/manual/html/part-advanced.html
+file path=usr/share/doc/gstreamer-1.0/manual/html/part-appendices.html
+file path=usr/share/doc/gstreamer-1.0/manual/html/part-building.html
+file path=usr/share/doc/gstreamer-1.0/manual/html/part-highlevel.html
+file path=usr/share/doc/gstreamer-1.0/manual/html/part-introduction.html
+file path=usr/share/doc/gstreamer-1.0/manual/html/pr01.html
+file path=usr/share/doc/gstreamer-1.0/manual/html/pr02.html
+file path=usr/share/doc/gstreamer-1.0/manual/html/section-bin-create.html
+file path=usr/share/doc/gstreamer-1.0/manual/html/section-bin-custom.html
+file path=usr/share/doc/gstreamer-1.0/manual/html/section-bin-state-change-handling.html
+file path=usr/share/doc/gstreamer-1.0/manual/html/section-buffer-running-time.html
+file path=usr/share/doc/gstreamer-1.0/manual/html/section-buffer-stream-time.html
+file path=usr/share/doc/gstreamer-1.0/manual/html/section-buffering-download.html
+file path=usr/share/doc/gstreamer-1.0/manual/html/section-buffering-live.html
+file path=usr/share/doc/gstreamer-1.0/manual/html/section-buffering-strategies.html
+file path=usr/share/doc/gstreamer-1.0/manual/html/section-buffering-timeshift.html
+file path=usr/share/doc/gstreamer-1.0/manual/html/section-bus-message-types.html
+file path=usr/share/doc/gstreamer-1.0/manual/html/section-caps-api.html
+file path=usr/share/doc/gstreamer-1.0/manual/html/section-caps.html
+file path=usr/share/doc/gstreamer-1.0/manual/html/section-checklist-applications.html
+file path=usr/share/doc/gstreamer-1.0/manual/html/section-checklist-conversion.html
+file path=usr/share/doc/gstreamer-1.0/manual/html/section-checklist-debug.html
+file path=usr/share/doc/gstreamer-1.0/manual/html/section-clocks-latency.html
+file path=usr/share/doc/gstreamer-1.0/manual/html/section-clocks-providers.html
+file path=usr/share/doc/gstreamer-1.0/manual/html/section-components-decodebin.html
+file path=usr/share/doc/gstreamer-1.0/manual/html/section-components-playsink.html
+file path=usr/share/doc/gstreamer-1.0/manual/html/section-components-uridecodebin.html
+file path=usr/share/doc/gstreamer-1.0/manual/html/section-data-spoof.html
+file path=usr/share/doc/gstreamer-1.0/manual/html/section-dparams-parameters.html
+file path=usr/share/doc/gstreamer-1.0/manual/html/section-dynamic-pipelines.html
+file path=usr/share/doc/gstreamer-1.0/manual/html/section-dynamic.html
+file path=usr/share/doc/gstreamer-1.0/manual/html/section-elements-create.html
+file path=usr/share/doc/gstreamer-1.0/manual/html/section-elements-factories.html
+file path=usr/share/doc/gstreamer-1.0/manual/html/section-elements-link.html
+file path=usr/share/doc/gstreamer-1.0/manual/html/section-elements-properties.html
+file path=usr/share/doc/gstreamer-1.0/manual/html/section-elements-states.html
+file path=usr/share/doc/gstreamer-1.0/manual/html/section-events.html
+file path=usr/share/doc/gstreamer-1.0/manual/html/section-eventsseek.html
+file path=usr/share/doc/gstreamer-1.0/manual/html/section-goals-binary.html
+file path=usr/share/doc/gstreamer-1.0/manual/html/section-goals-extensible.html
+file path=usr/share/doc/gstreamer-1.0/manual/html/section-goals-object.html
+file path=usr/share/doc/gstreamer-1.0/manual/html/section-goals-performance.html
+file path=usr/share/doc/gstreamer-1.0/manual/html/section-goals-separation.html
+file path=usr/share/doc/gstreamer-1.0/manual/html/section-goals-testbed.html
+file path=usr/share/doc/gstreamer-1.0/manual/html/section-hello-world-conclusion.html
+file path=usr/share/doc/gstreamer-1.0/manual/html/section-helloworld-compilerun.html
+file path=usr/share/doc/gstreamer-1.0/manual/html/section-integration-gnome.html
+file path=usr/share/doc/gstreamer-1.0/manual/html/section-integration-kde.html
+file path=usr/share/doc/gstreamer-1.0/manual/html/section-integration-osx.html
+file path=usr/share/doc/gstreamer-1.0/manual/html/section-integration-win32.html
+file path=usr/share/doc/gstreamer-1.0/manual/html/section-interfaces-colorbalance.html
+file path=usr/share/doc/gstreamer-1.0/manual/html/section-interfaces-videooverlay.html
+file path=usr/share/doc/gstreamer-1.0/manual/html/section-intro-basics-bins.html
+file path=usr/share/doc/gstreamer-1.0/manual/html/section-intro-basics-communication.html
+file path=usr/share/doc/gstreamer-1.0/manual/html/section-intro-basics-pads.html
+file path=usr/share/doc/gstreamer-1.0/manual/html/section-intro-reading.html
+file path=usr/share/doc/gstreamer-1.0/manual/html/section-intro-structure.html
+file path=usr/share/doc/gstreamer-1.0/manual/html/section-pads-ghost.html
+file path=usr/share/doc/gstreamer-1.0/manual/html/section-programs-gst-inspect.html
+file path=usr/share/doc/gstreamer-1.0/manual/html/section-spoof-format.html
+file path=usr/share/doc/gstreamer-1.0/manual/html/section-tags-write.html
+file path=usr/share/doc/gstreamer-1.0/manual/html/section-threads-status.html
+file path=usr/share/doc/gstreamer-1.0/manual/html/section-threads-uses.html
+file path=usr/share/doc/gstreamer-1.0/manual/html/section-time-overview.html
+file path=usr/share/doc/gstreamer-1.0/manual/html/section-typefinding.html
+file path=usr/share/doc/gstreamer-1.0/pwg/html/base.css
+file path=usr/share/doc/gstreamer-1.0/pwg/html/chapter-advanced-clock.html
+file path=usr/share/doc/gstreamer-1.0/pwg/html/chapter-advanced-events.html
+file path=usr/share/doc/gstreamer-1.0/pwg/html/chapter-advanced-interfaces.html
+file path=usr/share/doc/gstreamer-1.0/pwg/html/chapter-advanced-qos.html
+file path=usr/share/doc/gstreamer-1.0/pwg/html/chapter-advanced-request.html
+file path=usr/share/doc/gstreamer-1.0/pwg/html/chapter-advanced-tagging.html
+file path=usr/share/doc/gstreamer-1.0/pwg/html/chapter-allocation.html
+file path=usr/share/doc/gstreamer-1.0/pwg/html/chapter-building-args.html
+file path=usr/share/doc/gstreamer-1.0/pwg/html/chapter-building-boiler.html
+file path=usr/share/doc/gstreamer-1.0/pwg/html/chapter-building-chainfn.html
+file path=usr/share/doc/gstreamer-1.0/pwg/html/chapter-building-eventfn.html
+file path=usr/share/doc/gstreamer-1.0/pwg/html/chapter-building-pads.html
+file path=usr/share/doc/gstreamer-1.0/pwg/html/chapter-building-queryfn.html
+file path=usr/share/doc/gstreamer-1.0/pwg/html/chapter-building-signals.html
+file path=usr/share/doc/gstreamer-1.0/pwg/html/chapter-building-testapp.html
+file path=usr/share/doc/gstreamer-1.0/pwg/html/chapter-building-types.html
+file path=usr/share/doc/gstreamer-1.0/pwg/html/chapter-checklist-element.html
+file path=usr/share/doc/gstreamer-1.0/pwg/html/chapter-dparam-loop.html
+file path=usr/share/doc/gstreamer-1.0/pwg/html/chapter-dparams.html
+file path=usr/share/doc/gstreamer-1.0/pwg/html/chapter-intro-basics.html
+file path=usr/share/doc/gstreamer-1.0/pwg/html/chapter-intro-preface.html
+file path=usr/share/doc/gstreamer-1.0/pwg/html/chapter-licensing-advisory.html
+file path=usr/share/doc/gstreamer-1.0/pwg/html/chapter-negotiation.html
+file path=usr/share/doc/gstreamer-1.0/pwg/html/chapter-other-base.html
+file path=usr/share/doc/gstreamer-1.0/pwg/html/chapter-other-manager.html
+file path=usr/share/doc/gstreamer-1.0/pwg/html/chapter-other-ntoone.html
+file path=usr/share/doc/gstreamer-1.0/pwg/html/chapter-other-oneton.html
+file path=usr/share/doc/gstreamer-1.0/pwg/html/chapter-porting-1_0.html
+file path=usr/share/doc/gstreamer-1.0/pwg/html/chapter-porting.html
+file path=usr/share/doc/gstreamer-1.0/pwg/html/chapter-scheduling.html
+file path=usr/share/doc/gstreamer-1.0/pwg/html/chapter-statemanage-states.html
+file path=usr/share/doc/gstreamer-1.0/pwg/html/index.html
+file path=usr/share/doc/gstreamer-1.0/pwg/html/part-advanced.html
+file path=usr/share/doc/gstreamer-1.0/pwg/html/part-appendix.html
+file path=usr/share/doc/gstreamer-1.0/pwg/html/part-building.html
+file path=usr/share/doc/gstreamer-1.0/pwg/html/part-introduction.html
+file path=usr/share/doc/gstreamer-1.0/pwg/html/part-other.html
+file path=usr/share/doc/gstreamer-1.0/pwg/html/section-allocation-buffer.html
+file path=usr/share/doc/gstreamer-1.0/pwg/html/section-allocation-bufferpool.html
+file path=usr/share/doc/gstreamer-1.0/pwg/html/section-allocation-meta.html
+file path=usr/share/doc/gstreamer-1.0/pwg/html/section-allocation-query.html
+file path=usr/share/doc/gstreamer-1.0/pwg/html/section-base-src.html
+file path=usr/share/doc/gstreamer-1.0/pwg/html/section-base-transform.html
+file path=usr/share/doc/gstreamer-1.0/pwg/html/section-basics-data.html
+file path=usr/share/doc/gstreamer-1.0/pwg/html/section-basics-pads.html
+file path=usr/share/doc/gstreamer-1.0/pwg/html/section-basics-types.html
+file path=usr/share/doc/gstreamer-1.0/pwg/html/section-boiler-constructors.html
+file path=usr/share/doc/gstreamer-1.0/pwg/html/section-boiler-details.html
+file path=usr/share/doc/gstreamer-1.0/pwg/html/section-boiler-examine.html
+file path=usr/share/doc/gstreamer-1.0/pwg/html/section-boiler-padtemplates.html
+file path=usr/share/doc/gstreamer-1.0/pwg/html/section-boiler-plugininit.html
+file path=usr/share/doc/gstreamer-1.0/pwg/html/section-boiler-project-stamp.html
+file path=usr/share/doc/gstreamer-1.0/pwg/html/section-buffer-time-types.html
+file path=usr/share/doc/gstreamer-1.0/pwg/html/section-checklist-debug.html
+file path=usr/share/doc/gstreamer-1.0/pwg/html/section-checklist-query.html
+file path=usr/share/doc/gstreamer-1.0/pwg/html/section-checklist-testing.html
+file path=usr/share/doc/gstreamer-1.0/pwg/html/section-clock-obligations-of-each-element.html
+file path=usr/share/doc/gstreamer-1.0/pwg/html/section-clock-time-types.html
+file path=usr/share/doc/gstreamer-1.0/pwg/html/section-events-definitions.html
+file path=usr/share/doc/gstreamer-1.0/pwg/html/section-events-upstream.html
+file path=usr/share/doc/gstreamer-1.0/pwg/html/section-handling.html
+file path=usr/share/doc/gstreamer-1.0/pwg/html/section-iface-colorbalance.html
+file path=usr/share/doc/gstreamer-1.0/pwg/html/section-iface-navigation.html
+file path=usr/share/doc/gstreamer-1.0/pwg/html/section-iface-uri.html
+file path=usr/share/doc/gstreamer-1.0/pwg/html/section-iface-xoverlay.html
+file path=usr/share/doc/gstreamer-1.0/pwg/html/section-messages.html
+file path=usr/share/doc/gstreamer-1.0/pwg/html/section-nego-getcaps.html
+file path=usr/share/doc/gstreamer-1.0/pwg/html/section-nego-pullmode.html
+file path=usr/share/doc/gstreamer-1.0/pwg/html/section-nego-upstream.html
+file path=usr/share/doc/gstreamer-1.0/pwg/html/section-nego-usecases.html
+file path=usr/share/doc/gstreamer-1.0/pwg/html/section-preface-reading.html
+file path=usr/share/doc/gstreamer-1.0/pwg/html/section-preface-structure.html
+file path=usr/share/doc/gstreamer-1.0/pwg/html/section-preface-who.html
+file path=usr/share/doc/gstreamer-1.0/pwg/html/section-reqpad-request.html
+file path=usr/share/doc/gstreamer-1.0/pwg/html/section-scheduling-loop.html
+file path=usr/share/doc/gstreamer-1.0/pwg/html/section-scheduling-randomxs.html
+file path=usr/share/doc/gstreamer-1.0/pwg/html/section-tagging-read.html
+file path=usr/share/doc/gstreamer-1.0/pwg/html/section-tagging-write.html
+file path=usr/share/doc/gstreamer-1.0/pwg/html/section-throttle.html
+file path=usr/share/doc/gstreamer-1.0/pwg/html/section-types-definitions.html
+file path=usr/share/doc/gstreamer-1.0/pwg/html/section-types-typefind.html
+file path=usr/share/gir-1.0/Gst-1.0.gir
+file path=usr/share/gir-1.0/GstBase-1.0.gir
+file path=usr/share/gir-1.0/GstCheck-1.0.gir
+file path=usr/share/gir-1.0/GstController-1.0.gir
+file path=usr/share/gir-1.0/GstNet-1.0.gir
+file path=usr/share/locale/af/LC_MESSAGES/gstreamer-1.0.mo
+file path=usr/share/locale/az/LC_MESSAGES/gstreamer-1.0.mo
+file path=usr/share/locale/be/LC_MESSAGES/gstreamer-1.0.mo
+file path=usr/share/locale/bg/LC_MESSAGES/gstreamer-1.0.mo
+file path=usr/share/locale/ca/LC_MESSAGES/gstreamer-1.0.mo
+file path=usr/share/locale/cs/LC_MESSAGES/gstreamer-1.0.mo
+file path=usr/share/locale/da/LC_MESSAGES/gstreamer-1.0.mo
+file path=usr/share/locale/de/LC_MESSAGES/gstreamer-1.0.mo
+file path=usr/share/locale/el/LC_MESSAGES/gstreamer-1.0.mo
+file path=usr/share/locale/en_GB/LC_MESSAGES/gstreamer-1.0.mo
+file path=usr/share/locale/eo/LC_MESSAGES/gstreamer-1.0.mo
+file path=usr/share/locale/es/LC_MESSAGES/gstreamer-1.0.mo
+file path=usr/share/locale/eu/LC_MESSAGES/gstreamer-1.0.mo
+file path=usr/share/locale/fi/LC_MESSAGES/gstreamer-1.0.mo
+file path=usr/share/locale/fr/LC_MESSAGES/gstreamer-1.0.mo
+file path=usr/share/locale/gl/LC_MESSAGES/gstreamer-1.0.mo
+file path=usr/share/locale/hr/LC_MESSAGES/gstreamer-1.0.mo
+file path=usr/share/locale/hu/LC_MESSAGES/gstreamer-1.0.mo
+file path=usr/share/locale/id/LC_MESSAGES/gstreamer-1.0.mo
+file path=usr/share/locale/it/LC_MESSAGES/gstreamer-1.0.mo
+file path=usr/share/locale/ja/LC_MESSAGES/gstreamer-1.0.mo
+file path=usr/share/locale/lt/LC_MESSAGES/gstreamer-1.0.mo
+file path=usr/share/locale/nb/LC_MESSAGES/gstreamer-1.0.mo
+file path=usr/share/locale/nl/LC_MESSAGES/gstreamer-1.0.mo
+file path=usr/share/locale/pl/LC_MESSAGES/gstreamer-1.0.mo
+file path=usr/share/locale/pt_BR/LC_MESSAGES/gstreamer-1.0.mo
+file path=usr/share/locale/ro/LC_MESSAGES/gstreamer-1.0.mo
+file path=usr/share/locale/ru/LC_MESSAGES/gstreamer-1.0.mo
+file path=usr/share/locale/rw/LC_MESSAGES/gstreamer-1.0.mo
+file path=usr/share/locale/sk/LC_MESSAGES/gstreamer-1.0.mo
+file path=usr/share/locale/sl/LC_MESSAGES/gstreamer-1.0.mo
+file path=usr/share/locale/sq/LC_MESSAGES/gstreamer-1.0.mo
+file path=usr/share/locale/sr/LC_MESSAGES/gstreamer-1.0.mo
+file path=usr/share/locale/sv/LC_MESSAGES/gstreamer-1.0.mo
+file path=usr/share/locale/tr/LC_MESSAGES/gstreamer-1.0.mo
+file path=usr/share/locale/uk/LC_MESSAGES/gstreamer-1.0.mo
+file path=usr/share/locale/vi/LC_MESSAGES/gstreamer-1.0.mo
+file path=usr/share/locale/zh_CN/LC_MESSAGES/gstreamer-1.0.mo
+file path=usr/share/locale/zh_TW/LC_MESSAGES/gstreamer-1.0.mo
+file path=usr/share/man/man1/gst-inspect-1.0.1
+file path=usr/share/man/man1/gst-launch-1.0.1
+file path=usr/share/man/man1/gst-typefind-1.0.1
+license COPYING license=LGPLv2
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/desktop/gstreamer1/gstreamer/patches/01-grep.patch	Wed Jun 01 14:45:54 2016 -0700
@@ -0,0 +1,13 @@
+patched for building on Solaris.  Not suitable for upstream
+
+--- gstreamer-1.4.5/common/m4/gst-gettext.m4	2014-07-21 01:36:35.000000000 -0700
++++ gstreamer-1.4.5/common/m4/gst-gettext.m4	2015-06-02 11:14:05.097478233 -0700
+@@ -16,7 +16,7 @@
+ 
+   dnl make sure po/Makevars is kept in sync with GETTEXT_PACKAGE
+   if test -e "${srcdir}/po/Makevars"; then
+-    if ! grep -e "$1" "${srcdir}/po/Makevars"; then
++    if ! "$GREP" -e "$1" "${srcdir}/po/Makevars"; then
+       AC_MSG_ERROR([DOMAIN in po/Makevars does not match GETTEXT_PACKAGE $1])
+     fi
+   fi
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/desktop/gstreamer1/gstreamer/patches/02-syntax-errors.patch	Wed Jun 01 14:45:54 2016 -0700
@@ -0,0 +1,18 @@
+patched for building on Solaris.  Potentially applicable to be sent upstream
+
+--- gstreamer-1.4.5/gst/gsturi.c	2014-07-21 01:20:56.000000000 -0700
++++ gstreamer-1.4.5/gst/gsturi.c	2015-06-02 12:13:19.084628371 -0700
+@@ -639,11 +639,11 @@
+  * Returns: the #GstURIType of the URI handler.
+  * Returns #GST_URI_UNKNOWN if the @handler isn't implemented correctly.
+  */
+-guint
++GstURIType
+ gst_uri_handler_get_uri_type (GstURIHandler * handler)
+ {
+   GstURIHandlerInterface *iface;
+-  guint ret;
++  GstURIType ret;
+ 
+   g_return_val_if_fail (GST_IS_URI_HANDLER (handler), GST_URI_UNKNOWN);
+ 
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/desktop/gstreamer1/gstreamer/patches/03-gobject-introspection.patch	Wed Jun 01 14:45:54 2016 -0700
@@ -0,0 +1,82 @@
+Ultimately, this should be resolved by a proper fix for this upstream bug:
+
+  726571 should use Makefile.introspection 
+
+The patch below a simpler fix that does the minimum necessary to make
+introspection builds work.
+
+--- gstreamer-1.4.5/common/m4/introspection.m4	2014-10-19 04:41:57.000000000 -0700
++++ gstreamer-1.4.5/common/m4/introspection.m4	2015-06-02 12:37:14.807600738 -0700
+@@ -49,12 +49,14 @@
+     AC_MSG_RESULT([$found_introspection])
+ 
+     INTROSPECTION_SCANNER=
++    INTROSPECTION_SCANNER_ENV=
+     INTROSPECTION_COMPILER=
+     INTROSPECTION_GENERATE=
+     INTROSPECTION_GIRDIR=
+     INTROSPECTION_TYPELIBDIR=
+     if test "x$found_introspection" = "xyes"; then
+        INTROSPECTION_SCANNER=`$PKG_CONFIG --variable=g_ir_scanner gobject-introspection-1.0`
++       INTROSPECTION_SCANNER_ENV='CPPFLAGS="$(CPPFLAGS)" CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" CC="$(CC)"'
+        INTROSPECTION_COMPILER=`$PKG_CONFIG --variable=g_ir_compiler gobject-introspection-1.0`
+        INTROSPECTION_GENERATE=`$PKG_CONFIG --variable=g_ir_generate gobject-introspection-1.0`
+        INTROSPECTION_GIRDIR=`$PKG_CONFIG --variable=girdir gobject-introspection-1.0`
+@@ -64,6 +66,7 @@
+        INTROSPECTION_MAKEFILE=`$PKG_CONFIG --variable=datadir gobject-introspection-1.0`/gobject-introspection-1.0/Makefile.introspection
+     fi
+     AC_SUBST(INTROSPECTION_SCANNER)
++    AC_SUBST(INTROSPECTION_SCANNER_ENV)
+     AC_SUBST(INTROSPECTION_COMPILER)
+     AC_SUBST(INTROSPECTION_GENERATE)
+     AC_SUBST(INTROSPECTION_GIRDIR)
+--- gstreamer-1.4.5/gst/Makefile.am	2014-10-19 04:41:00.000000000 -0700
++++ gstreamer-1.4.5/gst/Makefile.am	2015-06-02 12:56:24.258153713 -0700
+@@ -288,6 +288,7 @@
+ 
+ Gst-@[email protected]: $(INTROSPECTION_SCANNER) libgstreamer-@[email protected]
+ 	$(AM_V_GEN)GST_PLUGIN_SYSTEM_PATH_1_0="" GST_PLUGIN_PATH_1_0="" GST_REGISTRY_UPDATE=no \
++		$(INTROSPECTION_SCANNER_ENV) \
+ 		$(INTROSPECTION_SCANNER) -v --namespace Gst \
+ 		--nsversion=@GST_API_VERSION@ \
+ 		--warn-all \
+--- gstreamer-1.4.5/libs/gst/base/Makefile.am	2014-10-19 04:41:00.000000000 -0700
++++ gstreamer-1.4.5/libs/gst/base/Makefile.am	2015-06-02 12:57:13.922191032 -0700
+@@ -78,6 +78,7 @@
+ GstBase-@[email protected]: $(INTROSPECTION_SCANNER) libgstbase-@[email protected]
+ 	$(AM_V_GEN)PKG_CONFIG_PATH="$(GST_PKG_CONFIG_PATH)" \
+ 		GST_PLUGIN_SYSTEM_PATH_1_0="" GST_PLUGIN_PATH_1_0="" GST_REGISTRY_UPDATE=no \
++		$(INTROSPECTION_SCANNER_ENV) \
+ 		$(INTROSPECTION_SCANNER) -v --namespace GstBase \
+ 		--nsversion=@GST_API_VERSION@ \
+ 		--warn-all \
+--- gstreamer-1.4.5/libs/gst/check/Makefile.am	2014-10-19 04:41:47.000000000 -0700
++++ gstreamer-1.4.5/libs/gst/check/Makefile.am	2015-06-02 12:56:45.804941977 -0700
+@@ -141,6 +141,7 @@
+ GstCheck-@[email protected]: $(INTROSPECTION_SCANNER) libgstcheck-@[email protected]
+ 	$(AM_V_GEN)PKG_CONFIG_PATH="$(GST_PKG_CONFIG_PATH)" \
+ 		GST_PLUGIN_SYSTEM_PATH_1_0="" GST_PLUGIN_PATH_1_0="" GST_REGISTRY_UPDATE=no \
++		$(INTROSPECTION_SCANNER_ENV) \
+ 		$(INTROSPECTION_SCANNER) -v --namespace GstCheck \
+ 		--nsversion=@GST_API_VERSION@ \
+ 		--strip-prefix=Gst \
+--- gstreamer-1.4.5/libs/gst/controller/Makefile.am	2014-10-19 04:41:00.000000000 -0700
++++ gstreamer-1.4.5/libs/gst/controller/Makefile.am	2015-06-02 12:56:54.306083740 -0700
+@@ -50,6 +50,7 @@
+ GstController-@[email protected]: $(INTROSPECTION_SCANNER) libgstcontroller-@[email protected]
+ 	$(AM_V_GEN)PKG_CONFIG_PATH="$(GST_PKG_CONFIG_PATH)" \
+ 		GST_PLUGIN_SYSTEM_PATH_1_0="" GST_PLUGIN_PATH_1_0="" GST_REGISTRY_UPDATE=no \
++		$(INTROSPECTION_SCANNER_ENV) \
+ 		$(INTROSPECTION_SCANNER) -v --namespace GstController \
+ 		--nsversion=@GST_API_VERSION@ \
+ 		--warn-all \
+--- gstreamer-1.4.5/libs/gst/net/Makefile.am	2014-10-19 04:41:00.000000000 -0700
++++ gstreamer-1.4.5/libs/gst/net/Makefile.am	2015-06-02 12:57:07.788011768 -0700
+@@ -49,6 +49,7 @@
+ GstNet-@[email protected]: $(INTROSPECTION_SCANNER) libgstnet-@[email protected]
+ 	$(AM_V_GEN)PKG_CONFIG_PATH="$(GST_PKG_CONFIG_PATH)" \
+ 		GST_PLUGIN_SYSTEM_PATH_1_0="" GST_PLUGIN_PATH_1_0="" GST_REGISTRY_UPDATE=no \
++		$(INTROSPECTION_SCANNER_ENV) \
+ 		$(INTROSPECTION_SCANNER) -v --namespace GstNet \
+ 		--strip-prefix=Gst \
+ 		--warn-all \
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/desktop/gstreamer1/gstreamer/test/results-all.master	Wed Jun 01 14:45:54 2016 -0700
@@ -0,0 +1,114 @@
+PASS: gst/gstabi
+PASS: gst/gstatomicqueue
+PASS: gst/gstbuffer
+PASS: gst/gstbufferlist
+PASS: gst/gstbufferpool
+PASS: gst/gstmeta
+PASS: gst/gstmemory
+PASS: gst/gstbus
+PASS: gst/gstcaps
+PASS: gst/gstcapsfeatures
+PASS: gst/gstcpp
+PASS: libs/gstlibscpp
+FAIL: gst/gstdatetime
+PASS: gst/gstdevice
+PASS: gst/gstinfo
+PASS: gst/gstiterator
+PASS: gst/gstmessage
+PASS: gst/gstminiobject
+PASS: gst/gstobject
+PASS: gst/gstpad
+PASS: gst/gstparamspecs
+PASS: gst/gstpipeline
+PASS: gst/gstpoll
+PASS: gst/gstsegment
+PASS: gst/gstsystemclock
+PASS: gst/gstclock
+PASS: gst/gststructure
+PASS: gst/gsttag
+PASS: gst/gsttagsetter
+PASS: gst/gsttask
+PASS: gst/gsttoc
+PASS: gst/gsttocsetter
+PASS: gst/gstvalue
+PASS: generic/states
+PASS: pipelines/simple-launch-lines
+PASS: pipelines/cleanup
+PASS: pipelines/parse-launch
+PASS: gst/gst
+PASS: gst/gstbin
+PASS: gst/gstchildproxy
+PASS: gst/gstcontext
+PASS: gst/gstcontroller
+PASS: gst/gstelement
+PASS: gst/gstelementfactory
+PASS: gst/gstevent
+PASS: gst/gstghostpad
+PASS: gst/gstplugin
+PASS: gst/gstpreset
+PASS: gst/gstquery
+PASS: gst/gstregistry
+PASS: gst/gsturi
+PASS: gst/gstutils
+PASS: generic/sinks
+PASS: elements/capsfilter
+PASS: elements/fakesink
+PASS: elements/fakesrc
+PASS: elements/fdsrc
+PASS: elements/filesink
+PASS: elements/filesrc
+PASS: elements/funnel
+PASS: elements/identity
+PASS: elements/multiqueue
+PASS: elements/selector
+PASS: elements/tee
+PASS: elements/queue
+PASS: elements/queue2
+PASS: elements/valve
+PASS: libs/baseparse
+PASS: libs/basesrc
+PASS: libs/basesink
+PASS: libs/sparsefile
+FAIL: libs/controller
+PASS: libs/queuearray
+PASS: libs/typefindhelper
+PASS: pipelines/seek
+PASS: pipelines/stress
+PASS: pipelines/queue-error
+PASS: libs/libsabi
+PASS: libs/adapter
+PASS: libs/bitreader
+PASS: libs/bytereader
+PASS: libs/bytewriter
+PASS: libs/bitreader-noinline
+PASS: libs/bytereader-noinline
+PASS: libs/bytewriter-noinline
+PASS: libs/flowcombiner
+PASS: libs/collectpads
+PASS: libs/gstnetclientclock
+PASS: libs/gstnettimeprovider
+PASS: libs/gsttestclock
+PASS: libs/transform1
+PASS: tools/gstinspect
+# TOTAL: 93
+# PASS:  91
+# SKIP:  0
+# XFAIL: 0
+# FAIL:  2
+# XPASS: 0
+# ERROR: 0
+PASS: bin
+PASS: elementcreate
+PASS: elementfactory
+PASS: elementget
+PASS: elementlink
+PASS: elementmake
+PASS: ghostpad
+PASS: init
+# TOTAL: 8
+# PASS:  8
+# SKIP:  0
+# XFAIL: 0
+# FAIL:  0
+# XPASS: 0
+# ERROR: 0