7192N/A#
7192N/A# CDDL HEADER START
7192N/A#
7192N/A# The contents of this file are subject to the terms of the
7192N/A# Common Development and Distribution License (the "License").
7192N/A# You may not use this file except in compliance with the License.
7192N/A#
7192N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
7192N/A# or http://www.opensolaris.org/os/licensing.
7192N/A# See the License for the specific language governing permissions
7192N/A# and limitations under the License.
7192N/A#
7192N/A# When distributing Covered Code, include this CDDL HEADER in each
7192N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
7192N/A# If applicable, add the following below this CDDL HEADER, with the
7192N/A# fields enclosed by brackets "[]" replaced with your own identifying
7192N/A# information: Portions Copyright [yyyy] [name of copyright owner]
7192N/A#
7192N/A# CDDL HEADER END
7192N/A#
7192N/A
7192N/A#
7192N/A# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
7192N/A#
7192N/A
7192N/ABUILD_BITS = 64_and_32
7192N/A# All components using gobject-introspection must be built with gcc as
7192N/A# gobject-introspection does not produce correct results when using Studio.
7192N/ACOMPILER = gcc
7192N/Ainclude ../../../make-rules/shared-macros.mk
7192N/A
7192N/ACOMPONENT_NAME= totem
7192N/ACOMPONENT_VERSION= 3.18.1
7192N/ACOMPONENT_ARCHIVE_HASH= \
7192N/A sha256:d7816eae9606846c44fd508902eae10bdaed28e6d4f621531990d473184107a2
7192N/ACOMPONENT_BUGDB= gnome/multimedia
7192N/A
7192N/ATPNO= 25794
7192N/A
7192N/ATEST_TARGET = $(NO_TESTS)
7192N/A
7192N/A# Needs gobject-introspection, not available in S11
7192N/Ainclude $(WS_MAKE_RULES)/no-evaluation.mk
7192N/A
7192N/Ainclude $(WS_MAKE_RULES)/gnome-component.mk
7192N/A
7192N/A# The build process modifies the shebang line to use the version of Python
7192N/A# automatically found; to avoid using the current system default, one is
7192N/A# explicitly specified here.
7192N/ACONFIGURE_ENV += PYTHON="$(PYTHON)"
7192N/A
7192N/A# Only build Python 2.7 support; most of GNOME still uses Python 2.x. Building
7192N/A# both would lead to the possibility of both Python runtimes being loaded into
7192N/A# the same process space (not a good idea).
7192N/APYTHON_VERSIONS=2.7
7192N/A
7192N/A# Ensure Python modules are installed to vendor-packages directory;
7192N/A# the default is site-packages.
7192N/ACONFIGURE_OPTIONS += am_cv_python_pythondir=$(PYTHON_VENDOR_PACKAGES)
7192N/A
7192N/ACONFIGURE_OPTIONS += --disable-static
7192N/ACONFIGURE_OPTIONS += --disable-schemas-compile
7192N/A# Required for other components.
7192N/ACONFIGURE_OPTIONS += --enable-introspection
7192N/ACONFIGURE_OPTIONS += --enable-nautilus
7192N/A# Required for other components.
7192N/ACONFIGURE_OPTIONS += --enable-python
7192N/ACONFIGURE_OPTIONS += --enable-shared
7192N/A# Required for other components.
7192N/ACONFIGURE_OPTIONS += --enable-vala
7192N/ACONFIGURE_OPTIONS += --with-pic
7192N/ACONFIGURE_OPTIONS += --with-plugins=autodetect
7192N/A
7192N/A# Assumes GNU msgfmt is in PATH.
7192N/ACONFIGURE_ENV += PATH="$(GNUBIN):$(PATH)"
7192N/ACOMPONENT_BUILD_ENV += PATH="$(GNUBIN):$(PATH)"
7192N/A
7192N/A# Delete once builds servers have nautilus installed
7192N/ANAUTILUS_BASE = $(WS_COMPONENTS)/gnome/nautilus/build/prototype/$(MACH)
7192N/APKG_CONFIG_PATHS += $(NAUTILUS_BASE)$(PKG_CONFIG_PATH.$(BITS))
7192N/A
7192N/ALD_OPTIONS += -L $(NAUTILUS_BASE)$(USRLIB.$(BITS))
7192N/A
7192N/ACPPFLAGS += -I$(NAUTILUS_BASE)$(USRINCDIR)/nautilus
7192N/A
7192N/ADEPENDED += $(WS_TOP)/components/gnome/nautilus/build/manifest-$(MACH)-nautilus.depend
7192N/A
7192N/AREQUIRED_PACKAGES += $(shell $(GSED) -n -e 's%\$$(PERL_PKG)%$(PERL_PKG)%' -e 's/REQUIRED_PACKAGES +=//p' ../nautilus/Makefile)
7192N/A#end Delete
7192N/A
7192N/A
7192N/AREQUIRED_PACKAGES += developer/documentation-tool/gtk-doc
7192N/AREQUIRED_PACKAGES += developer/python/pylint-27
7192N/AREQUIRED_PACKAGES += developer/vala
7192N/AREQUIRED_PACKAGES += gnome/file-manager/nautilus
7192N/AREQUIRED_PACKAGES += gnome/gsettings-desktop-schemas
7192N/AREQUIRED_PACKAGES += library/desktop/atk
7192N/AREQUIRED_PACKAGES += library/desktop/cairo
7192N/AREQUIRED_PACKAGES += library/desktop/clutter
7192N/AREQUIRED_PACKAGES += library/desktop/clutter/clutter-gst3
7192N/AREQUIRED_PACKAGES += library/desktop/clutter/clutter-gtk
7192N/AREQUIRED_PACKAGES += library/desktop/gdk-pixbuf
7192N/AREQUIRED_PACKAGES += library/desktop/gobject/gobject-introspection
7192N/AREQUIRED_PACKAGES += library/desktop/gstreamer-1
7192N/AREQUIRED_PACKAGES += library/desktop/gstreamer-1/gst-plugins-base
7192N/AREQUIRED_PACKAGES += library/desktop/gtk3
7192N/AREQUIRED_PACKAGES += library/desktop/pango
7192N/AREQUIRED_PACKAGES += library/glib2
7192N/AREQUIRED_PACKAGES += library/gnome/gnome-desktop
7192N/AREQUIRED_PACKAGES += library/desktop/grilo
7192N/AREQUIRED_PACKAGES += library/desktop/libpeas
7192N/AREQUIRED_PACKAGES += library/graphics/cogl
7192N/AREQUIRED_PACKAGES += library/media-player/totem-pl-parser
7192N/AREQUIRED_PACKAGES += library/libxml2
7192N/AREQUIRED_PACKAGES += system/library/gcc/gcc-c-runtime
7192N/AREQUIRED_PACKAGES += system/library/math
7192N/AREQUIRED_PACKAGES += x11/library/libx11