diff --git a/audio/flac/Makefile b/audio/flac/Makefile index 1eba0086f183..345169aeb839 100644 --- a/audio/flac/Makefile +++ b/audio/flac/Makefile @@ -1,48 +1,50 @@ PORTNAME= flac -DISTVERSION= 1.4.3 -PORTREVISION= 1 +DISTVERSION= 1.5.0 PORTEPOCH= 1 CATEGORIES= audio MASTER_SITES= https://downloads.xiph.org/releases/flac/ \ https://github.com/xiph/flac/releases/download/${DISTVERSION}/ 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 +LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING.GPL +LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING.LGPL LIB_DEPENDS= libogg.so:audio/libogg USES= compiler:c11 cpe iconv libtool pathfix pkgconfig tar:xz +USE_LDCONFIG= yes CPE_VENDOR= flac_project # 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 INSTALL_TARGET= install-strip TEST_TARGET= check OPTIONS_DEFINE= DOCS .include # 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 .include diff --git a/audio/flac/distinfo b/audio/flac/distinfo index 3bb392d2b949..acc42d935a6b 100644 --- a/audio/flac/distinfo +++ b/audio/flac/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1687809019 -SHA256 (flac-1.4.3.tar.xz) = 6c58e69cd22348f441b861092b825e591d0b822e106de6eb0ee4d05d27205b70 -SIZE (flac-1.4.3.tar.xz) = 1006728 +TIMESTAMP = 1739567910 +SHA256 (flac-1.5.0.tar.xz) = f2c1c76592a82ffff8413ba3c4a1299b6c7ab06c734dee03fd88630485c2b920 +SIZE (flac-1.5.0.tar.xz) = 1078872 diff --git a/audio/flac/files/patch-configure b/audio/flac/files/patch-configure index 28ef3a0e1f8c..f3b48fae89be 100644 --- a/audio/flac/files/patch-configure +++ b/audio/flac/files/patch-configure @@ -1,13 +1,22 @@ ---- configure.orig 2023-06-22 08:50:43 UTC +--- configure.orig 2025-02-10 14:21:36 UTC +++ configure -@@ -21404,8 +21404,8 @@ if test x$ac_cv_c_compiler_gnu = xyes -o x$xiph_cv_c_c +@@ -19899,7 +19899,7 @@ fi + fi + + +-if test ! -n "$DOXYGEN" && test -f "$srcdir/doc/FLAC.tag" && test -f "$srcdir/doc/api/modules.html" ; then ++if test ! -n "$DOXYGEN" && test -f "$srcdir/doc/FLAC.tag" && test -f "$srcdir/doc/api/index.html" ; then + HAS_PREBUILT_DOXYGEN=yes + fi + if test "x$HAS_PREBUILT_DOXYGEN" = xyes; then +@@ -22374,8 +22374,8 @@ then : 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 6104932a1f8a..c38a12965e81 100644 --- a/audio/flac/pkg-plist +++ b/audio/flac/pkg-plist @@ -1,277 +1,292 @@ 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/libFLAC++.so -lib/libFLAC++.so.10 -lib/libFLAC++.so.10.0.1 +lib/libFLAC++.so.11 +lib/libFLAC++.so.11.0.0 lib/libFLAC.a lib/libFLAC.so -lib/libFLAC.so.12 -lib/libFLAC.so.12.1.0 +lib/libFLAC.so.14 +lib/libFLAC.so.14.0.0 libdata/pkgconfig/flac++.pc libdata/pkgconfig/flac.pc share/aclocal/libFLAC++.m4 share/aclocal/libFLAC.m4 %%PORTDOCS%%%%DOCSDIR%%/FLAC.tag %%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/bc_sd.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/doc.svg +%%PORTDOCS%%%%DOCSDIR%%/api/docd.svg %%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/folderclosed.svg +%%PORTDOCS%%%%DOCSDIR%%/api/folderclosedd.svg +%%PORTDOCS%%%%DOCSDIR%%/api/folderopen.svg +%%PORTDOCS%%%%DOCSDIR%%/api/folderopend.svg %%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/group__porting__1__4__3__to__1__5__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/minus.svg +%%PORTDOCS%%%%DOCSDIR%%/api/minusd.svg %%PORTDOCS%%%%DOCSDIR%%/api/nav_f.png +%%PORTDOCS%%%%DOCSDIR%%/api/nav_fd.png %%PORTDOCS%%%%DOCSDIR%%/api/nav_g.png %%PORTDOCS%%%%DOCSDIR%%/api/nav_h.png +%%PORTDOCS%%%%DOCSDIR%%/api/nav_hd.png %%PORTDOCS%%%%DOCSDIR%%/api/open.png %%PORTDOCS%%%%DOCSDIR%%/api/ordinals_8h_source.html +%%PORTDOCS%%%%DOCSDIR%%/api/plus.svg +%%PORTDOCS%%%%DOCSDIR%%/api/plusd.svg %%PORTDOCS%%%%DOCSDIR%%/api/splitbar.png +%%PORTDOCS%%%%DOCSDIR%%/api/splitbard.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_ad.png %%PORTDOCS%%%%DOCSDIR%%/api/tab_b.png +%%PORTDOCS%%%%DOCSDIR%%/api/tab_bd.png %%PORTDOCS%%%%DOCSDIR%%/api/tab_h.png +%%PORTDOCS%%%%DOCSDIR%%/api/tab_hd.png %%PORTDOCS%%%%DOCSDIR%%/api/tab_s.png +%%PORTDOCS%%%%DOCSDIR%%/api/tab_sd.png %%PORTDOCS%%%%DOCSDIR%%/api/tabs.css +%%PORTDOCS%%%%DOCSDIR%%/api/topics.html %%PORTDOCS%%%%DOCSDIR%%/images/logo.svg %%PORTDOCS%%%%DOCSDIR%%/images/logo130.gif share/man/man1/flac.1.gz share/man/man1/metaflac.1.gz