7193N/A#
7193N/A# CDDL HEADER START
7193N/A#
7193N/A# The contents of this file are subject to the terms of the
7193N/A# Common Development and Distribution License (the "License").
7193N/A# You may not use this file except in compliance with the License.
7193N/A#
7193N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
7193N/A# or http://www.opensolaris.org/os/licensing.
7193N/A# See the License for the specific language governing permissions
7193N/A# and limitations under the License.
7193N/A#
7193N/A# When distributing Covered Code, include this CDDL HEADER in each
7193N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
7193N/A# If applicable, add the following below this CDDL HEADER, with the
7193N/A# fields enclosed by brackets "[]" replaced with your own identifying
7193N/A# information: Portions Copyright [yyyy] [name of copyright owner]
7193N/A#
7193N/A# CDDL HEADER END
7193N/A#
7193N/A
7193N/A#
7193N/A# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
7193N/A#
7193N/A
7193N/ABUILD_BITS= 64_and_32
7193N/A# All components using gobject-introspection must be built with gcc as
7193N/A# gobject-introspection does not produce correct results when using Studio.
7193N/ACOMPILER= gcc
7193N/Ainclude ../../../make-rules/shared-macros.mk
7193N/A
7193N/ACOMPONENT_NAME= tracker
7193N/ACOMPONENT_VERSION= 1.6.0
7193N/ACOMPONENT_ARCHIVE_HASH= \
7193N/A sha256:7e2729627224f43f8cd99c18d027a3b984e049fe924a265a9b31857566c9e28a
7193N/ACOMPONENT_BUGDB= gnome/libraries
7193N/A
7193N/ATPNO= 25835
7193N/A
7193N/A# Needs gobject-introspection, not available in S11
7193N/Ainclude $(WS_MAKE_RULES)/no-evaluation.mk
7193N/A
7193N/Ainclude $(WS_MAKE_RULES)/gnome-component.mk
7193N/A
7193N/ACFLAGS += $(XPG6MODE)
7193N/A
7193N/ACONFIGURE_ENV += PATH="$(GNUBIN):$(PATH)"
7193N/A
7193N/ACONFIGURE_OPTIONS += --disable-libstemmer
7193N/ACONFIGURE_OPTIONS += --disable-maemo
7193N/ACONFIGURE_OPTIONS += --disable-schemas-compile
7193N/ACONFIGURE_OPTIONS += --disable-static
7193N/ACONFIGURE_OPTIONS += --disable-upower
7193N/ACONFIGURE_OPTIONS += --enable-artwork
7193N/ACONFIGURE_OPTIONS += --enable-cfg-man-pages
7193N/ACONFIGURE_OPTIONS += --enable-dvi
7193N/ACONFIGURE_OPTIONS += --enable-generic-media-extractor=gstreamer
7193N/A# Disabled for now because of errors
7193N/A#CONFIGURE_OPTIONS += --enable-gtk-doc
7193N/ACONFIGURE_OPTIONS += --enable-hal
7193N/ACONFIGURE_OPTIONS += --enable-icon
7193N/ACONFIGURE_OPTIONS += --enable-icu-charset-detection
7193N/A# Required for other components.
7193N/ACONFIGURE_OPTIONS += --enable-introspection
7193N/ACONFIGURE_OPTIONS += --enable-journal
7193N/ACONFIGURE_OPTIONS += --enable-libexif
7193N/ACONFIGURE_OPTIONS += --enable-libflac
7193N/ACONFIGURE_OPTIONS += --enable-libgsf
7193N/ACONFIGURE_OPTIONS += --enable-libgxps
7193N/ACONFIGURE_OPTIONS += --enable-libjpeg
7193N/ACONFIGURE_OPTIONS += --enable-libmediaart
7193N/ACONFIGURE_OPTIONS += --enable-libpng
7193N/ACONFIGURE_OPTIONS += --enable-libtiff
7193N/ACONFIGURE_OPTIONS += --enable-libvorbis
7193N/ACONFIGURE_OPTIONS += --enable-libxml2
7193N/ACONFIGURE_OPTIONS += --enable-miner-apps
7193N/ACONFIGURE_OPTIONS += --enable-miner-fs
7193N/ACONFIGURE_OPTIONS += --enable-miner-user-guides
7193N/ACONFIGURE_OPTIONS += --enable-mp3
7193N/ACONFIGURE_OPTIONS += --enable-nautilus-extension
7193N/ACONFIGURE_OPTIONS += --enable-playlist
7193N/ACONFIGURE_OPTIONS += --enable-poppler
7193N/ACONFIGURE_OPTIONS += --enable-ps
7193N/ACONFIGURE_OPTIONS += --enable-shared
7193N/ACONFIGURE_OPTIONS += --enable-taglib
7193N/ACONFIGURE_OPTIONS += --enable-text
7193N/ACONFIGURE_OPTIONS += --enable-tracker-fts
7193N/ACONFIGURE_OPTIONS += --enable-tracker-needle
7193N/ACONFIGURE_OPTIONS += --enable-tracker-preferences
7193N/ACONFIGURE_OPTIONS += --enable-tracker-writeback
7193N/ACONFIGURE_OPTIONS += --with-pic
7193N/ACONFIGURE_OPTIONS += --with-unicode-support=libicu
7193N/ACONFIGURE_OPTIONS += --with-bash-completion-dir=/etc/bash_completion.d
7193N/A
7193N/A# Required due to patches.
7193N/ACOMPONENT_PREP_ACTION += (cd $(@D); autoreconf -fiv);
7193N/A
7193N/A# Delete once builds servers have nautilus installed
7193N/ANAUTILUS_BASE = $(WS_COMPONENTS)/gnome/nautilus/build/prototype/$(MACH)
7193N/APKG_CONFIG_PATHS += $(NAUTILUS_BASE)$(PKG_CONFIG_PATH.$(BITS))
7193N/A
7193N/ALD_OPTIONS += -L $(NAUTILUS_BASE)$(USRLIB.$(BITS))
7193N/A
7193N/ACPPFLAGS += -I$(NAUTILUS_BASE)$(USRINCDIR)/nautilus
7193N/A
7193N/ADEPENDED += $(WS_TOP)/components/gnome/nautilus/build/manifest-$(MACH)-nautilus.depend
7193N/A
7193N/AREQUIRED_PACKAGES += $(shell $(GSED) -n -e 's/REQUIRED_PACKAGES +=//p' ../nautilus/Makefile)
7193N/A#end Delete
7193N/A
7193N/AREQUIRED_PACKAGES += codec/flac
7193N/AREQUIRED_PACKAGES += codec/libogg
7193N/AREQUIRED_PACKAGES += codec/libvorbis
7193N/AREQUIRED_PACKAGES += codec/ogg-vorbis
7193N/AREQUIRED_PACKAGES += database/sqlite-3
7193N/AREQUIRED_PACKAGES += desktop/pdf-viewer/poppler
7193N/AREQUIRED_PACKAGES += developer/documentation-tool/gtk-doc
7193N/AREQUIRED_PACKAGES += developer/icu
7193N/AREQUIRED_PACKAGES += developer/vala
7193N/AREQUIRED_PACKAGES += gnome/file-manager/nautilus
7193N/AREQUIRED_PACKAGES += image/library/libexif
7193N/AREQUIRED_PACKAGES += image/library/libjpeg
7193N/AREQUIRED_PACKAGES += image/library/libpng
7193N/AREQUIRED_PACKAGES += image/library/libtiff
7193N/AREQUIRED_PACKAGES += library/audio/taglib
7193N/AREQUIRED_PACKAGES += library/desktop/atk
7193N/AREQUIRED_PACKAGES += library/desktop/gdk-pixbuf
7193N/AREQUIRED_PACKAGES += library/desktop/gobject/gobject-introspection
7193N/AREQUIRED_PACKAGES += library/desktop/gstreamer-1
7193N/AREQUIRED_PACKAGES += library/desktop/gstreamer-1/gst-plugins-base
7193N/AREQUIRED_PACKAGES += library/desktop/gtk3
7193N/AREQUIRED_PACKAGES += library/desktop/libgsf
7193N/AREQUIRED_PACKAGES += library/exempi
7193N/AREQUIRED_PACKAGES += library/glib2
7193N/AREQUIRED_PACKAGES += library/desktop/libgxps
7193N/AREQUIRED_PACKAGES += library/gnome/libmediaart
7193N/AREQUIRED_PACKAGES += library/icu
7193N/AREQUIRED_PACKAGES += library/libxml2
7193N/AREQUIRED_PACKAGES += library/media-player/totem-pl-parser
7193N/AREQUIRED_PACKAGES += system/hal
7193N/AREQUIRED_PACKAGES += system/library/gcc/gcc-c-runtime
7193N/AREQUIRED_PACKAGES += system/library/libdbus
7193N/AREQUIRED_PACKAGES += system/library/libdbus-glib
7193N/AREQUIRED_PACKAGES += system/library/math