diff options
Diffstat (limited to 'plugins/decoder/ffmpeg')
| -rw-r--r-- | plugins/decoder/ffmpeg/CMakeLists.txt | 3 | ||||
| -rw-r--r-- | plugins/decoder/ffmpeg/k3bffmpegdecoder.plugin | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/plugins/decoder/ffmpeg/CMakeLists.txt b/plugins/decoder/ffmpeg/CMakeLists.txt index 08a977c..7197348 100644 --- a/plugins/decoder/ffmpeg/CMakeLists.txt +++ b/plugins/decoder/ffmpeg/CMakeLists.txt @@ -44,6 +44,7 @@ tde_add_kpart( libk3bffmpegdecoder AUTOMOC ##### other data ################################ -install( FILES k3bffmpegdecoder.plugin +tde_create_translated_desktop( + SOURCE k3bffmpegdecoder.plugin DESTINATION ${DATA_INSTALL_DIR}/k3b/plugins ) diff --git a/plugins/decoder/ffmpeg/k3bffmpegdecoder.plugin b/plugins/decoder/ffmpeg/k3bffmpegdecoder.plugin index 3592388..a3e3251 100644 --- a/plugins/decoder/ffmpeg/k3bffmpegdecoder.plugin +++ b/plugins/decoder/ffmpeg/k3bffmpegdecoder.plugin @@ -1,9 +1,9 @@ [K3b Plugin] -Lib=libk3bffmpegdecoder -Group=AudioDecoder Name=K3b FFMpeg Decoder +Comment=Decoding module to decode wma files Author=Sebastian Trueg Email=trueg@k3b.org Version=0.9.1 -Comment=Decoding module to decode wma files License=GPL +Group=AudioDecoder +Lib=libk3bffmpegdecoder |
