• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

msvc++/H17-Feb-2004-665475

CHANGESH A D17-Feb-20042.8 KiB8451

COPYINGH A D28-Feb-200017.6 KiB341281

COPYRIGHTH A D23-Jan-2004923 2215

CREDITSH A D23-Jan-2004765 2916

INSTALLH A D28-Feb-20007.6 KiB184143

Makefile.amH A D17-Feb-20044 KiB12449

Makefile.inH A D03-May-202227.1 KiB798701

READMEH A D23-Jan-20043.3 KiB10361

TODOH A D23-Jan-2004278 137

VERSIONH A D23-Jan-200485 75

aclocal.m4H A D05-Feb-2004236.3 KiB6,8186,059

compat.cH A D17-Feb-200415.8 KiB504408

compat.gperfH A D23-Jan-20048.3 KiB298255

compat.hH A D23-Jan-20041.3 KiB4214

config.guessH A D17-Feb-200441.9 KiB1,4331,234

config.h.inH A D15-Feb-20042 KiB8054

config.subH A D17-Feb-200430.2 KiB1,5381,397

configureH A D05-Feb-2004671.7 KiB21,46517,312

configure.acH A D23-Jan-20044.5 KiB206169

crc.cH A D17-Feb-20045.6 KiB13898

crc.hH A D17-Feb-20041,023 305

debug.cH A D23-Jan-20044.4 KiB223149

debug.hH A D23-Jan-20041.2 KiB359

depcompH A D28-Mar-200313 KiB465298

field.cH A D23-Jan-200418.3 KiB891570

field.hH A D23-Jan-20041.3 KiB3710

file.cH A D23-Jan-200413.3 KiB675403

file.hH A D23-Jan-2004938 263

frame.cH A D23-Jan-200413.4 KiB627436

frame.hH A D23-Jan-20041.2 KiB3710

frametype.cH A D17-Feb-200418.1 KiB569486

frametype.gperfH A D23-Jan-20049.7 KiB364318

frametype.hH A D23-Jan-20041.5 KiB4317

genre.cH A D23-Jan-20043.4 KiB15280

genre.datH A D17-Feb-200417.1 KiB481474

genre.dat.inH A D03-May-20222.9 KiB225219

genre.dat.sedH A D23-Jan-20041.4 KiB5550

genre.hH A D23-Jan-2004971 284

global.hH A D23-Jan-20041.7 KiB5424

id3tag.hH A D23-Jan-200410.4 KiB365252

id3tag.pc.inH A D03-May-2022208 119

install-shH A D28-Mar-20036.2 KiB277169

latin1.cH A D23-Jan-20044.7 KiB218109

latin1.hH A D23-Jan-20041.7 KiB4616

libid3tag.list.inH A D04-Jun-2003582 2218

ltmain.shH A D17-Feb-2004178.5 KiB6,4005,036

missingH A D28-Mar-200310 KiB337263

mkinstalldirsH A D28-Mar-20031.9 KiB11285

parse.cH A D23-Jan-20044.3 KiB197136

parse.hH A D23-Jan-20041.4 KiB3511

render.cH A D23-Jan-20044.3 KiB201136

render.hH A D23-Jan-20041.6 KiB4115

tag.cH A D17-Feb-200418.7 KiB910603

tag.hH A D23-Jan-20041 KiB316

ucs4.cH A D23-Jan-20044.7 KiB225117

ucs4.hH A D23-Jan-20041.4 KiB4213

utf16.cH A D23-Jan-20046.2 KiB287172

utf16.hH A D23-Jan-20041.8 KiB5222

utf8.cH A D23-Jan-20048.6 KiB366257

utf8.hH A D23-Jan-20041.5 KiB4314

util.cH A D23-Jan-20043.3 KiB14885

util.hH A D23-Jan-20041.2 KiB3610

version.cH A D23-Jan-20041.3 KiB4619

version.hH A D23-Jan-2004947 263

README

1
2 libid3tag - ID3 tag manipulation library
3 Copyright (C) 2000-2004 Underbit Technologies, Inc.
4
5 $Id: README,v 1.5 2004/01/23 09:41:32 rob Exp $
6
7===============================================================================
8
9INTRODUCTION
10
11  libid3tag is a library for reading and (eventually) writing ID3 tags, both
12  ID3v1 and the various versions of ID3v2.
13
14  See the file `id3tag.h' for the current library interface.
15
16  This package uses GNU libtool to arrange for zlib to be linked
17  automatically when you link your programs with this library. If you aren't
18  using GNU libtool, in some cases you may need to link with zlib
19  explicitly:
20
21      ${link_command} ... -lid3tag -lz
22
23===============================================================================
24
25BUILDING AND INSTALLING
26
27  Note that this library depends on zlib 1.1.4 or later. If you don't have
28  zlib already, you can obtain it from:
29
30      http://www.gzip.org/zlib/
31
32  You must have zlib installed before you can build this package.
33
34Windows Platforms
35
36  libid3tag can be built under Windows using either MSVC++ or Cygwin. A
37  MSVC++ project file can be found under the `msvc++' subdirectory.
38
39  To build libid3tag using Cygwin, you will first need to install the Cygwin
40  tools:
41
42      http://www.cygwin.com/
43
44  You may then proceed with the following POSIX instructions within the
45  Cygwin shell.
46
47  Note that by default Cygwin will build a library that depends on the
48  Cygwin DLL. You can use MinGW to build a library that does not depend on
49  the Cygwin DLL. To do so, give the option --host=mingw32 to `configure'.
50  Be certain you also link with a MinGW version of zlib.
51
52POSIX Platforms (including Cygwin)
53
54  The code is distributed with a `configure' script that will generate for
55  you a `Makefile' and a `config.h' for your platform. See the file
56  `INSTALL' for generic instructions.
57
58  The specific options you may want to give `configure' are:
59
60      --disable-debugging       do not compile with debugging support, and
61                                use more optimizations
62
63      --disable-shared          do not build a shared library
64
65  By default the package will build a shared library if possible for your
66  platform. If you want only a static library, use --disable-shared.
67
68  If zlib is installed in an unusual place or `configure' can't find it, you
69  may need to indicate where it is:
70
71      ./configure ... CPPFLAGS="-I${include_dir}" LDFLAGS="-L${lib_dir}"
72
73  where ${include_dir} and ${lib_dir} are the locations of the installed
74  header and library files, respectively.
75
76Experimenting and Developing
77
78  Further options for `configure' that may be useful to developers and
79  experimenters are:
80
81      --enable-debugging        enable diagnostic debugging support and
82                                debugging symbols
83
84      --enable-profiling        generate `gprof' profiling code
85
86===============================================================================
87
88COPYRIGHT
89
90  Please read the `COPYRIGHT' file for copyright and warranty information.
91  Also, the file `COPYING' contains the full text of the GNU GPL.
92
93  Send inquiries, comments, bug reports, suggestions, patches, etc. to:
94
95      Underbit Technologies, Inc. <support@underbit.com>
96
97  See also the MAD home page on the Web:
98
99      http://www.underbit.com/products/mad/
100
101===============================================================================
102
103