diff options
author | Timothy Pearson <[email protected]> | 2011-11-06 21:32:40 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-11-06 21:32:40 -0600 |
commit | cbe6a4e28dbfe925a9a239a81822df9d97361f10 (patch) | |
tree | 8bebd61b70269a34b81b24df7f98edf9f60cefdb /plugins | |
parent | c4631445b2fa7c1e206d305be97fa3ecc3f282a7 (diff) | |
download | k3b-cbe6a4e28dbfe925a9a239a81822df9d97361f10.tar.gz k3b-cbe6a4e28dbfe925a9a239a81822df9d97361f10.zip |
Rename additional instances of KDE to TDE
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/decoder/ffmpeg/Makefile.am | 2 | ||||
-rw-r--r-- | plugins/decoder/flac/Makefile.am | 2 | ||||
-rw-r--r-- | plugins/decoder/libsndfile/Makefile.am | 2 | ||||
-rw-r--r-- | plugins/decoder/mp3/Makefile.am | 2 | ||||
-rw-r--r-- | plugins/decoder/wave/Makefile.am | 2 | ||||
-rw-r--r-- | plugins/encoder/external/Makefile.am | 2 | ||||
-rw-r--r-- | plugins/encoder/lame/Makefile.am | 2 | ||||
-rw-r--r-- | plugins/encoder/ogg/Makefile.am | 2 | ||||
-rw-r--r-- | plugins/encoder/sox/Makefile.am | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/plugins/decoder/ffmpeg/Makefile.am b/plugins/decoder/ffmpeg/Makefile.am index b4c46e2..2e00dc5 100644 --- a/plugins/decoder/ffmpeg/Makefile.am +++ b/plugins/decoder/ffmpeg/Makefile.am @@ -5,7 +5,7 @@ kde_module_LTLIBRARIES = libk3bffmpegdecoder.la libk3bffmpegdecoder_la_SOURCES = k3bffmpegdecoder.cpp k3bffmpegwrapper.cpp -libk3bffmpegdecoder_la_LIBADD = ../../../libk3b/libk3b.la $(LIB_KDEUI) -lavcodec -lavformat +libk3bffmpegdecoder_la_LIBADD = ../../../libk3b/libk3b.la $(LIB_TDEUI) -lavcodec -lavformat libk3bffmpegdecoder_la_LDFLAGS = -avoid-version -module -no-undefined $(all_libraries) pluginsdir = $(kde_datadir)/k3b/plugins diff --git a/plugins/decoder/flac/Makefile.am b/plugins/decoder/flac/Makefile.am index bdcc4a3..dd9b3b8 100644 --- a/plugins/decoder/flac/Makefile.am +++ b/plugins/decoder/flac/Makefile.am @@ -4,7 +4,7 @@ kde_module_LTLIBRARIES = libk3bflacdecoder.la libk3bflacdecoder_la_SOURCES = k3bflacdecoder.cpp -libk3bflacdecoder_la_LIBADD = ../../../libk3b/libk3b.la $(LIB_KDEUI) -lFLAC++ -lFLAC $(taglib_libs) +libk3bflacdecoder_la_LIBADD = ../../../libk3b/libk3b.la $(LIB_TDEUI) -lFLAC++ -lFLAC $(taglib_libs) libk3bflacdecoder_la_LDFLAGS = -avoid-version -module -no-undefined $(all_libraries) pluginsdir = $(kde_datadir)/k3b/plugins diff --git a/plugins/decoder/libsndfile/Makefile.am b/plugins/decoder/libsndfile/Makefile.am index 2af9911..fec858f 100644 --- a/plugins/decoder/libsndfile/Makefile.am +++ b/plugins/decoder/libsndfile/Makefile.am @@ -4,7 +4,7 @@ kde_module_LTLIBRARIES = libk3blibsndfiledecoder.la libk3blibsndfiledecoder_la_SOURCES = k3blibsndfiledecoder.cpp -libk3blibsndfiledecoder_la_LIBADD = ../../../libk3b/libk3b.la $(LIB_KDEUI) -lsndfile +libk3blibsndfiledecoder_la_LIBADD = ../../../libk3b/libk3b.la $(LIB_TDEUI) -lsndfile libk3blibsndfiledecoder_la_LDFLAGS = -avoid-version -module -no-undefined $(all_libraries) pluginsdir = $(kde_datadir)/k3b/plugins diff --git a/plugins/decoder/mp3/Makefile.am b/plugins/decoder/mp3/Makefile.am index 7f74d21..a2befe9 100644 --- a/plugins/decoder/mp3/Makefile.am +++ b/plugins/decoder/mp3/Makefile.am @@ -4,7 +4,7 @@ kde_module_LTLIBRARIES = libk3bmaddecoder.la libk3bmaddecoder_la_SOURCES = k3bmad.cpp k3bmaddecoder.cpp -libk3bmaddecoder_la_LIBADD = $(LIB_KDECORE) $(MAD_LIB) $(taglib_libs) ../../../libk3b/libk3b.la +libk3bmaddecoder_la_LIBADD = $(LIB_TDECORE) $(MAD_LIB) $(taglib_libs) ../../../libk3b/libk3b.la libk3bmaddecoder_la_LDFLAGS = -avoid-version -module -no-undefined $(all_libraries) pluginsdir = $(kde_datadir)/k3b/plugins diff --git a/plugins/decoder/wave/Makefile.am b/plugins/decoder/wave/Makefile.am index 5debea1..d35927c 100644 --- a/plugins/decoder/wave/Makefile.am +++ b/plugins/decoder/wave/Makefile.am @@ -4,7 +4,7 @@ kde_module_LTLIBRARIES = libk3bwavedecoder.la libk3bwavedecoder_la_SOURCES = k3bwavedecoder.cpp -libk3bwavedecoder_la_LIBADD = $(LIB_KDECORE) ../../../libk3b/libk3b.la +libk3bwavedecoder_la_LIBADD = $(LIB_TDECORE) ../../../libk3b/libk3b.la libk3bwavedecoder_la_LDFLAGS = -avoid-version -module -no-undefined $(all_libraries) pluginsdir = $(kde_datadir)/k3b/plugins diff --git a/plugins/encoder/external/Makefile.am b/plugins/encoder/external/Makefile.am index a095688..c463c21 100644 --- a/plugins/encoder/external/Makefile.am +++ b/plugins/encoder/external/Makefile.am @@ -6,7 +6,7 @@ libk3bexternalencoder_la_SOURCES = base_k3bexternalencoderconfigwidget.ui \ base_k3bexternalencodereditwidget.ui k3bexternalencoder.cpp \ k3bexternalencoderconfigwidget.cpp k3bexternalencodercommand.cpp -libk3bexternalencoder_la_LIBADD = ../../../libk3b/libk3b.la $(LIB_KDECORE) +libk3bexternalencoder_la_LIBADD = ../../../libk3b/libk3b.la $(LIB_TDECORE) libk3bexternalencoder_la_LDFLAGS = -avoid-version -module -no-undefined $(all_libraries) pluginsdir = $(kde_datadir)/k3b/plugins diff --git a/plugins/encoder/lame/Makefile.am b/plugins/encoder/lame/Makefile.am index 4a4d61e..15e310e 100644 --- a/plugins/encoder/lame/Makefile.am +++ b/plugins/encoder/lame/Makefile.am @@ -6,7 +6,7 @@ libk3blameencoder_la_SOURCES = base_k3blameencodersettingswidget.ui \ base_k3bmanualbitratesettingswidget.ui \ k3blameencoder.cpp -libk3blameencoder_la_LIBADD = ../../../libk3b/libk3b.la $(LIB_KDECORE) -lmp3lame +libk3blameencoder_la_LIBADD = ../../../libk3b/libk3b.la $(LIB_TDECORE) -lmp3lame libk3blameencoder_la_LDFLAGS = -avoid-version -module -no-undefined $(all_libraries) pluginsdir = $(kde_datadir)/k3b/plugins diff --git a/plugins/encoder/ogg/Makefile.am b/plugins/encoder/ogg/Makefile.am index 712adbb..0b18edc 100644 --- a/plugins/encoder/ogg/Makefile.am +++ b/plugins/encoder/ogg/Makefile.am @@ -4,7 +4,7 @@ kde_module_LTLIBRARIES = libk3boggvorbisencoder.la libk3boggvorbisencoder_la_SOURCES = base_k3boggvorbisencodersettingswidget.ui k3boggvorbisencoder.cpp -libk3boggvorbisencoder_la_LIBADD = ../../../libk3b/libk3b.la $(LIB_KDECORE) -logg -lvorbis -lvorbisenc +libk3boggvorbisencoder_la_LIBADD = ../../../libk3b/libk3b.la $(LIB_TDECORE) -logg -lvorbis -lvorbisenc libk3boggvorbisencoder_la_LDFLAGS = -avoid-version -module -no-undefined $(all_libraries) pluginsdir = $(kde_datadir)/k3b/plugins diff --git a/plugins/encoder/sox/Makefile.am b/plugins/encoder/sox/Makefile.am index 535b1c0..383b750 100644 --- a/plugins/encoder/sox/Makefile.am +++ b/plugins/encoder/sox/Makefile.am @@ -4,7 +4,7 @@ kde_module_LTLIBRARIES = libk3bsoxencoder.la libk3bsoxencoder_la_SOURCES = base_k3bsoxencoderconfigwidget.ui k3bsoxencoder.cpp -libk3bsoxencoder_la_LIBADD = ../../../libk3b/libk3b.la $(LIB_KDECORE) +libk3bsoxencoder_la_LIBADD = ../../../libk3b/libk3b.la $(LIB_TDECORE) libk3bsoxencoder_la_LDFLAGS = -avoid-version -module -no-undefined $(all_libraries) pluginsdir = $(kde_datadir)/k3b/plugins |