mirror of
https://github.com/taglib/taglib.git
synced 2025-06-04 01:28:21 -04:00
These aren't needed anymore now that we're not in kdesupport
This commit is contained in:
parent
4bdcc9662e
commit
27aa8cc293
@ -1,16 +0,0 @@
|
||||
These are only necessary at build-time when building the entire kdesupport module; they do not need to be installed on a running system.
|
||||
|
||||
It can be regenerated by using something like the following from the taglib/taglib directory:
|
||||
|
||||
for file in `find -type f -name "*\.h"`;
|
||||
do
|
||||
dir=`dirname $file`
|
||||
strippeddir=`echo $dir | cut -c 3-`
|
||||
base=`basename $file`
|
||||
if test -z $strippeddir
|
||||
then
|
||||
echo "#include \"../taglib/$base\"" > ../include/$base
|
||||
else
|
||||
echo "#include \"../taglib/$strippeddir/$base\"" > ../include/$base
|
||||
fi
|
||||
done
|
@ -1 +0,0 @@
|
||||
#include "../taglib/riff/aiff/aifffile.h"
|
@ -1 +0,0 @@
|
||||
#include "../taglib/riff/aiff/aiffproperties.h"
|
@ -1 +0,0 @@
|
||||
#include "../taglib/ape/apefooter.h"
|
@ -1 +0,0 @@
|
||||
#include "../taglib/ape/apeitem.h"
|
@ -1 +0,0 @@
|
||||
#include "../taglib/ape/apetag.h"
|
@ -1 +0,0 @@
|
||||
#include "../taglib/asf/asfattribute.h"
|
@ -1 +0,0 @@
|
||||
#include "../taglib/asf/asffile.h"
|
@ -1 +0,0 @@
|
||||
#include "../taglib/asf/asfproperties.h"
|
@ -1 +0,0 @@
|
||||
#include "../taglib/asf/asftag.h"
|
@ -1 +0,0 @@
|
||||
#include "../taglib/mpeg/id3v2/frames/attachedpictureframe.h"
|
@ -1 +0,0 @@
|
||||
#include "../taglib/audioproperties.h"
|
@ -1 +0,0 @@
|
||||
#include "../taglib/mpeg/id3v2/frames/commentsframe.h"
|
@ -1 +0,0 @@
|
||||
#include "../taglib/fileref.h"
|
@ -1 +0,0 @@
|
||||
#include "../taglib/flac/flacfile.h"
|
@ -1 +0,0 @@
|
||||
#include "../taglib/flac/flacproperties.h"
|
@ -1 +0,0 @@
|
||||
#include "../taglib/mpeg/id3v2/frames/generalencapsulatedobjectframe.h"
|
@ -1 +0,0 @@
|
||||
#include "../taglib/mpeg/id3v1/id3v1genres.h"
|
@ -1 +0,0 @@
|
||||
#include "../taglib/mpeg/id3v1/id3v1tag.h"
|
@ -1 +0,0 @@
|
||||
#include "../taglib/mpeg/id3v2/id3v2extendedheader.h"
|
@ -1 +0,0 @@
|
||||
#include "../taglib/mpeg/id3v2/id3v2footer.h"
|
@ -1 +0,0 @@
|
||||
#include "../taglib/mpeg/id3v2/id3v2frame.h"
|
@ -1 +0,0 @@
|
||||
#include "../taglib/mpeg/id3v2/id3v2framefactory.h"
|
@ -1 +0,0 @@
|
||||
#include "../taglib/mpeg/id3v2/id3v2header.h"
|
@ -1 +0,0 @@
|
||||
#include "../taglib/mpeg/id3v2/id3v2synchdata.h"
|
@ -1 +0,0 @@
|
||||
#include "../taglib/mpeg/id3v2/id3v2tag.h"
|
@ -1 +0,0 @@
|
||||
#include "../taglib/mp4/mp4atom.h"
|
@ -1 +0,0 @@
|
||||
#include "../taglib/mp4/mp4coverart.h"
|
@ -1 +0,0 @@
|
||||
#include "../taglib/mp4/mp4file.h"
|
@ -1 +0,0 @@
|
||||
#include "../taglib/mp4/mp4item.h"
|
@ -1 +0,0 @@
|
||||
#include "../taglib/mp4/mp4properties.h"
|
@ -1 +0,0 @@
|
||||
#include "../taglib/mp4/mp4tag.h"
|
@ -1 +0,0 @@
|
||||
#include "../taglib/mpc/mpcfile.h"
|
@ -1 +0,0 @@
|
||||
#include "../taglib/mpc/mpcproperties.h"
|
@ -1 +0,0 @@
|
||||
#include "../taglib/mpeg/mpegfile.h"
|
@ -1 +0,0 @@
|
||||
#include "../taglib/mpeg/mpegheader.h"
|
@ -1 +0,0 @@
|
||||
#include "../taglib/mpeg/mpegproperties.h"
|
@ -1 +0,0 @@
|
||||
#include "../taglib/ogg/oggfile.h"
|
@ -1 +0,0 @@
|
||||
#include "../taglib/ogg/flac/oggflacfile.h"
|
@ -1 +0,0 @@
|
||||
#include "../taglib/ogg/oggpage.h"
|
@ -1 +0,0 @@
|
||||
#include "../taglib/ogg/oggpageheader.h"
|
@ -1 +0,0 @@
|
||||
#include "../taglib/mpeg/id3v2/frames/popularimeterframe.h"
|
@ -1 +0,0 @@
|
||||
#include "../taglib/mpeg/id3v2/frames/privateframe.h"
|
@ -1 +0,0 @@
|
||||
#include "../taglib/mpeg/id3v2/frames/relativevolumeframe.h"
|
@ -1 +0,0 @@
|
||||
#include "../taglib/riff/rifffile.h"
|
@ -1 +0,0 @@
|
||||
#include "../taglib/ogg/speex/speexfile.h"
|
@ -1 +0,0 @@
|
||||
#include "../taglib/ogg/speex/speexproperties.h"
|
@ -1 +0,0 @@
|
||||
#include "../taglib/tag.h"
|
@ -1 +0,0 @@
|
||||
#include "../taglib/toolkit/taglib.h"
|
@ -1 +0,0 @@
|
||||
#include "../taglib/taglib_export.h"
|
@ -1 +0,0 @@
|
||||
#include "../taglib/tagunion.h"
|
@ -1 +0,0 @@
|
||||
#include "../taglib/toolkit/tbytevector.h"
|
@ -1 +0,0 @@
|
||||
#include "../taglib/toolkit/tbytevectorlist.h"
|
@ -1 +0,0 @@
|
||||
#include "../taglib/toolkit/tdebug.h"
|
@ -1 +0,0 @@
|
||||
#include "../taglib/mpeg/id3v2/frames/textidentificationframe.h"
|
@ -1 +0,0 @@
|
||||
#include "../taglib/toolkit/tfile.h"
|
@ -1 +0,0 @@
|
||||
#include "../taglib/toolkit/tlist.h"
|
@ -1 +0,0 @@
|
||||
#include "../taglib/toolkit/tmap.h"
|
@ -1 +0,0 @@
|
||||
#include "../taglib/trueaudio/trueaudiofile.h"
|
@ -1 +0,0 @@
|
||||
#include "../taglib/trueaudio/trueaudioproperties.h"
|
@ -1 +0,0 @@
|
||||
#include "../taglib/toolkit/tstring.h"
|
@ -1 +0,0 @@
|
||||
#include "../taglib/toolkit/tstringlist.h"
|
@ -1 +0,0 @@
|
||||
#include "../taglib/toolkit/unicode.h"
|
@ -1 +0,0 @@
|
||||
#include "../taglib/mpeg/id3v2/frames/uniquefileidentifierframe.h"
|
@ -1 +0,0 @@
|
||||
#include "../taglib/mpeg/id3v2/frames/unknownframe.h"
|
@ -1 +0,0 @@
|
||||
#include "../taglib/mpeg/id3v2/frames/unsynchronizedlyricsframe.h"
|
@ -1 +0,0 @@
|
||||
#include "../taglib/mpeg/id3v2/frames/urllinkframe.h"
|
@ -1 +0,0 @@
|
||||
#include "../taglib/ogg/vorbis/vorbisfile.h"
|
@ -1 +0,0 @@
|
||||
#include "../taglib/ogg/vorbis/vorbisproperties.h"
|
@ -1 +0,0 @@
|
||||
#include "../taglib/riff/wav/wavfile.h"
|
@ -1 +0,0 @@
|
||||
#include "../taglib/wavpack/wavpackfile.h"
|
@ -1 +0,0 @@
|
||||
#include "../taglib/wavpack/wavpackproperties.h"
|
@ -1 +0,0 @@
|
||||
#include "../taglib/riff/wav/wavproperties.h"
|
@ -1 +0,0 @@
|
||||
#include "../taglib/mpeg/xingheader.h"
|
@ -1 +0,0 @@
|
||||
#include "../taglib/ogg/xiphcomment.h"
|
Loading…
x
Reference in New Issue
Block a user