components/desktop/flac/flac.p5m
author Jay Cotton <Jay.Cotton@Oracle.COM>
Tue, 06 Sep 2016 18:35:00 -0700
changeset 6740 b9a930b724d2
parent 6588 7c53fb3c7c1e
child 7772 a5abee83989d
permissions -rw-r--r--
23245483 Move libvorbis 1.3.3 to Userland PSARC/2010/143 GNOME 2.30 PSARC/2016/514 ogg-vorbis package split
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
6588
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     1
#
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     2
# CDDL HEADER START
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     3
#
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     7
#
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    11
# and limitations under the License.
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    12
#
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    18
#
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    19
# CDDL HEADER END
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    20
#
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    21
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    22
#
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    23
# Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    24
#
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    25
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    26
<transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    27
set name=pkg.fmri \
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    28
    value=pkg:/codec/flac@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    29
set name=pkg.summary value="Free Lossless Audio Codec"
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    30
set name=com.oracle.info.description value="An Open Source Lossless Audio Codec"
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    31
set name=com.oracle.info.tpno value=27270
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    32
set name=info.classification \
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    33
    value="org.opensolaris.category.2008:System/Multimedia Libraries"
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    34
set name=info.source-url \
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    35
    value=http://downloads.xiph.org/releases/flac/flac-1.3.1.tar.gz
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    36
set name=org.opensolaris.arc-caseid value=LSARC/2005/734 value=PSARC/2012/250
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    37
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    38
file path=usr/bin/flac
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    39
file path=usr/bin/metaflac
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    40
file path=usr/include/FLAC++/all.h
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    41
file path=usr/include/FLAC++/decoder.h
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    42
file path=usr/include/FLAC++/encoder.h
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    43
file path=usr/include/FLAC++/export.h
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    44
file path=usr/include/FLAC++/metadata.h
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    45
file path=usr/include/FLAC/all.h
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    46
file path=usr/include/FLAC/assert.h
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    47
file path=usr/include/FLAC/callback.h
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    48
file path=usr/include/FLAC/export.h
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    49
file path=usr/include/FLAC/format.h
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    50
file path=usr/include/FLAC/metadata.h
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    51
file path=usr/include/FLAC/ordinals.h
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    52
file path=usr/include/FLAC/stream_decoder.h
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    53
file path=usr/include/FLAC/stream_encoder.h
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    54
link path=usr/lib/$(MACH64)/libFLAC++.so target=libFLAC++.so.6.3.0
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    55
link path=usr/lib/$(MACH64)/libFLAC++.so.6 target=libFLAC++.so.6.3.0
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    56
file path=usr/lib/$(MACH64)/libFLAC++.so.6.3.0
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    57
link path=usr/lib/$(MACH64)/libFLAC.so target=libFLAC.so.8.3.0
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    58
link path=usr/lib/$(MACH64)/libFLAC.so.8 target=libFLAC.so.8.3.0
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    59
file path=usr/lib/$(MACH64)/libFLAC.so.8.3.0
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    60
file path=usr/lib/$(MACH64)/pkgconfig/flac++.pc
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    61
file path=usr/lib/$(MACH64)/pkgconfig/flac.pc
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    62
link path=usr/lib/libFLAC++.so target=libFLAC++.so.6.3.0
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    63
link path=usr/lib/libFLAC++.so.6 target=libFLAC++.so.6.3.0
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    64
file path=usr/lib/libFLAC++.so.6.3.0
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    65
link path=usr/lib/libFLAC.so target=libFLAC.so.8.3.0
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    66
link path=usr/lib/libFLAC.so.8 target=libFLAC.so.8.3.0
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    67
file path=usr/lib/libFLAC.so.8.3.0
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    68
file path=usr/lib/pkgconfig/flac++.pc
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    69
file path=usr/lib/pkgconfig/flac.pc
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    70
file path=usr/share/aclocal/libFLAC++.m4
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    71
file path=usr/share/aclocal/libFLAC.m4
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    72
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/FLAC.tag
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    73
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/_09_2all_8h_source.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    74
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/_09_2export_8h.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    75
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/_09_2export_8h_source.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    76
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/_09_2metadata_8h.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    77
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/_09_2metadata_8h_source.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    78
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/all_8h_source.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    79
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/annotated.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    80
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/arrowdown.png
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    81
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/arrowright.png
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    82
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/assert_8h_source.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    83
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/bc_s.png
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    84
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/bdwn.png
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    85
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/callback_8h.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    86
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/callback_8h_source.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    87
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/classFLAC_1_1Decoder_1_1File-members.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    88
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/classFLAC_1_1Decoder_1_1File.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    89
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/classFLAC_1_1Decoder_1_1File.png
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    90
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/classFLAC_1_1Decoder_1_1Stream-members.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    91
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/classFLAC_1_1Decoder_1_1Stream.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    92
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/classFLAC_1_1Decoder_1_1Stream.png
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    93
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/classFLAC_1_1Decoder_1_1Stream_1_1State-members.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    94
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/classFLAC_1_1Decoder_1_1Stream_1_1State.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    95
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/classFLAC_1_1Encoder_1_1File-members.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    96
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/classFLAC_1_1Encoder_1_1File.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    97
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/classFLAC_1_1Encoder_1_1File.png
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    98
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/classFLAC_1_1Encoder_1_1Stream-members.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    99
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/classFLAC_1_1Encoder_1_1Stream.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   100
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/classFLAC_1_1Encoder_1_1Stream.png
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   101
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/classFLAC_1_1Encoder_1_1Stream_1_1State-members.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   102
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/classFLAC_1_1Encoder_1_1Stream_1_1State.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   103
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/classFLAC_1_1Metadata_1_1Application-members.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   104
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/classFLAC_1_1Metadata_1_1Application.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   105
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/classFLAC_1_1Metadata_1_1Application.png
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   106
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/classFLAC_1_1Metadata_1_1Chain-members.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   107
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/classFLAC_1_1Metadata_1_1Chain.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   108
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/classFLAC_1_1Metadata_1_1Chain_1_1Status-members.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   109
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/classFLAC_1_1Metadata_1_1Chain_1_1Status.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   110
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/classFLAC_1_1Metadata_1_1CueSheet-members.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   111
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/classFLAC_1_1Metadata_1_1CueSheet.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   112
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/classFLAC_1_1Metadata_1_1CueSheet.png
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   113
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/classFLAC_1_1Metadata_1_1CueSheet_1_1Track-members.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   114
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/classFLAC_1_1Metadata_1_1CueSheet_1_1Track.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   115
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/classFLAC_1_1Metadata_1_1Iterator-members.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   116
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/classFLAC_1_1Metadata_1_1Iterator.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   117
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/classFLAC_1_1Metadata_1_1Padding-members.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   118
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/classFLAC_1_1Metadata_1_1Padding.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   119
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/classFLAC_1_1Metadata_1_1Padding.png
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   120
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/classFLAC_1_1Metadata_1_1Picture-members.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   121
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/classFLAC_1_1Metadata_1_1Picture.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   122
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/classFLAC_1_1Metadata_1_1Picture.png
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   123
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/classFLAC_1_1Metadata_1_1Prototype-members.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   124
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/classFLAC_1_1Metadata_1_1Prototype.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   125
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/classFLAC_1_1Metadata_1_1Prototype.png
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   126
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/classFLAC_1_1Metadata_1_1SeekTable-members.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   127
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/classFLAC_1_1Metadata_1_1SeekTable.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   128
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/classFLAC_1_1Metadata_1_1SeekTable.png
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   129
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/classFLAC_1_1Metadata_1_1SimpleIterator-members.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   130
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/classFLAC_1_1Metadata_1_1SimpleIterator.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   131
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/classFLAC_1_1Metadata_1_1SimpleIterator_1_1Status-members.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   132
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/classFLAC_1_1Metadata_1_1SimpleIterator_1_1Status.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   133
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/classFLAC_1_1Metadata_1_1StreamInfo-members.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   134
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/classFLAC_1_1Metadata_1_1StreamInfo.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   135
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/classFLAC_1_1Metadata_1_1StreamInfo.png
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   136
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/classFLAC_1_1Metadata_1_1Unknown-members.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   137
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/classFLAC_1_1Metadata_1_1Unknown.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   138
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/classFLAC_1_1Metadata_1_1Unknown.png
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   139
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/classFLAC_1_1Metadata_1_1VorbisComment-members.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   140
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/classFLAC_1_1Metadata_1_1VorbisComment.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   141
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/classFLAC_1_1Metadata_1_1VorbisComment.png
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   142
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/classFLAC_1_1Metadata_1_1VorbisComment_1_1Entry-members.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   143
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/classFLAC_1_1Metadata_1_1VorbisComment_1_1Entry.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   144
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/classes.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   145
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/closed.png
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   146
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/decoder_8h.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   147
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/decoder_8h_source.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   148
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/dir_1d1d8d1ce94dd19bc93542e63624951c.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   149
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/dir_4e259dfc1f7320af87bc748b6bae9a02.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   150
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/dir_8426db2da5b772183f36db59aaa53c6e.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   151
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/dir_85322783b304abae7e5a136110279bc7.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   152
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/doc.png
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   153
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/doxygen.css
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   154
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/doxygen.png
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   155
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/dynsections.js
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   156
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/encoder_8h.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   157
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/encoder_8h_source.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   158
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/export_8h.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   159
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/export_8h_source.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   160
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/files.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   161
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/folderclosed.png
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   162
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/folderopen.png
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   163
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/format_8h.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   164
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/format_8h_source.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   165
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/functions.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   166
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/functions_0x7e.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   167
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/functions_b.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   168
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/functions_c.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   169
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/functions_d.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   170
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/functions_e.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   171
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/functions_f.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   172
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/functions_func.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   173
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/functions_func_0x7e.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   174
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/functions_func_c.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   175
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/functions_func_d.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   176
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/functions_func_e.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   177
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/functions_func_f.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   178
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/functions_func_g.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   179
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/functions_func_i.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   180
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/functions_func_l.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   181
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/functions_func_m.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   182
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/functions_func_n.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   183
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/functions_func_o.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   184
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/functions_func_p.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   185
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/functions_func_r.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   186
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/functions_func_s.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   187
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/functions_func_t.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   188
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/functions_func_u.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   189
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/functions_func_v.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   190
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/functions_func_w.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   191
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/functions_g.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   192
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/functions_h.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   193
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/functions_i.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   194
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/functions_l.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   195
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/functions_m.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   196
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/functions_n.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   197
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/functions_o.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   198
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/functions_p.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   199
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/functions_q.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   200
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/functions_r.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   201
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/functions_s.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   202
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/functions_t.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   203
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/functions_u.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   204
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/functions_v.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   205
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/functions_vars.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   206
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/functions_w.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   207
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/globals.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   208
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/globals_defs.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   209
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/globals_enum.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   210
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/globals_eval.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   211
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/globals_func.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   212
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/globals_type.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   213
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/globals_vars.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   214
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/group__flac.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   215
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/group__flac__callbacks.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   216
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/group__flac__decoder.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   217
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/group__flac__encoder.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   218
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/group__flac__export.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   219
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/group__flac__format.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   220
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/group__flac__metadata.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   221
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/group__flac__metadata__level0.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   222
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/group__flac__metadata__level1.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   223
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/group__flac__metadata__level2.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   224
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/group__flac__metadata__object.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   225
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/group__flac__stream__decoder.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   226
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/group__flac__stream__encoder.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   227
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/group__flacpp.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   228
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/group__flacpp__decoder.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   229
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/group__flacpp__encoder.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   230
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/group__flacpp__export.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   231
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/group__flacpp__metadata.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   232
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/group__flacpp__metadata__level0.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   233
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/group__flacpp__metadata__level1.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   234
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/group__flacpp__metadata__level2.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   235
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/group__flacpp__metadata__object.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   236
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/group__porting.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   237
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/group__porting__1__1__2__to__1__1__3.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   238
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/group__porting__1__1__3__to__1__1__4.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   239
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/group__porting__1__1__4__to__1__2__0.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   240
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/hierarchy.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   241
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/index.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   242
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/jquery.js
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   243
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/metadata_8h.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   244
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/metadata_8h_source.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   245
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/modules.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   246
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/nav_f.png
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   247
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/nav_g.png
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   248
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/nav_h.png
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   249
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/open.png
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   250
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/ordinals_8h_source.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   251
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/splitbar.png
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   252
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/stream__decoder_8h.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   253
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/stream__decoder_8h_source.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   254
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/stream__encoder_8h.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   255
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/stream__encoder_8h_source.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   256
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/structFLAC____EntropyCodingMethod-members.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   257
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/structFLAC____EntropyCodingMethod.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   258
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/structFLAC____EntropyCodingMethod__PartitionedRice-members.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   259
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/structFLAC____EntropyCodingMethod__PartitionedRice.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   260
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/structFLAC____EntropyCodingMethod__PartitionedRiceContents-members.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   261
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/structFLAC____EntropyCodingMethod__PartitionedRiceContents.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   262
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/structFLAC____Frame-members.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   263
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/structFLAC____Frame.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   264
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/structFLAC____FrameFooter-members.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   265
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/structFLAC____FrameFooter.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   266
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/structFLAC____FrameHeader-members.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   267
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/structFLAC____FrameHeader.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   268
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/structFLAC____IOCallbacks-members.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   269
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/structFLAC____IOCallbacks.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   270
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/structFLAC____StreamDecoder-members.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   271
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/structFLAC____StreamDecoder.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   272
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/structFLAC____StreamEncoder-members.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   273
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/structFLAC____StreamEncoder.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   274
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/structFLAC____StreamMetadata-members.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   275
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/structFLAC____StreamMetadata.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   276
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/structFLAC____StreamMetadata__Application-members.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   277
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/structFLAC____StreamMetadata__Application.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   278
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/structFLAC____StreamMetadata__CueSheet-members.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   279
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/structFLAC____StreamMetadata__CueSheet.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   280
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/structFLAC____StreamMetadata__CueSheet__Index-members.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   281
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/structFLAC____StreamMetadata__CueSheet__Index.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   282
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/structFLAC____StreamMetadata__CueSheet__Track-members.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   283
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/structFLAC____StreamMetadata__CueSheet__Track.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   284
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/structFLAC____StreamMetadata__Padding-members.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   285
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/structFLAC____StreamMetadata__Padding.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   286
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/structFLAC____StreamMetadata__Picture-members.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   287
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/structFLAC____StreamMetadata__Picture.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   288
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/structFLAC____StreamMetadata__SeekPoint-members.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   289
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/structFLAC____StreamMetadata__SeekPoint.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   290
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/structFLAC____StreamMetadata__SeekTable-members.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   291
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/structFLAC____StreamMetadata__SeekTable.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   292
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/structFLAC____StreamMetadata__StreamInfo-members.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   293
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/structFLAC____StreamMetadata__StreamInfo.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   294
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/structFLAC____StreamMetadata__Unknown-members.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   295
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/structFLAC____StreamMetadata__Unknown.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   296
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/structFLAC____StreamMetadata__VorbisComment-members.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   297
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/structFLAC____StreamMetadata__VorbisComment.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   298
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/structFLAC____StreamMetadata__VorbisComment__Entry-members.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   299
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/structFLAC____StreamMetadata__VorbisComment__Entry.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   300
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/structFLAC____Subframe-members.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   301
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/structFLAC____Subframe.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   302
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/structFLAC____Subframe__Constant-members.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   303
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/structFLAC____Subframe__Constant.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   304
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/structFLAC____Subframe__Fixed-members.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   305
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/structFLAC____Subframe__Fixed.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   306
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/structFLAC____Subframe__LPC-members.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   307
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/structFLAC____Subframe__LPC.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   308
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/structFLAC____Subframe__Verbatim-members.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   309
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/structFLAC____Subframe__Verbatim.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   310
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/sync_off.png
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   311
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/sync_on.png
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   312
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/tab_a.png
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   313
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/tab_b.png
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   314
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/tab_h.png
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   315
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/tab_s.png
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   316
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/api/tabs.css
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   317
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/changelog.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   318
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/developers.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   319
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/documentation.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   320
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/documentation_bugs.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   321
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/documentation_example_code.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   322
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/documentation_format_overview.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   323
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/documentation_tools.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   324
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/documentation_tools_flac.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   325
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/documentation_tools_metaflac.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   326
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/faq.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   327
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/favicon.ico
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   328
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/features.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   329
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/flac.css
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   330
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/format.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   331
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/id.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   332
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/images/logo.svg
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   333
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/images/logo130.gif
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   334
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/index.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   335
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/license.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   336
file path=usr/share/doc/flac-$(COMPONENT_VERSION)/html/ogg_mapping.html
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   337
file path=usr/share/man/man1/flac.1
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   338
file path=usr/share/man/man1/metaflac.1
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   339
license COPYING.Xiph license=BSD
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   340
license COPYING.FDL license=FDLv1.2
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   341
license COPYING.GPL license=GPLv2
7c53fb3c7c1e 23245285 Move codec/flac to Userland and update to 1.3.1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   342
license COPYING.LGPL license=LGPLv2.1