23245285 Move codec/flac to Userland and update to 1.3.1
authorAlan Coopersmith <Alan.Coopersmith@Oracle.COM>
Tue, 09 Aug 2016 08:23:23 +0000
changeset 6588 7c53fb3c7c1e
parent 6587 64ef17e2296f
child 6589 91c1085dd9c9
23245285 Move codec/flac to Userland and update to 1.3.1 17443850 Remove isaexec links on flac and metaflac PSARC/2012/250 Xiph.org Multimedia Codecs
components/desktop/flac/Makefile
components/desktop/flac/flac.p5m
components/meta-packages/incorporation-cache
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/desktop/flac/Makefile	Tue Aug 09 08:23:23 2016 +0000
@@ -0,0 +1,50 @@
+#
+# 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) 2016, Oracle and/or its affiliates. All rights reserved.
+#
+
+BUILD_BITS=		64_and_32
+# Upstream requires gcc flags that Studio doesn't support
+COMPILER=		gcc
+include ../../../make-rules/shared-macros.mk
+
+COMPONENT_NAME=		flac
+COMPONENT_VERSION=	1.3.1
+COMPONENT_PROJECT_URL=	https://xiph.org/flac/
+COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.xz
+COMPONENT_ARCHIVE_HASH= \
+	sha256:4773c0099dba767d963fd92143263be338c48702172e8754b9bc5103efe1c56c
+COMPONENT_ARCHIVE_URL=	http://downloads.xiph.org/releases/flac/$(COMPONENT_ARCHIVE)
+COMPONENT_BUGDB=	gnome/multimedia
+
+TPNO=			27270
+
+# tests work but take hours to run and use a lot of disk space
+TEST_TARGET = $(SKIP_TEST)
+
+include $(WS_MAKE_RULES)/common.mk
+
+CONFIGURE_OPTIONS += --enable-ogg
+
+REQUIRED_PACKAGES += codec/ogg-vorbis
+REQUIRED_PACKAGES += system/library/gcc/gcc-c++-runtime
+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/flac/flac.p5m	Tue Aug 09 08:23:23 2016 +0000
@@ -0,0 +1,342 @@
+#
+# 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) 2016, Oracle and/or its affiliates. All rights reserved.
+#
+
+<transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
+set name=pkg.fmri \
+    value=pkg:/codec/flac@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
+set name=pkg.summary value="Free Lossless Audio Codec"
+set name=com.oracle.info.description value="An Open Source Lossless Audio Codec"
+set name=com.oracle.info.tpno value=27270
+set name=info.classification \
+    value="org.opensolaris.category.2008:System/Multimedia Libraries"
+set name=info.source-url \
+    value=http://downloads.xiph.org/releases/flac/flac-1.3.1.tar.gz
+set name=org.opensolaris.arc-caseid value=LSARC/2005/734 value=PSARC/2012/250
+set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
+file path=usr/bin/flac
+file path=usr/bin/metaflac
+file path=usr/include/FLAC++/all.h
+file path=usr/include/FLAC++/decoder.h
+file path=usr/include/FLAC++/encoder.h
+file path=usr/include/FLAC++/export.h
+file path=usr/include/FLAC++/metadata.h
+file path=usr/include/FLAC/all.h
+file path=usr/include/FLAC/assert.h
+file path=usr/include/FLAC/callback.h
+file path=usr/include/FLAC/export.h
+file path=usr/include/FLAC/format.h
+file path=usr/include/FLAC/metadata.h
+file path=usr/include/FLAC/ordinals.h
+file path=usr/include/FLAC/stream_decoder.h
+file path=usr/include/FLAC/stream_encoder.h
+link path=usr/lib/$(MACH64)/libFLAC++.so target=libFLAC++.so.6.3.0
+link path=usr/lib/$(MACH64)/libFLAC++.so.6 target=libFLAC++.so.6.3.0
+file path=usr/lib/$(MACH64)/libFLAC++.so.6.3.0
+link path=usr/lib/$(MACH64)/libFLAC.so target=libFLAC.so.8.3.0
+link path=usr/lib/$(MACH64)/libFLAC.so.8 target=libFLAC.so.8.3.0
+file path=usr/lib/$(MACH64)/libFLAC.so.8.3.0
+file path=usr/lib/$(MACH64)/pkgconfig/flac++.pc
+file path=usr/lib/$(MACH64)/pkgconfig/flac.pc
+link path=usr/lib/libFLAC++.so target=libFLAC++.so.6.3.0
+link path=usr/lib/libFLAC++.so.6 target=libFLAC++.so.6.3.0
+file path=usr/lib/libFLAC++.so.6.3.0
+link path=usr/lib/libFLAC.so target=libFLAC.so.8.3.0
+link path=usr/lib/libFLAC.so.8 target=libFLAC.so.8.3.0
+file path=usr/lib/libFLAC.so.8.3.0
+file path=usr/lib/pkgconfig/flac++.pc
+file path=usr/lib/pkgconfig/flac.pc
+file path=usr/share/aclocal/libFLAC++.m4
+file path=usr/share/aclocal/libFLAC.m4
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/FLAC.tag
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/_09_2all_8h_source.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/_09_2export_8h.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/_09_2export_8h_source.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/_09_2metadata_8h.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/_09_2metadata_8h_source.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/all_8h_source.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/annotated.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/arrowdown.png
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/arrowright.png
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/assert_8h_source.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/bc_s.png
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/bdwn.png
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/callback_8h.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/callback_8h_source.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/classFLAC_1_1Decoder_1_1File-members.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/classFLAC_1_1Decoder_1_1File.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/classFLAC_1_1Decoder_1_1File.png
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/classFLAC_1_1Decoder_1_1Stream-members.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/classFLAC_1_1Decoder_1_1Stream.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/classFLAC_1_1Decoder_1_1Stream.png
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/classFLAC_1_1Decoder_1_1Stream_1_1State-members.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/classFLAC_1_1Decoder_1_1Stream_1_1State.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/classFLAC_1_1Encoder_1_1File-members.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/classFLAC_1_1Encoder_1_1File.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/classFLAC_1_1Encoder_1_1File.png
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/classFLAC_1_1Encoder_1_1Stream-members.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/classFLAC_1_1Encoder_1_1Stream.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/classFLAC_1_1Encoder_1_1Stream.png
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/classFLAC_1_1Encoder_1_1Stream_1_1State-members.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/classFLAC_1_1Encoder_1_1Stream_1_1State.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/classFLAC_1_1Metadata_1_1Application-members.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/classFLAC_1_1Metadata_1_1Application.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/classFLAC_1_1Metadata_1_1Application.png
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/classFLAC_1_1Metadata_1_1Chain-members.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/classFLAC_1_1Metadata_1_1Chain.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/classFLAC_1_1Metadata_1_1Chain_1_1Status-members.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/classFLAC_1_1Metadata_1_1Chain_1_1Status.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/classFLAC_1_1Metadata_1_1CueSheet-members.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/classFLAC_1_1Metadata_1_1CueSheet.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/classFLAC_1_1Metadata_1_1CueSheet.png
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/classFLAC_1_1Metadata_1_1CueSheet_1_1Track-members.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/classFLAC_1_1Metadata_1_1CueSheet_1_1Track.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/classFLAC_1_1Metadata_1_1Iterator-members.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/classFLAC_1_1Metadata_1_1Iterator.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/classFLAC_1_1Metadata_1_1Padding-members.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/classFLAC_1_1Metadata_1_1Padding.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/classFLAC_1_1Metadata_1_1Padding.png
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/classFLAC_1_1Metadata_1_1Picture-members.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/classFLAC_1_1Metadata_1_1Picture.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/classFLAC_1_1Metadata_1_1Picture.png
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/classFLAC_1_1Metadata_1_1Prototype-members.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/classFLAC_1_1Metadata_1_1Prototype.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/classFLAC_1_1Metadata_1_1Prototype.png
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/classFLAC_1_1Metadata_1_1SeekTable-members.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/classFLAC_1_1Metadata_1_1SeekTable.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/classFLAC_1_1Metadata_1_1SeekTable.png
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/classFLAC_1_1Metadata_1_1SimpleIterator-members.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/classFLAC_1_1Metadata_1_1SimpleIterator.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/classFLAC_1_1Metadata_1_1SimpleIterator_1_1Status-members.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/classFLAC_1_1Metadata_1_1SimpleIterator_1_1Status.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/classFLAC_1_1Metadata_1_1StreamInfo-members.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/classFLAC_1_1Metadata_1_1StreamInfo.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/classFLAC_1_1Metadata_1_1StreamInfo.png
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/classFLAC_1_1Metadata_1_1Unknown-members.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/classFLAC_1_1Metadata_1_1Unknown.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/classFLAC_1_1Metadata_1_1Unknown.png
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/classFLAC_1_1Metadata_1_1VorbisComment-members.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/classFLAC_1_1Metadata_1_1VorbisComment.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/classFLAC_1_1Metadata_1_1VorbisComment.png
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/classFLAC_1_1Metadata_1_1VorbisComment_1_1Entry-members.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/classFLAC_1_1Metadata_1_1VorbisComment_1_1Entry.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/classes.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/closed.png
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/decoder_8h.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/decoder_8h_source.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/dir_1d1d8d1ce94dd19bc93542e63624951c.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/dir_4e259dfc1f7320af87bc748b6bae9a02.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/dir_8426db2da5b772183f36db59aaa53c6e.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/dir_85322783b304abae7e5a136110279bc7.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/doc.png
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/doxygen.css
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/doxygen.png
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/dynsections.js
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/encoder_8h.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/encoder_8h_source.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/export_8h.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/export_8h_source.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/files.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/folderclosed.png
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/folderopen.png
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/format_8h.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/format_8h_source.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/functions.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/functions_0x7e.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/functions_b.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/functions_c.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/functions_d.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/functions_e.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/functions_f.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/functions_func.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/functions_func_0x7e.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/functions_func_c.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/functions_func_d.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/functions_func_e.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/functions_func_f.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/functions_func_g.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/functions_func_i.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/functions_func_l.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/functions_func_m.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/functions_func_n.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/functions_func_o.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/functions_func_p.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/functions_func_r.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/functions_func_s.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/functions_func_t.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/functions_func_u.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/functions_func_v.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/functions_func_w.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/functions_g.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/functions_h.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/functions_i.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/functions_l.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/functions_m.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/functions_n.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/functions_o.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/functions_p.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/functions_q.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/functions_r.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/functions_s.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/functions_t.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/functions_u.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/functions_v.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/functions_vars.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/functions_w.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/globals.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/globals_defs.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/globals_enum.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/globals_eval.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/globals_func.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/globals_type.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/globals_vars.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/group__flac.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/group__flac__callbacks.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/group__flac__decoder.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/group__flac__encoder.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/group__flac__export.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/group__flac__format.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/group__flac__metadata.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/group__flac__metadata__level0.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/group__flac__metadata__level1.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/group__flac__metadata__level2.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/group__flac__metadata__object.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/group__flac__stream__decoder.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/group__flac__stream__encoder.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/group__flacpp.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/group__flacpp__decoder.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/group__flacpp__encoder.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/group__flacpp__export.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/group__flacpp__metadata.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/group__flacpp__metadata__level0.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/group__flacpp__metadata__level1.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/group__flacpp__metadata__level2.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/group__flacpp__metadata__object.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/group__porting.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/group__porting__1__1__2__to__1__1__3.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/group__porting__1__1__3__to__1__1__4.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/group__porting__1__1__4__to__1__2__0.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/hierarchy.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/index.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/jquery.js
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/metadata_8h.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/metadata_8h_source.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/modules.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/nav_f.png
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/nav_g.png
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/nav_h.png
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/open.png
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/ordinals_8h_source.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/splitbar.png
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/stream__decoder_8h.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/stream__decoder_8h_source.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/stream__encoder_8h.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/stream__encoder_8h_source.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/structFLAC____EntropyCodingMethod-members.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/structFLAC____EntropyCodingMethod.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/structFLAC____EntropyCodingMethod__PartitionedRice-members.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/structFLAC____EntropyCodingMethod__PartitionedRice.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/structFLAC____EntropyCodingMethod__PartitionedRiceContents-members.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/structFLAC____EntropyCodingMethod__PartitionedRiceContents.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/structFLAC____Frame-members.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/structFLAC____Frame.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/structFLAC____FrameFooter-members.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/structFLAC____FrameFooter.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/structFLAC____FrameHeader-members.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/structFLAC____FrameHeader.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/structFLAC____IOCallbacks-members.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/structFLAC____IOCallbacks.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/structFLAC____StreamDecoder-members.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/structFLAC____StreamDecoder.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/structFLAC____StreamEncoder-members.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/structFLAC____StreamEncoder.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/structFLAC____StreamMetadata-members.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/structFLAC____StreamMetadata.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/structFLAC____StreamMetadata__Application-members.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/structFLAC____StreamMetadata__Application.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/structFLAC____StreamMetadata__CueSheet-members.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/structFLAC____StreamMetadata__CueSheet.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/structFLAC____StreamMetadata__CueSheet__Index-members.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/structFLAC____StreamMetadata__CueSheet__Index.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/structFLAC____StreamMetadata__CueSheet__Track-members.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/structFLAC____StreamMetadata__CueSheet__Track.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/structFLAC____StreamMetadata__Padding-members.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/structFLAC____StreamMetadata__Padding.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/structFLAC____StreamMetadata__Picture-members.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/structFLAC____StreamMetadata__Picture.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/structFLAC____StreamMetadata__SeekPoint-members.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/structFLAC____StreamMetadata__SeekPoint.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/structFLAC____StreamMetadata__SeekTable-members.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/structFLAC____StreamMetadata__SeekTable.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/structFLAC____StreamMetadata__StreamInfo-members.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/structFLAC____StreamMetadata__StreamInfo.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/structFLAC____StreamMetadata__Unknown-members.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/structFLAC____StreamMetadata__Unknown.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/structFLAC____StreamMetadata__VorbisComment-members.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/structFLAC____StreamMetadata__VorbisComment.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/structFLAC____StreamMetadata__VorbisComment__Entry-members.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/structFLAC____StreamMetadata__VorbisComment__Entry.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/structFLAC____Subframe-members.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/structFLAC____Subframe.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/structFLAC____Subframe__Constant-members.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/structFLAC____Subframe__Constant.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/structFLAC____Subframe__Fixed-members.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/structFLAC____Subframe__Fixed.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/structFLAC____Subframe__LPC-members.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/structFLAC____Subframe__LPC.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/structFLAC____Subframe__Verbatim-members.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/structFLAC____Subframe__Verbatim.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/sync_off.png
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/sync_on.png
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/tab_a.png
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/tab_b.png
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/tab_h.png
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/tab_s.png
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/tabs.css
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/changelog.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/developers.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/documentation.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/documentation_bugs.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/documentation_example_code.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/documentation_format_overview.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/documentation_tools.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/documentation_tools_flac.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/documentation_tools_metaflac.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/faq.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/favicon.ico
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/features.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/flac.css
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/format.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/id.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/images/logo.svg
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/images/logo130.gif
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/index.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/license.html
+file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/ogg_mapping.html
+file path=usr/share/man/man1/flac.1
+file path=usr/share/man/man1/metaflac.1
+license COPYING.Xiph license=BSD
+license COPYING.FDL license=FDLv1.2
+license COPYING.GPL license=GPLv2
+license COPYING.LGPL license=LGPLv2.1
--- a/components/meta-packages/incorporation-cache	Fri Aug 05 08:55:13 2016 +0000
+++ b/components/meta-packages/incorporation-cache	Tue Aug 09 08:23:23 2016 +0000
@@ -81,7 +81,6 @@
 consolidation/desktop/gnome-incorporation:library/python/[email protected]
 consolidation/desktop/gnome-incorporation:library/python/[email protected]
 consolidation/desktop/gnome-incorporation:library/python/[email protected]
-consolidation/userland/userland-incorporation:codec/[email protected]
 consolidation/userland/userland-incorporation:codec/[email protected]
 consolidation/userland/userland-incorporation:codec/[email protected]
 consolidation/userland/userland-incorporation:codec/[email protected]