mirror of
https://github.com/taglib/taglib.git
synced 2025-07-22 06:54:22 -04:00
*poof*
I've warned people about removing autoconf/automake support for a long time, so let's make it happen for 1.7. CMake is now the only supported build system. I'll update build docs in a following commit. CCMAIL:taglib-devel@kde.org git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@1220235 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
This commit is contained in:
@ -1,58 +0,0 @@
|
||||
SUBDIRS = toolkit mpeg ogg flac ape mpc wavpack trueaudio riff asf mp4
|
||||
|
||||
DEFS = -DMAKE_TAGLIB_LIB @DEFS@
|
||||
INCLUDES = \
|
||||
-I$(top_srcdir)/taglib \
|
||||
-I$(top_srcdir)/taglib/toolkit \
|
||||
-I$(top_srcdir)/taglib/mpeg \
|
||||
-I$(top_srcdir)/taglib/ogg \
|
||||
-I$(top_srcdir)/taglib/ogg/flac \
|
||||
-I$(top_srcdir)/taglib/flac \
|
||||
-I$(top_srcdir)/taglib/mpc \
|
||||
-I$(top_srcdir)/taglib/asf \
|
||||
-I$(top_srcdir)/taglib/mp4 \
|
||||
-I$(top_srcdir)/taglib/ogg/vorbis \
|
||||
-I$(top_srcdir)/taglib/ogg/speex \
|
||||
-I$(top_srcdir)/taglib/wavpack \
|
||||
-I$(top_srcdir)/taglib/trueaudio \
|
||||
-I$(top_srcdir)/taglib/riff \
|
||||
-I$(top_srcdir)/taglib/riff/aiff \
|
||||
-I$(top_srcdir)/taglib/riff/wav \
|
||||
-I$(top_srcdir)/taglib/ape \
|
||||
-I$(top_srcdir)/taglib/mpeg/id3v2 \
|
||||
-I$(top_srcdir)/taglib/mpeg/id3v2/frames \
|
||||
$(all_includes)
|
||||
|
||||
lib_LTLIBRARIES = libtag.la
|
||||
|
||||
libtag_la_SOURCES = tag.cpp tagunion.cpp fileref.cpp audioproperties.cpp
|
||||
taglib_include_HEADERS = tag.h fileref.h audioproperties.h taglib_export.h taglib_config.h
|
||||
taglib_includedir = $(includedir)/taglib
|
||||
|
||||
# Here are a set of rules to help you update your library version information:
|
||||
# Scheme: current:revsion:age
|
||||
# 1. Start with version information of `0:0:0' for each libtool library.
|
||||
# 2. Update the version information only immediately before a public release
|
||||
# of your software. More frequent updates are unnecessary, and only
|
||||
# guarantee that the current interface number gets larger faster.
|
||||
# 3. If the library source code has changed at all since the last update,
|
||||
# then increment revision (`c:r:a' becomes `c:r+1:a').
|
||||
# 4. If any interfaces have been added, removed, or changed since the last
|
||||
# update, increment current, and set revision to 0.
|
||||
# 5. If any interfaces have been added since the last public release, then
|
||||
# increment age.
|
||||
# 6. If any interfaces have been removed since the last public release, then
|
||||
# set age to 0.
|
||||
# Version history:
|
||||
# 6:0:5 -- TagLib 1.5
|
||||
# 7:0:6 -- TagLib 1.6 RC1
|
||||
# 7:1:6 -- TagLib 1.6
|
||||
# 8:0:7 -- TagLib 1.6.1
|
||||
# 9:0:8 -- TagLib 1.6.2
|
||||
# 10:0:9 -- TagLib 1.6.3
|
||||
|
||||
libtag_la_LDFLAGS = $(all_libraries) -no-undefined -version-info 10:0:9
|
||||
libtag_la_LIBADD = ./mpeg/libmpeg.la ./ogg/libogg.la ./flac/libflac.la ./mpc/libmpc.la \
|
||||
./ape/libape.la ./toolkit/libtoolkit.la ./wavpack/libwavpack.la \
|
||||
./trueaudio/libtrueaudio.la ./riff/libriff.la \
|
||||
./mp4/libmp4.la ./asf/libasf.la
|
@ -1,14 +0,0 @@
|
||||
DEFS = -DMAKE_TAGLIB_LIB @DEFS@
|
||||
INCLUDES = \
|
||||
-I$(top_srcdir)/taglib \
|
||||
-I$(top_srcdir)/taglib/toolkit \
|
||||
-I$(top_srcdir)/taglib/mpeg/id3v1 -I../mpeg/id3v1 \
|
||||
-I$(top_srcdir)/taglib/mpeg/id3v2 -I../mpeg/id3v2 \
|
||||
$(all_includes)
|
||||
|
||||
noinst_LTLIBRARIES = libape.la
|
||||
|
||||
libape_la_SOURCES = apetag.cpp apefooter.cpp apeitem.cpp apefile.cpp apeproperties.cpp
|
||||
|
||||
taglib_include_HEADERS = apetag.h apefooter.h apeitem.h apefile.h apeproperties.cpp
|
||||
taglib_includedir = $(includedir)/taglib
|
@ -1,12 +0,0 @@
|
||||
DEFS = -DMAKE_TAGLIB_LIB @DEFS@
|
||||
INCLUDES = \
|
||||
-I$(top_srcdir)/taglib \
|
||||
-I$(top_srcdir)/taglib/toolkit \
|
||||
$(all_includes)
|
||||
|
||||
noinst_LTLIBRARIES = libasf.la
|
||||
|
||||
libasf_la_SOURCES = asfattribute.cpp asffile.cpp asfproperties.cpp asftag.cpp asfpicture.cpp
|
||||
|
||||
taglib_include_HEADERS = asfattribute.h asffile.h asfproperties.h asftag.h asfpicture.h
|
||||
taglib_includedir = $(includedir)/taglib
|
@ -1,16 +0,0 @@
|
||||
DEFS = -DMAKE_TAGLIB_LIB @DEFS@
|
||||
INCLUDES = \
|
||||
-I$(top_srcdir)/taglib \
|
||||
-I$(top_srcdir)/taglib/toolkit \
|
||||
-I$(top_srcdir)/taglib/ogg \
|
||||
-I$(top_srcdir)/taglib/mpeg/id3v2 \
|
||||
-I$(top_srcdir)/taglib/mpeg/id3v2/frames \
|
||||
-I$(top_srcdir)/taglib/mpeg/id3v1 \
|
||||
$(all_includes)
|
||||
|
||||
noinst_LTLIBRARIES = libflac.la
|
||||
|
||||
libflac_la_SOURCES = flacfile.cpp flacpicture.cpp flacproperties.cpp
|
||||
|
||||
taglib_include_HEADERS = flacfile.h flacpicture.h flacproperties.h
|
||||
taglib_includedir = $(includedir)/taglib
|
@ -1,13 +0,0 @@
|
||||
DEFS = -DMAKE_TAGLIB_LIB @DEFS@
|
||||
INCLUDES = \
|
||||
-I$(top_srcdir)/taglib \
|
||||
-I$(top_srcdir)/taglib/toolkit \
|
||||
-I$(top_srcdir)/taglib/mpeg/id3v1 \
|
||||
$(all_includes)
|
||||
|
||||
noinst_LTLIBRARIES = libmp4.la
|
||||
|
||||
libmp4_la_SOURCES = mp4atom.cpp mp4file.cpp mp4item.cpp mp4properties.cpp mp4tag.cpp mp4coverart.cpp
|
||||
|
||||
taglib_include_HEADERS = mp4atom.h mp4file.h mp4item.h mp4properties.h mp4tag.h mp4coverart.h
|
||||
taglib_includedir = $(includedir)/taglib
|
@ -1,15 +0,0 @@
|
||||
DEFS = -DMAKE_TAGLIB_LIB @DEFS@
|
||||
INCLUDES = \
|
||||
-I$(top_srcdir)/taglib \
|
||||
-I$(top_srcdir)/taglib/toolkit \
|
||||
-I$(top_srcdir)/taglib/ape \
|
||||
-I$(top_srcdir)/taglib/mpeg/id3v1 \
|
||||
-I$(top_srcdir)/taglib/mpeg/id3v2 \
|
||||
$(all_includes)
|
||||
|
||||
noinst_LTLIBRARIES = libmpc.la
|
||||
|
||||
libmpc_la_SOURCES = mpcfile.cpp mpcproperties.cpp
|
||||
|
||||
taglib_include_HEADERS = mpcfile.h mpcproperties.h
|
||||
taglib_includedir = $(includedir)/taglib
|
@ -1,18 +0,0 @@
|
||||
SUBDIRS = id3v1 id3v2
|
||||
DEFS = -DMAKE_TAGLIB_LIB @DEFS@
|
||||
INCLUDES = \
|
||||
-I$(top_srcdir)/taglib \
|
||||
-I$(top_srcdir)/taglib/toolkit \
|
||||
-I$(top_srcdir)/taglib/ape \
|
||||
-I$(top_srcdir)/taglib/mpeg/id3v2 -I./id3v2 \
|
||||
-I$(top_srcdir)/taglib/mpeg/id3v1 -I./id3v1 \
|
||||
$(all_includes)
|
||||
|
||||
noinst_LTLIBRARIES = libmpeg.la
|
||||
|
||||
libmpeg_la_SOURCES = mpegfile.cpp mpegproperties.cpp mpegheader.cpp xingheader.cpp
|
||||
|
||||
taglib_include_HEADERS = mpegfile.h mpegproperties.h mpegheader.h xingheader.h
|
||||
taglib_includedir = $(includedir)/taglib
|
||||
|
||||
libmpeg_la_LIBADD = ./id3v2/libid3v2.la ./id3v1/libid3v1.la
|
@ -1,13 +0,0 @@
|
||||
DEFS = -DMAKE_TAGLIB_LIB @DEFS@
|
||||
INCLUDES = \
|
||||
-I$(top_srcdir)/taglib \
|
||||
-I$(top_srcdir)/taglib/toolkit \
|
||||
-I$(top_srcdir)/taglib/mpeg \
|
||||
$(all_includes)
|
||||
|
||||
noinst_LTLIBRARIES = libid3v1.la
|
||||
|
||||
libid3v1_la_SOURCES = id3v1tag.cpp id3v1genres.cpp
|
||||
|
||||
taglib_include_HEADERS = id3v1tag.h id3v1genres.h
|
||||
taglib_includedir = $(includedir)/taglib
|
@ -1,27 +0,0 @@
|
||||
SUBDIRS = frames
|
||||
DEFS = -DMAKE_TAGLIB_LIB @DEFS@
|
||||
INCLUDES = \
|
||||
-I$(top_srcdir)/taglib \
|
||||
-I$(top_srcdir)/taglib/toolkit \
|
||||
-I$(top_srcdir)/taglib/mpeg \
|
||||
-I$(top_srcdir)/taglib/mpeg/id3v1 \
|
||||
$(all_includes)
|
||||
|
||||
noinst_LTLIBRARIES = libid3v2.la
|
||||
|
||||
libid3v2_la_SOURCES = \
|
||||
id3v2framefactory.cpp id3v2synchdata.cpp id3v2tag.cpp \
|
||||
id3v2header.cpp id3v2frame.cpp id3v2footer.cpp \
|
||||
id3v2extendedheader.cpp
|
||||
|
||||
taglib_include_HEADERS = \
|
||||
id3v2extendedheader.h id3v2frame.h id3v2header.h \
|
||||
id3v2synchdata.h id3v2footer.h id3v2framefactory.h id3v2tag.h
|
||||
|
||||
taglib_includedir = $(includedir)/taglib
|
||||
|
||||
if link_zlib
|
||||
zlib = -lz
|
||||
endif
|
||||
|
||||
libid3v2_la_LIBADD = ./frames/libframes.la $(zlib)
|
@ -1,36 +0,0 @@
|
||||
DEFS = -DMAKE_TAGLIB_LIB @DEFS@
|
||||
INCLUDES = \
|
||||
-I$(top_srcdir)/taglib \
|
||||
-I$(top_srcdir)/taglib/toolkit \
|
||||
-I$(top_srcdir)/taglib/mpeg/id3v2 \
|
||||
$(all_includes)
|
||||
|
||||
noinst_LTLIBRARIES = libframes.la
|
||||
|
||||
libframes_la_SOURCES = \
|
||||
attachedpictureframe.cpp \
|
||||
commentsframe.cpp \
|
||||
generalencapsulatedobjectframe.cpp \
|
||||
popularimeterframe.cpp \
|
||||
privateframe.cpp \
|
||||
relativevolumeframe.cpp \
|
||||
textidentificationframe.cpp \
|
||||
uniquefileidentifierframe.cpp \
|
||||
unknownframe.cpp \
|
||||
unsynchronizedlyricsframe.cpp \
|
||||
urllinkframe.cpp
|
||||
|
||||
taglib_include_HEADERS = \
|
||||
attachedpictureframe.h \
|
||||
commentsframe.h \
|
||||
generalencapsulatedobjectframe.h \
|
||||
popularimeterframe.h \
|
||||
privateframe.h \
|
||||
relativevolumeframe.h \
|
||||
textidentificationframe.h \
|
||||
uniquefileidentifierframe.h \
|
||||
unknownframe.h \
|
||||
unsynchronizedlyricsframe.h \
|
||||
urllinkframe.h
|
||||
|
||||
taglib_includedir = $(includedir)/taglib
|
@ -1,22 +0,0 @@
|
||||
SUBDIRS = vorbis flac speex
|
||||
|
||||
DEFS = -DMAKE_TAGLIB_LIB @DEFS@
|
||||
INCLUDES = -I$(top_srcdir)/taglib -I$(top_srcdir)/taglib/toolkit $(all_includes)
|
||||
|
||||
noinst_LTLIBRARIES = libogg.la
|
||||
|
||||
libogg_la_SOURCES = \
|
||||
oggfile.cpp \
|
||||
oggpage.cpp \
|
||||
oggpageheader.cpp \
|
||||
xiphcomment.cpp
|
||||
|
||||
taglib_include_HEADERS = \
|
||||
oggfile.h \
|
||||
oggpage.h \
|
||||
oggpageheader.h \
|
||||
xiphcomment.h
|
||||
|
||||
taglib_includedir = $(includedir)/taglib
|
||||
|
||||
libogg_la_LIBADD = ./vorbis/libvorbis.la ./flac/liboggflac.la ./speex/libspeex.la
|
@ -1,14 +0,0 @@
|
||||
DEFS = -DMAKE_TAGLIB_LIB @DEFS@
|
||||
INCLUDES = \
|
||||
-I$(top_srcdir)/taglib \
|
||||
-I$(top_srcdir)/taglib/toolkit \
|
||||
-I$(top_srcdir)/taglib/ogg \
|
||||
-I$(top_srcdir)/taglib/flac \
|
||||
$(all_includes)
|
||||
|
||||
noinst_LTLIBRARIES = liboggflac.la
|
||||
|
||||
liboggflac_la_SOURCES = oggflacfile.cpp
|
||||
|
||||
taglib_include_HEADERS = oggflacfile.h
|
||||
taglib_includedir = $(includedir)/taglib
|
@ -1,13 +0,0 @@
|
||||
DEFS = -DMAKE_TAGLIB_LIB @DEFS@
|
||||
INCLUDES = \
|
||||
-I$(top_srcdir)/taglib \
|
||||
-I$(top_srcdir)/taglib/toolkit \
|
||||
-I$(top_srcdir)/taglib/ogg \
|
||||
$(all_includes)
|
||||
|
||||
noinst_LTLIBRARIES = libspeex.la
|
||||
|
||||
libspeex_la_SOURCES = speexfile.cpp speexproperties.cpp
|
||||
|
||||
taglib_include_HEADERS = speexfile.h speexproperties.h
|
||||
taglib_includedir = $(includedir)/taglib
|
@ -1,13 +0,0 @@
|
||||
DEFS = -DMAKE_TAGLIB_LIB @DEFS@
|
||||
INCLUDES = \
|
||||
-I$(top_srcdir)/taglib \
|
||||
-I$(top_srcdir)/taglib/toolkit \
|
||||
-I$(top_srcdir)/taglib/ogg \
|
||||
$(all_includes)
|
||||
|
||||
noinst_LTLIBRARIES = libvorbis.la
|
||||
|
||||
libvorbis_la_SOURCES = vorbisfile.cpp vorbisproperties.cpp
|
||||
|
||||
taglib_include_HEADERS = vorbisfile.h vorbisproperties.h
|
||||
taglib_includedir = $(includedir)/taglib
|
@ -1,16 +0,0 @@
|
||||
SUBDIRS = aiff wav
|
||||
|
||||
DEFS = -DMAKE_TAGLIB_LIB @DEFS@
|
||||
INCLUDES = \
|
||||
-I$(top_srcdir)/taglib \
|
||||
-I$(top_srcdir)/taglib/toolkit \
|
||||
$(all_includes)
|
||||
|
||||
noinst_LTLIBRARIES = libriff.la
|
||||
|
||||
libriff_la_SOURCES = rifffile.cpp
|
||||
|
||||
taglib_include_HEADERS = rifffile.h
|
||||
taglib_includedir = $(includedir)/taglib
|
||||
|
||||
libriff_la_LIBADD = ./aiff/libaiff.la ./wav/libwav.la
|
@ -1,14 +0,0 @@
|
||||
DEFS = -DMAKE_TAGLIB_LIB @DEFS@
|
||||
INCLUDES = \
|
||||
-I$(top_srcdir)/taglib \
|
||||
-I$(top_srcdir)/taglib/toolkit \
|
||||
-I$(top_srcdir)/taglib/riff \
|
||||
-I$(top_srcdir)/taglib/mpeg/id3v2 \
|
||||
$(all_includes)
|
||||
|
||||
noinst_LTLIBRARIES = libaiff.la
|
||||
|
||||
libaiff_la_SOURCES = aifffile.cpp aiffproperties.cpp
|
||||
|
||||
taglib_include_HEADERS = aifffile.h aiffproperties.h
|
||||
taglib_includedir = $(includedir)/taglib
|
@ -1,14 +0,0 @@
|
||||
DEFS = -DMAKE_TAGLIB_LIB @DEFS@
|
||||
INCLUDES = \
|
||||
-I$(top_srcdir)/taglib \
|
||||
-I$(top_srcdir)/taglib/toolkit \
|
||||
-I$(top_srcdir)/taglib/riff \
|
||||
-I$(top_srcdir)/taglib/mpeg/id3v2 \
|
||||
$(all_includes)
|
||||
|
||||
noinst_LTLIBRARIES = libwav.la
|
||||
|
||||
libwav_la_SOURCES = wavfile.cpp wavproperties.cpp
|
||||
|
||||
taglib_include_HEADERS = wavfile.h wavproperties.h
|
||||
taglib_includedir = $(includedir)/taglib
|
@ -1,5 +0,0 @@
|
||||
/* With ASF support */
|
||||
#undef TAGLIB_WITH_ASF
|
||||
|
||||
/* With MP4 support */
|
||||
#undef TAGLIB_WITH_MP4
|
@ -1,17 +0,0 @@
|
||||
DEFS = -DMAKE_TAGLIB_LIB @DEFS@
|
||||
INCLUDES = \
|
||||
-I$(top_srcdir)/taglib \
|
||||
$(all_includes)
|
||||
|
||||
noinst_LTLIBRARIES = libtoolkit.la
|
||||
|
||||
libtoolkit_la_SOURCES = \
|
||||
tstring.cpp tstringlist.cpp tbytevector.cpp \
|
||||
tbytevectorlist.cpp tfile.cpp tdebug.cpp unicode.cpp
|
||||
|
||||
taglib_include_HEADERS = \
|
||||
taglib.h tstring.h tlist.h tlist.tcc tstringlist.h \
|
||||
tbytevector.h tbytevectorlist.h tfile.h \
|
||||
tmap.h tmap.tcc
|
||||
|
||||
taglib_includedir = $(includedir)/taglib
|
@ -1,15 +0,0 @@
|
||||
DEFS = -DMAKE_TAGLIB_LIB @DEFS@
|
||||
INCLUDES = \
|
||||
-I$(top_srcdir)/taglib \
|
||||
-I$(top_srcdir)/taglib/toolkit \
|
||||
-I$(top_srcdir)/taglib/mpc \
|
||||
-I$(top_srcdir)/taglib/mpeg/id3v1 \
|
||||
-I$(top_srcdir)/taglib/mpeg/id3v2 \
|
||||
$(all_includes)
|
||||
|
||||
noinst_LTLIBRARIES = libtrueaudio.la
|
||||
|
||||
libtrueaudio_la_SOURCES = trueaudiofile.cpp trueaudioproperties.cpp
|
||||
|
||||
taglib_include_HEADERS = trueaudiofile.h trueaudioproperties.h
|
||||
taglib_includedir = $(includedir)/taglib
|
@ -1,16 +0,0 @@
|
||||
DEFS = -DMAKE_TAGLIB_LIB @DEFS@
|
||||
INCLUDES = \
|
||||
-I$(top_srcdir)/taglib \
|
||||
-I$(top_srcdir)/taglib/toolkit \
|
||||
-I$(top_srcdir)/taglib/ape \
|
||||
-I$(top_srcdir)/taglib/mpc \
|
||||
-I$(top_srcdir)/taglib/mpeg/id3v1 \
|
||||
-I$(top_srcdir)/taglib/mpeg/id3v2 \
|
||||
$(all_includes)
|
||||
|
||||
noinst_LTLIBRARIES = libwavpack.la
|
||||
|
||||
libwavpack_la_SOURCES = wavpackfile.cpp wavpackproperties.cpp
|
||||
|
||||
taglib_include_HEADERS = wavpackfile.h wavpackproperties.h
|
||||
taglib_includedir = $(includedir)/taglib
|
Reference in New Issue
Block a user