Built SDL2_image and _mixer static

This commit is contained in:
2022-09-30 15:49:16 -04:00
parent e2605bf6c1
commit 1dec4347e0
4473 changed files with 1964551 additions and 9 deletions

View File

@ -0,0 +1,61 @@
# FLAC - Free Lossless Audio Codec
# Copyright (C) 2001-2009 Josh Coalson
# Copyright (C) 2011-2016 Xiph.Org Foundation
#
# This file is part the FLAC project. FLAC is comprised of several
# components distributed under different licenses. The codec libraries
# are distributed under Xiph.Org's BSD-like license (see the file
# COPYING.Xiph in this distribution). All other programs, libraries, and
# plugins are distributed under the GPL (see COPYING.GPL). The documentation
# is distributed under the Gnu FDL (see COPYING.FDL). Each file in the
# FLAC distribution contains at the top the terms under which it may be
# distributed.
#
# Since this particular file is relevant to all components of FLAC,
# it may be distributed under the Xiph.Org license, which is the least
# restrictive of those mentioned above. See the file COPYING.Xiph in this
# distribution.
TESTS_ENVIRONMENT = FLAC__TEST_LEVEL=@FLAC__TEST_LEVEL@ FLAC__TEST_WITH_VALGRIND=@FLAC__TEST_WITH_VALGRIND@ ECHO_N="@ECHO_N@" ECHO_C="@ECHO_C@"
SUBDIRS = cuesheets flac-to-flac-metadata-test-files metaflac-test-files pictures
check_SCRIPTS = \
test_libFLAC.sh \
test_libFLAC++.sh \
test_grabbag.sh \
test_flac.sh \
test_metaflac.sh \
test_replaygain.sh \
test_seeking.sh \
test_streams.sh \
test_compression.sh
# This one should pass when building out-of-tree (e.g. 'make distcheck').
check: $(check_SCRIPTS)
$(TESTS_ENVIRONMENT) $(srcdir)/test_libFLAC.sh
if FLaC__WITH_CPPLIBS
$(TESTS_ENVIRONMENT) $(srcdir)/test_libFLAC++.sh
endif
$(TESTS_ENVIRONMENT) $(srcdir)/test_grabbag.sh
$(TESTS_ENVIRONMENT) $(srcdir)/test_flac.sh
$(TESTS_ENVIRONMENT) $(srcdir)/test_metaflac.sh
$(TESTS_ENVIRONMENT) $(srcdir)/test_replaygain.sh
$(TESTS_ENVIRONMENT) $(srcdir)/test_seeking.sh
$(TESTS_ENVIRONMENT) $(srcdir)/test_streams.sh
$(TESTS_ENVIRONMENT) $(srcdir)/test_compression.sh
@echo "----------------"
@echo "All tests passed"
@echo "----------------"
EXTRA_DIST = \
Makefile.lite \
cuesheet.ok \
metaflac.flac.in \
metaflac.flac.ok \
picture.ok \
$(check_SCRIPTS) \
write_iff.pl
clean-local:
-rm -f *.raw *.flac *.oga *.ogg *.cmp *.aiff *.wav *.w64 *.rf64 *.diff *.log *.cue core

View File

@ -0,0 +1,721 @@
# Makefile.in generated by automake 1.15 from Makefile.am.
# @configure_input@
# Copyright (C) 1994-2014 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
# PARTICULAR PURPOSE.
@SET_MAKE@
# FLAC - Free Lossless Audio Codec
# Copyright (C) 2001-2009 Josh Coalson
# Copyright (C) 2011-2016 Xiph.Org Foundation
#
# This file is part the FLAC project. FLAC is comprised of several
# components distributed under different licenses. The codec libraries
# are distributed under Xiph.Org's BSD-like license (see the file
# COPYING.Xiph in this distribution). All other programs, libraries, and
# plugins are distributed under the GPL (see COPYING.GPL). The documentation
# is distributed under the Gnu FDL (see COPYING.FDL). Each file in the
# FLAC distribution contains at the top the terms under which it may be
# distributed.
#
# Since this particular file is relevant to all components of FLAC,
# it may be distributed under the Xiph.Org license, which is the least
# restrictive of those mentioned above. See the file COPYING.Xiph in this
# distribution.
VPATH = @srcdir@
am__is_gnu_make = { \
if test -z '$(MAKELEVEL)'; then \
false; \
elif test -n '$(MAKE_HOST)'; then \
true; \
elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
true; \
else \
false; \
fi; \
}
am__make_running_with_option = \
case $${target_option-} in \
?) ;; \
*) echo "am__make_running_with_option: internal error: invalid" \
"target option '$${target_option-}' specified" >&2; \
exit 1;; \
esac; \
has_opt=no; \
sane_makeflags=$$MAKEFLAGS; \
if $(am__is_gnu_make); then \
sane_makeflags=$$MFLAGS; \
else \
case $$MAKEFLAGS in \
*\\[\ \ ]*) \
bs=\\; \
sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
| sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
esac; \
fi; \
skip_next=no; \
strip_trailopt () \
{ \
flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
}; \
for flg in $$sane_makeflags; do \
test $$skip_next = yes && { skip_next=no; continue; }; \
case $$flg in \
*=*|--*) continue;; \
-*I) strip_trailopt 'I'; skip_next=yes;; \
-*I?*) strip_trailopt 'I';; \
-*O) strip_trailopt 'O'; skip_next=yes;; \
-*O?*) strip_trailopt 'O';; \
-*l) strip_trailopt 'l'; skip_next=yes;; \
-*l?*) strip_trailopt 'l';; \
-[dEDm]) skip_next=yes;; \
-[JT]) skip_next=yes;; \
esac; \
case $$flg in \
*$$target_option*) has_opt=yes; break;; \
esac; \
done; \
test $$has_opt = yes
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
pkgdatadir = $(datadir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
pkglibdir = $(libdir)/@PACKAGE@
pkglibexecdir = $(libexecdir)/@PACKAGE@
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
install_sh_SCRIPT = $(install_sh) -c
INSTALL_HEADER = $(INSTALL_DATA)
transform = $(program_transform_name)
NORMAL_INSTALL = :
PRE_INSTALL = :
POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
build_triplet = @build@
host_triplet = @host@
subdir = test
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/m4/add_cflags.m4 \
$(top_srcdir)/m4/add_cxxflags.m4 $(top_srcdir)/m4/bswap.m4 \
$(top_srcdir)/m4/clang.m4 $(top_srcdir)/m4/codeset.m4 \
$(top_srcdir)/m4/gcc_version.m4 $(top_srcdir)/m4/iconv.m4 \
$(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
$(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
$(top_srcdir)/m4/ogg.m4 $(top_srcdir)/m4/really_gcc.m4 \
$(top_srcdir)/m4/stack_protect.m4 $(top_srcdir)/m4/xmms.m4 \
$(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
mkinstalldirs = $(install_sh) -d
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES = common.sh
CONFIG_CLEAN_VPATH_FILES =
AM_V_P = $(am__v_P_@AM_V@)
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
am__v_P_0 = false
am__v_P_1 = :
AM_V_GEN = $(am__v_GEN_@AM_V@)
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
am__v_GEN_0 = @echo " GEN " $@;
am__v_GEN_1 =
AM_V_at = $(am__v_at_@AM_V@)
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
am__v_at_0 = @
am__v_at_1 =
SOURCES =
DIST_SOURCES =
RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
ctags-recursive dvi-recursive html-recursive info-recursive \
install-data-recursive install-dvi-recursive \
install-exec-recursive install-html-recursive \
install-info-recursive install-pdf-recursive \
install-ps-recursive install-recursive installcheck-recursive \
installdirs-recursive pdf-recursive ps-recursive \
tags-recursive uninstall-recursive
am__can_run_installinfo = \
case $$AM_UPDATE_INFO_DIR in \
n|no|NO) false;; \
*) (install-info --version) >/dev/null 2>&1;; \
esac
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
distclean-recursive maintainer-clean-recursive
am__recursive_targets = \
$(RECURSIVE_TARGETS) \
$(RECURSIVE_CLEAN_TARGETS) \
$(am__extra_recursive_targets)
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
distdir
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
# Read a list of newline-separated strings from the standard input,
# and print each of them once, without duplicates. Input order is
# *not* preserved.
am__uniquify_input = $(AWK) '\
BEGIN { nonempty = 0; } \
{ items[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in items) print i; }; } \
'
# Make sure the list of sources is unique. This is necessary because,
# e.g., the same source file might be shared among _SOURCES variables
# for different programs/libraries.
am__define_uniq_tagged_files = \
list='$(am__tagged_files)'; \
unique=`for i in $$list; do \
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
done | $(am__uniquify_input)`
ETAGS = etags
CTAGS = ctags
DIST_SUBDIRS = $(SUBDIRS)
am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/common.sh.in
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
am__relativize = \
dir0=`pwd`; \
sed_first='s,^\([^/]*\)/.*$$,\1,'; \
sed_rest='s,^[^/]*/*,,'; \
sed_last='s,^.*/\([^/]*\)$$,\1,'; \
sed_butlast='s,/*[^/]*$$,,'; \
while test -n "$$dir1"; do \
first=`echo "$$dir1" | sed -e "$$sed_first"`; \
if test "$$first" != "."; then \
if test "$$first" = ".."; then \
dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
else \
first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
if test "$$first2" = "$$first"; then \
dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
else \
dir2="../$$dir2"; \
fi; \
dir0="$$dir0"/"$$first"; \
fi; \
fi; \
dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
done; \
reldir="$$dir2"
ACLOCAL = @ACLOCAL@
AMTAR = @AMTAR@
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
AR = @AR@
AS = @AS@
AUTOCONF = @AUTOCONF@
AUTOHEADER = @AUTOHEADER@
AUTOMAKE = @AUTOMAKE@
AWK = @AWK@
CC = @CC@
CCAS = @CCAS@
CCASDEPMODE = @CCASDEPMODE@
CCASFLAGS = @CCASFLAGS@
CCDEPMODE = @CCDEPMODE@
CFLAGS = @CFLAGS@
CPP = @CPP@
CPPFLAGS = @CPPFLAGS@
CXX = @CXX@
CXXCPP = @CXXCPP@
CXXDEPMODE = @CXXDEPMODE@
CXXFLAGS = @CXXFLAGS@
CYGPATH_W = @CYGPATH_W@
DEFS = @DEFS@
DEPDIR = @DEPDIR@
DLLTOOL = @DLLTOOL@
DOCBOOK_TO_MAN = @DOCBOOK_TO_MAN@
DOXYGEN = @DOXYGEN@
DSYMUTIL = @DSYMUTIL@
DUMPBIN = @DUMPBIN@
ECHO_C = @ECHO_C@
ECHO_N = @ECHO_N@
ECHO_T = @ECHO_T@
EGREP = @EGREP@
ENABLE_64_BIT_WORDS = @ENABLE_64_BIT_WORDS@
EXEEXT = @EXEEXT@
FGREP = @FGREP@
FLAC__HAS_OGG = @FLAC__HAS_OGG@
FLAC__TEST_LEVEL = @FLAC__TEST_LEVEL@
FLAC__TEST_WITH_VALGRIND = @FLAC__TEST_WITH_VALGRIND@
GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@
GCC_MINOR_VERSION = @GCC_MINOR_VERSION@
GCC_VERSION = @GCC_VERSION@
GREP = @GREP@
INSTALL = @INSTALL@
INSTALL_DATA = @INSTALL_DATA@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_SCRIPT = @INSTALL_SCRIPT@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
LD = @LD@
LDFLAGS = @LDFLAGS@
LIBICONV = @LIBICONV@
LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIBTOOL = @LIBTOOL@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIPO = @LIPO@
LN_S = @LN_S@
LTLIBICONV = @LTLIBICONV@
LTLIBOBJS = @LTLIBOBJS@
LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
MAKEINFO = @MAKEINFO@
MANIFEST_TOOL = @MANIFEST_TOOL@
MKDIR_P = @MKDIR_P@
NASM = @NASM@
NM = @NM@
NMEDIT = @NMEDIT@
OBJDUMP = @OBJDUMP@
OBJEXT = @OBJEXT@
OBJ_FORMAT = @OBJ_FORMAT@
OGG_CFLAGS = @OGG_CFLAGS@
OGG_LIBS = @OGG_LIBS@
OGG_PACKAGE = @OGG_PACKAGE@
OTOOL = @OTOOL@
OTOOL64 = @OTOOL64@
PACKAGE = @PACKAGE@
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
PACKAGE_NAME = @PACKAGE_NAME@
PACKAGE_STRING = @PACKAGE_STRING@
PACKAGE_TARNAME = @PACKAGE_TARNAME@
PACKAGE_URL = @PACKAGE_URL@
PACKAGE_VERSION = @PACKAGE_VERSION@
PATH_SEPARATOR = @PATH_SEPARATOR@
RANLIB = @RANLIB@
SED = @SED@
SET_MAKE = @SET_MAKE@
SHELL = @SHELL@
STRIP = @STRIP@
VERSION = @VERSION@
XMMS_CFLAGS = @XMMS_CFLAGS@
XMMS_CONFIG = @XMMS_CONFIG@
XMMS_DATA_DIR = @XMMS_DATA_DIR@
XMMS_EFFECT_PLUGIN_DIR = @XMMS_EFFECT_PLUGIN_DIR@
XMMS_GENERAL_PLUGIN_DIR = @XMMS_GENERAL_PLUGIN_DIR@
XMMS_INPUT_PLUGIN_DIR = @XMMS_INPUT_PLUGIN_DIR@
XMMS_LIBS = @XMMS_LIBS@
XMMS_OUTPUT_PLUGIN_DIR = @XMMS_OUTPUT_PLUGIN_DIR@
XMMS_PLUGIN_DIR = @XMMS_PLUGIN_DIR@
XMMS_VERSION = @XMMS_VERSION@
XMMS_VISUALIZATION_PLUGIN_DIR = @XMMS_VISUALIZATION_PLUGIN_DIR@
abs_builddir = @abs_builddir@
abs_srcdir = @abs_srcdir@
abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_AR = @ac_ct_AR@
ac_ct_CC = @ac_ct_CC@
ac_ct_CXX = @ac_ct_CXX@
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
am__include = @am__include@
am__leading_dot = @am__leading_dot@
am__quote = @am__quote@
am__tar = @am__tar@
am__untar = @am__untar@
bindir = @bindir@
build = @build@
build_alias = @build_alias@
build_cpu = @build_cpu@
build_os = @build_os@
build_vendor = @build_vendor@
builddir = @builddir@
datadir = @datadir@
datarootdir = @datarootdir@
docdir = @docdir@
dvidir = @dvidir@
exec_prefix = @exec_prefix@
host = @host@
host_alias = @host_alias@
host_cpu = @host_cpu@
host_os = @host_os@
host_vendor = @host_vendor@
htmldir = @htmldir@
includedir = @includedir@
infodir = @infodir@
install_sh = @install_sh@
libdir = @libdir@
libexecdir = @libexecdir@
localedir = @localedir@
localstatedir = @localstatedir@
mandir = @mandir@
mkdir_p = @mkdir_p@
oldincludedir = @oldincludedir@
pdfdir = @pdfdir@
prefix = @prefix@
program_transform_name = @program_transform_name@
psdir = @psdir@
runstatedir = @runstatedir@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
srcdir = @srcdir@
sysconfdir = @sysconfdir@
target_alias = @target_alias@
top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
TESTS_ENVIRONMENT = FLAC__TEST_LEVEL=@FLAC__TEST_LEVEL@ FLAC__TEST_WITH_VALGRIND=@FLAC__TEST_WITH_VALGRIND@ ECHO_N="@ECHO_N@" ECHO_C="@ECHO_C@"
SUBDIRS = cuesheets flac-to-flac-metadata-test-files metaflac-test-files pictures
check_SCRIPTS = \
test_libFLAC.sh \
test_libFLAC++.sh \
test_grabbag.sh \
test_flac.sh \
test_metaflac.sh \
test_replaygain.sh \
test_seeking.sh \
test_streams.sh \
test_compression.sh
EXTRA_DIST = \
Makefile.lite \
cuesheet.ok \
metaflac.flac.in \
metaflac.flac.ok \
picture.ok \
$(check_SCRIPTS) \
write_iff.pl
all: all-recursive
.SUFFIXES:
$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
@for dep in $?; do \
case '$(am__configure_deps)' in \
*$$dep*) \
( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
&& { if test -f $@; then exit 0; else break; fi; }; \
exit 1;; \
esac; \
done; \
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign test/Makefile'; \
$(am__cd) $(top_srcdir) && \
$(AUTOMAKE) --foreign test/Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
*config.status*) \
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
*) \
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
esac;
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(top_srcdir)/configure: $(am__configure_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(ACLOCAL_M4): $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(am__aclocal_m4_deps):
common.sh: $(top_builddir)/config.status $(srcdir)/common.sh.in
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
mostlyclean-libtool:
-rm -f *.lo
clean-libtool:
-rm -rf .libs _libs
# This directory's subdirectories are mostly independent; you can cd
# into them and run 'make' without going through this Makefile.
# To change the values of 'make' variables: instead of editing Makefiles,
# (1) if the variable is set in 'config.status', edit 'config.status'
# (which will cause the Makefiles to be regenerated when you run 'make');
# (2) otherwise, pass the desired values on the 'make' command line.
$(am__recursive_targets):
@fail=; \
if $(am__make_keepgoing); then \
failcom='fail=yes'; \
else \
failcom='exit 1'; \
fi; \
dot_seen=no; \
target=`echo $@ | sed s/-recursive//`; \
case "$@" in \
distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
*) list='$(SUBDIRS)' ;; \
esac; \
for subdir in $$list; do \
echo "Making $$target in $$subdir"; \
if test "$$subdir" = "."; then \
dot_seen=yes; \
local_target="$$target-am"; \
else \
local_target="$$target"; \
fi; \
($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|| eval $$failcom; \
done; \
if test "$$dot_seen" = "no"; then \
$(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
fi; test -z "$$fail"
ID: $(am__tagged_files)
$(am__define_uniq_tagged_files); mkid -fID $$unique
tags: tags-recursive
TAGS: tags
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
set x; \
here=`pwd`; \
if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
include_option=--etags-include; \
empty_fix=.; \
else \
include_option=--include; \
empty_fix=; \
fi; \
list='$(SUBDIRS)'; for subdir in $$list; do \
if test "$$subdir" = .; then :; else \
test ! -f $$subdir/TAGS || \
set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
fi; \
done; \
$(am__define_uniq_tagged_files); \
shift; \
if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
test -n "$$unique" || unique=$$empty_fix; \
if test $$# -gt 0; then \
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
"$$@" $$unique; \
else \
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
$$unique; \
fi; \
fi
ctags: ctags-recursive
CTAGS: ctags
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
$(am__define_uniq_tagged_files); \
test -z "$(CTAGS_ARGS)$$unique" \
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
$$unique
GTAGS:
here=`$(am__cd) $(top_builddir) && pwd` \
&& $(am__cd) $(top_srcdir) \
&& gtags -i $(GTAGS_ARGS) "$$here"
cscopelist: cscopelist-recursive
cscopelist-am: $(am__tagged_files)
list='$(am__tagged_files)'; \
case "$(srcdir)" in \
[\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
*) sdir=$(subdir)/$(srcdir) ;; \
esac; \
for i in $$list; do \
if test -f "$$i"; then \
echo "$(subdir)/$$i"; \
else \
echo "$$sdir/$$i"; \
fi; \
done >> $(top_builddir)/cscope.files
distclean-tags:
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
distdir: $(DISTFILES)
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
list='$(DISTFILES)'; \
dist_files=`for file in $$list; do echo $$file; done | \
sed -e "s|^$$srcdirstrip/||;t" \
-e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
case $$dist_files in \
*/*) $(MKDIR_P) `echo "$$dist_files" | \
sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
sort -u` ;; \
esac; \
for file in $$dist_files; do \
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
if test -d $$d/$$file; then \
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
if test -d "$(distdir)/$$file"; then \
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
fi; \
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
fi; \
cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
else \
test -f "$(distdir)/$$file" \
|| cp -p $$d/$$file "$(distdir)/$$file" \
|| exit 1; \
fi; \
done
@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
if test "$$subdir" = .; then :; else \
$(am__make_dryrun) \
|| test -d "$(distdir)/$$subdir" \
|| $(MKDIR_P) "$(distdir)/$$subdir" \
|| exit 1; \
dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
$(am__relativize); \
new_distdir=$$reldir; \
dir1=$$subdir; dir2="$(top_distdir)"; \
$(am__relativize); \
new_top_distdir=$$reldir; \
echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
($(am__cd) $$subdir && \
$(MAKE) $(AM_MAKEFLAGS) \
top_distdir="$$new_top_distdir" \
distdir="$$new_distdir" \
am__remove_distdir=: \
am__skip_length_check=: \
am__skip_mode_fix=: \
distdir) \
|| exit 1; \
fi; \
done
check-am: all-am
$(MAKE) $(AM_MAKEFLAGS) $(check_SCRIPTS)
check: check-recursive
all-am: Makefile
installdirs: installdirs-recursive
installdirs-am:
install: install-recursive
install-exec: install-exec-recursive
install-data: install-data-recursive
uninstall: uninstall-recursive
install-am: all-am
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
installcheck: installcheck-recursive
install-strip:
if test -z '$(STRIP)'; then \
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
install; \
else \
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
"INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
fi
mostlyclean-generic:
clean-generic:
distclean-generic:
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@echo "it deletes files that may require special tools to rebuild."
clean: clean-recursive
clean-am: clean-generic clean-libtool clean-local mostlyclean-am
distclean: distclean-recursive
-rm -f Makefile
distclean-am: clean-am distclean-generic distclean-tags
dvi: dvi-recursive
dvi-am:
html: html-recursive
html-am:
info: info-recursive
info-am:
install-data-am:
install-dvi: install-dvi-recursive
install-dvi-am:
install-exec-am:
install-html: install-html-recursive
install-html-am:
install-info: install-info-recursive
install-info-am:
install-man:
install-pdf: install-pdf-recursive
install-pdf-am:
install-ps: install-ps-recursive
install-ps-am:
installcheck-am:
maintainer-clean: maintainer-clean-recursive
-rm -f Makefile
maintainer-clean-am: distclean-am maintainer-clean-generic
mostlyclean: mostlyclean-recursive
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
pdf: pdf-recursive
pdf-am:
ps: ps-recursive
ps-am:
uninstall-am:
.MAKE: $(am__recursive_targets) check-am install-am install-strip
.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
check-am clean clean-generic clean-libtool clean-local \
cscopelist-am ctags ctags-am distclean distclean-generic \
distclean-libtool distclean-tags distdir dvi dvi-am html \
html-am info info-am install install-am install-data \
install-data-am install-dvi install-dvi-am install-exec \
install-exec-am install-html install-html-am install-info \
install-info-am install-man install-pdf install-pdf-am \
install-ps install-ps-am install-strip installcheck \
installcheck-am installdirs installdirs-am maintainer-clean \
maintainer-clean-generic mostlyclean mostlyclean-generic \
mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
uninstall-am
.PRECIOUS: Makefile
# This one should pass when building out-of-tree (e.g. 'make distcheck').
check: $(check_SCRIPTS)
$(TESTS_ENVIRONMENT) $(srcdir)/test_libFLAC.sh
@FLaC__WITH_CPPLIBS_TRUE@ $(TESTS_ENVIRONMENT) $(srcdir)/test_libFLAC++.sh
$(TESTS_ENVIRONMENT) $(srcdir)/test_grabbag.sh
$(TESTS_ENVIRONMENT) $(srcdir)/test_flac.sh
$(TESTS_ENVIRONMENT) $(srcdir)/test_metaflac.sh
$(TESTS_ENVIRONMENT) $(srcdir)/test_replaygain.sh
$(TESTS_ENVIRONMENT) $(srcdir)/test_seeking.sh
$(TESTS_ENVIRONMENT) $(srcdir)/test_streams.sh
$(TESTS_ENVIRONMENT) $(srcdir)/test_compression.sh
@echo "----------------"
@echo "All tests passed"
@echo "----------------"
clean-local:
-rm -f *.raw *.flac *.oga *.ogg *.cmp *.aiff *.wav *.w64 *.rf64 *.diff *.log *.cue core
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:

View File

@ -0,0 +1,56 @@
# FLAC - Free Lossless Audio Codec
# Copyright (C) 2001-2009 Josh Coalson
# Copyright (C) 2011-2016 Xiph.Org Foundation
#
# This file is part the FLAC project. FLAC is comprised of several
# components distributed under different licenses. The codec libraries
# are distributed under Xiph.Org's BSD-like license (see the file
# COPYING.Xiph in this distribution). All other programs, libraries, and
# plugins are distributed under the GPL (see COPYING.GPL). The documentation
# is distributed under the Gnu FDL (see COPYING.FDL). Each file in the
# FLAC distribution contains at the top the terms under which it may be
# distributed.
#
# Since this particular file is relevant to all components of FLAC,
# it may be distributed under the Xiph.Org license, which is the least
# restrictive of those mentioned above. See the file COPYING.Xiph in this
# distribution.
#
# GNU makefile
#
topdir = ..
DEFAULT_CONFIG = release
CONFIG = $(DEFAULT_CONFIG)
all: clean
sed 's|@top_srcdir@|$(topdir)|;s|@EXEEXT@| |' common.sh.in > common.sh
$(FLAC__TEST_LEVEL) $(FLAC__TEST_WITH_VALGRIND) ./test_libFLAC.sh $(CONFIG)
$(FLAC__TEST_LEVEL) $(FLAC__TEST_WITH_VALGRIND) ./test_libFLAC++.sh $(CONFIG)
$(FLAC__TEST_LEVEL) $(FLAC__TEST_WITH_VALGRIND) ./test_grabbag.sh $(CONFIG)
$(FLAC__TEST_LEVEL) $(FLAC__TEST_WITH_VALGRIND) ./test_flac.sh $(CONFIG)
$(FLAC__TEST_LEVEL) $(FLAC__TEST_WITH_VALGRIND) ./test_metaflac.sh $(CONFIG)
$(FLAC__TEST_LEVEL) $(FLAC__TEST_WITH_VALGRIND) ./test_seeking.sh $(CONFIG)
$(FLAC__TEST_LEVEL) $(FLAC__TEST_WITH_VALGRIND) ./test_streams.sh $(CONFIG)
debug : FLAC__TEST_LEVEL=FLAC__TEST_LEVEL=2
valgrind: FLAC__TEST_LEVEL=FLAC__TEST_LEVEL=1
release : FLAC__TEST_LEVEL=FLAC__TEST_LEVEL=2
debug : FLAC__TEST_WITH_VALGRIND=FLAC__TEST_WITH_VALGRIND=no
valgrind: FLAC__TEST_WITH_VALGRIND=FLAC__TEST_WITH_VALGRIND=yes
release : FLAC__TEST_WITH_VALGRIND=FLAC__TEST_WITH_VALGRIND=no
debug : CONFIG = debug
valgrind: CONFIG = debug
release : CONFIG = release
debug : all
valgrind: all
release : all
clean:
rm -f *.raw *.flac *.oga *.ogg *.cmp *.aiff *.wav *.w64 *.rf64 *.diff *.log *.cue core flac-to-flac-metadata-test-files/out.* metaflac-test-files/out.*

View File

@ -0,0 +1,83 @@
# FLAC - Free Lossless Audio Codec
# Copyright (C) 2001-2009 Josh Coalson
# Copyright (C) 2011-2016 Xiph.Org Foundation
#
# This file is part the FLAC project. FLAC is comprised of several
# components distributed under different licenses. The codec libraries
# are distributed under Xiph.Org's BSD-like license (see the file
# COPYING.Xiph in this distribution). All other programs, libraries, and
# plugins are distributed under the GPL (see COPYING.GPL). The documentation
# is distributed under the Gnu FDL (see COPYING.FDL). Each file in the
# FLAC distribution contains at the top the terms under which it may be
# distributed.
#
# Since this particular file is relevant to all components of FLAC,
# it may be distributed under the Xiph.Org license, which is the least
# restrictive of those mentioned above. See the file COPYING.Xiph in this
# distribution.
export MALLOC_CHECK_=3
export MALLOC_PERTURB_=$((RANDOM % 255 + 1))
if [ x = x"$1" ] ; then
BUILD=debug
else
BUILD="$1"
fi
LD_LIBRARY_PATH=../objs/$BUILD/lib:$LD_LIBRARY_PATH
LD_LIBRARY_PATH=`pwd`/../objs/$BUILD/lib:$LD_LIBRARY_PATH
LD_LIBRARY_PATH=`pwd`/../src/libFLAC/.libs:$LD_LIBRARY_PATH
LD_LIBRARY_PATH=`pwd`/../src/share/getopt/.libs:$LD_LIBRARY_PATH
LD_LIBRARY_PATH=`pwd`/../src/share/grabbag/.libs:$LD_LIBRARY_PATH
LD_LIBRARY_PATH=`pwd`/../src/share/replaygain_analysis/.libs:$LD_LIBRARY_PATH
LD_LIBRARY_PATH=`pwd`/../src/share/replaygain_synthesis/.libs:$LD_LIBRARY_PATH
LD_LIBRARY_PATH=`pwd`/../src/share/utf8/.libs:$LD_LIBRARY_PATH
LD_LIBRARY_PATH=../src/libFLAC/.libs:$LD_LIBRARY_PATH
LD_LIBRARY_PATH=../src/libFLAC++/.libs:$LD_LIBRARY_PATH
LD_LIBRARY_PATH=../src/share/getopt/.libs:$LD_LIBRARY_PATH
LD_LIBRARY_PATH=../src/share/grabbag/.libs:$LD_LIBRARY_PATH
LD_LIBRARY_PATH=../src/share/replaygain_analysis/.libs:$LD_LIBRARY_PATH
LD_LIBRARY_PATH=../src/share/replaygain_synthesis/.libs:$LD_LIBRARY_PATH
LD_LIBRARY_PATH=../src/share/utf8/.libs:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH
EXE=@EXEEXT@
# Needed for bulding out-of-tree where source files are in the $top_srcdir tree
# and build products in the $top_builddir tree.
top_srcdir=@top_srcdir@
top_builddir=@top_builddir@
# Set `is_win` variable which is used in other scripts that source this one.
if test $(env | grep -ic '^comspec=') != 0 ; then
is_win=yes
else
is_win=no
fi
# change to 'false' to show all flac/metaflac output (useful for debugging)
if true ; then
SILENT='--silent'
TOTALLY_SILENT='--totally-silent'
else
SILENT=''
TOTALLY_SILENT=''
fi
# Functions
die ()
{
echo $* 1>&2
exit 1
}
make_streams ()
{
echo "Generating streams..."
if [ ! -f wacky1.wav ] ; then
test_streams${EXE} || die "ERROR during test_streams"
fi
}

View File

@ -0,0 +1,94 @@
NEGATIVE cuesheets/bad.000.CATALOG_multiple.cue
pass1: parse error, line 2: "found multiple CATALOG commands"
NEGATIVE cuesheets/bad.001.CATALOG_missing_number.cue
pass1: parse error, line 1: "CATALOG is missing catalog number"
NEGATIVE cuesheets/bad.002.CATALOG_number_too_long.cue
pass1: parse error, line 1: "CATALOG number is too long"
NEGATIVE cuesheets/bad.003.CATALOG_not_13_digits.cue
pass1: parse error, line 1: "CD-DA CATALOG number must be 13 decimal digits"
NEGATIVE cuesheets/bad.030.FLAGS_multiple.cue
pass1: parse error, line 4: "found multiple FLAGS commands"
NEGATIVE cuesheets/bad.031.FLAGS_wrong_place_1.cue
pass1: parse error, line 1: "FLAGS command must come after TRACK but before INDEX"
NEGATIVE cuesheets/bad.032.FLAGS_wrong_place_2.cue
pass1: parse error, line 4: "FLAGS command must come after TRACK but before INDEX"
NEGATIVE cuesheets/bad.060.INDEX_wrong_place.cue
pass1: parse error, line 2: "found INDEX before any TRACK"
NEGATIVE cuesheets/bad.061.INDEX_missing_number.cue
pass1: parse error, line 4: "INDEX is missing index number"
NEGATIVE cuesheets/bad.062.INDEX_invalid_number_1.cue
pass1: parse error, line 4: "INDEX has invalid index number"
NEGATIVE cuesheets/bad.063.first_INDEX_not_0_or_1.cue
pass1: parse error, line 4: "first INDEX number of a TRACK must be 0 or 1"
NEGATIVE cuesheets/bad.064.INDEX_num_non_sequential.cue
pass1: parse error, line 5: "INDEX numbers must be sequential"
NEGATIVE cuesheets/bad.065.INDEX_num_out_of_range.cue
pass1: parse error, line 104: "CD-DA INDEX number must be between 0 and 99, inclusive"
NEGATIVE cuesheets/bad.066.INDEX_missing_offset.cue
pass1: parse error, line 4: "INDEX is missing an offset after the index number"
NEGATIVE cuesheets/bad.067.INDEX_illegal_offset.cue
pass1: parse error, line 4: "illegal INDEX offset (not of the form MM:SS:FF)"
NEGATIVE cuesheets/bad.068.INDEX_cdda_illegal_offset.cue
pass1: parse error, line 4: "illegal INDEX offset (not of the form MM:SS:FF)"
NEGATIVE cuesheets/bad.069.nonzero_first_INDEX.cue
pass1: parse error, line 4: "first INDEX of first TRACK must have an offset of 00:00:00"
NEGATIVE cuesheets/bad.070.INDEX_offset_not_ascending_1.cue
pass1: parse error, line 5: "CD-DA INDEX offsets must increase in time"
NEGATIVE cuesheets/bad.071.INDEX_offset_not_ascending_2.cue
pass1: parse error, line 6: "CD-DA INDEX offsets must increase in time"
NEGATIVE cuesheets/bad.110.ISRC_multiple.cue
pass1: parse error, line 4: "found multiple ISRC commands"
NEGATIVE cuesheets/bad.111.ISRC_wrong_place_1.cue
pass1: parse error, line 2: "ISRC command must come after TRACK but before INDEX"
NEGATIVE cuesheets/bad.112.ISRC_wrong_place_2.cue
pass1: parse error, line 4: "ISRC command must come after TRACK but before INDEX"
NEGATIVE cuesheets/bad.113.ISRC_missing_number.cue
pass1: parse error, line 3: "ISRC is missing ISRC number"
NEGATIVE cuesheets/bad.114.ISRC_invalid_number.cue
pass1: parse error, line 3: "invalid ISRC number"
NEGATIVE cuesheets/bad.130.TRACK_missing_INDEX_01_1.cue
pass1: parse error, line 2: "previous TRACK must specify at least one INDEX 01"
NEGATIVE cuesheets/bad.131.TRACK_missing_INDEX_01_2.cue
pass1: parse error, line 3: "previous TRACK must specify at least one INDEX 01"
NEGATIVE cuesheets/bad.132.TRACK_missing_INDEX_01_3.cue
pass1: parse error, line 3: "previous TRACK must specify at least one INDEX 01"
NEGATIVE cuesheets/bad.133.TRACK_missing_INDEX_01_4.cue
pass1: parse error, line 4: "previous TRACK must specify at least one INDEX 01"
NEGATIVE cuesheets/bad.134.TRACK_missing_number.cue
pass1: parse error, line 2: "TRACK is missing track number"
NEGATIVE cuesheets/bad.135.TRACK_invalid_number_1.cue
pass1: parse error, line 2: "TRACK has invalid track number"
NEGATIVE cuesheets/bad.136.TRACK_invalid_number_2.cue
pass1: parse error, line 2: "TRACK number must be greater than 0"
NEGATIVE cuesheets/bad.137.TRACK_cdda_out_of_range.cue
pass1: parse error, line 2: "CD-DA TRACK number must be between 1 and 99, inclusive"
NEGATIVE cuesheets/bad.138.TRACK_num_non_sequential.cue
pass1: parse error, line 6: "CD-DA TRACK numbers must be sequential"
NEGATIVE cuesheets/bad.139.TRACK_missing_type.cue
pass1: parse error, line 2: "TRACK is missing a track type after the track number"
NEGATIVE cuesheets/bad.140.no_TRACKs.cue
pass1: parse error, line 1: "there must be at least one TRACK command"
NEGATIVE cuesheets/bad.200.FLAC_leadin_missing_offset.cue
pass1: parse error, line 1: "FLAC__lead-in is missing offset"
NEGATIVE cuesheets/bad.201.FLAC_leadin_illegal_offset.cue
pass1: parse error, line 1: "illegal FLAC__lead-in offset"
NEGATIVE cuesheets/bad.202.FLAC_leadin_cdda_illegal_offset.cue
pass1: parse error, line 1: "illegal CD-DA FLAC__lead-in offset, must be even multiple of 588 samples"
NEGATIVE cuesheets/bad.230.FLAC_leadout_multiple.cue
pass1: parse error, line 3: "multiple FLAC__lead-out commands"
NEGATIVE cuesheets/bad.231.FLAC_leadout_missing_track.cue
pass1: parse error, line 1: "FLAC__lead-out is missing track number"
NEGATIVE cuesheets/bad.232.FLAC_leadout_illegal_track.cue
pass1: parse error, line 1: "illegal FLAC__lead-out track number"
NEGATIVE cuesheets/bad.233.FLAC_leadout_missing_offset.cue
pass1: parse error, line 1: "FLAC__lead-out is missing offset"
NEGATIVE cuesheets/bad.234.FLAC_leadout_illegal_offset.cue
pass1: parse error, line 1: "illegal FLAC__lead-out offset"
NEGATIVE cuesheets/bad.235.FLAC_leadout_offset_not_211680000.cue
pass1: parse error, line 1: "FLAC__lead-out offset does not match end-of-stream offset"
POSITIVE cuesheets/good.000.cue
POSITIVE cuesheets/good.001.cue
POSITIVE cuesheets/good.002.dos_format.cue
POSITIVE cuesheets/good.003.missing_final_newline.cue
POSITIVE cuesheets/good.004.dos_format.missing_final_newline.cue
POSITIVE cuesheets/good.005.quoted.isrc.cue

View File

@ -0,0 +1,69 @@
# FLAC - Free Lossless Audio Codec
# Copyright (C) 2001-2009 Josh Coalson
# Copyright (C) 2011-2016 Xiph.Org Foundation
#
# This file is part the FLAC project. FLAC is comprised of several
# components distributed under different licenses. The codec libraries
# are distributed under Xiph.Org's BSD-like license (see the file
# COPYING.Xiph in this distribution). All other programs, libraries, and
# plugins are distributed under the GPL (see COPYING.GPL). The documentation
# is distributed under the Gnu FDL (see COPYING.FDL). Each file in the
# FLAC distribution contains at the top the terms under which it may be
# distributed.
#
# Since this particular file is relevant to all components of FLAC,
# it may be distributed under the Xiph.Org license, which is the least
# restrictive of those mentioned above. See the file COPYING.Xiph in this
# distribution.
EXTRA_DIST = \
bad.000.CATALOG_multiple.cue \
bad.001.CATALOG_missing_number.cue \
bad.002.CATALOG_number_too_long.cue \
bad.003.CATALOG_not_13_digits.cue \
bad.030.FLAGS_multiple.cue \
bad.031.FLAGS_wrong_place_1.cue \
bad.032.FLAGS_wrong_place_2.cue \
bad.060.INDEX_wrong_place.cue \
bad.061.INDEX_missing_number.cue \
bad.062.INDEX_invalid_number_1.cue \
bad.063.first_INDEX_not_0_or_1.cue \
bad.064.INDEX_num_non_sequential.cue \
bad.065.INDEX_num_out_of_range.cue \
bad.066.INDEX_missing_offset.cue \
bad.067.INDEX_illegal_offset.cue \
bad.068.INDEX_cdda_illegal_offset.cue \
bad.069.nonzero_first_INDEX.cue \
bad.070.INDEX_offset_not_ascending_1.cue \
bad.071.INDEX_offset_not_ascending_2.cue \
bad.110.ISRC_multiple.cue \
bad.111.ISRC_wrong_place_1.cue \
bad.112.ISRC_wrong_place_2.cue \
bad.113.ISRC_missing_number.cue \
bad.114.ISRC_invalid_number.cue \
bad.130.TRACK_missing_INDEX_01_1.cue \
bad.131.TRACK_missing_INDEX_01_2.cue \
bad.132.TRACK_missing_INDEX_01_3.cue \
bad.133.TRACK_missing_INDEX_01_4.cue \
bad.134.TRACK_missing_number.cue \
bad.135.TRACK_invalid_number_1.cue \
bad.136.TRACK_invalid_number_2.cue \
bad.137.TRACK_cdda_out_of_range.cue \
bad.138.TRACK_num_non_sequential.cue \
bad.139.TRACK_missing_type.cue \
bad.140.no_TRACKs.cue \
bad.200.FLAC_leadin_missing_offset.cue \
bad.201.FLAC_leadin_illegal_offset.cue \
bad.202.FLAC_leadin_cdda_illegal_offset.cue \
bad.230.FLAC_leadout_multiple.cue \
bad.231.FLAC_leadout_missing_track.cue \
bad.232.FLAC_leadout_illegal_track.cue \
bad.233.FLAC_leadout_missing_offset.cue \
bad.234.FLAC_leadout_illegal_offset.cue \
bad.235.FLAC_leadout_offset_not_211680000.cue \
good.000.cue \
good.001.cue \
good.002.dos_format.cue \
good.003.missing_final_newline.cue \
good.004.dos_format.missing_final_newline.cue \
good.005.quoted.isrc.cue

View File

@ -0,0 +1,549 @@
# Makefile.in generated by automake 1.15 from Makefile.am.
# @configure_input@
# Copyright (C) 1994-2014 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
# PARTICULAR PURPOSE.
@SET_MAKE@
# FLAC - Free Lossless Audio Codec
# Copyright (C) 2001-2009 Josh Coalson
# Copyright (C) 2011-2016 Xiph.Org Foundation
#
# This file is part the FLAC project. FLAC is comprised of several
# components distributed under different licenses. The codec libraries
# are distributed under Xiph.Org's BSD-like license (see the file
# COPYING.Xiph in this distribution). All other programs, libraries, and
# plugins are distributed under the GPL (see COPYING.GPL). The documentation
# is distributed under the Gnu FDL (see COPYING.FDL). Each file in the
# FLAC distribution contains at the top the terms under which it may be
# distributed.
#
# Since this particular file is relevant to all components of FLAC,
# it may be distributed under the Xiph.Org license, which is the least
# restrictive of those mentioned above. See the file COPYING.Xiph in this
# distribution.
VPATH = @srcdir@
am__is_gnu_make = { \
if test -z '$(MAKELEVEL)'; then \
false; \
elif test -n '$(MAKE_HOST)'; then \
true; \
elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
true; \
else \
false; \
fi; \
}
am__make_running_with_option = \
case $${target_option-} in \
?) ;; \
*) echo "am__make_running_with_option: internal error: invalid" \
"target option '$${target_option-}' specified" >&2; \
exit 1;; \
esac; \
has_opt=no; \
sane_makeflags=$$MAKEFLAGS; \
if $(am__is_gnu_make); then \
sane_makeflags=$$MFLAGS; \
else \
case $$MAKEFLAGS in \
*\\[\ \ ]*) \
bs=\\; \
sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
| sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
esac; \
fi; \
skip_next=no; \
strip_trailopt () \
{ \
flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
}; \
for flg in $$sane_makeflags; do \
test $$skip_next = yes && { skip_next=no; continue; }; \
case $$flg in \
*=*|--*) continue;; \
-*I) strip_trailopt 'I'; skip_next=yes;; \
-*I?*) strip_trailopt 'I';; \
-*O) strip_trailopt 'O'; skip_next=yes;; \
-*O?*) strip_trailopt 'O';; \
-*l) strip_trailopt 'l'; skip_next=yes;; \
-*l?*) strip_trailopt 'l';; \
-[dEDm]) skip_next=yes;; \
-[JT]) skip_next=yes;; \
esac; \
case $$flg in \
*$$target_option*) has_opt=yes; break;; \
esac; \
done; \
test $$has_opt = yes
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
pkgdatadir = $(datadir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
pkglibdir = $(libdir)/@PACKAGE@
pkglibexecdir = $(libexecdir)/@PACKAGE@
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
install_sh_SCRIPT = $(install_sh) -c
INSTALL_HEADER = $(INSTALL_DATA)
transform = $(program_transform_name)
NORMAL_INSTALL = :
PRE_INSTALL = :
POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
build_triplet = @build@
host_triplet = @host@
subdir = test/cuesheets
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/m4/add_cflags.m4 \
$(top_srcdir)/m4/add_cxxflags.m4 $(top_srcdir)/m4/bswap.m4 \
$(top_srcdir)/m4/clang.m4 $(top_srcdir)/m4/codeset.m4 \
$(top_srcdir)/m4/gcc_version.m4 $(top_srcdir)/m4/iconv.m4 \
$(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
$(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
$(top_srcdir)/m4/ogg.m4 $(top_srcdir)/m4/really_gcc.m4 \
$(top_srcdir)/m4/stack_protect.m4 $(top_srcdir)/m4/xmms.m4 \
$(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
mkinstalldirs = $(install_sh) -d
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES =
CONFIG_CLEAN_VPATH_FILES =
AM_V_P = $(am__v_P_@AM_V@)
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
am__v_P_0 = false
am__v_P_1 = :
AM_V_GEN = $(am__v_GEN_@AM_V@)
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
am__v_GEN_0 = @echo " GEN " $@;
am__v_GEN_1 =
AM_V_at = $(am__v_at_@AM_V@)
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
am__v_at_0 = @
am__v_at_1 =
SOURCES =
DIST_SOURCES =
am__can_run_installinfo = \
case $$AM_UPDATE_INFO_DIR in \
n|no|NO) false;; \
*) (install-info --version) >/dev/null 2>&1;; \
esac
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
am__DIST_COMMON = $(srcdir)/Makefile.in
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
ACLOCAL = @ACLOCAL@
AMTAR = @AMTAR@
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
AR = @AR@
AS = @AS@
AUTOCONF = @AUTOCONF@
AUTOHEADER = @AUTOHEADER@
AUTOMAKE = @AUTOMAKE@
AWK = @AWK@
CC = @CC@
CCAS = @CCAS@
CCASDEPMODE = @CCASDEPMODE@
CCASFLAGS = @CCASFLAGS@
CCDEPMODE = @CCDEPMODE@
CFLAGS = @CFLAGS@
CPP = @CPP@
CPPFLAGS = @CPPFLAGS@
CXX = @CXX@
CXXCPP = @CXXCPP@
CXXDEPMODE = @CXXDEPMODE@
CXXFLAGS = @CXXFLAGS@
CYGPATH_W = @CYGPATH_W@
DEFS = @DEFS@
DEPDIR = @DEPDIR@
DLLTOOL = @DLLTOOL@
DOCBOOK_TO_MAN = @DOCBOOK_TO_MAN@
DOXYGEN = @DOXYGEN@
DSYMUTIL = @DSYMUTIL@
DUMPBIN = @DUMPBIN@
ECHO_C = @ECHO_C@
ECHO_N = @ECHO_N@
ECHO_T = @ECHO_T@
EGREP = @EGREP@
ENABLE_64_BIT_WORDS = @ENABLE_64_BIT_WORDS@
EXEEXT = @EXEEXT@
FGREP = @FGREP@
FLAC__HAS_OGG = @FLAC__HAS_OGG@
FLAC__TEST_LEVEL = @FLAC__TEST_LEVEL@
FLAC__TEST_WITH_VALGRIND = @FLAC__TEST_WITH_VALGRIND@
GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@
GCC_MINOR_VERSION = @GCC_MINOR_VERSION@
GCC_VERSION = @GCC_VERSION@
GREP = @GREP@
INSTALL = @INSTALL@
INSTALL_DATA = @INSTALL_DATA@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_SCRIPT = @INSTALL_SCRIPT@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
LD = @LD@
LDFLAGS = @LDFLAGS@
LIBICONV = @LIBICONV@
LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIBTOOL = @LIBTOOL@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIPO = @LIPO@
LN_S = @LN_S@
LTLIBICONV = @LTLIBICONV@
LTLIBOBJS = @LTLIBOBJS@
LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
MAKEINFO = @MAKEINFO@
MANIFEST_TOOL = @MANIFEST_TOOL@
MKDIR_P = @MKDIR_P@
NASM = @NASM@
NM = @NM@
NMEDIT = @NMEDIT@
OBJDUMP = @OBJDUMP@
OBJEXT = @OBJEXT@
OBJ_FORMAT = @OBJ_FORMAT@
OGG_CFLAGS = @OGG_CFLAGS@
OGG_LIBS = @OGG_LIBS@
OGG_PACKAGE = @OGG_PACKAGE@
OTOOL = @OTOOL@
OTOOL64 = @OTOOL64@
PACKAGE = @PACKAGE@
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
PACKAGE_NAME = @PACKAGE_NAME@
PACKAGE_STRING = @PACKAGE_STRING@
PACKAGE_TARNAME = @PACKAGE_TARNAME@
PACKAGE_URL = @PACKAGE_URL@
PACKAGE_VERSION = @PACKAGE_VERSION@
PATH_SEPARATOR = @PATH_SEPARATOR@
RANLIB = @RANLIB@
SED = @SED@
SET_MAKE = @SET_MAKE@
SHELL = @SHELL@
STRIP = @STRIP@
VERSION = @VERSION@
XMMS_CFLAGS = @XMMS_CFLAGS@
XMMS_CONFIG = @XMMS_CONFIG@
XMMS_DATA_DIR = @XMMS_DATA_DIR@
XMMS_EFFECT_PLUGIN_DIR = @XMMS_EFFECT_PLUGIN_DIR@
XMMS_GENERAL_PLUGIN_DIR = @XMMS_GENERAL_PLUGIN_DIR@
XMMS_INPUT_PLUGIN_DIR = @XMMS_INPUT_PLUGIN_DIR@
XMMS_LIBS = @XMMS_LIBS@
XMMS_OUTPUT_PLUGIN_DIR = @XMMS_OUTPUT_PLUGIN_DIR@
XMMS_PLUGIN_DIR = @XMMS_PLUGIN_DIR@
XMMS_VERSION = @XMMS_VERSION@
XMMS_VISUALIZATION_PLUGIN_DIR = @XMMS_VISUALIZATION_PLUGIN_DIR@
abs_builddir = @abs_builddir@
abs_srcdir = @abs_srcdir@
abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_AR = @ac_ct_AR@
ac_ct_CC = @ac_ct_CC@
ac_ct_CXX = @ac_ct_CXX@
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
am__include = @am__include@
am__leading_dot = @am__leading_dot@
am__quote = @am__quote@
am__tar = @am__tar@
am__untar = @am__untar@
bindir = @bindir@
build = @build@
build_alias = @build_alias@
build_cpu = @build_cpu@
build_os = @build_os@
build_vendor = @build_vendor@
builddir = @builddir@
datadir = @datadir@
datarootdir = @datarootdir@
docdir = @docdir@
dvidir = @dvidir@
exec_prefix = @exec_prefix@
host = @host@
host_alias = @host_alias@
host_cpu = @host_cpu@
host_os = @host_os@
host_vendor = @host_vendor@
htmldir = @htmldir@
includedir = @includedir@
infodir = @infodir@
install_sh = @install_sh@
libdir = @libdir@
libexecdir = @libexecdir@
localedir = @localedir@
localstatedir = @localstatedir@
mandir = @mandir@
mkdir_p = @mkdir_p@
oldincludedir = @oldincludedir@
pdfdir = @pdfdir@
prefix = @prefix@
program_transform_name = @program_transform_name@
psdir = @psdir@
runstatedir = @runstatedir@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
srcdir = @srcdir@
sysconfdir = @sysconfdir@
target_alias = @target_alias@
top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
EXTRA_DIST = \
bad.000.CATALOG_multiple.cue \
bad.001.CATALOG_missing_number.cue \
bad.002.CATALOG_number_too_long.cue \
bad.003.CATALOG_not_13_digits.cue \
bad.030.FLAGS_multiple.cue \
bad.031.FLAGS_wrong_place_1.cue \
bad.032.FLAGS_wrong_place_2.cue \
bad.060.INDEX_wrong_place.cue \
bad.061.INDEX_missing_number.cue \
bad.062.INDEX_invalid_number_1.cue \
bad.063.first_INDEX_not_0_or_1.cue \
bad.064.INDEX_num_non_sequential.cue \
bad.065.INDEX_num_out_of_range.cue \
bad.066.INDEX_missing_offset.cue \
bad.067.INDEX_illegal_offset.cue \
bad.068.INDEX_cdda_illegal_offset.cue \
bad.069.nonzero_first_INDEX.cue \
bad.070.INDEX_offset_not_ascending_1.cue \
bad.071.INDEX_offset_not_ascending_2.cue \
bad.110.ISRC_multiple.cue \
bad.111.ISRC_wrong_place_1.cue \
bad.112.ISRC_wrong_place_2.cue \
bad.113.ISRC_missing_number.cue \
bad.114.ISRC_invalid_number.cue \
bad.130.TRACK_missing_INDEX_01_1.cue \
bad.131.TRACK_missing_INDEX_01_2.cue \
bad.132.TRACK_missing_INDEX_01_3.cue \
bad.133.TRACK_missing_INDEX_01_4.cue \
bad.134.TRACK_missing_number.cue \
bad.135.TRACK_invalid_number_1.cue \
bad.136.TRACK_invalid_number_2.cue \
bad.137.TRACK_cdda_out_of_range.cue \
bad.138.TRACK_num_non_sequential.cue \
bad.139.TRACK_missing_type.cue \
bad.140.no_TRACKs.cue \
bad.200.FLAC_leadin_missing_offset.cue \
bad.201.FLAC_leadin_illegal_offset.cue \
bad.202.FLAC_leadin_cdda_illegal_offset.cue \
bad.230.FLAC_leadout_multiple.cue \
bad.231.FLAC_leadout_missing_track.cue \
bad.232.FLAC_leadout_illegal_track.cue \
bad.233.FLAC_leadout_missing_offset.cue \
bad.234.FLAC_leadout_illegal_offset.cue \
bad.235.FLAC_leadout_offset_not_211680000.cue \
good.000.cue \
good.001.cue \
good.002.dos_format.cue \
good.003.missing_final_newline.cue \
good.004.dos_format.missing_final_newline.cue \
good.005.quoted.isrc.cue
all: all-am
.SUFFIXES:
$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
@for dep in $?; do \
case '$(am__configure_deps)' in \
*$$dep*) \
( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
&& { if test -f $@; then exit 0; else break; fi; }; \
exit 1;; \
esac; \
done; \
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign test/cuesheets/Makefile'; \
$(am__cd) $(top_srcdir) && \
$(AUTOMAKE) --foreign test/cuesheets/Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
*config.status*) \
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
*) \
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
esac;
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(top_srcdir)/configure: $(am__configure_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(ACLOCAL_M4): $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(am__aclocal_m4_deps):
mostlyclean-libtool:
-rm -f *.lo
clean-libtool:
-rm -rf .libs _libs
tags TAGS:
ctags CTAGS:
cscope cscopelist:
distdir: $(DISTFILES)
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
list='$(DISTFILES)'; \
dist_files=`for file in $$list; do echo $$file; done | \
sed -e "s|^$$srcdirstrip/||;t" \
-e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
case $$dist_files in \
*/*) $(MKDIR_P) `echo "$$dist_files" | \
sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
sort -u` ;; \
esac; \
for file in $$dist_files; do \
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
if test -d $$d/$$file; then \
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
if test -d "$(distdir)/$$file"; then \
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
fi; \
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
fi; \
cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
else \
test -f "$(distdir)/$$file" \
|| cp -p $$d/$$file "$(distdir)/$$file" \
|| exit 1; \
fi; \
done
check-am: all-am
check: check-am
all-am: Makefile
installdirs:
install: install-am
install-exec: install-exec-am
install-data: install-data-am
uninstall: uninstall-am
install-am: all-am
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
installcheck: installcheck-am
install-strip:
if test -z '$(STRIP)'; then \
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
install; \
else \
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
"INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
fi
mostlyclean-generic:
clean-generic:
distclean-generic:
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@echo "it deletes files that may require special tools to rebuild."
clean: clean-am
clean-am: clean-generic clean-libtool mostlyclean-am
distclean: distclean-am
-rm -f Makefile
distclean-am: clean-am distclean-generic
dvi: dvi-am
dvi-am:
html: html-am
html-am:
info: info-am
info-am:
install-data-am:
install-dvi: install-dvi-am
install-dvi-am:
install-exec-am:
install-html: install-html-am
install-html-am:
install-info: install-info-am
install-info-am:
install-man:
install-pdf: install-pdf-am
install-pdf-am:
install-ps: install-ps-am
install-ps-am:
installcheck-am:
maintainer-clean: maintainer-clean-am
-rm -f Makefile
maintainer-clean-am: distclean-am maintainer-clean-generic
mostlyclean: mostlyclean-am
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
pdf: pdf-am
pdf-am:
ps: ps-am
ps-am:
uninstall-am:
.MAKE: install-am install-strip
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
cscopelist-am ctags-am distclean distclean-generic \
distclean-libtool distdir dvi dvi-am html html-am info info-am \
install install-am install-data install-data-am install-dvi \
install-dvi-am install-exec install-exec-am install-html \
install-html-am install-info install-info-am install-man \
install-pdf install-pdf-am install-ps install-ps-am \
install-strip installcheck installcheck-am installdirs \
maintainer-clean maintainer-clean-generic mostlyclean \
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
tags-am uninstall uninstall-am
.PRECIOUS: Makefile
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:

View File

@ -0,0 +1,5 @@
CATALOG 1234567890123
CATALOG 0234567890123
FILE "z.wav" WAVE
TRACK 01 AUDIO
INDEX 01 00:00:00

View File

@ -0,0 +1,4 @@
CATALOG
FILE "z.wav" WAVE
TRACK 01 AUDIO
INDEX 01 00:00:00

View File

@ -0,0 +1,4 @@
CATALOG 1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890
FILE "z.wav" WAVE
TRACK 01 AUDIO
INDEX 01 00:00:00

View File

@ -0,0 +1,4 @@
CATALOG 123456789012z
FILE "z.wav" WAVE
TRACK 01 AUDIO
INDEX 01 00:00:00

View File

@ -0,0 +1,5 @@
FILE "z.wav" WAVE
TRACK 01 AUDIO
FLAGS PRE
FLAGS 4CH
INDEX 01 00:00:00

View File

@ -0,0 +1,4 @@
FLAGS PRE
FILE "z.wav" WAVE
TRACK 01 AUDIO
INDEX 01 00:00:00

View File

@ -0,0 +1,4 @@
FILE "z.wav" WAVE
TRACK 01 AUDIO
INDEX 01 00:00:00
FLAGS PRE

View File

@ -0,0 +1,5 @@
FILE "z.wav" WAVE
INDEX 00 00:00:00
TRACK 01 AUDIO
FLAGS PRE
INDEX 01 00:00:00

View File

@ -0,0 +1,4 @@
FILE "z.wav" WAVE
TRACK 01 AUDIO
FLAGS PRE
INDEX

View File

@ -0,0 +1,4 @@
FILE "z.wav" WAVE
TRACK 01 AUDIO
FLAGS PRE
INDEX thhpt!

View File

@ -0,0 +1,4 @@
FILE "z.wav" WAVE
TRACK 01 AUDIO
FLAGS PRE
INDEX 02 00:00:00

View File

@ -0,0 +1,5 @@
FILE "z.wav" WAVE
TRACK 01 AUDIO
FLAGS PRE
INDEX 01 00:00:00
INDEX 00 00:00:00

View File

@ -0,0 +1,104 @@
FILE "z.wav" WAVE
TRACK 01 AUDIO
FLAGS PRE
INDEX 00 00:00:00
INDEX 01 02:10:15
INDEX 02 02:20:15
INDEX 03 02:30:15
INDEX 04 03:30:15
INDEX 05 03:31:15
INDEX 06 03:32:06
INDEX 07 03:32:07
INDEX 08 03:32:08
INDEX 09 03:32:09
INDEX 10 03:32:10
INDEX 11 03:32:11
INDEX 12 03:32:12
INDEX 13 03:32:13
INDEX 14 03:32:14
INDEX 15 03:32:15
INDEX 16 03:32:16
INDEX 17 03:32:17
INDEX 18 03:32:18
INDEX 19 03:32:19
INDEX 20 03:32:20
INDEX 21 03:32:21
INDEX 22 03:32:22
INDEX 23 03:32:23
INDEX 24 03:32:24
INDEX 25 03:32:25
INDEX 26 03:32:26
INDEX 27 03:32:27
INDEX 28 03:32:28
INDEX 29 03:32:29
INDEX 30 03:32:30
INDEX 31 03:32:31
INDEX 32 03:32:32
INDEX 33 03:32:33
INDEX 34 03:32:34
INDEX 35 03:32:35
INDEX 36 03:32:36
INDEX 37 03:32:37
INDEX 38 03:32:38
INDEX 39 03:32:39
INDEX 40 03:32:40
INDEX 41 03:32:41
INDEX 42 03:32:42
INDEX 43 03:32:43
INDEX 44 03:32:44
INDEX 45 03:32:45
INDEX 46 03:32:46
INDEX 47 03:32:47
INDEX 48 03:32:48
INDEX 49 03:32:49
INDEX 50 03:32:50
INDEX 51 03:32:51
INDEX 52 03:32:52
INDEX 53 03:32:53
INDEX 54 03:32:54
INDEX 55 03:32:55
INDEX 56 03:32:56
INDEX 57 03:32:57
INDEX 58 03:32:58
INDEX 59 03:32:59
INDEX 60 03:32:60
INDEX 61 03:32:61
INDEX 62 03:32:62
INDEX 63 03:32:63
INDEX 64 03:32:64
INDEX 65 03:32:65
INDEX 66 03:32:66
INDEX 67 03:32:67
INDEX 68 03:32:68
INDEX 69 03:32:69
INDEX 70 03:40:50
INDEX 71 03:40:51
INDEX 72 03:40:52
INDEX 73 03:40:53
INDEX 74 03:40:54
INDEX 75 03:40:55
INDEX 76 03:40:56
INDEX 77 03:40:57
INDEX 78 03:40:58
INDEX 79 03:40:59
INDEX 80 03:41:50
INDEX 81 03:41:51
INDEX 82 03:41:52
INDEX 83 03:41:53
INDEX 84 03:41:54
INDEX 85 03:41:55
INDEX 86 03:41:56
INDEX 87 03:41:57
INDEX 88 03:41:58
INDEX 89 03:41:59
INDEX 90 03:42:50
INDEX 91 03:42:51
INDEX 92 03:42:52
INDEX 93 03:42:53
INDEX 94 03:42:54
INDEX 95 03:42:55
INDEX 96 03:42:56
INDEX 97 03:42:57
INDEX 98 03:42:58
INDEX 99 03:42:59
INDEX 100 04:00:00

View File

@ -0,0 +1,4 @@
FILE "z.wav" WAVE
TRACK 01 AUDIO
FLAGS PRE
INDEX 01

View File

@ -0,0 +1,4 @@
FILE "z.wav" WAVE
TRACK 01 AUDIO
FLAGS PRE
INDEX 01 00:00.00

View File

@ -0,0 +1,4 @@
FILE "z.wav" WAVE
TRACK 01 AUDIO
FLAGS PRE
INDEX 01 588

View File

@ -0,0 +1,4 @@
FILE "z.wav" WAVE
TRACK 01 AUDIO
FLAGS PRE
INDEX 01 00:02:00

View File

@ -0,0 +1,5 @@
FILE "z.wav" WAVE
TRACK 01 AUDIO
INDEX 01 00:00:00
INDEX 02 00:02:00
INDEX 03 00:01:74

View File

@ -0,0 +1,6 @@
FILE "z.wav" WAVE
TRACK 01 AUDIO
INDEX 01 00:00:00
INDEX 02 00:02:00
TRACK 02 AUDIO
INDEX 01 00:01:74

View File

@ -0,0 +1,5 @@
FILE "z.wav" WAVE
TRACK 01 AUDIO
ISRC ABCDE1234567
ISRC ABCD01234567
INDEX 01 00:00:00

View File

@ -0,0 +1,4 @@
FILE "z.wav" WAVE
ISRC ABCD01234567
TRACK 01 AUDIO
INDEX 01 00:00:00

View File

@ -0,0 +1,4 @@
FILE "z.wav" WAVE
TRACK 01 AUDIO
INDEX 01 00:00:00
ISRC ABCD01234567

View File

@ -0,0 +1,4 @@
FILE "z.wav" WAVE
TRACK 01 AUDIO
ISRC
INDEX 01 00:00:00

View File

@ -0,0 +1,4 @@
FILE "z.wav" WAVE
TRACK 01 AUDIO
ISRC ABCD0123456Z
INDEX 01 00:00:00

View File

@ -0,0 +1,2 @@
FILE "z.wav" WAVE
TRACK 01 AUDIO

View File

@ -0,0 +1,3 @@
FILE "z.wav" WAVE
TRACK 01 AUDIO
INDEX 00 00:00:00

View File

@ -0,0 +1,4 @@
FILE "z.wav" WAVE
TRACK 01 AUDIO
TRACK 02 AUDIO
INDEX 01 00:02:00

View File

@ -0,0 +1,5 @@
FILE "z.wav" WAVE
TRACK 01 AUDIO
INDEX 00 00:00:00
TRACK 02 AUDIO
INDEX 01 00:02:00

View File

@ -0,0 +1,2 @@
FILE "z.wav" WAVE
TRACK

View File

@ -0,0 +1,2 @@
FILE "z.wav" WAVE
TRACK thhpt! AUDIO

View File

@ -0,0 +1,2 @@
FILE "z.wav" WAVE
TRACK 0 AUDIO

View File

@ -0,0 +1,2 @@
FILE "z.wav" WAVE
TRACK 100 AUDIO

View File

@ -0,0 +1,6 @@
FILE "z.wav" WAVE
TRACK 01 AUDIO
INDEX 01 0:0:0
TRACK 02 AUDIO
INDEX 01 2:0:0
TRACK 01 AUDIO

View File

@ -0,0 +1,2 @@
FILE "z.wav" WAVE
TRACK 01

View File

@ -0,0 +1 @@
FILE "z.wav" WAVE

View File

@ -0,0 +1 @@
REM FLAC__lead-in

View File

@ -0,0 +1 @@
REM FLAC__lead-in thhpt!

View File

@ -0,0 +1 @@
REM FLAC__lead-in 123

View File

@ -0,0 +1,3 @@
REM FLAC__lead-in 88200
REM FLAC__lead-out 170 211680000
REM FLAC__lead-out 170 211680588

View File

@ -0,0 +1 @@
REM FLAC__lead-out

View File

@ -0,0 +1 @@
REM FLAC__lead-out thhpt!

View File

@ -0,0 +1 @@
REM FLAC__lead-out 170

View File

@ -0,0 +1 @@
REM FLAC__lead-out 170 thhpt!

View File

@ -0,0 +1 @@
REM FLAC__lead-out 170 211680588

View File

@ -0,0 +1,4 @@
CATALOG "1234567890123"
FILE "z.wav" WAVE
TRACK 01 AUDIO
INDEX 01 00:00:00

View File

@ -0,0 +1,184 @@
REM FLAC__lead-in 88200
REM FLAC__lead-out 170 211680000
CATALOG 1234567890123
FILE "z.wav" WAVE
TRACK 01 AUDIO
FLAGS PRE
INDEX 01 00:00:00
TRACK 02 AUDIO
FLAGS PRE
ISRC ABCDE7654321
INDEX 00 02:09:12
INDEX 01 02:10:15
INDEX 02 02:20:15
INDEX 03 02:30:15
INDEX 04 03:30:15
INDEX 05 03:31:15
INDEX 06 03:32:06
INDEX 07 03:32:07
INDEX 08 03:32:08
INDEX 09 03:32:09
INDEX 10 03:32:10
INDEX 11 03:32:11
INDEX 12 03:32:12
INDEX 13 03:32:13
INDEX 14 03:32:14
INDEX 15 03:32:15
INDEX 16 03:32:16
INDEX 17 03:32:17
INDEX 18 03:32:18
INDEX 19 03:32:19
INDEX 20 03:32:20
INDEX 21 03:32:21
INDEX 22 03:32:22
INDEX 23 03:32:23
INDEX 24 03:32:24
INDEX 25 03:32:25
INDEX 26 03:32:26
INDEX 27 03:32:27
INDEX 28 03:32:28
INDEX 29 03:32:29
INDEX 30 03:32:30
INDEX 31 03:32:31
INDEX 32 03:32:32
INDEX 33 03:32:33
INDEX 34 03:32:34
INDEX 35 03:32:35
INDEX 36 03:32:36
INDEX 37 03:32:37
INDEX 38 03:32:38
INDEX 39 03:32:39
INDEX 40 03:32:40
INDEX 41 03:32:41
INDEX 42 03:32:42
INDEX 43 03:32:43
INDEX 44 03:32:44
INDEX 45 03:32:45
INDEX 46 03:32:46
INDEX 47 03:32:47
INDEX 48 03:32:48
INDEX 49 03:32:49
INDEX 50 03:32:50
INDEX 51 03:32:51
INDEX 52 03:32:52
INDEX 53 03:32:53
INDEX 54 03:32:54
INDEX 55 03:32:55
INDEX 56 03:32:56
INDEX 57 03:32:57
INDEX 58 03:32:58
INDEX 59 03:32:59
INDEX 60 03:32:60
INDEX 61 03:32:61
INDEX 62 03:32:62
INDEX 63 03:32:63
INDEX 64 03:32:64
INDEX 65 03:32:65
INDEX 66 03:32:66
INDEX 67 03:32:67
INDEX 68 03:32:68
INDEX 69 03:32:69
INDEX 70 03:40:50
INDEX 71 03:40:51
INDEX 72 03:40:52
INDEX 73 03:40:53
INDEX 74 03:40:54
INDEX 75 03:40:55
INDEX 76 03:40:56
INDEX 77 03:40:57
INDEX 78 03:40:58
INDEX 79 03:40:59
INDEX 80 03:41:50
INDEX 81 03:41:51
INDEX 82 03:41:52
INDEX 83 03:41:53
INDEX 84 03:41:54
INDEX 85 03:41:55
INDEX 86 03:41:56
INDEX 87 03:41:57
INDEX 88 03:41:58
INDEX 89 03:41:59
INDEX 90 03:42:50
INDEX 91 03:42:51
INDEX 92 03:42:52
INDEX 93 03:42:53
INDEX 94 03:42:54
INDEX 95 03:42:55
INDEX 96 03:42:56
INDEX 97 03:42:57
INDEX 98 03:42:58
INDEX 99 03:42:59
TRACK 03 AUDIO
ISRC AB-CD7-65-43210
INDEX 00 04:50:12
INDEX 01 04:51:72
TRACK 04 AUDIO
INDEX 00 06:36:10
INDEX 01 06:38:47
TRACK 05 AUDIO
INDEX 00 08:34:45
INDEX 01 08:36:15
TRACK 06 AUDIO
INDEX 00 13:20:22
INDEX 01 13:22:12
TRACK 07 AUDIO
INDEX 00 16:08:20
INDEX 01 16:11:17
TRACK 08 AUDIO
INDEX 01 17:48:37
TRACK 09 AUDIO
INDEX 00 19:38:17
INDEX 01 19:39:30
TRACK 10 AUDIO
INDEX 00 22:07:07
INDEX 01 22:08:20
TRACK 11 AUDIO
INDEX 01 24:16:45
TRACK 12 AUDIO
INDEX 01 26:13:67
TRACK 13 AUDIO
INDEX 01 28:03:27
TRACK 14 AUDIO
INDEX 00 30:22:42
INDEX 01 30:24:45
TRACK 15 AUDIO
INDEX 00 34:06:22
INDEX 01 34:07:62
TRACK 16 AUDIO
INDEX 00 35:54:30
INDEX 01 35:56:60
TRACK 17 AUDIO
INDEX 00 38:49:10
INDEX 01 38:51:22
TRACK 18 AUDIO
INDEX 00 41:14:15
INDEX 01 41:17:15
TRACK 19 AUDIO
INDEX 00 44:27:15
INDEX 01 44:28:45
TRACK 20 AUDIO
INDEX 00 48:07:17
INDEX 01 48:09:72
TRACK 21 AUDIO
INDEX 00 50:48:05
INDEX 01 50:49:27
TRACK 22 AUDIO
INDEX 00 53:29:72
INDEX 01 53:31:20
TRACK 23 AUDIO
INDEX 00 57:57:60
INDEX 01 58:00:40
TRACK 24 AUDIO
INDEX 00 61:52:65
INDEX 01 61:55:37
TRACK 25 AUDIO
INDEX 00 65:07:50
INDEX 01 65:10:52
TRACK 26 AUDIO
INDEX 00 68:30:05
INDEX 01 68:32:45
TRACK 27 AUDIO
INDEX 01 71:45:17
TRACK 28 AUDIO
INDEX 00 74:49:07
INDEX 01 74:51:47

View File

@ -0,0 +1,4 @@
CATALOG "1234567890123"
FILE "z.wav" WAVE
TRACK 01 AUDIO
INDEX 01 00:00:00

View File

@ -0,0 +1,4 @@
CATALOG "1234567890123"
FILE "z.wav" WAVE
TRACK 01 AUDIO
INDEX 01 00:00:00

View File

@ -0,0 +1,4 @@
CATALOG "1234567890123"
FILE "z.wav" WAVE
TRACK 01 AUDIO
INDEX 01 00:00:00

View File

@ -0,0 +1,6 @@
TRACK 01 AUDIO
TITLE "Foo"
PERFORMER "Bar"
DISC_ID ""
ISRC "US-SM1-23-45678"
INDEX 01 00:00:00

View File

@ -0,0 +1,46 @@
# FLAC - Free Lossless Audio Codec
# Copyright (C) 2006-2009 Josh Coalson
# Copyright (C) 2011-2016 Xiph.Org Foundation
#
# This file is part the FLAC project. FLAC is comprised of several
# components distributed under different licenses. The codec libraries
# are distributed under Xiph.Org's BSD-like license (see the file
# COPYING.Xiph in this distribution). All other programs, libraries, and
# plugins are distributed under the GPL (see COPYING.GPL). The documentation
# is distributed under the Gnu FDL (see COPYING.FDL). Each file in the
# FLAC distribution contains at the top the terms under which it may be
# distributed.
#
# Since this particular file is relevant to all components of FLAC,
# it may be distributed under the Xiph.Org license, which is the least
# restrictive of those mentioned above. See the file COPYING.Xiph in this
# distribution.
EXTRA_DIST = \
case00a-expect.meta \
case01a-expect.meta \
case01b-expect.meta \
case01c-expect.meta \
case01d-expect.meta \
case01e-expect.meta \
case02a-expect.meta \
case02b-expect.meta \
case02c-expect.meta \
case03a-expect.meta \
case03b-expect.meta \
case03c-expect.meta \
case04a-expect.meta \
case04b-expect.meta \
case04c-expect.meta \
case04d-expect.meta \
case04e-expect.meta \
input-SCPAP.flac \
input-SCVA.flac \
input-SCVAUP.flac \
input-SCVPAP.flac \
input-SVAUP.flac \
input-VA.flac \
input0.cue
clean-local:
-rm -f out.*

View File

@ -0,0 +1,526 @@
# Makefile.in generated by automake 1.15 from Makefile.am.
# @configure_input@
# Copyright (C) 1994-2014 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
# PARTICULAR PURPOSE.
@SET_MAKE@
# FLAC - Free Lossless Audio Codec
# Copyright (C) 2006-2009 Josh Coalson
# Copyright (C) 2011-2016 Xiph.Org Foundation
#
# This file is part the FLAC project. FLAC is comprised of several
# components distributed under different licenses. The codec libraries
# are distributed under Xiph.Org's BSD-like license (see the file
# COPYING.Xiph in this distribution). All other programs, libraries, and
# plugins are distributed under the GPL (see COPYING.GPL). The documentation
# is distributed under the Gnu FDL (see COPYING.FDL). Each file in the
# FLAC distribution contains at the top the terms under which it may be
# distributed.
#
# Since this particular file is relevant to all components of FLAC,
# it may be distributed under the Xiph.Org license, which is the least
# restrictive of those mentioned above. See the file COPYING.Xiph in this
# distribution.
VPATH = @srcdir@
am__is_gnu_make = { \
if test -z '$(MAKELEVEL)'; then \
false; \
elif test -n '$(MAKE_HOST)'; then \
true; \
elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
true; \
else \
false; \
fi; \
}
am__make_running_with_option = \
case $${target_option-} in \
?) ;; \
*) echo "am__make_running_with_option: internal error: invalid" \
"target option '$${target_option-}' specified" >&2; \
exit 1;; \
esac; \
has_opt=no; \
sane_makeflags=$$MAKEFLAGS; \
if $(am__is_gnu_make); then \
sane_makeflags=$$MFLAGS; \
else \
case $$MAKEFLAGS in \
*\\[\ \ ]*) \
bs=\\; \
sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
| sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
esac; \
fi; \
skip_next=no; \
strip_trailopt () \
{ \
flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
}; \
for flg in $$sane_makeflags; do \
test $$skip_next = yes && { skip_next=no; continue; }; \
case $$flg in \
*=*|--*) continue;; \
-*I) strip_trailopt 'I'; skip_next=yes;; \
-*I?*) strip_trailopt 'I';; \
-*O) strip_trailopt 'O'; skip_next=yes;; \
-*O?*) strip_trailopt 'O';; \
-*l) strip_trailopt 'l'; skip_next=yes;; \
-*l?*) strip_trailopt 'l';; \
-[dEDm]) skip_next=yes;; \
-[JT]) skip_next=yes;; \
esac; \
case $$flg in \
*$$target_option*) has_opt=yes; break;; \
esac; \
done; \
test $$has_opt = yes
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
pkgdatadir = $(datadir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
pkglibdir = $(libdir)/@PACKAGE@
pkglibexecdir = $(libexecdir)/@PACKAGE@
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
install_sh_SCRIPT = $(install_sh) -c
INSTALL_HEADER = $(INSTALL_DATA)
transform = $(program_transform_name)
NORMAL_INSTALL = :
PRE_INSTALL = :
POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
build_triplet = @build@
host_triplet = @host@
subdir = test/flac-to-flac-metadata-test-files
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/m4/add_cflags.m4 \
$(top_srcdir)/m4/add_cxxflags.m4 $(top_srcdir)/m4/bswap.m4 \
$(top_srcdir)/m4/clang.m4 $(top_srcdir)/m4/codeset.m4 \
$(top_srcdir)/m4/gcc_version.m4 $(top_srcdir)/m4/iconv.m4 \
$(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
$(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
$(top_srcdir)/m4/ogg.m4 $(top_srcdir)/m4/really_gcc.m4 \
$(top_srcdir)/m4/stack_protect.m4 $(top_srcdir)/m4/xmms.m4 \
$(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
mkinstalldirs = $(install_sh) -d
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES =
CONFIG_CLEAN_VPATH_FILES =
AM_V_P = $(am__v_P_@AM_V@)
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
am__v_P_0 = false
am__v_P_1 = :
AM_V_GEN = $(am__v_GEN_@AM_V@)
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
am__v_GEN_0 = @echo " GEN " $@;
am__v_GEN_1 =
AM_V_at = $(am__v_at_@AM_V@)
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
am__v_at_0 = @
am__v_at_1 =
SOURCES =
DIST_SOURCES =
am__can_run_installinfo = \
case $$AM_UPDATE_INFO_DIR in \
n|no|NO) false;; \
*) (install-info --version) >/dev/null 2>&1;; \
esac
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
am__DIST_COMMON = $(srcdir)/Makefile.in
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
ACLOCAL = @ACLOCAL@
AMTAR = @AMTAR@
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
AR = @AR@
AS = @AS@
AUTOCONF = @AUTOCONF@
AUTOHEADER = @AUTOHEADER@
AUTOMAKE = @AUTOMAKE@
AWK = @AWK@
CC = @CC@
CCAS = @CCAS@
CCASDEPMODE = @CCASDEPMODE@
CCASFLAGS = @CCASFLAGS@
CCDEPMODE = @CCDEPMODE@
CFLAGS = @CFLAGS@
CPP = @CPP@
CPPFLAGS = @CPPFLAGS@
CXX = @CXX@
CXXCPP = @CXXCPP@
CXXDEPMODE = @CXXDEPMODE@
CXXFLAGS = @CXXFLAGS@
CYGPATH_W = @CYGPATH_W@
DEFS = @DEFS@
DEPDIR = @DEPDIR@
DLLTOOL = @DLLTOOL@
DOCBOOK_TO_MAN = @DOCBOOK_TO_MAN@
DOXYGEN = @DOXYGEN@
DSYMUTIL = @DSYMUTIL@
DUMPBIN = @DUMPBIN@
ECHO_C = @ECHO_C@
ECHO_N = @ECHO_N@
ECHO_T = @ECHO_T@
EGREP = @EGREP@
ENABLE_64_BIT_WORDS = @ENABLE_64_BIT_WORDS@
EXEEXT = @EXEEXT@
FGREP = @FGREP@
FLAC__HAS_OGG = @FLAC__HAS_OGG@
FLAC__TEST_LEVEL = @FLAC__TEST_LEVEL@
FLAC__TEST_WITH_VALGRIND = @FLAC__TEST_WITH_VALGRIND@
GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@
GCC_MINOR_VERSION = @GCC_MINOR_VERSION@
GCC_VERSION = @GCC_VERSION@
GREP = @GREP@
INSTALL = @INSTALL@
INSTALL_DATA = @INSTALL_DATA@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_SCRIPT = @INSTALL_SCRIPT@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
LD = @LD@
LDFLAGS = @LDFLAGS@
LIBICONV = @LIBICONV@
LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIBTOOL = @LIBTOOL@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIPO = @LIPO@
LN_S = @LN_S@
LTLIBICONV = @LTLIBICONV@
LTLIBOBJS = @LTLIBOBJS@
LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
MAKEINFO = @MAKEINFO@
MANIFEST_TOOL = @MANIFEST_TOOL@
MKDIR_P = @MKDIR_P@
NASM = @NASM@
NM = @NM@
NMEDIT = @NMEDIT@
OBJDUMP = @OBJDUMP@
OBJEXT = @OBJEXT@
OBJ_FORMAT = @OBJ_FORMAT@
OGG_CFLAGS = @OGG_CFLAGS@
OGG_LIBS = @OGG_LIBS@
OGG_PACKAGE = @OGG_PACKAGE@
OTOOL = @OTOOL@
OTOOL64 = @OTOOL64@
PACKAGE = @PACKAGE@
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
PACKAGE_NAME = @PACKAGE_NAME@
PACKAGE_STRING = @PACKAGE_STRING@
PACKAGE_TARNAME = @PACKAGE_TARNAME@
PACKAGE_URL = @PACKAGE_URL@
PACKAGE_VERSION = @PACKAGE_VERSION@
PATH_SEPARATOR = @PATH_SEPARATOR@
RANLIB = @RANLIB@
SED = @SED@
SET_MAKE = @SET_MAKE@
SHELL = @SHELL@
STRIP = @STRIP@
VERSION = @VERSION@
XMMS_CFLAGS = @XMMS_CFLAGS@
XMMS_CONFIG = @XMMS_CONFIG@
XMMS_DATA_DIR = @XMMS_DATA_DIR@
XMMS_EFFECT_PLUGIN_DIR = @XMMS_EFFECT_PLUGIN_DIR@
XMMS_GENERAL_PLUGIN_DIR = @XMMS_GENERAL_PLUGIN_DIR@
XMMS_INPUT_PLUGIN_DIR = @XMMS_INPUT_PLUGIN_DIR@
XMMS_LIBS = @XMMS_LIBS@
XMMS_OUTPUT_PLUGIN_DIR = @XMMS_OUTPUT_PLUGIN_DIR@
XMMS_PLUGIN_DIR = @XMMS_PLUGIN_DIR@
XMMS_VERSION = @XMMS_VERSION@
XMMS_VISUALIZATION_PLUGIN_DIR = @XMMS_VISUALIZATION_PLUGIN_DIR@
abs_builddir = @abs_builddir@
abs_srcdir = @abs_srcdir@
abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_AR = @ac_ct_AR@
ac_ct_CC = @ac_ct_CC@
ac_ct_CXX = @ac_ct_CXX@
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
am__include = @am__include@
am__leading_dot = @am__leading_dot@
am__quote = @am__quote@
am__tar = @am__tar@
am__untar = @am__untar@
bindir = @bindir@
build = @build@
build_alias = @build_alias@
build_cpu = @build_cpu@
build_os = @build_os@
build_vendor = @build_vendor@
builddir = @builddir@
datadir = @datadir@
datarootdir = @datarootdir@
docdir = @docdir@
dvidir = @dvidir@
exec_prefix = @exec_prefix@
host = @host@
host_alias = @host_alias@
host_cpu = @host_cpu@
host_os = @host_os@
host_vendor = @host_vendor@
htmldir = @htmldir@
includedir = @includedir@
infodir = @infodir@
install_sh = @install_sh@
libdir = @libdir@
libexecdir = @libexecdir@
localedir = @localedir@
localstatedir = @localstatedir@
mandir = @mandir@
mkdir_p = @mkdir_p@
oldincludedir = @oldincludedir@
pdfdir = @pdfdir@
prefix = @prefix@
program_transform_name = @program_transform_name@
psdir = @psdir@
runstatedir = @runstatedir@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
srcdir = @srcdir@
sysconfdir = @sysconfdir@
target_alias = @target_alias@
top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
EXTRA_DIST = \
case00a-expect.meta \
case01a-expect.meta \
case01b-expect.meta \
case01c-expect.meta \
case01d-expect.meta \
case01e-expect.meta \
case02a-expect.meta \
case02b-expect.meta \
case02c-expect.meta \
case03a-expect.meta \
case03b-expect.meta \
case03c-expect.meta \
case04a-expect.meta \
case04b-expect.meta \
case04c-expect.meta \
case04d-expect.meta \
case04e-expect.meta \
input-SCPAP.flac \
input-SCVA.flac \
input-SCVAUP.flac \
input-SCVPAP.flac \
input-SVAUP.flac \
input-VA.flac \
input0.cue
all: all-am
.SUFFIXES:
$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
@for dep in $?; do \
case '$(am__configure_deps)' in \
*$$dep*) \
( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
&& { if test -f $@; then exit 0; else break; fi; }; \
exit 1;; \
esac; \
done; \
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign test/flac-to-flac-metadata-test-files/Makefile'; \
$(am__cd) $(top_srcdir) && \
$(AUTOMAKE) --foreign test/flac-to-flac-metadata-test-files/Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
*config.status*) \
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
*) \
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
esac;
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(top_srcdir)/configure: $(am__configure_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(ACLOCAL_M4): $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(am__aclocal_m4_deps):
mostlyclean-libtool:
-rm -f *.lo
clean-libtool:
-rm -rf .libs _libs
tags TAGS:
ctags CTAGS:
cscope cscopelist:
distdir: $(DISTFILES)
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
list='$(DISTFILES)'; \
dist_files=`for file in $$list; do echo $$file; done | \
sed -e "s|^$$srcdirstrip/||;t" \
-e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
case $$dist_files in \
*/*) $(MKDIR_P) `echo "$$dist_files" | \
sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
sort -u` ;; \
esac; \
for file in $$dist_files; do \
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
if test -d $$d/$$file; then \
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
if test -d "$(distdir)/$$file"; then \
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
fi; \
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
fi; \
cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
else \
test -f "$(distdir)/$$file" \
|| cp -p $$d/$$file "$(distdir)/$$file" \
|| exit 1; \
fi; \
done
check-am: all-am
check: check-am
all-am: Makefile
installdirs:
install: install-am
install-exec: install-exec-am
install-data: install-data-am
uninstall: uninstall-am
install-am: all-am
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
installcheck: installcheck-am
install-strip:
if test -z '$(STRIP)'; then \
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
install; \
else \
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
"INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
fi
mostlyclean-generic:
clean-generic:
distclean-generic:
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@echo "it deletes files that may require special tools to rebuild."
clean: clean-am
clean-am: clean-generic clean-libtool clean-local mostlyclean-am
distclean: distclean-am
-rm -f Makefile
distclean-am: clean-am distclean-generic
dvi: dvi-am
dvi-am:
html: html-am
html-am:
info: info-am
info-am:
install-data-am:
install-dvi: install-dvi-am
install-dvi-am:
install-exec-am:
install-html: install-html-am
install-html-am:
install-info: install-info-am
install-info-am:
install-man:
install-pdf: install-pdf-am
install-pdf-am:
install-ps: install-ps-am
install-ps-am:
installcheck-am:
maintainer-clean: maintainer-clean-am
-rm -f Makefile
maintainer-clean-am: distclean-am maintainer-clean-generic
mostlyclean: mostlyclean-am
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
pdf: pdf-am
pdf-am:
ps: ps-am
ps-am:
uninstall-am:
.MAKE: install-am install-strip
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
clean-local cscopelist-am ctags-am distclean distclean-generic \
distclean-libtool distdir dvi dvi-am html html-am info info-am \
install install-am install-data install-data-am install-dvi \
install-dvi-am install-exec install-exec-am install-html \
install-html-am install-info install-info-am install-man \
install-pdf install-pdf-am install-ps install-ps-am \
install-strip installcheck installcheck-am installdirs \
maintainer-clean maintainer-clean-generic mostlyclean \
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
tags-am uninstall uninstall-am
.PRECIOUS: Makefile
clean-local:
-rm -f out.*
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:

View File

@ -0,0 +1,84 @@
METADATA block #0
type: 0 (STREAMINFO)
is last: false
length: 34
sample_rate: 44100 Hz
channels: 2
bits-per-sample: 16
total samples: 5880
MD5 signature: 74ffd4737eb5488d512be4af58943362
METADATA block #1
type: 3 (SEEKTABLE)
is last: false
length: 180
seek points: 10
point 0: sample_number=0
point 1: sample_number=4096
point 2: PLACEHOLDER
point 3: PLACEHOLDER
point 4: PLACEHOLDER
point 5: PLACEHOLDER
point 6: PLACEHOLDER
point 7: PLACEHOLDER
point 8: PLACEHOLDER
point 9: PLACEHOLDER
METADATA block #2
type: 5 (CUESHEET)
is last: false
length: 540
media catalog number: 1234567890123
lead-in: 88200
is CD: true
number of tracks: 3
track[0]
offset: 0
number: 1
ISRC:
type: AUDIO
pre-emphasis: false
number of index points: 2
index[0]
offset: 0
number: 1
index[1]
offset: 588
number: 2
track[1]
offset: 2940
number: 2
ISRC:
type: AUDIO
pre-emphasis: false
number of index points: 1
index[0]
offset: 0
number: 1
track[2]
offset: 5880
number: 170 (LEAD-OUT)
METADATA block #3
type: 4 (VORBIS_COMMENT)
is last: false
length: 203
comments: 6
comment[0]: REPLAYGAIN_TRACK_PEAK=0.99996948
comment[1]: REPLAYGAIN_TRACK_GAIN=-7.89 dB
comment[2]: REPLAYGAIN_ALBUM_PEAK=0.99996948
comment[3]: REPLAYGAIN_ALBUM_GAIN=-7.89 dB
comment[4]: artist=1
comment[5]: title=2
METADATA block #4
type: 2 (APPLICATION)
is last: false
length: 4
application ID: 66616b65
data contents:
METADATA block #5
type: 126 (UNKNOWN)
is last: false
length: 0
data contents:
METADATA block #6
type: 1 (PADDING)
is last: true
length: 3201

View File

@ -0,0 +1,79 @@
METADATA block #0
type: 0 (STREAMINFO)
is last: false
length: 34
sample_rate: 44100 Hz
channels: 2
bits-per-sample: 16
total samples: 5880
MD5 signature: 74ffd4737eb5488d512be4af58943362
METADATA block #1
type: 3 (SEEKTABLE)
is last: false
length: 180
seek points: 10
point 0: sample_number=0
point 1: sample_number=4096
point 2: PLACEHOLDER
point 3: PLACEHOLDER
point 4: PLACEHOLDER
point 5: PLACEHOLDER
point 6: PLACEHOLDER
point 7: PLACEHOLDER
point 8: PLACEHOLDER
point 9: PLACEHOLDER
METADATA block #2
type: 5 (CUESHEET)
is last: false
length: 540
media catalog number: 1234567890123
lead-in: 88200
is CD: true
number of tracks: 3
track[0]
offset: 0
number: 1
ISRC:
type: AUDIO
pre-emphasis: false
number of index points: 2
index[0]
offset: 0
number: 1
index[1]
offset: 588
number: 2
track[1]
offset: 2940
number: 2
ISRC:
type: AUDIO
pre-emphasis: false
number of index points: 1
index[0]
offset: 0
number: 1
track[2]
offset: 5880
number: 170 (LEAD-OUT)
METADATA block #3
type: 4 (VORBIS_COMMENT)
is last: false
length: 203
comments: 6
comment[0]: REPLAYGAIN_TRACK_PEAK=0.99996948
comment[1]: REPLAYGAIN_TRACK_GAIN=-7.89 dB
comment[2]: REPLAYGAIN_ALBUM_PEAK=0.99996948
comment[3]: REPLAYGAIN_ALBUM_GAIN=-7.89 dB
comment[4]: artist=1
comment[5]: title=2
METADATA block #4
type: 2 (APPLICATION)
is last: false
length: 4
application ID: 66616b65
data contents:
METADATA block #5
type: 1 (PADDING)
is last: true
length: 3205

View File

@ -0,0 +1,75 @@
METADATA block #0
type: 0 (STREAMINFO)
is last: false
length: 34
sample_rate: 44100 Hz
channels: 2
bits-per-sample: 16
total samples: 5880
MD5 signature: 74ffd4737eb5488d512be4af58943362
METADATA block #1
type: 3 (SEEKTABLE)
is last: false
length: 180
seek points: 10
point 0: sample_number=0
point 1: sample_number=4096
point 2: PLACEHOLDER
point 3: PLACEHOLDER
point 4: PLACEHOLDER
point 5: PLACEHOLDER
point 6: PLACEHOLDER
point 7: PLACEHOLDER
point 8: PLACEHOLDER
point 9: PLACEHOLDER
METADATA block #2
type: 5 (CUESHEET)
is last: false
length: 540
media catalog number: 1234567890123
lead-in: 88200
is CD: true
number of tracks: 3
track[0]
offset: 0
number: 1
ISRC:
type: AUDIO
pre-emphasis: false
number of index points: 2
index[0]
offset: 0
number: 1
index[1]
offset: 588
number: 2
track[1]
offset: 2940
number: 2
ISRC:
type: AUDIO
pre-emphasis: false
number of index points: 1
index[0]
offset: 0
number: 1
track[2]
offset: 5880
number: 170 (LEAD-OUT)
METADATA block #3
type: 4 (VORBIS_COMMENT)
is last: false
length: 203
comments: 6
comment[0]: REPLAYGAIN_TRACK_PEAK=0.99996948
comment[1]: REPLAYGAIN_TRACK_GAIN=-7.89 dB
comment[2]: REPLAYGAIN_ALBUM_PEAK=0.99996948
comment[3]: REPLAYGAIN_ALBUM_GAIN=-7.89 dB
comment[4]: artist=1
comment[5]: title=2
METADATA block #4
type: 2 (APPLICATION)
is last: true
length: 4
application ID: 66616b65
data contents:

View File

@ -0,0 +1,79 @@
METADATA block #0
type: 0 (STREAMINFO)
is last: false
length: 34
sample_rate: 44100 Hz
channels: 2
bits-per-sample: 16
total samples: 5880
MD5 signature: 74ffd4737eb5488d512be4af58943362
METADATA block #1
type: 3 (SEEKTABLE)
is last: false
length: 180
seek points: 10
point 0: sample_number=0
point 1: sample_number=4096
point 2: PLACEHOLDER
point 3: PLACEHOLDER
point 4: PLACEHOLDER
point 5: PLACEHOLDER
point 6: PLACEHOLDER
point 7: PLACEHOLDER
point 8: PLACEHOLDER
point 9: PLACEHOLDER
METADATA block #2
type: 5 (CUESHEET)
is last: false
length: 540
media catalog number: 1234567890123
lead-in: 88200
is CD: true
number of tracks: 3
track[0]
offset: 0
number: 1
ISRC:
type: AUDIO
pre-emphasis: false
number of index points: 2
index[0]
offset: 0
number: 1
index[1]
offset: 588
number: 2
track[1]
offset: 2940
number: 2
ISRC:
type: AUDIO
pre-emphasis: false
number of index points: 1
index[0]
offset: 0
number: 1
track[2]
offset: 5880
number: 170 (LEAD-OUT)
METADATA block #3
type: 4 (VORBIS_COMMENT)
is last: false
length: 203
comments: 6
comment[0]: REPLAYGAIN_TRACK_PEAK=0.99996948
comment[1]: REPLAYGAIN_TRACK_GAIN=-7.89 dB
comment[2]: REPLAYGAIN_ALBUM_PEAK=0.99996948
comment[3]: REPLAYGAIN_ALBUM_GAIN=-7.89 dB
comment[4]: artist=1
comment[5]: title=2
METADATA block #4
type: 2 (APPLICATION)
is last: false
length: 4
application ID: 66616b65
data contents:
METADATA block #5
type: 1 (PADDING)
is last: true
length: 1234

View File

@ -0,0 +1,79 @@
METADATA block #0
type: 0 (STREAMINFO)
is last: false
length: 34
sample_rate: 44100 Hz
channels: 2
bits-per-sample: 16
total samples: 5880
MD5 signature: 74ffd4737eb5488d512be4af58943362
METADATA block #1
type: 3 (SEEKTABLE)
is last: false
length: 180
seek points: 10
point 0: sample_number=0
point 1: sample_number=4096
point 2: PLACEHOLDER
point 3: PLACEHOLDER
point 4: PLACEHOLDER
point 5: PLACEHOLDER
point 6: PLACEHOLDER
point 7: PLACEHOLDER
point 8: PLACEHOLDER
point 9: PLACEHOLDER
METADATA block #2
type: 5 (CUESHEET)
is last: false
length: 540
media catalog number: 1234567890123
lead-in: 88200
is CD: true
number of tracks: 3
track[0]
offset: 0
number: 1
ISRC:
type: AUDIO
pre-emphasis: false
number of index points: 2
index[0]
offset: 0
number: 1
index[1]
offset: 588
number: 2
track[1]
offset: 2940
number: 2
ISRC:
type: AUDIO
pre-emphasis: false
number of index points: 1
index[0]
offset: 0
number: 1
track[2]
offset: 5880
number: 170 (LEAD-OUT)
METADATA block #3
type: 4 (VORBIS_COMMENT)
is last: false
length: 203
comments: 6
comment[0]: REPLAYGAIN_TRACK_PEAK=0.99996948
comment[1]: REPLAYGAIN_TRACK_GAIN=-7.89 dB
comment[2]: REPLAYGAIN_ALBUM_PEAK=0.99996948
comment[3]: REPLAYGAIN_ALBUM_GAIN=-7.89 dB
comment[4]: artist=1
comment[5]: title=2
METADATA block #4
type: 2 (APPLICATION)
is last: false
length: 4
application ID: 66616b65
data contents:
METADATA block #5
type: 1 (PADDING)
is last: true
length: 1234

View File

@ -0,0 +1,79 @@
METADATA block #0
type: 0 (STREAMINFO)
is last: false
length: 34
sample_rate: 44100 Hz
channels: 2
bits-per-sample: 16
total samples: 5880
MD5 signature: 74ffd4737eb5488d512be4af58943362
METADATA block #1
type: 3 (SEEKTABLE)
is last: false
length: 180
seek points: 10
point 0: sample_number=0
point 1: sample_number=4096
point 2: PLACEHOLDER
point 3: PLACEHOLDER
point 4: PLACEHOLDER
point 5: PLACEHOLDER
point 6: PLACEHOLDER
point 7: PLACEHOLDER
point 8: PLACEHOLDER
point 9: PLACEHOLDER
METADATA block #2
type: 5 (CUESHEET)
is last: false
length: 540
media catalog number: 1234567890123
lead-in: 88200
is CD: true
number of tracks: 3
track[0]
offset: 0
number: 1
ISRC:
type: AUDIO
pre-emphasis: false
number of index points: 2
index[0]
offset: 0
number: 1
index[1]
offset: 588
number: 2
track[1]
offset: 2940
number: 2
ISRC:
type: AUDIO
pre-emphasis: false
number of index points: 1
index[0]
offset: 0
number: 1
track[2]
offset: 5880
number: 170 (LEAD-OUT)
METADATA block #3
type: 4 (VORBIS_COMMENT)
is last: false
length: 203
comments: 6
comment[0]: REPLAYGAIN_TRACK_PEAK=0.99996948
comment[1]: REPLAYGAIN_TRACK_GAIN=-7.89 dB
comment[2]: REPLAYGAIN_ALBUM_PEAK=0.99996948
comment[3]: REPLAYGAIN_ALBUM_GAIN=-7.89 dB
comment[4]: artist=1
comment[5]: title=2
METADATA block #4
type: 2 (APPLICATION)
is last: false
length: 4
application ID: 66616b65
data contents:
METADATA block #5
type: 1 (PADDING)
is last: true
length: 8192

View File

@ -0,0 +1,73 @@
METADATA block #0
type: 0 (STREAMINFO)
is last: false
length: 34
sample_rate: 44100 Hz
channels: 2
bits-per-sample: 16
total samples: 5880
MD5 signature: 74ffd4737eb5488d512be4af58943362
METADATA block #1
type: 4 (VORBIS_COMMENT)
is last: false
length: 40
comments: 0
METADATA block #2
type: 3 (SEEKTABLE)
is last: false
length: 180
seek points: 10
point 0: sample_number=0
point 1: sample_number=4096
point 2: PLACEHOLDER
point 3: PLACEHOLDER
point 4: PLACEHOLDER
point 5: PLACEHOLDER
point 6: PLACEHOLDER
point 7: PLACEHOLDER
point 8: PLACEHOLDER
point 9: PLACEHOLDER
METADATA block #3
type: 5 (CUESHEET)
is last: false
length: 540
media catalog number: 1234567890123
lead-in: 88200
is CD: true
number of tracks: 3
track[0]
offset: 0
number: 1
ISRC:
type: AUDIO
pre-emphasis: false
number of index points: 2
index[0]
offset: 0
number: 1
index[1]
offset: 588
number: 2
track[1]
offset: 2940
number: 2
ISRC:
type: AUDIO
pre-emphasis: false
number of index points: 1
index[0]
offset: 0
number: 1
track[2]
offset: 5880
number: 170 (LEAD-OUT)
METADATA block #4
type: 2 (APPLICATION)
is last: false
length: 4
application ID: 66616b65
data contents:
METADATA block #5
type: 1 (PADDING)
is last: true
length: 3205

View File

@ -0,0 +1,74 @@
METADATA block #0
type: 0 (STREAMINFO)
is last: false
length: 34
sample_rate: 44100 Hz
channels: 2
bits-per-sample: 16
total samples: 5880
MD5 signature: 74ffd4737eb5488d512be4af58943362
METADATA block #1
type: 4 (VORBIS_COMMENT)
is last: false
length: 52
comments: 1
comment[0]: artist=0
METADATA block #2
type: 3 (SEEKTABLE)
is last: false
length: 180
seek points: 10
point 0: sample_number=0
point 1: sample_number=4096
point 2: PLACEHOLDER
point 3: PLACEHOLDER
point 4: PLACEHOLDER
point 5: PLACEHOLDER
point 6: PLACEHOLDER
point 7: PLACEHOLDER
point 8: PLACEHOLDER
point 9: PLACEHOLDER
METADATA block #3
type: 5 (CUESHEET)
is last: false
length: 540
media catalog number: 1234567890123
lead-in: 88200
is CD: true
number of tracks: 3
track[0]
offset: 0
number: 1
ISRC:
type: AUDIO
pre-emphasis: false
number of index points: 2
index[0]
offset: 0
number: 1
index[1]
offset: 588
number: 2
track[1]
offset: 2940
number: 2
ISRC:
type: AUDIO
pre-emphasis: false
number of index points: 1
index[0]
offset: 0
number: 1
track[2]
offset: 5880
number: 170 (LEAD-OUT)
METADATA block #4
type: 2 (APPLICATION)
is last: false
length: 4
application ID: 66616b65
data contents:
METADATA block #5
type: 1 (PADDING)
is last: true
length: 3205

View File

@ -0,0 +1,79 @@
METADATA block #0
type: 0 (STREAMINFO)
is last: false
length: 34
sample_rate: 44100 Hz
channels: 2
bits-per-sample: 16
total samples: 5880
MD5 signature: 74ffd4737eb5488d512be4af58943362
METADATA block #1
type: 4 (VORBIS_COMMENT)
is last: false
length: 52
comments: 1
comment[0]: artist=0
METADATA block #2
type: 3 (SEEKTABLE)
is last: false
length: 180
seek points: 10
point 0: sample_number=0
point 1: sample_number=4096
point 2: PLACEHOLDER
point 3: PLACEHOLDER
point 4: PLACEHOLDER
point 5: PLACEHOLDER
point 6: PLACEHOLDER
point 7: PLACEHOLDER
point 8: PLACEHOLDER
point 9: PLACEHOLDER
METADATA block #3
type: 5 (CUESHEET)
is last: false
length: 540
media catalog number: 1234567890123
lead-in: 88200
is CD: true
number of tracks: 3
track[0]
offset: 0
number: 1
ISRC:
type: AUDIO
pre-emphasis: false
number of index points: 2
index[0]
offset: 0
number: 1
index[1]
offset: 588
number: 2
track[1]
offset: 2940
number: 2
ISRC:
type: AUDIO
pre-emphasis: false
number of index points: 1
index[0]
offset: 0
number: 1
track[2]
offset: 5880
number: 170 (LEAD-OUT)
METADATA block #4
type: 2 (APPLICATION)
is last: false
length: 4
application ID: 66616b65
data contents:
METADATA block #5
type: 126 (UNKNOWN)
is last: false
length: 0
data contents:
METADATA block #6
type: 1 (PADDING)
is last: true
length: 3201

View File

@ -0,0 +1,84 @@
METADATA block #0
type: 0 (STREAMINFO)
is last: false
length: 34
sample_rate: 44100 Hz
channels: 2
bits-per-sample: 16
total samples: 5880
MD5 signature: 74ffd4737eb5488d512be4af58943362
METADATA block #1
type: 5 (CUESHEET)
is last: false
length: 540
media catalog number: 9294969890929
lead-in: 88200
is CD: true
number of tracks: 3
track[0]
offset: 0
number: 1
ISRC:
type: AUDIO
pre-emphasis: false
number of index points: 1
index[0]
offset: 0
number: 1
track[1]
offset: 588
number: 2
ISRC:
type: AUDIO
pre-emphasis: false
number of index points: 2
index[0]
offset: 0
number: 1
index[1]
offset: 2352
number: 2
track[2]
offset: 5880
number: 170 (LEAD-OUT)
METADATA block #2
type: 3 (SEEKTABLE)
is last: false
length: 180
seek points: 10
point 0: sample_number=0
point 1: sample_number=4096
point 2: PLACEHOLDER
point 3: PLACEHOLDER
point 4: PLACEHOLDER
point 5: PLACEHOLDER
point 6: PLACEHOLDER
point 7: PLACEHOLDER
point 8: PLACEHOLDER
point 9: PLACEHOLDER
METADATA block #3
type: 4 (VORBIS_COMMENT)
is last: false
length: 203
comments: 6
comment[0]: REPLAYGAIN_TRACK_PEAK=0.99996948
comment[1]: REPLAYGAIN_TRACK_GAIN=-7.89 dB
comment[2]: REPLAYGAIN_ALBUM_PEAK=0.99996948
comment[3]: REPLAYGAIN_ALBUM_GAIN=-7.89 dB
comment[4]: artist=1
comment[5]: title=2
METADATA block #4
type: 2 (APPLICATION)
is last: false
length: 4
application ID: 66616b65
data contents:
METADATA block #5
type: 126 (UNKNOWN)
is last: false
length: 0
data contents:
METADATA block #6
type: 1 (PADDING)
is last: true
length: 3201

View File

@ -0,0 +1,84 @@
METADATA block #0
type: 0 (STREAMINFO)
is last: false
length: 34
sample_rate: 44100 Hz
channels: 2
bits-per-sample: 16
total samples: 5880
MD5 signature: 74ffd4737eb5488d512be4af58943362
METADATA block #1
type: 5 (CUESHEET)
is last: false
length: 540
media catalog number: 9294969890929
lead-in: 88200
is CD: true
number of tracks: 3
track[0]
offset: 0
number: 1
ISRC:
type: AUDIO
pre-emphasis: false
number of index points: 1
index[0]
offset: 0
number: 1
track[1]
offset: 588
number: 2
ISRC:
type: AUDIO
pre-emphasis: false
number of index points: 2
index[0]
offset: 0
number: 1
index[1]
offset: 2352
number: 2
track[2]
offset: 5880
number: 170 (LEAD-OUT)
METADATA block #2
type: 3 (SEEKTABLE)
is last: false
length: 180
seek points: 10
point 0: sample_number=0
point 1: sample_number=4096
point 2: PLACEHOLDER
point 3: PLACEHOLDER
point 4: PLACEHOLDER
point 5: PLACEHOLDER
point 6: PLACEHOLDER
point 7: PLACEHOLDER
point 8: PLACEHOLDER
point 9: PLACEHOLDER
METADATA block #3
type: 4 (VORBIS_COMMENT)
is last: false
length: 203
comments: 6
comment[0]: REPLAYGAIN_TRACK_PEAK=0.99996948
comment[1]: REPLAYGAIN_TRACK_GAIN=-7.89 dB
comment[2]: REPLAYGAIN_ALBUM_PEAK=0.99996948
comment[3]: REPLAYGAIN_ALBUM_GAIN=-7.89 dB
comment[4]: artist=1
comment[5]: title=2
METADATA block #4
type: 2 (APPLICATION)
is last: false
length: 4
application ID: 66616b65
data contents:
METADATA block #5
type: 126 (UNKNOWN)
is last: false
length: 0
data contents:
METADATA block #6
type: 1 (PADDING)
is last: true
length: 3201

View File

@ -0,0 +1,41 @@
METADATA block #0
type: 0 (STREAMINFO)
is last: false
length: 34
sample_rate: 44100 Hz
channels: 2
bits-per-sample: 16
total samples: 5879
MD5 signature: 2ea0e6a767b66bf0668523fd77672ce1
METADATA block #1
type: 3 (SEEKTABLE)
is last: false
length: 18
seek points: 1
point 0: sample_number=0
METADATA block #2
type: 4 (VORBIS_COMMENT)
is last: false
length: 203
comments: 6
comment[0]: REPLAYGAIN_TRACK_PEAK=0.99996948
comment[1]: REPLAYGAIN_TRACK_GAIN=-7.89 dB
comment[2]: REPLAYGAIN_ALBUM_PEAK=0.99996948
comment[3]: REPLAYGAIN_ALBUM_GAIN=-7.89 dB
comment[4]: artist=1
comment[5]: title=2
METADATA block #3
type: 2 (APPLICATION)
is last: false
length: 4
application ID: 66616b65
data contents:
METADATA block #4
type: 126 (UNKNOWN)
is last: false
length: 0
data contents:
METADATA block #5
type: 1 (PADDING)
is last: true
length: 3201

View File

@ -0,0 +1,26 @@
METADATA block #0
type: 0 (STREAMINFO)
is last: false
length: 34
sample_rate: 44100 Hz
channels: 2
bits-per-sample: 16
total samples: 5880
MD5 signature: 74ffd4737eb5488d512be4af58943362
METADATA block #1
type: 4 (VORBIS_COMMENT)
is last: false
length: 203
comments: 6
comment[0]: REPLAYGAIN_TRACK_PEAK=0.99996948
comment[1]: REPLAYGAIN_TRACK_GAIN=-7.89 dB
comment[2]: REPLAYGAIN_ALBUM_PEAK=0.99996948
comment[3]: REPLAYGAIN_ALBUM_GAIN=-7.89 dB
comment[4]: artist=1
comment[5]: title=2
METADATA block #2
type: 2 (APPLICATION)
is last: true
length: 4
application ID: 66616b65
data contents:

View File

@ -0,0 +1,36 @@
METADATA block #0
type: 0 (STREAMINFO)
is last: false
length: 34
sample_rate: 44100 Hz
channels: 2
bits-per-sample: 16
total samples: 5880
MD5 signature: 74ffd4737eb5488d512be4af58943362
METADATA block #1
type: 3 (SEEKTABLE)
is last: false
length: 90
seek points: 5
point 0: sample_number=0
point 1: sample_number=4096
point 2: PLACEHOLDER
point 3: PLACEHOLDER
point 4: PLACEHOLDER
METADATA block #2
type: 4 (VORBIS_COMMENT)
is last: false
length: 203
comments: 6
comment[0]: REPLAYGAIN_TRACK_PEAK=0.99996948
comment[1]: REPLAYGAIN_TRACK_GAIN=-7.89 dB
comment[2]: REPLAYGAIN_ALBUM_PEAK=0.99996948
comment[3]: REPLAYGAIN_ALBUM_GAIN=-7.89 dB
comment[4]: artist=1
comment[5]: title=2
METADATA block #3
type: 2 (APPLICATION)
is last: true
length: 4
application ID: 66616b65
data contents:

View File

@ -0,0 +1,32 @@
METADATA block #0
type: 0 (STREAMINFO)
is last: false
length: 34
sample_rate: 44100 Hz
channels: 2
bits-per-sample: 16
total samples: 5880
MD5 signature: 74ffd4737eb5488d512be4af58943362
METADATA block #1
type: 3 (SEEKTABLE)
is last: false
length: 18
seek points: 1
point 0: sample_number=0
METADATA block #2
type: 4 (VORBIS_COMMENT)
is last: false
length: 203
comments: 6
comment[0]: REPLAYGAIN_TRACK_PEAK=0.99996948
comment[1]: REPLAYGAIN_TRACK_GAIN=-7.89 dB
comment[2]: REPLAYGAIN_ALBUM_PEAK=0.99996948
comment[3]: REPLAYGAIN_ALBUM_GAIN=-7.89 dB
comment[4]: artist=1
comment[5]: title=2
METADATA block #3
type: 2 (APPLICATION)
is last: true
length: 4
application ID: 66616b65
data contents:

View File

@ -0,0 +1,60 @@
METADATA block #0
type: 0 (STREAMINFO)
is last: false
length: 34
sample_rate: 44100 Hz
channels: 2
bits-per-sample: 16
total samples: 5880
MD5 signature: 74ffd4737eb5488d512be4af58943362
METADATA block #1
type: 5 (CUESHEET)
is last: false
length: 540
media catalog number: 1234567890123
lead-in: 88200
is CD: true
number of tracks: 3
track[0]
offset: 0
number: 1
ISRC:
type: AUDIO
pre-emphasis: false
number of index points: 2
index[0]
offset: 0
number: 1
index[1]
offset: 588
number: 2
track[1]
offset: 2940
number: 2
ISRC:
type: AUDIO
pre-emphasis: false
number of index points: 1
index[0]
offset: 0
number: 1
track[2]
offset: 5880
number: 170 (LEAD-OUT)
METADATA block #2
type: 4 (VORBIS_COMMENT)
is last: false
length: 203
comments: 6
comment[0]: REPLAYGAIN_TRACK_PEAK=0.99996948
comment[1]: REPLAYGAIN_TRACK_GAIN=-7.89 dB
comment[2]: REPLAYGAIN_ALBUM_PEAK=0.99996948
comment[3]: REPLAYGAIN_ALBUM_GAIN=-7.89 dB
comment[4]: artist=1
comment[5]: title=2
METADATA block #3
type: 2 (APPLICATION)
is last: true
length: 4
application ID: 66616b65
data contents:

View File

@ -0,0 +1,70 @@
METADATA block #0
type: 0 (STREAMINFO)
is last: false
length: 34
sample_rate: 44100 Hz
channels: 2
bits-per-sample: 16
total samples: 5880
MD5 signature: 74ffd4737eb5488d512be4af58943362
METADATA block #1
type: 3 (SEEKTABLE)
is last: false
length: 90
seek points: 5
point 0: sample_number=0
point 1: sample_number=4096
point 2: PLACEHOLDER
point 3: PLACEHOLDER
point 4: PLACEHOLDER
METADATA block #2
type: 5 (CUESHEET)
is last: false
length: 540
media catalog number: 1234567890123
lead-in: 88200
is CD: true
number of tracks: 3
track[0]
offset: 0
number: 1
ISRC:
type: AUDIO
pre-emphasis: false
number of index points: 2
index[0]
offset: 0
number: 1
index[1]
offset: 588
number: 2
track[1]
offset: 2940
number: 2
ISRC:
type: AUDIO
pre-emphasis: false
number of index points: 1
index[0]
offset: 0
number: 1
track[2]
offset: 5880
number: 170 (LEAD-OUT)
METADATA block #3
type: 4 (VORBIS_COMMENT)
is last: false
length: 203
comments: 6
comment[0]: REPLAYGAIN_TRACK_PEAK=0.99996948
comment[1]: REPLAYGAIN_TRACK_GAIN=-7.89 dB
comment[2]: REPLAYGAIN_ALBUM_PEAK=0.99996948
comment[3]: REPLAYGAIN_ALBUM_GAIN=-7.89 dB
comment[4]: artist=1
comment[5]: title=2
METADATA block #4
type: 2 (APPLICATION)
is last: true
length: 4
application ID: 66616b65
data contents:

View File

@ -0,0 +1,7 @@
CATALOG 9294969890929
FILE "blah" FLAC
TRACK 01 AUDIO
INDEX 01 00:00:00
TRACK 02 AUDIO
INDEX 01 00:00:01
INDEX 02 00:00:05

View File

@ -0,0 +1,85 @@
# FLAC - Free Lossless Audio Codec
# Copyright (C) 2006-2009 Josh Coalson
# Copyright (C) 2011-2016 Xiph.Org Foundation
#
# This file is part the FLAC project. FLAC is comprised of several
# components distributed under different licenses. The codec libraries
# are distributed under Xiph.Org's BSD-like license (see the file
# COPYING.Xiph in this distribution). All other programs, libraries, and
# plugins are distributed under the GPL (see COPYING.GPL). The documentation
# is distributed under the Gnu FDL (see COPYING.FDL). Each file in the
# FLAC distribution contains at the top the terms under which it may be
# distributed.
#
# Since this particular file is relevant to all components of FLAC,
# it may be distributed under the Xiph.Org license, which is the least
# restrictive of those mentioned above. See the file COPYING.Xiph in this
# distribution.
EXTRA_DIST = \
case00-expect.meta \
case01-expect.meta \
case02-expect.meta \
case03-expect.meta \
case04-expect.meta \
case05-expect.meta \
case06-expect.meta \
case07-expect.meta \
case08-expect.meta \
case09-expect.meta \
case10-expect.meta \
case11-expect.meta \
case12-expect.meta \
case13-expect.meta \
case14-expect.meta \
case15-expect.meta \
case16-expect.meta \
case17-expect.meta \
case18-expect.meta \
case19-expect.meta \
case20-expect.meta \
case21-expect.meta \
case22-expect.meta \
case23-expect.meta \
case24-expect.meta \
case25-expect.meta \
case26-expect.meta \
case27-expect.meta \
case28-expect.meta \
case29-expect.meta \
case30-expect.meta \
case31-expect.meta \
case32-expect.meta \
case33-expect.meta \
case34-expect.meta \
case35-expect.meta \
case36-expect.meta \
case37-expect.meta \
case38-expect.meta \
case39-expect.meta \
case40-expect.meta \
case41-expect.meta \
case42-expect.meta \
case43-expect.meta \
case44-expect.meta \
case45-expect.meta \
case46-expect.meta \
case47-expect.meta \
case48-expect.meta \
case49-expect.meta \
case50-expect.meta \
case51-expect.meta \
case52-expect.meta \
case53-expect.meta \
case54-expect.meta \
case55-expect.meta \
case56-expect.meta \
case57-expect.meta \
case58-expect.meta \
case59-expect.meta \
case60-expect.meta \
case61-expect.meta \
case62-expect.meta
clean-local:
-rm -f out.*

View File

@ -0,0 +1,565 @@
# Makefile.in generated by automake 1.15 from Makefile.am.
# @configure_input@
# Copyright (C) 1994-2014 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
# PARTICULAR PURPOSE.
@SET_MAKE@
# FLAC - Free Lossless Audio Codec
# Copyright (C) 2006-2009 Josh Coalson
# Copyright (C) 2011-2016 Xiph.Org Foundation
#
# This file is part the FLAC project. FLAC is comprised of several
# components distributed under different licenses. The codec libraries
# are distributed under Xiph.Org's BSD-like license (see the file
# COPYING.Xiph in this distribution). All other programs, libraries, and
# plugins are distributed under the GPL (see COPYING.GPL). The documentation
# is distributed under the Gnu FDL (see COPYING.FDL). Each file in the
# FLAC distribution contains at the top the terms under which it may be
# distributed.
#
# Since this particular file is relevant to all components of FLAC,
# it may be distributed under the Xiph.Org license, which is the least
# restrictive of those mentioned above. See the file COPYING.Xiph in this
# distribution.
VPATH = @srcdir@
am__is_gnu_make = { \
if test -z '$(MAKELEVEL)'; then \
false; \
elif test -n '$(MAKE_HOST)'; then \
true; \
elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
true; \
else \
false; \
fi; \
}
am__make_running_with_option = \
case $${target_option-} in \
?) ;; \
*) echo "am__make_running_with_option: internal error: invalid" \
"target option '$${target_option-}' specified" >&2; \
exit 1;; \
esac; \
has_opt=no; \
sane_makeflags=$$MAKEFLAGS; \
if $(am__is_gnu_make); then \
sane_makeflags=$$MFLAGS; \
else \
case $$MAKEFLAGS in \
*\\[\ \ ]*) \
bs=\\; \
sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
| sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
esac; \
fi; \
skip_next=no; \
strip_trailopt () \
{ \
flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
}; \
for flg in $$sane_makeflags; do \
test $$skip_next = yes && { skip_next=no; continue; }; \
case $$flg in \
*=*|--*) continue;; \
-*I) strip_trailopt 'I'; skip_next=yes;; \
-*I?*) strip_trailopt 'I';; \
-*O) strip_trailopt 'O'; skip_next=yes;; \
-*O?*) strip_trailopt 'O';; \
-*l) strip_trailopt 'l'; skip_next=yes;; \
-*l?*) strip_trailopt 'l';; \
-[dEDm]) skip_next=yes;; \
-[JT]) skip_next=yes;; \
esac; \
case $$flg in \
*$$target_option*) has_opt=yes; break;; \
esac; \
done; \
test $$has_opt = yes
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
pkgdatadir = $(datadir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
pkglibdir = $(libdir)/@PACKAGE@
pkglibexecdir = $(libexecdir)/@PACKAGE@
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
install_sh_SCRIPT = $(install_sh) -c
INSTALL_HEADER = $(INSTALL_DATA)
transform = $(program_transform_name)
NORMAL_INSTALL = :
PRE_INSTALL = :
POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
build_triplet = @build@
host_triplet = @host@
subdir = test/metaflac-test-files
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/m4/add_cflags.m4 \
$(top_srcdir)/m4/add_cxxflags.m4 $(top_srcdir)/m4/bswap.m4 \
$(top_srcdir)/m4/clang.m4 $(top_srcdir)/m4/codeset.m4 \
$(top_srcdir)/m4/gcc_version.m4 $(top_srcdir)/m4/iconv.m4 \
$(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
$(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
$(top_srcdir)/m4/ogg.m4 $(top_srcdir)/m4/really_gcc.m4 \
$(top_srcdir)/m4/stack_protect.m4 $(top_srcdir)/m4/xmms.m4 \
$(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
mkinstalldirs = $(install_sh) -d
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES =
CONFIG_CLEAN_VPATH_FILES =
AM_V_P = $(am__v_P_@AM_V@)
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
am__v_P_0 = false
am__v_P_1 = :
AM_V_GEN = $(am__v_GEN_@AM_V@)
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
am__v_GEN_0 = @echo " GEN " $@;
am__v_GEN_1 =
AM_V_at = $(am__v_at_@AM_V@)
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
am__v_at_0 = @
am__v_at_1 =
SOURCES =
DIST_SOURCES =
am__can_run_installinfo = \
case $$AM_UPDATE_INFO_DIR in \
n|no|NO) false;; \
*) (install-info --version) >/dev/null 2>&1;; \
esac
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
am__DIST_COMMON = $(srcdir)/Makefile.in
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
ACLOCAL = @ACLOCAL@
AMTAR = @AMTAR@
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
AR = @AR@
AS = @AS@
AUTOCONF = @AUTOCONF@
AUTOHEADER = @AUTOHEADER@
AUTOMAKE = @AUTOMAKE@
AWK = @AWK@
CC = @CC@
CCAS = @CCAS@
CCASDEPMODE = @CCASDEPMODE@
CCASFLAGS = @CCASFLAGS@
CCDEPMODE = @CCDEPMODE@
CFLAGS = @CFLAGS@
CPP = @CPP@
CPPFLAGS = @CPPFLAGS@
CXX = @CXX@
CXXCPP = @CXXCPP@
CXXDEPMODE = @CXXDEPMODE@
CXXFLAGS = @CXXFLAGS@
CYGPATH_W = @CYGPATH_W@
DEFS = @DEFS@
DEPDIR = @DEPDIR@
DLLTOOL = @DLLTOOL@
DOCBOOK_TO_MAN = @DOCBOOK_TO_MAN@
DOXYGEN = @DOXYGEN@
DSYMUTIL = @DSYMUTIL@
DUMPBIN = @DUMPBIN@
ECHO_C = @ECHO_C@
ECHO_N = @ECHO_N@
ECHO_T = @ECHO_T@
EGREP = @EGREP@
ENABLE_64_BIT_WORDS = @ENABLE_64_BIT_WORDS@
EXEEXT = @EXEEXT@
FGREP = @FGREP@
FLAC__HAS_OGG = @FLAC__HAS_OGG@
FLAC__TEST_LEVEL = @FLAC__TEST_LEVEL@
FLAC__TEST_WITH_VALGRIND = @FLAC__TEST_WITH_VALGRIND@
GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@
GCC_MINOR_VERSION = @GCC_MINOR_VERSION@
GCC_VERSION = @GCC_VERSION@
GREP = @GREP@
INSTALL = @INSTALL@
INSTALL_DATA = @INSTALL_DATA@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_SCRIPT = @INSTALL_SCRIPT@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
LD = @LD@
LDFLAGS = @LDFLAGS@
LIBICONV = @LIBICONV@
LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIBTOOL = @LIBTOOL@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIPO = @LIPO@
LN_S = @LN_S@
LTLIBICONV = @LTLIBICONV@
LTLIBOBJS = @LTLIBOBJS@
LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
MAKEINFO = @MAKEINFO@
MANIFEST_TOOL = @MANIFEST_TOOL@
MKDIR_P = @MKDIR_P@
NASM = @NASM@
NM = @NM@
NMEDIT = @NMEDIT@
OBJDUMP = @OBJDUMP@
OBJEXT = @OBJEXT@
OBJ_FORMAT = @OBJ_FORMAT@
OGG_CFLAGS = @OGG_CFLAGS@
OGG_LIBS = @OGG_LIBS@
OGG_PACKAGE = @OGG_PACKAGE@
OTOOL = @OTOOL@
OTOOL64 = @OTOOL64@
PACKAGE = @PACKAGE@
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
PACKAGE_NAME = @PACKAGE_NAME@
PACKAGE_STRING = @PACKAGE_STRING@
PACKAGE_TARNAME = @PACKAGE_TARNAME@
PACKAGE_URL = @PACKAGE_URL@
PACKAGE_VERSION = @PACKAGE_VERSION@
PATH_SEPARATOR = @PATH_SEPARATOR@
RANLIB = @RANLIB@
SED = @SED@
SET_MAKE = @SET_MAKE@
SHELL = @SHELL@
STRIP = @STRIP@
VERSION = @VERSION@
XMMS_CFLAGS = @XMMS_CFLAGS@
XMMS_CONFIG = @XMMS_CONFIG@
XMMS_DATA_DIR = @XMMS_DATA_DIR@
XMMS_EFFECT_PLUGIN_DIR = @XMMS_EFFECT_PLUGIN_DIR@
XMMS_GENERAL_PLUGIN_DIR = @XMMS_GENERAL_PLUGIN_DIR@
XMMS_INPUT_PLUGIN_DIR = @XMMS_INPUT_PLUGIN_DIR@
XMMS_LIBS = @XMMS_LIBS@
XMMS_OUTPUT_PLUGIN_DIR = @XMMS_OUTPUT_PLUGIN_DIR@
XMMS_PLUGIN_DIR = @XMMS_PLUGIN_DIR@
XMMS_VERSION = @XMMS_VERSION@
XMMS_VISUALIZATION_PLUGIN_DIR = @XMMS_VISUALIZATION_PLUGIN_DIR@
abs_builddir = @abs_builddir@
abs_srcdir = @abs_srcdir@
abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_AR = @ac_ct_AR@
ac_ct_CC = @ac_ct_CC@
ac_ct_CXX = @ac_ct_CXX@
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
am__include = @am__include@
am__leading_dot = @am__leading_dot@
am__quote = @am__quote@
am__tar = @am__tar@
am__untar = @am__untar@
bindir = @bindir@
build = @build@
build_alias = @build_alias@
build_cpu = @build_cpu@
build_os = @build_os@
build_vendor = @build_vendor@
builddir = @builddir@
datadir = @datadir@
datarootdir = @datarootdir@
docdir = @docdir@
dvidir = @dvidir@
exec_prefix = @exec_prefix@
host = @host@
host_alias = @host_alias@
host_cpu = @host_cpu@
host_os = @host_os@
host_vendor = @host_vendor@
htmldir = @htmldir@
includedir = @includedir@
infodir = @infodir@
install_sh = @install_sh@
libdir = @libdir@
libexecdir = @libexecdir@
localedir = @localedir@
localstatedir = @localstatedir@
mandir = @mandir@
mkdir_p = @mkdir_p@
oldincludedir = @oldincludedir@
pdfdir = @pdfdir@
prefix = @prefix@
program_transform_name = @program_transform_name@
psdir = @psdir@
runstatedir = @runstatedir@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
srcdir = @srcdir@
sysconfdir = @sysconfdir@
target_alias = @target_alias@
top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
EXTRA_DIST = \
case00-expect.meta \
case01-expect.meta \
case02-expect.meta \
case03-expect.meta \
case04-expect.meta \
case05-expect.meta \
case06-expect.meta \
case07-expect.meta \
case08-expect.meta \
case09-expect.meta \
case10-expect.meta \
case11-expect.meta \
case12-expect.meta \
case13-expect.meta \
case14-expect.meta \
case15-expect.meta \
case16-expect.meta \
case17-expect.meta \
case18-expect.meta \
case19-expect.meta \
case20-expect.meta \
case21-expect.meta \
case22-expect.meta \
case23-expect.meta \
case24-expect.meta \
case25-expect.meta \
case26-expect.meta \
case27-expect.meta \
case28-expect.meta \
case29-expect.meta \
case30-expect.meta \
case31-expect.meta \
case32-expect.meta \
case33-expect.meta \
case34-expect.meta \
case35-expect.meta \
case36-expect.meta \
case37-expect.meta \
case38-expect.meta \
case39-expect.meta \
case40-expect.meta \
case41-expect.meta \
case42-expect.meta \
case43-expect.meta \
case44-expect.meta \
case45-expect.meta \
case46-expect.meta \
case47-expect.meta \
case48-expect.meta \
case49-expect.meta \
case50-expect.meta \
case51-expect.meta \
case52-expect.meta \
case53-expect.meta \
case54-expect.meta \
case55-expect.meta \
case56-expect.meta \
case57-expect.meta \
case58-expect.meta \
case59-expect.meta \
case60-expect.meta \
case61-expect.meta \
case62-expect.meta
all: all-am
.SUFFIXES:
$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
@for dep in $?; do \
case '$(am__configure_deps)' in \
*$$dep*) \
( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
&& { if test -f $@; then exit 0; else break; fi; }; \
exit 1;; \
esac; \
done; \
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign test/metaflac-test-files/Makefile'; \
$(am__cd) $(top_srcdir) && \
$(AUTOMAKE) --foreign test/metaflac-test-files/Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
*config.status*) \
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
*) \
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
esac;
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(top_srcdir)/configure: $(am__configure_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(ACLOCAL_M4): $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(am__aclocal_m4_deps):
mostlyclean-libtool:
-rm -f *.lo
clean-libtool:
-rm -rf .libs _libs
tags TAGS:
ctags CTAGS:
cscope cscopelist:
distdir: $(DISTFILES)
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
list='$(DISTFILES)'; \
dist_files=`for file in $$list; do echo $$file; done | \
sed -e "s|^$$srcdirstrip/||;t" \
-e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
case $$dist_files in \
*/*) $(MKDIR_P) `echo "$$dist_files" | \
sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
sort -u` ;; \
esac; \
for file in $$dist_files; do \
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
if test -d $$d/$$file; then \
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
if test -d "$(distdir)/$$file"; then \
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
fi; \
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
fi; \
cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
else \
test -f "$(distdir)/$$file" \
|| cp -p $$d/$$file "$(distdir)/$$file" \
|| exit 1; \
fi; \
done
check-am: all-am
check: check-am
all-am: Makefile
installdirs:
install: install-am
install-exec: install-exec-am
install-data: install-data-am
uninstall: uninstall-am
install-am: all-am
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
installcheck: installcheck-am
install-strip:
if test -z '$(STRIP)'; then \
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
install; \
else \
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
"INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
fi
mostlyclean-generic:
clean-generic:
distclean-generic:
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@echo "it deletes files that may require special tools to rebuild."
clean: clean-am
clean-am: clean-generic clean-libtool clean-local mostlyclean-am
distclean: distclean-am
-rm -f Makefile
distclean-am: clean-am distclean-generic
dvi: dvi-am
dvi-am:
html: html-am
html-am:
info: info-am
info-am:
install-data-am:
install-dvi: install-dvi-am
install-dvi-am:
install-exec-am:
install-html: install-html-am
install-html-am:
install-info: install-info-am
install-info-am:
install-man:
install-pdf: install-pdf-am
install-pdf-am:
install-ps: install-ps-am
install-ps-am:
installcheck-am:
maintainer-clean: maintainer-clean-am
-rm -f Makefile
maintainer-clean-am: distclean-am maintainer-clean-generic
mostlyclean: mostlyclean-am
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
pdf: pdf-am
pdf-am:
ps: ps-am
ps-am:
uninstall-am:
.MAKE: install-am install-strip
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
clean-local cscopelist-am ctags-am distclean distclean-generic \
distclean-libtool distdir dvi dvi-am html html-am info info-am \
install install-am install-data install-data-am install-dvi \
install-dvi-am install-exec install-exec-am install-html \
install-html-am install-info install-info-am install-man \
install-pdf install-pdf-am install-ps install-ps-am \
install-strip installcheck installcheck-am installdirs \
maintainer-clean maintainer-clean-generic mostlyclean \
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
tags-am uninstall uninstall-am
.PRECIOUS: Makefile
clean-local:
-rm -f out.*
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:

View File

@ -0,0 +1,24 @@
METADATA block #0
type: 0 (STREAMINFO)
is last: false
length: 34
sample_rate: 8000 Hz
channels: 1
bits-per-sample: 8
total samples: 80000
MD5 signature: a042237c5493fdb9656b94a83608d11a
METADATA block #1
type: 3 (SEEKTABLE)
is last: false
length: 18
seek points: 1
point 0: sample_number=0
METADATA block #2
type: 4 (VORBIS_COMMENT)
is last: false
length: 40
comments: 0
METADATA block #3
type: 1 (PADDING)
is last: true
length: 8192

View File

@ -0,0 +1,9 @@
a042237c5493fdb9656b94a83608d11a
1152
1152
10
10
8000
1
8
80000

View File

@ -0,0 +1,28 @@
METADATA block #0
type: 0 (STREAMINFO)
is last: false
length: 34
sample_rate: 8000 Hz
channels: 1
bits-per-sample: 8
total samples: 80000
MD5 signature: a042237c5493fdb9656b94a83608d11a
METADATA block #1
type: 3 (SEEKTABLE)
is last: false
length: 18
seek points: 1
point 0: sample_number=0
METADATA block #2
type: 4 (VORBIS_COMMENT)
is last: false
length: 40
comments: 0
METADATA block #3
type: 1 (PADDING)
is last: false
length: 8192
METADATA block #4
type: 1 (PADDING)
is last: true
length: 12345

View File

@ -0,0 +1,25 @@
METADATA block #0
type: 0 (STREAMINFO)
is last: false
length: 34
sample_rate: 8000 Hz
channels: 1
bits-per-sample: 8
total samples: 80000
MD5 signature: a042237c5493fdb9656b94a83608d11a
METADATA block #1
type: 3 (SEEKTABLE)
is last: false
length: 18
seek points: 1
point 0: sample_number=0
METADATA block #2
type: 4 (VORBIS_COMMENT)
is last: false
length: 93
comments: 1
comment[0]: ARTIST=The_artist_formerly_known_as_the_artist...
METADATA block #3
type: 1 (PADDING)
is last: true
length: 20488

View File

@ -0,0 +1,26 @@
METADATA block #0
type: 0 (STREAMINFO)
is last: false
length: 34
sample_rate: 8000 Hz
channels: 1
bits-per-sample: 8
total samples: 80000
MD5 signature: a042237c5493fdb9656b94a83608d11a
METADATA block #1
type: 3 (SEEKTABLE)
is last: false
length: 18
seek points: 1
point 0: sample_number=0
METADATA block #2
type: 4 (VORBIS_COMMENT)
is last: false
length: 117
comments: 2
comment[0]: ARTIST=The_artist_formerly_known_as_the_artist...
comment[1]: ARTIST=Chuck_Woolery
METADATA block #3
type: 1 (PADDING)
is last: true
length: 20464

View File

@ -0,0 +1,27 @@
METADATA block #0
type: 0 (STREAMINFO)
is last: false
length: 34
sample_rate: 8000 Hz
channels: 1
bits-per-sample: 8
total samples: 80000
MD5 signature: a042237c5493fdb9656b94a83608d11a
METADATA block #1
type: 3 (SEEKTABLE)
is last: false
length: 18
seek points: 1
point 0: sample_number=0
METADATA block #2
type: 4 (VORBIS_COMMENT)
is last: false
length: 132
comments: 3
comment[0]: ARTIST=The_artist_formerly_known_as_the_artist...
comment[1]: ARTIST=Chuck_Woolery
comment[2]: ARTIST=Vern
METADATA block #3
type: 1 (PADDING)
is last: true
length: 20449

View File

@ -0,0 +1,28 @@
METADATA block #0
type: 0 (STREAMINFO)
is last: false
length: 34
sample_rate: 8000 Hz
channels: 1
bits-per-sample: 8
total samples: 80000
MD5 signature: a042237c5493fdb9656b94a83608d11a
METADATA block #1
type: 3 (SEEKTABLE)
is last: false
length: 18
seek points: 1
point 0: sample_number=0
METADATA block #2
type: 4 (VORBIS_COMMENT)
is last: false
length: 166
comments: 4
comment[0]: ARTIST=The_artist_formerly_known_as_the_artist...
comment[1]: ARTIST=Chuck_Woolery
comment[2]: ARTIST=Vern
comment[3]: TITLE=He_who_smelt_it_dealt_it
METADATA block #3
type: 1 (PADDING)
is last: true
length: 20415

View File

@ -0,0 +1,4 @@
reference libFLAC 1.3.2 20170101
ARTIST=The_artist_formerly_known_as_the_artist...
ARTIST=Chuck_Woolery
ARTIST=Vern

View File

@ -0,0 +1,27 @@
METADATA block #0
type: 0 (STREAMINFO)
is last: false
length: 34
sample_rate: 8000 Hz
channels: 1
bits-per-sample: 8
total samples: 80000
MD5 signature: a042237c5493fdb9656b94a83608d11a
METADATA block #1
type: 3 (SEEKTABLE)
is last: false
length: 18
seek points: 1
point 0: sample_number=0
METADATA block #2
type: 4 (VORBIS_COMMENT)
is last: false
length: 113
comments: 3
comment[0]: ARTIST=Chuck_Woolery
comment[1]: ARTIST=Vern
comment[2]: TITLE=He_who_smelt_it_dealt_it
METADATA block #3
type: 1 (PADDING)
is last: true
length: 20468

View File

@ -0,0 +1,25 @@
METADATA block #0
type: 0 (STREAMINFO)
is last: false
length: 34
sample_rate: 8000 Hz
channels: 1
bits-per-sample: 8
total samples: 80000
MD5 signature: a042237c5493fdb9656b94a83608d11a
METADATA block #1
type: 3 (SEEKTABLE)
is last: false
length: 18
seek points: 1
point 0: sample_number=0
METADATA block #2
type: 4 (VORBIS_COMMENT)
is last: false
length: 74
comments: 1
comment[0]: TITLE=He_who_smelt_it_dealt_it
METADATA block #3
type: 1 (PADDING)
is last: true
length: 20507

View File

@ -0,0 +1,6 @@
METADATA block #2
type: 4 (VORBIS_COMMENT)
is last: false
length: 74
comments: 1
comment[0]: TITLE=He_who_smelt_it_dealt_it

View File

@ -0,0 +1,9 @@
METADATA block #0
type: 0 (STREAMINFO)
is last: false
length: 34
sample_rate: 8000 Hz
channels: 1
bits-per-sample: 8
total samples: 80000
MD5 signature: a042237c5493fdb9656b94a83608d11a

View File

@ -0,0 +1,12 @@
METADATA block #1
type: 3 (SEEKTABLE)
is last: false
length: 18
seek points: 1
point 0: sample_number=0
METADATA block #2
type: 4 (VORBIS_COMMENT)
is last: false
length: 74
comments: 1
comment[0]: TITLE=He_who_smelt_it_dealt_it

View File

@ -0,0 +1,10 @@
METADATA block #2
type: 4 (VORBIS_COMMENT)
is last: false
length: 74
comments: 1
comment[0]: TITLE=He_who_smelt_it_dealt_it
METADATA block #3
type: 1 (PADDING)
is last: true
length: 20507

View File

@ -0,0 +1,13 @@
METADATA block #0
type: 0 (STREAMINFO)
is last: false
length: 34
sample_rate: 8000 Hz
channels: 1
bits-per-sample: 8
total samples: 80000
MD5 signature: a042237c5493fdb9656b94a83608d11a
METADATA block #3
type: 1 (PADDING)
is last: true
length: 20507

Some files were not shown because too many files have changed in this diff Show More