summaryrefslogtreecommitdiffstats
path: root/src/metadata
diff options
context:
space:
mode:
Diffstat (limited to 'src/metadata')
-rw-r--r--src/metadata/Makefile.am29
-rw-r--r--src/metadata/aac/Makefile.am12
-rwxr-xr-xsrc/metadata/ape/Makefile.am6
-rw-r--r--src/metadata/asf/Makefile.am20
-rw-r--r--src/metadata/audible/Makefile.am17
-rw-r--r--src/metadata/m4a/Makefile.am84
-rwxr-xr-xsrc/metadata/optimfrog/Makefile.am6
-rw-r--r--src/metadata/rmff/Makefile.am15
-rw-r--r--src/metadata/speex/Makefile.am16
-rw-r--r--src/metadata/trueaudio/Makefile.am16
-rw-r--r--src/metadata/wav/Makefile.am15
-rw-r--r--src/metadata/wavpack/Makefile.am16
12 files changed, 0 insertions, 252 deletions
diff --git a/src/metadata/Makefile.am b/src/metadata/Makefile.am
deleted file mode 100644
index 494ee23..0000000
--- a/src/metadata/Makefile.am
+++ /dev/null
@@ -1,29 +0,0 @@
-SUBDIRS = speex wavpack trueaudio asf audible rmff m4a aac wav ape optimfrog
-
-
-INCLUDES = $(all_includes) $(taglib_includes)
-METASOURCES = AUTO
-libmetadata_la_LDFLAGS = $(all_libraries)
-noinst_LTLIBRARIES = libmetadata.la
-
-libmetadata_la_SOURCES = \
- tplugins.cpp \
- tagengine.cpp
-
-noinst_HEADERS = \
- tplugins.h \
- tagengine.h
-
-libmetadata_la_LIBADD = \
- speex/libtagspeex.la \
- trueaudio/libtagtrueaudio.la \
- wavpack/libtagwavpack.la \
- asf/libtagasf.la \
- wav/libtagwav.la \
- rmff/libtagrealmedia.la \
- m4a/libtagm4a.la \
- $(taglib_libs) \
- aac/libtagaac.la \
- audible/libtagaudible.la \
- ape/libtagmonkeysaudio.la \
- optimfrog/libtagoptimfrog.la
diff --git a/src/metadata/aac/Makefile.am b/src/metadata/aac/Makefile.am
deleted file mode 100644
index b6b0f43..0000000
--- a/src/metadata/aac/Makefile.am
+++ /dev/null
@@ -1,12 +0,0 @@
-SUBDIRS =
-METASOURCES = AUTO
-INCLUDES = $(all_includes) $(taglib_includes)
-
-libtagaac_la_LDFLAGS = $(all_libraries)
-noinst_LTLIBRARIES = libtagaac.la
-
-libtagaac_la_SOURCES = \
- aacfiletyperesolver.cpp
-
-noinst_HEADERS = \
- aacfiletyperesolver.h
diff --git a/src/metadata/ape/Makefile.am b/src/metadata/ape/Makefile.am
deleted file mode 100755
index 156cf91..0000000
--- a/src/metadata/ape/Makefile.am
+++ /dev/null
@@ -1,6 +0,0 @@
-INCLUDES = $(all_includes) $(taglib_includes)
-METASOURCES = AUTO
-libtagmonkeysaudio_la_LDFLAGS = $(all_libraries)
-noinst_LTLIBRARIES = libtagmonkeysaudio.la
-noinst_HEADERS = taglib_monkeysaudiofiletyperesolver.h
-libtagmonkeysaudio_la_SOURCES = taglib_monkeysaudiofiletyperesolver.cpp
diff --git a/src/metadata/asf/Makefile.am b/src/metadata/asf/Makefile.am
deleted file mode 100644
index 63fa0e1..0000000
--- a/src/metadata/asf/Makefile.am
+++ /dev/null
@@ -1,20 +0,0 @@
-SUBDIRS =
-
-INCLUDES = $(all_includes) $(taglib_includes)
-METASOURCES = AUTO
-libtagasf_la_LDFLAGS = $(all_libraries)
-noinst_LTLIBRARIES = libtagasf.la
-
-libtagasf_la_SOURCES = \
- asfattribute.cpp \
- asfproperties.cpp \
- asftag.cpp \
- asffile.cpp \
- taglib_asffiletyperesolver.cpp
-
-noinst_HEADERS = \
- asfattribute.h \
- asfproperties.h \
- asftag.h \
- asffile.h \
- taglib_asffiletyperesolver.h
diff --git a/src/metadata/audible/Makefile.am b/src/metadata/audible/Makefile.am
deleted file mode 100644
index dcade34..0000000
--- a/src/metadata/audible/Makefile.am
+++ /dev/null
@@ -1,17 +0,0 @@
-SUBDIRS =
-
-INCLUDES = $(all_includes) $(taglib_includes)
-METASOURCES = AUTO
-libtagaudible_la_LDFLAGS = $(all_libraries)
-noinst_LTLIBRARIES = libtagaudible.la
-
-libtagaudible_la_SOURCES = audibleproperties.cpp \
- audibletag.cpp \
- taglib_audiblefile.cpp \
- taglib_audiblefiletyperesolver.cpp
-
-noinst_HEADERS = audibleproperties.h \
- audibletag.h \
- taglib_audiblefile.h \
- taglib_audiblefiletyperesolver.h
-
diff --git a/src/metadata/m4a/Makefile.am b/src/metadata/m4a/Makefile.am
deleted file mode 100644
index 34d9af4..0000000
--- a/src/metadata/m4a/Makefile.am
+++ /dev/null
@@ -1,84 +0,0 @@
-SUBDIRS =
-METASOURCES = AUTO
-INCLUDES = $(all_includes) $(taglib_includes)
-
-libtagm4a_la_LDFLAGS = $(all_libraries)
-noinst_LTLIBRARIES = libtagm4a.la
-
-libtagm4a_la_SOURCES = \
- taglib_mp4filetyperesolver.cpp \
- mp4file.cpp \
- mp4itunestag.cpp \
- mp4isobox.cpp \
- mp4isofullbox.cpp \
- mp4skipbox.cpp \
- mp4moovbox.cpp \
- mp4mvhdbox.cpp \
- mp4ilstbox.cpp \
- boxfactory.cpp \
- mp4fourcc.cpp \
- mp4udtabox.cpp \
- mp4metabox.cpp \
- mp4tagsproxy.cpp \
- mp4mdiabox.cpp \
- mp4minfbox.cpp \
- mp4audioproperties.cpp \
- mp4hdlrbox.cpp \
- mp4stblbox.cpp \
- mp4audiosampleentry.cpp \
- mp4stsdbox.cpp \
- mp4sampleentry.cpp \
- mp4trakbox.cpp \
- mp4propsproxy.cpp \
- itunesnambox.cpp \
- itunesartbox.cpp \
- itunesalbbox.cpp \
- itunescvrbox.cpp \
- itunesgenbox.cpp \
- itunestrknbox.cpp \
- itunesdaybox.cpp \
- itunescmtbox.cpp \
- itunesgrpbox.cpp \
- ituneswrtbox.cpp \
- itunesdiskbox.cpp \
- itunestmpobox.cpp \
- itunesdatabox.cpp
-
-noinst_HEADERS = \
- taglib_mp4filetyperesolver.h \
- mp4file.h \
- mp4itunestag.h \
- mp4isobox.h \
- mp4isofullbox.h \
- mp4skipbox.h \
- mp4moovbox.h \
- mp4mvhdbox.h \
- mp4ilstbox.h \
- boxfactory.h \
- mp4fourcc.h \
- mp4udtabox.h \
- mp4metabox.h \
- mp4tagsproxy.h \
- mp4audioproperties.h \
- mp4hdlrbox.h \
- mp4propsproxy.h \
- mp4mdiabox.h \
- mp4stsdbox.h \
- mp4trakbox.h \
- mp4stblbox.h \
- mp4audiosampleentry.h \
- mp4minfbox.h \
- mp4sampleentry.h \
- itunesnambox.h \
- itunesartbox.h \
- itunesalbbox.h \
- itunesgenbox.h \
- itunestrknbox.h \
- itunesdaybox.h \
- itunescmtbox.h \
- itunescvrbox.h \
- itunesgrpbox.h \
- ituneswrtbox.h \
- itunesdiskbox.h \
- itunestmpobox.h \
- itunesdatabox.h
diff --git a/src/metadata/optimfrog/Makefile.am b/src/metadata/optimfrog/Makefile.am
deleted file mode 100755
index f2b7e6b..0000000
--- a/src/metadata/optimfrog/Makefile.am
+++ /dev/null
@@ -1,6 +0,0 @@
-INCLUDES = $(all_includes) $(taglib_includes)
-METASOURCES = AUTO
-libtagoptimfrog_la_LDFLAGS = $(all_libraries)
-noinst_LTLIBRARIES = libtagoptimfrog.la
-noinst_HEADERS = taglib_optimfrogfiletyperesolver.h
-libtagoptimfrog_la_SOURCES = taglib_optimfrogfiletyperesolver.cpp
diff --git a/src/metadata/rmff/Makefile.am b/src/metadata/rmff/Makefile.am
deleted file mode 100644
index b493e66..0000000
--- a/src/metadata/rmff/Makefile.am
+++ /dev/null
@@ -1,15 +0,0 @@
-SUBDIRS =
-
-INCLUDES = $(all_includes) $(taglib_includes)
-METASOURCES = AUTO
-libtagrealmedia_la_LDFLAGS = $(all_libraries)
-noinst_LTLIBRARIES = libtagrealmedia.la
-
-libtagrealmedia_la_SOURCES = rmff.cpp \
- taglib_realmediafile.cpp \
- taglib_realmediafiletyperesolver.cpp
-
-noinst_HEADERS = rmff.h \
- taglib_realmediafile.h \
- taglib_realmediafiletyperesolver.h
-
diff --git a/src/metadata/speex/Makefile.am b/src/metadata/speex/Makefile.am
deleted file mode 100644
index 6bf01aa..0000000
--- a/src/metadata/speex/Makefile.am
+++ /dev/null
@@ -1,16 +0,0 @@
-SUBDIRS =
-
-INCLUDES = $(all_includes) $(taglib_includes)
-METASOURCES = AUTO
-libtagspeex_la_LDFLAGS = $(all_libraries)
-noinst_LTLIBRARIES = libtagspeex.la
-
-libtagspeex_la_SOURCES = \
- speexfile.cpp \
- speexproperties.cpp \
- taglib_speexfiletyperesolver.cpp
-
-noinst_HEADERS = speexfile.h \
- speexproperties.h \
- taglib_speexfiletyperesolver.h
-
diff --git a/src/metadata/trueaudio/Makefile.am b/src/metadata/trueaudio/Makefile.am
deleted file mode 100644
index 01af09f..0000000
--- a/src/metadata/trueaudio/Makefile.am
+++ /dev/null
@@ -1,16 +0,0 @@
-SUBDIRS =
-
-INCLUDES = $(all_includes) $(taglib_includes)
-METASOURCES = AUTO
-libtagtrueaudio_la_LDFLAGS = $(all_libraries)
-noinst_LTLIBRARIES = libtagtrueaudio.la
-
-libtagtrueaudio_la_SOURCES = \
- ttafile.cpp \
- ttaproperties.cpp \
- taglib_trueaudiofiletyperesolver.cpp
-
-noinst_HEADERS = ttafile.h \
- ttaproperties.h \
- taglib_trueaudiofiletyperesolver.h
-
diff --git a/src/metadata/wav/Makefile.am b/src/metadata/wav/Makefile.am
deleted file mode 100644
index add569f..0000000
--- a/src/metadata/wav/Makefile.am
+++ /dev/null
@@ -1,15 +0,0 @@
-SUBDIRS =
-
-INCLUDES = $(all_includes) $(taglib_includes)
-METASOURCES = AUTO
-libtagwav_la_LDFLAGS = $(all_libraries)
-noinst_LTLIBRARIES = libtagwav.la
-
-libtagwav_la_SOURCES = wavproperties.cpp \
- wavfile.cpp \
- wavfiletyperesolver.cpp
-
-noinst_HEADERS = wavproperties.h \
- wavfile.h \
- wavfiletyperesolver.h
-
diff --git a/src/metadata/wavpack/Makefile.am b/src/metadata/wavpack/Makefile.am
deleted file mode 100644
index 93a98c6..0000000
--- a/src/metadata/wavpack/Makefile.am
+++ /dev/null
@@ -1,16 +0,0 @@
-SUBDIRS =
-
-INCLUDES = $(all_includes) $(taglib_includes)
-METASOURCES = AUTO
-libtagwavpack_la_LDFLAGS = $(all_libraries)
-noinst_LTLIBRARIES = libtagwavpack.la
-
-libtagwavpack_la_SOURCES = \
- wvfile.cpp \
- wvproperties.cpp \
- taglib_wavpackfiletyperesolver.cpp
-
-noinst_HEADERS = wvfile.h \
- wvproperties.h \
- taglib_wavpackfiletyperesolver.h
-