diff options
Diffstat (limited to 'plugins/audiooutput/alsa')
-rw-r--r-- | plugins/audiooutput/alsa/CMakeLists.txt | 3 | ||||
-rw-r--r-- | plugins/audiooutput/alsa/Makefile.am | 14 | ||||
-rw-r--r-- | plugins/audiooutput/alsa/configure.in.bot | 7 | ||||
-rw-r--r-- | plugins/audiooutput/alsa/configure.in.in | 26 | ||||
-rw-r--r-- | plugins/audiooutput/alsa/k3balsaoutputplugin.h | 2 | ||||
-rw-r--r-- | plugins/audiooutput/alsa/k3balsaoutputplugin.plugin | 6 |
6 files changed, 6 insertions, 52 deletions
diff --git a/plugins/audiooutput/alsa/CMakeLists.txt b/plugins/audiooutput/alsa/CMakeLists.txt index efbe574..562babc 100644 --- a/plugins/audiooutput/alsa/CMakeLists.txt +++ b/plugins/audiooutput/alsa/CMakeLists.txt @@ -36,6 +36,7 @@ tde_add_kpart( libk3balsaoutputplugin AUTOMOC ##### other data ################################ -install( FILES k3balsaoutputplugin.plugin +tde_create_translated_desktop( + SOURCE k3balsaoutputplugin.plugin DESTINATION ${DATA_INSTALL_DIR}/k3b/plugins ) diff --git a/plugins/audiooutput/alsa/Makefile.am b/plugins/audiooutput/alsa/Makefile.am deleted file mode 100644 index 9cd7c03..0000000 --- a/plugins/audiooutput/alsa/Makefile.am +++ /dev/null @@ -1,14 +0,0 @@ -AM_CPPFLAGS = -I$(srcdir)/../../../libk3b/core -I$(srcdir)/../../../libk3b/plugin $(all_includes) - -kde_module_LTLIBRARIES = libk3balsaoutputplugin.la - -libk3balsaoutputplugin_la_SOURCES = k3balsaoutputplugin.cpp - -libk3balsaoutputplugin_la_CFLAGS = $(ALSA_CFLAGS) -libk3balsaoutputplugin_la_LIBADD = ../../../libk3b/libk3b.la $(ALSA_LIBS) $(LIB_TDECORE) $(LIB_TQT) $(LIB_TDEUI) -libk3balsaoutputplugin_la_LDFLAGS = -avoid-version -module -no-undefined $(all_libraries) - -pluginsdir = $(kde_datadir)/k3b/plugins -plugins_DATA = k3balsaoutputplugin.plugin - -METASOURCES = AUTO diff --git a/plugins/audiooutput/alsa/configure.in.bot b/plugins/audiooutput/alsa/configure.in.bot deleted file mode 100644 index d5c8d17..0000000 --- a/plugins/audiooutput/alsa/configure.in.bot +++ /dev/null @@ -1,7 +0,0 @@ -echo "" - -if test "x$have_alsa" = xyes; then - echo "K3b - Audioplayer available (alsa) yes" -else - echo "K3b - Audioplayer available (alsa) no" -fi diff --git a/plugins/audiooutput/alsa/configure.in.in b/plugins/audiooutput/alsa/configure.in.in deleted file mode 100644 index 244dce4..0000000 --- a/plugins/audiooutput/alsa/configure.in.in +++ /dev/null @@ -1,26 +0,0 @@ -dnl --------- ALSA CHECK BEGIN ------------- - -AC_DEFUN([KDE_CHECK_ALSA], -[ - PKG_CHECK_MODULES([ALSA], [alsa >= 0.9], [have_alsa=yes], [have_alsa=no]) - AC_SUBST([ALSA_CFLAGS]) - AC_SUBST([ALSA_LIBS]) -]) - -AC_ARG_WITH(alsa, - [AS_HELP_STRING(--with-alsa, - [enable support for ALSA output @<:@default=check@:>@])], - [], with_alsa=check) - -have_alsa=no -if test "x$with_alsa" != xno; then - KDE_CHECK_ALSA - - if test "x$with_alsa" != xcheck && test "x$have_alsa" != xyes; then - AC_MSG_FAILURE([--with-alsa was given, but test for ALSA failed]) - fi -fi - -AM_CONDITIONAL(include_ALSA, [test "x$have_alsa" = "xyes"]) - -dnl --------- ALSA CHECK END --------------- diff --git a/plugins/audiooutput/alsa/k3balsaoutputplugin.h b/plugins/audiooutput/alsa/k3balsaoutputplugin.h index 3f02749..866ef16 100644 --- a/plugins/audiooutput/alsa/k3balsaoutputplugin.h +++ b/plugins/audiooutput/alsa/k3balsaoutputplugin.h @@ -52,7 +52,7 @@ class K3bAlsaOutputPlugin : public K3bAudioOutputPlugin class K3bAlsaOutputPluginConfigWidget : public K3bPluginConfigWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/plugins/audiooutput/alsa/k3balsaoutputplugin.plugin b/plugins/audiooutput/alsa/k3balsaoutputplugin.plugin index b5957d7..fcdd03f 100644 --- a/plugins/audiooutput/alsa/k3balsaoutputplugin.plugin +++ b/plugins/audiooutput/alsa/k3balsaoutputplugin.plugin @@ -1,9 +1,9 @@ [K3b Plugin] -Lib=libk3balsaoutputplugin -Group=AudioOutput Name=K3b Alsa Audio Output Plugin +Comment=Audio Output plugin which plays through alsa Author=Sebastian Trueg Email=trueg@k3b.org Version=1.0 -Comment=Audio Output plugin which plays through alsa License=GPL +Group=AudioOutput +Lib=libk3balsaoutputplugin |