diff --git a/audio/flac/Makefile b/audio/flac/Makefile index 7a2684acdde5..765ecaa4ab43 100644 --- a/audio/flac/Makefile +++ b/audio/flac/Makefile @@ -1,50 +1,47 @@ PORTNAME= flac -PORTVERSION= 1.4.2 +DISTVERSION= 1.4.3 CATEGORIES= audio -MASTER_SITES= https://downloads.xiph.org/releases/flac/ +MASTER_SITES= https://github.com/xiph/${PORTNAME}/releases/download/${DISTVERSION}/ \ + https://downloads.xiph.org/releases/${PORTNAME}/ MAINTAINER= naddy@FreeBSD.org COMMENT= Free lossless audio codec WWW= https://www.xiph.org/flac/ LICENSE= BSD3CLAUSE GFDL GPLv2 LGPL21 LICENSE_COMB= multi LICENSE_FILE_BSD3CLAUSE=${WRKSRC}/COPYING.Xiph LICENSE_FILE_GFDL= ${WRKSRC}/COPYING.FDL LIB_DEPENDS= libogg.so:audio/libogg -USES= compiler:c11 cpe iconv libtool pathfix pkgconfig tar:xz - +USES= cmake:testing compiler:c11 cpe gettext-runtime iconv \ + pathfix pkgconfig tar:xz CPE_VENDOR= flac_project +USE_LDCONFIG= yes # Preserve UTF-8 filenames in test/flac-to-flac-metadata-test-files/. # They are referenced by the test suite. EXTRACT_CMD= ${SETENV} LC_ALL=C.UTF-8 ${TAR} -USE_LDCONFIG= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-static \ - --with-ogg="${LOCALBASE}" \ - --disable-doxygen-docs \ - --disable-thorough-tests \ - --disable-xmms-plugin -INSTALL_TARGET= install-strip -TEST_TARGET= check +CMAKE_TESTING_ARGS= -DCMAKE_CTEST_ARGUMENTS="-E;libFLAC" -OPTIONS_DEFINE= DOCS +CMAKE_ARGS= -DCMAKE_INSTALL_MANDIR=${PREFIX}/man +CMAKE_OFF= BUILD_DOCS BUILD_TESTING WITH_STACK_PROTECTOR +CMAKE_ON= BUILD_SHARED_LIBS -.include +OPTIONS_DEFINE= DOCS -.if ${ARCH} != powerpc64le -CONFIGURE_ARGS+=--disable-vsx -.endif +post-install: + ${INSTALL_DATA} ${WRKSRC}/src/*/*.m4 ${STAGEDIR}${PREFIX}/share/aclocal -# test_libFLAC: -# "iterator claims file is writable when tester thinks it should not be" -.if ${UID} == 0 -do-test: - @${ECHO_MSG} "The tests cannot be run as root, skipping." -.endif +post-install-DOCS-on: + ${MKDIR} ${STAGEDIR}${DOCSDIR}/api + ${INSTALL_MAN} ${WRKSRC}/doc/api/* ${STAGEDIR}${DOCSDIR}/api + ${MKDIR} ${STAGEDIR}${DOCSDIR}/images + ${INSTALL_MAN} ${WRKSRC}/doc/images/*.gif ${STAGEDIR}${DOCSDIR}/images + ${INSTALL_MAN} ${WRKSRC}/doc/images/*.svg ${STAGEDIR}${DOCSDIR}/images + ${INSTALL_MAN} ${WRKSRC}/doc/*.tag ${STAGEDIR}${DOCSDIR} + ${INSTALL_MAN} ${WRKSRC}/doc/isoflac.txt ${STAGEDIR}${DOCSDIR} -.include +.include diff --git a/audio/flac/distinfo b/audio/flac/distinfo index fc1c468e3fdd..8c9c588b9a07 100644 --- a/audio/flac/distinfo +++ b/audio/flac/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1666882895 -SHA256 (flac-1.4.2.tar.xz) = e322d58a1f48d23d9dd38f432672865f6f79e73a6f9cc5a5f57fcaa83eb5a8e4 -SIZE (flac-1.4.2.tar.xz) = 1013700 +TIMESTAMP = 1687505819 +SHA256 (flac-1.4.3.tar.xz) = 6c58e69cd22348f441b861092b825e591d0b822e106de6eb0ee4d05d27205b70 +SIZE (flac-1.4.3.tar.xz) = 1006728 diff --git a/audio/flac/files/patch-configure b/audio/flac/files/patch-configure deleted file mode 100644 index 1f47882210cc..000000000000 --- a/audio/flac/files/patch-configure +++ /dev/null @@ -1,13 +0,0 @@ ---- configure.orig 2022-10-27 15:10:23 UTC -+++ configure -@@ -21455,8 +21455,8 @@ fi - if test "x${ax_enable_debug}" = "xno" - then : - -- CFLAGS="-O3 -funroll-loops $CFLAGS" -- CXXFLAGS="-O3 $CXXFLAGS" -+ #CFLAGS="-O3 -funroll-loops $CFLAGS" -+ #CXXFLAGS="-O3 $CXXFLAGS" - - fi - diff --git a/audio/flac/pkg-plist b/audio/flac/pkg-plist index e879d8ededcb..5837a1560a61 100644 --- a/audio/flac/pkg-plist +++ b/audio/flac/pkg-plist @@ -1,277 +1,280 @@ bin/flac bin/metaflac include/FLAC++/all.h include/FLAC++/decoder.h include/FLAC++/encoder.h include/FLAC++/export.h include/FLAC++/metadata.h include/FLAC/all.h include/FLAC/assert.h include/FLAC/callback.h include/FLAC/export.h include/FLAC/format.h include/FLAC/metadata.h include/FLAC/ordinals.h include/FLAC/stream_decoder.h include/FLAC/stream_encoder.h -lib/libFLAC++.a +lib/cmake/FLAC/flac-config-version.cmake +lib/cmake/FLAC/flac-config.cmake +lib/cmake/FLAC/targets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/FLAC/targets.cmake lib/libFLAC++.so lib/libFLAC++.so.10 -lib/libFLAC++.so.10.0.0 -lib/libFLAC.a +lib/libFLAC++.so.10.0.1 lib/libFLAC.so lib/libFLAC.so.12 -lib/libFLAC.so.12.0.0 +lib/libFLAC.so.12.1.0 libdata/pkgconfig/flac++.pc libdata/pkgconfig/flac.pc man/man1/flac.1.gz man/man1/metaflac.1.gz share/aclocal/libFLAC++.m4 share/aclocal/libFLAC.m4 %%PORTDOCS%%%%DOCSDIR%%/FLAC.tag +%%PORTDOCS%%%%DOCSDIR%%/isoflac.txt %%PORTDOCS%%%%DOCSDIR%%/api/FLAC_09_09_2all_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/api/FLAC_09_09_2export_8h.html %%PORTDOCS%%%%DOCSDIR%%/api/FLAC_09_09_2export_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/api/FLAC_09_09_2metadata_8h.html %%PORTDOCS%%%%DOCSDIR%%/api/FLAC_09_09_2metadata_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/api/FLAC_2all_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/api/FLAC_2export_8h.html %%PORTDOCS%%%%DOCSDIR%%/api/FLAC_2export_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/api/FLAC_2metadata_8h.html %%PORTDOCS%%%%DOCSDIR%%/api/FLAC_2metadata_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/api/annotated.html %%PORTDOCS%%%%DOCSDIR%%/api/assert_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/api/bc_s.png %%PORTDOCS%%%%DOCSDIR%%/api/bdwn.png %%PORTDOCS%%%%DOCSDIR%%/api/callback_8h.html %%PORTDOCS%%%%DOCSDIR%%/api/callback_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/api/classFLAC_1_1Decoder_1_1File-members.html %%PORTDOCS%%%%DOCSDIR%%/api/classFLAC_1_1Decoder_1_1File.html %%PORTDOCS%%%%DOCSDIR%%/api/classFLAC_1_1Decoder_1_1File.png %%PORTDOCS%%%%DOCSDIR%%/api/classFLAC_1_1Decoder_1_1Stream-members.html %%PORTDOCS%%%%DOCSDIR%%/api/classFLAC_1_1Decoder_1_1Stream.html %%PORTDOCS%%%%DOCSDIR%%/api/classFLAC_1_1Decoder_1_1Stream.png %%PORTDOCS%%%%DOCSDIR%%/api/classFLAC_1_1Decoder_1_1Stream_1_1State-members.html %%PORTDOCS%%%%DOCSDIR%%/api/classFLAC_1_1Decoder_1_1Stream_1_1State.html %%PORTDOCS%%%%DOCSDIR%%/api/classFLAC_1_1Encoder_1_1File-members.html %%PORTDOCS%%%%DOCSDIR%%/api/classFLAC_1_1Encoder_1_1File.html %%PORTDOCS%%%%DOCSDIR%%/api/classFLAC_1_1Encoder_1_1File.png %%PORTDOCS%%%%DOCSDIR%%/api/classFLAC_1_1Encoder_1_1Stream-members.html %%PORTDOCS%%%%DOCSDIR%%/api/classFLAC_1_1Encoder_1_1Stream.html %%PORTDOCS%%%%DOCSDIR%%/api/classFLAC_1_1Encoder_1_1Stream.png %%PORTDOCS%%%%DOCSDIR%%/api/classFLAC_1_1Encoder_1_1Stream_1_1State-members.html %%PORTDOCS%%%%DOCSDIR%%/api/classFLAC_1_1Encoder_1_1Stream_1_1State.html %%PORTDOCS%%%%DOCSDIR%%/api/classFLAC_1_1Metadata_1_1Application-members.html %%PORTDOCS%%%%DOCSDIR%%/api/classFLAC_1_1Metadata_1_1Application.html %%PORTDOCS%%%%DOCSDIR%%/api/classFLAC_1_1Metadata_1_1Application.png %%PORTDOCS%%%%DOCSDIR%%/api/classFLAC_1_1Metadata_1_1Chain-members.html %%PORTDOCS%%%%DOCSDIR%%/api/classFLAC_1_1Metadata_1_1Chain.html %%PORTDOCS%%%%DOCSDIR%%/api/classFLAC_1_1Metadata_1_1Chain_1_1Status-members.html %%PORTDOCS%%%%DOCSDIR%%/api/classFLAC_1_1Metadata_1_1Chain_1_1Status.html %%PORTDOCS%%%%DOCSDIR%%/api/classFLAC_1_1Metadata_1_1CueSheet-members.html %%PORTDOCS%%%%DOCSDIR%%/api/classFLAC_1_1Metadata_1_1CueSheet.html %%PORTDOCS%%%%DOCSDIR%%/api/classFLAC_1_1Metadata_1_1CueSheet.png %%PORTDOCS%%%%DOCSDIR%%/api/classFLAC_1_1Metadata_1_1CueSheet_1_1Track-members.html %%PORTDOCS%%%%DOCSDIR%%/api/classFLAC_1_1Metadata_1_1CueSheet_1_1Track.html %%PORTDOCS%%%%DOCSDIR%%/api/classFLAC_1_1Metadata_1_1Iterator-members.html %%PORTDOCS%%%%DOCSDIR%%/api/classFLAC_1_1Metadata_1_1Iterator.html %%PORTDOCS%%%%DOCSDIR%%/api/classFLAC_1_1Metadata_1_1Padding-members.html %%PORTDOCS%%%%DOCSDIR%%/api/classFLAC_1_1Metadata_1_1Padding.html %%PORTDOCS%%%%DOCSDIR%%/api/classFLAC_1_1Metadata_1_1Padding.png %%PORTDOCS%%%%DOCSDIR%%/api/classFLAC_1_1Metadata_1_1Picture-members.html %%PORTDOCS%%%%DOCSDIR%%/api/classFLAC_1_1Metadata_1_1Picture.html %%PORTDOCS%%%%DOCSDIR%%/api/classFLAC_1_1Metadata_1_1Picture.png %%PORTDOCS%%%%DOCSDIR%%/api/classFLAC_1_1Metadata_1_1Prototype-members.html %%PORTDOCS%%%%DOCSDIR%%/api/classFLAC_1_1Metadata_1_1Prototype.html %%PORTDOCS%%%%DOCSDIR%%/api/classFLAC_1_1Metadata_1_1Prototype.png %%PORTDOCS%%%%DOCSDIR%%/api/classFLAC_1_1Metadata_1_1SeekTable-members.html %%PORTDOCS%%%%DOCSDIR%%/api/classFLAC_1_1Metadata_1_1SeekTable.html %%PORTDOCS%%%%DOCSDIR%%/api/classFLAC_1_1Metadata_1_1SeekTable.png %%PORTDOCS%%%%DOCSDIR%%/api/classFLAC_1_1Metadata_1_1SimpleIterator-members.html %%PORTDOCS%%%%DOCSDIR%%/api/classFLAC_1_1Metadata_1_1SimpleIterator.html %%PORTDOCS%%%%DOCSDIR%%/api/classFLAC_1_1Metadata_1_1SimpleIterator_1_1Status-members.html %%PORTDOCS%%%%DOCSDIR%%/api/classFLAC_1_1Metadata_1_1SimpleIterator_1_1Status.html %%PORTDOCS%%%%DOCSDIR%%/api/classFLAC_1_1Metadata_1_1StreamInfo-members.html %%PORTDOCS%%%%DOCSDIR%%/api/classFLAC_1_1Metadata_1_1StreamInfo.html %%PORTDOCS%%%%DOCSDIR%%/api/classFLAC_1_1Metadata_1_1StreamInfo.png %%PORTDOCS%%%%DOCSDIR%%/api/classFLAC_1_1Metadata_1_1Unknown-members.html %%PORTDOCS%%%%DOCSDIR%%/api/classFLAC_1_1Metadata_1_1Unknown.html %%PORTDOCS%%%%DOCSDIR%%/api/classFLAC_1_1Metadata_1_1Unknown.png %%PORTDOCS%%%%DOCSDIR%%/api/classFLAC_1_1Metadata_1_1VorbisComment-members.html %%PORTDOCS%%%%DOCSDIR%%/api/classFLAC_1_1Metadata_1_1VorbisComment.html %%PORTDOCS%%%%DOCSDIR%%/api/classFLAC_1_1Metadata_1_1VorbisComment.png %%PORTDOCS%%%%DOCSDIR%%/api/classFLAC_1_1Metadata_1_1VorbisComment_1_1Entry-members.html %%PORTDOCS%%%%DOCSDIR%%/api/classFLAC_1_1Metadata_1_1VorbisComment_1_1Entry.html %%PORTDOCS%%%%DOCSDIR%%/api/classes.html %%PORTDOCS%%%%DOCSDIR%%/api/closed.png %%PORTDOCS%%%%DOCSDIR%%/api/decoder_8h.html %%PORTDOCS%%%%DOCSDIR%%/api/decoder_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/api/dir_1982b5890de532b4beef7221dae776e2.html %%PORTDOCS%%%%DOCSDIR%%/api/dir_527642952c2881b3e5b36abb4a29ebef.html %%PORTDOCS%%%%DOCSDIR%%/api/dir_d44c64559bbebec7f509842c48db8b23.html %%PORTDOCS%%%%DOCSDIR%%/api/doc.png %%PORTDOCS%%%%DOCSDIR%%/api/doxygen.css %%PORTDOCS%%%%DOCSDIR%%/api/doxygen.svg %%PORTDOCS%%%%DOCSDIR%%/api/dynsections.js %%PORTDOCS%%%%DOCSDIR%%/api/encoder_8h.html %%PORTDOCS%%%%DOCSDIR%%/api/encoder_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/api/files.html %%PORTDOCS%%%%DOCSDIR%%/api/folderclosed.png %%PORTDOCS%%%%DOCSDIR%%/api/folderopen.png %%PORTDOCS%%%%DOCSDIR%%/api/format_8h.html %%PORTDOCS%%%%DOCSDIR%%/api/format_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/api/functions.html %%PORTDOCS%%%%DOCSDIR%%/api/functions_b.html %%PORTDOCS%%%%DOCSDIR%%/api/functions_c.html %%PORTDOCS%%%%DOCSDIR%%/api/functions_d.html %%PORTDOCS%%%%DOCSDIR%%/api/functions_e.html %%PORTDOCS%%%%DOCSDIR%%/api/functions_f.html %%PORTDOCS%%%%DOCSDIR%%/api/functions_func.html %%PORTDOCS%%%%DOCSDIR%%/api/functions_func_c.html %%PORTDOCS%%%%DOCSDIR%%/api/functions_func_d.html %%PORTDOCS%%%%DOCSDIR%%/api/functions_func_e.html %%PORTDOCS%%%%DOCSDIR%%/api/functions_func_f.html %%PORTDOCS%%%%DOCSDIR%%/api/functions_func_g.html %%PORTDOCS%%%%DOCSDIR%%/api/functions_func_i.html %%PORTDOCS%%%%DOCSDIR%%/api/functions_func_l.html %%PORTDOCS%%%%DOCSDIR%%/api/functions_func_m.html %%PORTDOCS%%%%DOCSDIR%%/api/functions_func_n.html %%PORTDOCS%%%%DOCSDIR%%/api/functions_func_o.html %%PORTDOCS%%%%DOCSDIR%%/api/functions_func_p.html %%PORTDOCS%%%%DOCSDIR%%/api/functions_func_r.html %%PORTDOCS%%%%DOCSDIR%%/api/functions_func_s.html %%PORTDOCS%%%%DOCSDIR%%/api/functions_func_t.html %%PORTDOCS%%%%DOCSDIR%%/api/functions_func_u.html %%PORTDOCS%%%%DOCSDIR%%/api/functions_func_v.html %%PORTDOCS%%%%DOCSDIR%%/api/functions_func_w.html %%PORTDOCS%%%%DOCSDIR%%/api/functions_func_~.html %%PORTDOCS%%%%DOCSDIR%%/api/functions_g.html %%PORTDOCS%%%%DOCSDIR%%/api/functions_h.html %%PORTDOCS%%%%DOCSDIR%%/api/functions_i.html %%PORTDOCS%%%%DOCSDIR%%/api/functions_l.html %%PORTDOCS%%%%DOCSDIR%%/api/functions_m.html %%PORTDOCS%%%%DOCSDIR%%/api/functions_n.html %%PORTDOCS%%%%DOCSDIR%%/api/functions_o.html %%PORTDOCS%%%%DOCSDIR%%/api/functions_p.html %%PORTDOCS%%%%DOCSDIR%%/api/functions_q.html %%PORTDOCS%%%%DOCSDIR%%/api/functions_r.html %%PORTDOCS%%%%DOCSDIR%%/api/functions_s.html %%PORTDOCS%%%%DOCSDIR%%/api/functions_t.html %%PORTDOCS%%%%DOCSDIR%%/api/functions_u.html %%PORTDOCS%%%%DOCSDIR%%/api/functions_v.html %%PORTDOCS%%%%DOCSDIR%%/api/functions_vars.html %%PORTDOCS%%%%DOCSDIR%%/api/functions_w.html %%PORTDOCS%%%%DOCSDIR%%/api/functions_~.html %%PORTDOCS%%%%DOCSDIR%%/api/globals.html %%PORTDOCS%%%%DOCSDIR%%/api/globals_defs.html %%PORTDOCS%%%%DOCSDIR%%/api/globals_enum.html %%PORTDOCS%%%%DOCSDIR%%/api/globals_eval.html %%PORTDOCS%%%%DOCSDIR%%/api/globals_func.html %%PORTDOCS%%%%DOCSDIR%%/api/globals_type.html %%PORTDOCS%%%%DOCSDIR%%/api/globals_vars.html %%PORTDOCS%%%%DOCSDIR%%/api/group__flac.html %%PORTDOCS%%%%DOCSDIR%%/api/group__flac__callbacks.html %%PORTDOCS%%%%DOCSDIR%%/api/group__flac__decoder.html %%PORTDOCS%%%%DOCSDIR%%/api/group__flac__encoder.html %%PORTDOCS%%%%DOCSDIR%%/api/group__flac__export.html %%PORTDOCS%%%%DOCSDIR%%/api/group__flac__format.html %%PORTDOCS%%%%DOCSDIR%%/api/group__flac__metadata.html %%PORTDOCS%%%%DOCSDIR%%/api/group__flac__metadata__level0.html %%PORTDOCS%%%%DOCSDIR%%/api/group__flac__metadata__level1.html %%PORTDOCS%%%%DOCSDIR%%/api/group__flac__metadata__level2.html %%PORTDOCS%%%%DOCSDIR%%/api/group__flac__metadata__object.html %%PORTDOCS%%%%DOCSDIR%%/api/group__flac__stream__decoder.html %%PORTDOCS%%%%DOCSDIR%%/api/group__flac__stream__encoder.html %%PORTDOCS%%%%DOCSDIR%%/api/group__flacpp.html %%PORTDOCS%%%%DOCSDIR%%/api/group__flacpp__decoder.html %%PORTDOCS%%%%DOCSDIR%%/api/group__flacpp__encoder.html %%PORTDOCS%%%%DOCSDIR%%/api/group__flacpp__export.html %%PORTDOCS%%%%DOCSDIR%%/api/group__flacpp__metadata.html %%PORTDOCS%%%%DOCSDIR%%/api/group__flacpp__metadata__level0.html %%PORTDOCS%%%%DOCSDIR%%/api/group__flacpp__metadata__level1.html %%PORTDOCS%%%%DOCSDIR%%/api/group__flacpp__metadata__level2.html %%PORTDOCS%%%%DOCSDIR%%/api/group__flacpp__metadata__object.html %%PORTDOCS%%%%DOCSDIR%%/api/group__porting.html %%PORTDOCS%%%%DOCSDIR%%/api/group__porting__1__1__2__to__1__1__3.html %%PORTDOCS%%%%DOCSDIR%%/api/group__porting__1__1__3__to__1__1__4.html %%PORTDOCS%%%%DOCSDIR%%/api/group__porting__1__1__4__to__1__2__0.html %%PORTDOCS%%%%DOCSDIR%%/api/group__porting__1__3__4__to__1__4__0.html %%PORTDOCS%%%%DOCSDIR%%/api/hierarchy.html %%PORTDOCS%%%%DOCSDIR%%/api/index.html %%PORTDOCS%%%%DOCSDIR%%/api/jquery.js %%PORTDOCS%%%%DOCSDIR%%/api/menu.js %%PORTDOCS%%%%DOCSDIR%%/api/menudata.js %%PORTDOCS%%%%DOCSDIR%%/api/modules.html %%PORTDOCS%%%%DOCSDIR%%/api/nav_f.png %%PORTDOCS%%%%DOCSDIR%%/api/nav_g.png %%PORTDOCS%%%%DOCSDIR%%/api/nav_h.png %%PORTDOCS%%%%DOCSDIR%%/api/open.png %%PORTDOCS%%%%DOCSDIR%%/api/ordinals_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/api/splitbar.png %%PORTDOCS%%%%DOCSDIR%%/api/stream__decoder_8h.html %%PORTDOCS%%%%DOCSDIR%%/api/stream__decoder_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/api/stream__encoder_8h.html %%PORTDOCS%%%%DOCSDIR%%/api/stream__encoder_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/api/structFLAC____EntropyCodingMethod-members.html %%PORTDOCS%%%%DOCSDIR%%/api/structFLAC____EntropyCodingMethod.html %%PORTDOCS%%%%DOCSDIR%%/api/structFLAC____EntropyCodingMethod__PartitionedRice-members.html %%PORTDOCS%%%%DOCSDIR%%/api/structFLAC____EntropyCodingMethod__PartitionedRice.html %%PORTDOCS%%%%DOCSDIR%%/api/structFLAC____EntropyCodingMethod__PartitionedRiceContents-members.html %%PORTDOCS%%%%DOCSDIR%%/api/structFLAC____EntropyCodingMethod__PartitionedRiceContents.html %%PORTDOCS%%%%DOCSDIR%%/api/structFLAC____Frame-members.html %%PORTDOCS%%%%DOCSDIR%%/api/structFLAC____Frame.html %%PORTDOCS%%%%DOCSDIR%%/api/structFLAC____FrameFooter-members.html %%PORTDOCS%%%%DOCSDIR%%/api/structFLAC____FrameFooter.html %%PORTDOCS%%%%DOCSDIR%%/api/structFLAC____FrameHeader-members.html %%PORTDOCS%%%%DOCSDIR%%/api/structFLAC____FrameHeader.html %%PORTDOCS%%%%DOCSDIR%%/api/structFLAC____IOCallbacks-members.html %%PORTDOCS%%%%DOCSDIR%%/api/structFLAC____IOCallbacks.html %%PORTDOCS%%%%DOCSDIR%%/api/structFLAC____StreamDecoder-members.html %%PORTDOCS%%%%DOCSDIR%%/api/structFLAC____StreamDecoder.html %%PORTDOCS%%%%DOCSDIR%%/api/structFLAC____StreamEncoder-members.html %%PORTDOCS%%%%DOCSDIR%%/api/structFLAC____StreamEncoder.html %%PORTDOCS%%%%DOCSDIR%%/api/structFLAC____StreamMetadata-members.html %%PORTDOCS%%%%DOCSDIR%%/api/structFLAC____StreamMetadata.html %%PORTDOCS%%%%DOCSDIR%%/api/structFLAC____StreamMetadata__Application-members.html %%PORTDOCS%%%%DOCSDIR%%/api/structFLAC____StreamMetadata__Application.html %%PORTDOCS%%%%DOCSDIR%%/api/structFLAC____StreamMetadata__CueSheet-members.html %%PORTDOCS%%%%DOCSDIR%%/api/structFLAC____StreamMetadata__CueSheet.html %%PORTDOCS%%%%DOCSDIR%%/api/structFLAC____StreamMetadata__CueSheet__Index-members.html %%PORTDOCS%%%%DOCSDIR%%/api/structFLAC____StreamMetadata__CueSheet__Index.html %%PORTDOCS%%%%DOCSDIR%%/api/structFLAC____StreamMetadata__CueSheet__Track-members.html %%PORTDOCS%%%%DOCSDIR%%/api/structFLAC____StreamMetadata__CueSheet__Track.html %%PORTDOCS%%%%DOCSDIR%%/api/structFLAC____StreamMetadata__Padding-members.html %%PORTDOCS%%%%DOCSDIR%%/api/structFLAC____StreamMetadata__Padding.html %%PORTDOCS%%%%DOCSDIR%%/api/structFLAC____StreamMetadata__Picture-members.html %%PORTDOCS%%%%DOCSDIR%%/api/structFLAC____StreamMetadata__Picture.html %%PORTDOCS%%%%DOCSDIR%%/api/structFLAC____StreamMetadata__SeekPoint-members.html %%PORTDOCS%%%%DOCSDIR%%/api/structFLAC____StreamMetadata__SeekPoint.html %%PORTDOCS%%%%DOCSDIR%%/api/structFLAC____StreamMetadata__SeekTable-members.html %%PORTDOCS%%%%DOCSDIR%%/api/structFLAC____StreamMetadata__SeekTable.html %%PORTDOCS%%%%DOCSDIR%%/api/structFLAC____StreamMetadata__StreamInfo-members.html %%PORTDOCS%%%%DOCSDIR%%/api/structFLAC____StreamMetadata__StreamInfo.html %%PORTDOCS%%%%DOCSDIR%%/api/structFLAC____StreamMetadata__Unknown-members.html %%PORTDOCS%%%%DOCSDIR%%/api/structFLAC____StreamMetadata__Unknown.html %%PORTDOCS%%%%DOCSDIR%%/api/structFLAC____StreamMetadata__VorbisComment-members.html %%PORTDOCS%%%%DOCSDIR%%/api/structFLAC____StreamMetadata__VorbisComment.html %%PORTDOCS%%%%DOCSDIR%%/api/structFLAC____StreamMetadata__VorbisComment__Entry-members.html %%PORTDOCS%%%%DOCSDIR%%/api/structFLAC____StreamMetadata__VorbisComment__Entry.html %%PORTDOCS%%%%DOCSDIR%%/api/structFLAC____Subframe-members.html %%PORTDOCS%%%%DOCSDIR%%/api/structFLAC____Subframe.html %%PORTDOCS%%%%DOCSDIR%%/api/structFLAC____Subframe__Constant-members.html %%PORTDOCS%%%%DOCSDIR%%/api/structFLAC____Subframe__Constant.html %%PORTDOCS%%%%DOCSDIR%%/api/structFLAC____Subframe__Fixed-members.html %%PORTDOCS%%%%DOCSDIR%%/api/structFLAC____Subframe__Fixed.html %%PORTDOCS%%%%DOCSDIR%%/api/structFLAC____Subframe__LPC-members.html %%PORTDOCS%%%%DOCSDIR%%/api/structFLAC____Subframe__LPC.html %%PORTDOCS%%%%DOCSDIR%%/api/structFLAC____Subframe__Verbatim-members.html %%PORTDOCS%%%%DOCSDIR%%/api/structFLAC____Subframe__Verbatim.html %%PORTDOCS%%%%DOCSDIR%%/api/sync_off.png %%PORTDOCS%%%%DOCSDIR%%/api/sync_on.png %%PORTDOCS%%%%DOCSDIR%%/api/tab_a.png %%PORTDOCS%%%%DOCSDIR%%/api/tab_b.png %%PORTDOCS%%%%DOCSDIR%%/api/tab_h.png %%PORTDOCS%%%%DOCSDIR%%/api/tab_s.png %%PORTDOCS%%%%DOCSDIR%%/api/tabs.css %%PORTDOCS%%%%DOCSDIR%%/images/logo.svg %%PORTDOCS%%%%DOCSDIR%%/images/logo130.gif