23245617 Deliver cogl 1.22.0 in Solaris
authorNiveditha Rau <Niveditha.Rau@Oracle.COM>
Mon, 13 Jun 2016 11:29:47 -0700
changeset 6216 ea79493f75f0
parent 6215 1f0767d254fe
child 6217 f2179bfee747
23245617 Deliver cogl 1.22.0 in Solaris PSARC/2016/386 Cogl
components/gnome/cogl/Makefile
components/gnome/cogl/cogl.p5m
components/gnome/cogl/depend.mk
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/gnome/cogl/Makefile	Mon Jun 13 11:29:47 2016 -0700
@@ -0,0 +1,107 @@
+#
+# 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 =            64_and_32
+# Also, 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
+
+COMPONENT_NAME=		cogl
+COMPONENT_VERSION=	1.22.0
+COMPONENT_PROJECT_URL=  https://developer.gnome.org/cogl/
+COMPONENT_ARCHIVE_HASH=	\
+	sha256:689dfb5d14fc1106e9d2ded0f7930dcf7265d0bc84fa846b4f03941633eeaa91
+COMPONENT_BUGDB=        gnome/libraries
+
+TPNO=			25267
+
+# Needs gobject-introspection, not available on S11.
+ifeq ($(BUILD_TYPE), evaluation)
+BUILD_32_and_64=
+INSTALL_32_and_64=
+PUBLISH_STAMP=
+endif
+
+# Enable tests once all dependencies are install on the build server
+TEST_TARGET = $(SKIP_TEST)
+
+include $(WS_MAKE_RULES)/gnome-component.mk
+
+# Delete this when build servers are installed with an updated versions of
+# gst-plugins-base
+GST_BASE = $(WS_COMPONENTS)/desktop/gstreamer1/gst-plugins-base/build/prototype/$(MACH)
+PKG_CONFIG_PATHS.32 += $(GST_BASE)/usr/lib/pkgconfig/
+PKG_CONFIG_PATHS.64 += $(GST_BASE)/usr/lib/$(MACH64)/pkgconfig/
+PKG_CONFIG_PATHS += $(PKG_CONFIG_PATHS.$(BITS))
+CPPFLAGS += -I$(GST_BASE)/usr/include/gstreamer-1.0
+LD_OPTIONS.32 += -L $(GST_BASE)/usr/lib
+LD_OPTIONS.64 += -L $(GST_BASE)/usr/lib/$(MACH64)
+LD_OPTIONS += $(LD_OPTIONS.$(BITS))
+
+DEPENDED += $(WS_TOP)/components/desktop/gstreamer1/gst-plugins-base/build/manifest-$(MACH)-gst-plugins-base.depend
+
+# Temporary until dependencies are all on build machines
+REQUIRED_PACKAGES += $(shell $(GSED) -n 's/REQUIRED_PACKAGES +=//p' ../../desktop/gstreamer1/gst-plugins-base/Makefile)
+# end Delete
+
+CONFIGURE_OPTION += --disable-static
+# Required for other components.
+CONFIGURE_OPTIONS += --enable-glib
+# Required for other components.
+CONFIGURE_OPTIONS += --enable-cogl-pango
+# Required for other components.
+CONFIGURE_OPTIONS += --enable-cogl-gst
+# Required for other components.
+CONFIGURE_OPTIONS += --enable-cogl-path
+# Required for other components.
+CONFIGURE_OPTIONS += --enable-gdk-pixbuf
+# Required for other components.
+CONFIGURE_OPTIONS += --enable-gl
+# Required for other components.
+CONFIGURE_OPTIONS += --enable-glx
+# Required for other components.
+CONFIGURE_OPTIONS += --enable-introspection
+CONFIGURE_OPTIONS += --enable-shared
+CONFIGURE_OPTIONS += --with-pic
+CONFIGURE_OPTIONS += --with-x
+
+REQUIRED_PACKAGES += developer/documentation-tool/gtk-doc
+REQUIRED_PACKAGES += library/desktop/cairo
+REQUIRED_PACKAGES += library/desktop/gdk-pixbuf
+REQUIRED_PACKAGES += library/desktop/gobject/gobject-introspection
+REQUIRED_PACKAGES += library/desktop/gstreamer-1
+REQUIRED_PACKAGES += library/desktop/gstreamer-1/gst-plugins-base
+REQUIRED_PACKAGES += library/desktop/pango
+REQUIRED_PACKAGES += library/glib2
+REQUIRED_PACKAGES += service/opengl/ogl-select
+REQUIRED_PACKAGES += system/library/gcc/gcc-c-runtime
+REQUIRED_PACKAGES += system/library/math
+REQUIRED_PACKAGES += x11/library/libx11
+REQUIRED_PACKAGES += x11/library/libx11
+REQUIRED_PACKAGES += x11/library/libxdamage
+REQUIRED_PACKAGES += x11/library/libxext
+REQUIRED_PACKAGES += x11/library/libxfixes
+REQUIRED_PACKAGES += x11/library/libxrandr
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/gnome/cogl/cogl.p5m	Mon Jun 13 11:29:47 2016 -0700
@@ -0,0 +1,250 @@
+#
+# 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/graphics/cogl@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
+set name=pkg.summary \
+    value="A library for using 3D graphics hardware for rendering"
+set name=pkg.description \
+    value="Cogl is a small open source library for using 3D graphics hardware for rendering. The API departs from the flat state machine style of OpenGL and is designed to make it easy to write orthogonal components that can render without stepping on each other's toes."
+set name=com.oracle.info.description value=$(COMPONENT_NAME)
+set name=com.oracle.info.tpno value=$(TPNO)
+set name=info.classification \
+    value="org.opensolaris.category.2008:Desktop (GNOME)/Libraries"
+set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
+set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
+set name=org.opensolaris.arc-caseid value=PSARC/2016/386
+set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
+file path=usr/include/cogl/cogl-gst/cogl-gst-video-sink.h
+file path=usr/include/cogl/cogl-gst/cogl-gst.h
+file path=usr/include/cogl/cogl-pango/cogl-pango.h
+file path=usr/include/cogl/cogl-path/cogl-path-enum-types.h
+file path=usr/include/cogl/cogl-path/cogl-path-types.h
+file path=usr/include/cogl/cogl-path/cogl-path.h
+file path=usr/include/cogl/cogl-path/cogl1-path-functions.h
+file path=usr/include/cogl/cogl-path/cogl2-path-functions.h
+file path=usr/include/cogl/cogl/cogl-atlas-texture.h
+file path=usr/include/cogl/cogl/cogl-attribute-buffer.h
+file path=usr/include/cogl/cogl/cogl-attribute.h
+file path=usr/include/cogl/cogl/cogl-auto-texture.h
+file path=usr/include/cogl/cogl/cogl-bitmap.h
+file path=usr/include/cogl/cogl/cogl-buffer.h
+file path=usr/include/cogl/cogl/cogl-clip-state.h
+file path=usr/include/cogl/cogl/cogl-clutter-xlib.h
+file path=usr/include/cogl/cogl/cogl-clutter.h
+file path=usr/include/cogl/cogl/cogl-color.h
+file path=usr/include/cogl/cogl/cogl-context.h
+file path=usr/include/cogl/cogl/cogl-defines.h
+file path=usr/include/cogl/cogl/cogl-deprecated.h
+file path=usr/include/cogl/cogl/cogl-depth-state.h
+file path=usr/include/cogl/cogl/cogl-display.h
+file path=usr/include/cogl/cogl/cogl-enum-types.h
+file path=usr/include/cogl/cogl/cogl-error.h
+file path=usr/include/cogl/cogl/cogl-euler.h
+file path=usr/include/cogl/cogl/cogl-fence.h
+file path=usr/include/cogl/cogl/cogl-fixed.h
+file path=usr/include/cogl/cogl/cogl-frame-info.h
+file path=usr/include/cogl/cogl/cogl-framebuffer-deprecated.h
+file path=usr/include/cogl/cogl/cogl-framebuffer.h
+file path=usr/include/cogl/cogl/cogl-gles2-types.h
+file path=usr/include/cogl/cogl/cogl-gles2.h
+file path=usr/include/cogl/cogl/cogl-glib-source.h
+file path=usr/include/cogl/cogl/cogl-glx.h
+file path=usr/include/cogl/cogl/cogl-index-buffer.h
+file path=usr/include/cogl/cogl/cogl-indices.h
+file path=usr/include/cogl/cogl/cogl-macros.h
+file path=usr/include/cogl/cogl/cogl-material-compat.h
+file path=usr/include/cogl/cogl/cogl-matrix-stack.h
+file path=usr/include/cogl/cogl/cogl-matrix.h
+file path=usr/include/cogl/cogl/cogl-meta-texture.h
+file path=usr/include/cogl/cogl/cogl-object.h
+file path=usr/include/cogl/cogl/cogl-offscreen.h
+file path=usr/include/cogl/cogl/cogl-onscreen-template.h
+file path=usr/include/cogl/cogl/cogl-onscreen.h
+file path=usr/include/cogl/cogl/cogl-output.h
+file path=usr/include/cogl/cogl/cogl-pango.h
+file path=usr/include/cogl/cogl/cogl-pipeline-layer-state.h
+file path=usr/include/cogl/cogl/cogl-pipeline-state.h
+file path=usr/include/cogl/cogl/cogl-pipeline.h
+file path=usr/include/cogl/cogl/cogl-pixel-buffer.h
+file path=usr/include/cogl/cogl/cogl-poll.h
+file path=usr/include/cogl/cogl/cogl-primitive-texture.h
+file path=usr/include/cogl/cogl/cogl-primitive.h
+file path=usr/include/cogl/cogl/cogl-primitives.h
+file path=usr/include/cogl/cogl/cogl-quaternion.h
+file path=usr/include/cogl/cogl/cogl-renderer.h
+file path=usr/include/cogl/cogl/cogl-shader.h
+file path=usr/include/cogl/cogl/cogl-snippet.h
+file path=usr/include/cogl/cogl/cogl-sub-texture.h
+file path=usr/include/cogl/cogl/cogl-swap-chain.h
+file path=usr/include/cogl/cogl/cogl-texture-2d-gl.h
+file path=usr/include/cogl/cogl/cogl-texture-2d-sliced.h
+file path=usr/include/cogl/cogl/cogl-texture-2d.h
+file path=usr/include/cogl/cogl/cogl-texture-3d.h
+file path=usr/include/cogl/cogl/cogl-texture-deprecated.h
+file path=usr/include/cogl/cogl/cogl-texture-pixmap-x11.h
+file path=usr/include/cogl/cogl/cogl-texture-rectangle.h
+file path=usr/include/cogl/cogl/cogl-texture.h
+file path=usr/include/cogl/cogl/cogl-type-casts.h
+file path=usr/include/cogl/cogl/cogl-types.h
+file path=usr/include/cogl/cogl/cogl-vector.h
+file path=usr/include/cogl/cogl/cogl-version.h
+file path=usr/include/cogl/cogl/cogl-vertex-buffer.h
+file path=usr/include/cogl/cogl/cogl-xlib-renderer.h
+file path=usr/include/cogl/cogl/cogl-xlib.h
+file path=usr/include/cogl/cogl/cogl.h
+file path=usr/include/cogl/cogl/cogl1-context.h
+file path=usr/include/cogl/cogl/cogl2-experimental.h
+file path=usr/include/cogl/cogl/deprecated/cogl-auto-texture.h
+file path=usr/include/cogl/cogl/deprecated/cogl-clip-state.h
+file path=usr/include/cogl/cogl/deprecated/cogl-clutter-xlib.h
+file path=usr/include/cogl/cogl/deprecated/cogl-clutter.h
+file path=usr/include/cogl/cogl/deprecated/cogl-fixed.h
+file path=usr/include/cogl/cogl/deprecated/cogl-framebuffer-deprecated.h
+file path=usr/include/cogl/cogl/deprecated/cogl-material-compat.h
+file path=usr/include/cogl/cogl/deprecated/cogl-shader.h
+file path=usr/include/cogl/cogl/deprecated/cogl-texture-deprecated.h
+file path=usr/include/cogl/cogl/deprecated/cogl-type-casts.h
+file path=usr/include/cogl/cogl/deprecated/cogl-vertex-buffer.h
+file path=usr/include/cogl/cogl/gl-prototypes/cogl-core-functions.h
+file path=usr/include/cogl/cogl/gl-prototypes/cogl-gles2-functions.h
+file path=usr/include/cogl/cogl/gl-prototypes/cogl-glsl-functions.h
+file path=usr/include/cogl/cogl/gl-prototypes/cogl-in-gles-core-functions.h
+file path=usr/include/cogl/cogl/gl-prototypes/cogl-in-gles2-core-functions.h
+file path=usr/lib/$(MACH64)/girepository-1.0/Cogl-1.0.typelib
+file path=usr/lib/$(MACH64)/girepository-1.0/Cogl-2.0.typelib
+file path=usr/lib/$(MACH64)/girepository-1.0/CoglGst-2.0.typelib
+file path=usr/lib/$(MACH64)/girepository-1.0/CoglPango-1.0.typelib
+file path=usr/lib/$(MACH64)/girepository-1.0/CoglPango-2.0.typelib
+file path=usr/lib/$(MACH64)/gstreamer-1.0/libgstcogl.so
+link path=usr/lib/$(MACH64)/libcogl-gst.so target=libcogl-gst.so.20.4.1
+link path=usr/lib/$(MACH64)/libcogl-gst.so.20 target=libcogl-gst.so.20.4.1
+file path=usr/lib/$(MACH64)/libcogl-gst.so.20.4.1
+link path=usr/lib/$(MACH64)/libcogl-pango.so target=libcogl-pango.so.20.4.1
+link path=usr/lib/$(MACH64)/libcogl-pango.so.20 target=libcogl-pango.so.20.4.1
+file path=usr/lib/$(MACH64)/libcogl-pango.so.20.4.1
+link path=usr/lib/$(MACH64)/libcogl-path.so target=libcogl-path.so.20.4.1
+link path=usr/lib/$(MACH64)/libcogl-path.so.20 target=libcogl-path.so.20.4.1
+file path=usr/lib/$(MACH64)/libcogl-path.so.20.4.1
+link path=usr/lib/$(MACH64)/libcogl.so target=libcogl.so.20.4.1
+link path=usr/lib/$(MACH64)/libcogl.so.20 target=libcogl.so.20.4.1
+file path=usr/lib/$(MACH64)/libcogl.so.20.4.1
+file path=usr/lib/$(MACH64)/pkgconfig/cogl-1.0.pc
+file path=usr/lib/$(MACH64)/pkgconfig/cogl-2.0-experimental.pc
+file path=usr/lib/$(MACH64)/pkgconfig/cogl-gl-1.0.pc
+file path=usr/lib/$(MACH64)/pkgconfig/cogl-gst-1.0.pc
+file path=usr/lib/$(MACH64)/pkgconfig/cogl-gst-2.0-experimental.pc
+file path=usr/lib/$(MACH64)/pkgconfig/cogl-pango-1.0.pc
+file path=usr/lib/$(MACH64)/pkgconfig/cogl-pango-2.0-experimental.pc
+file path=usr/lib/$(MACH64)/pkgconfig/cogl-path-1.0.pc
+file path=usr/lib/$(MACH64)/pkgconfig/cogl-path-2.0-experimental.pc
+file path=usr/lib/girepository-1.0/Cogl-1.0.typelib
+file path=usr/lib/girepository-1.0/Cogl-2.0.typelib
+file path=usr/lib/girepository-1.0/CoglGst-2.0.typelib
+file path=usr/lib/girepository-1.0/CoglPango-1.0.typelib
+file path=usr/lib/girepository-1.0/CoglPango-2.0.typelib
+file path=usr/lib/gstreamer-1.0/libgstcogl.so
+link path=usr/lib/libcogl-gst.so target=libcogl-gst.so.20.4.1
+link path=usr/lib/libcogl-gst.so.20 target=libcogl-gst.so.20.4.1
+file path=usr/lib/libcogl-gst.so.20.4.1
+link path=usr/lib/libcogl-pango.so target=libcogl-pango.so.20.4.1
+link path=usr/lib/libcogl-pango.so.20 target=libcogl-pango.so.20.4.1
+file path=usr/lib/libcogl-pango.so.20.4.1
+link path=usr/lib/libcogl-path.so target=libcogl-path.so.20.4.1
+link path=usr/lib/libcogl-path.so.20 target=libcogl-path.so.20.4.1
+file path=usr/lib/libcogl-path.so.20.4.1
+link path=usr/lib/libcogl.so target=libcogl.so.20.4.1
+link path=usr/lib/libcogl.so.20 target=libcogl.so.20.4.1
+file path=usr/lib/libcogl.so.20.4.1
+file path=usr/lib/pkgconfig/cogl-1.0.pc
+file path=usr/lib/pkgconfig/cogl-2.0-experimental.pc
+file path=usr/lib/pkgconfig/cogl-gl-1.0.pc
+file path=usr/lib/pkgconfig/cogl-gst-1.0.pc
+file path=usr/lib/pkgconfig/cogl-gst-2.0-experimental.pc
+file path=usr/lib/pkgconfig/cogl-pango-1.0.pc
+file path=usr/lib/pkgconfig/cogl-pango-2.0-experimental.pc
+file path=usr/lib/pkgconfig/cogl-path-1.0.pc
+file path=usr/lib/pkgconfig/cogl-path-2.0-experimental.pc
+file path=usr/share/cogl/examples-data/crate.jpg
+file path=usr/share/gir-1.0/Cogl-1.0.gir
+file path=usr/share/gir-1.0/Cogl-2.0.gir
+file path=usr/share/gir-1.0/CoglGst-2.0.gir
+file path=usr/share/gir-1.0/CoglPango-1.0.gir
+file path=usr/share/gir-1.0/CoglPango-2.0.gir
+file path=usr/share/locale/an/LC_MESSAGES/cogl.mo
+file path=usr/share/locale/ar/LC_MESSAGES/cogl.mo
+file path=usr/share/locale/as/LC_MESSAGES/cogl.mo
+file path=usr/share/locale/ast/LC_MESSAGES/cogl.mo
+file path=usr/share/locale/be/LC_MESSAGES/cogl.mo
+file path=usr/share/locale/bg/LC_MESSAGES/cogl.mo
+file path=usr/share/locale/ca/LC_MESSAGES/cogl.mo
+file path=usr/share/locale/ca@valencia/LC_MESSAGES/cogl.mo
+file path=usr/share/locale/cs/LC_MESSAGES/cogl.mo
+file path=usr/share/locale/da/LC_MESSAGES/cogl.mo
+file path=usr/share/locale/de/LC_MESSAGES/cogl.mo
+file path=usr/share/locale/el/LC_MESSAGES/cogl.mo
+file path=usr/share/locale/en_CA/LC_MESSAGES/cogl.mo
+file path=usr/share/locale/en_GB/LC_MESSAGES/cogl.mo
+file path=usr/share/locale/eo/LC_MESSAGES/cogl.mo
+file path=usr/share/locale/es/LC_MESSAGES/cogl.mo
+file path=usr/share/locale/eu/LC_MESSAGES/cogl.mo
+file path=usr/share/locale/fa/LC_MESSAGES/cogl.mo
+file path=usr/share/locale/fr/LC_MESSAGES/cogl.mo
+file path=usr/share/locale/gl/LC_MESSAGES/cogl.mo
+file path=usr/share/locale/he/LC_MESSAGES/cogl.mo
+file path=usr/share/locale/hi/LC_MESSAGES/cogl.mo
+file path=usr/share/locale/hu/LC_MESSAGES/cogl.mo
+file path=usr/share/locale/id/LC_MESSAGES/cogl.mo
+file path=usr/share/locale/it/LC_MESSAGES/cogl.mo
+file path=usr/share/locale/ja/LC_MESSAGES/cogl.mo
+file path=usr/share/locale/km/LC_MESSAGES/cogl.mo
+file path=usr/share/locale/kn/LC_MESSAGES/cogl.mo
+file path=usr/share/locale/ko/LC_MESSAGES/cogl.mo
+file path=usr/share/locale/lt/LC_MESSAGES/cogl.mo
+file path=usr/share/locale/lv/LC_MESSAGES/cogl.mo
+file path=usr/share/locale/ml/LC_MESSAGES/cogl.mo
+file path=usr/share/locale/nb/LC_MESSAGES/cogl.mo
+file path=usr/share/locale/nl/LC_MESSAGES/cogl.mo
+file path=usr/share/locale/or/LC_MESSAGES/cogl.mo
+file path=usr/share/locale/pa/LC_MESSAGES/cogl.mo
+file path=usr/share/locale/pl/LC_MESSAGES/cogl.mo
+file path=usr/share/locale/pt/LC_MESSAGES/cogl.mo
+file path=usr/share/locale/pt_BR/LC_MESSAGES/cogl.mo
+file path=usr/share/locale/ru/LC_MESSAGES/cogl.mo
+file path=usr/share/locale/sk/LC_MESSAGES/cogl.mo
+file path=usr/share/locale/sl/LC_MESSAGES/cogl.mo
+file path=usr/share/locale/sr/LC_MESSAGES/cogl.mo
+file path=usr/share/locale/sr@latin/LC_MESSAGES/cogl.mo
+file path=usr/share/locale/sv/LC_MESSAGES/cogl.mo
+file path=usr/share/locale/ta/LC_MESSAGES/cogl.mo
+file path=usr/share/locale/te/LC_MESSAGES/cogl.mo
+file path=usr/share/locale/th/LC_MESSAGES/cogl.mo
+file path=usr/share/locale/tr/LC_MESSAGES/cogl.mo
+file path=usr/share/locale/ug/LC_MESSAGES/cogl.mo
+file path=usr/share/locale/uk/LC_MESSAGES/cogl.mo
+file path=usr/share/locale/vi/LC_MESSAGES/cogl.mo
+file path=usr/share/locale/zh_CN/LC_MESSAGES/cogl.mo
+file path=usr/share/locale/zh_HK/LC_MESSAGES/cogl.mo
+file path=usr/share/locale/zh_TW/LC_MESSAGES/cogl.mo
+license COPYING license=COGL
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/gnome/cogl/depend.mk	Mon Jun 13 11:29:47 2016 -0700
@@ -0,0 +1,1 @@
+gnome/cogl: desktop/gstreamer1/gst-plugins-base