pkgsrc/multimedia/kmplayer/PLIST

76 lines
2.9 KiB
Text
Raw Normal View History

@comment $NetBSD: PLIST,v 1.22 2012/11/23 20:28:03 markd Exp $
bin/kmplayer
Update kmplayer to 0.11.2a Changes since version 0.11.2 - Add 'escape-uri' and 'contains' expression functions, support for '.' node - Fix slider hiding when mplayer starts and no length available - TV device scanner fix, recognize v4l2 inputs and fix detection when done - Fix opening multiple files on commandline - smilText improvements, support transition and background attributes - Fix load-on-demand icon not shown for plugin - SMIL support for paramGroup and mediaAlign attributes Changes since version 0.11.1b - Add pulse and vpau output drivers for MPlayer - Fix audio language and sub title selection for MPlayer - Port all K3Process to use QProcess - Update npp to xulrunner-1.9 - Begin of SMIL state support, limited implementation of XPath Changes since version 0.11.1a - Hopefully fix crash reported in bugs.kde.org:195464 - Implement animateColor - Don't set plugins background color (bugs.kde.org:161282) - Fix animation timer not killed - Update hardcoded flash version to 10.0r22 - Fix audio previews with flash on www.7digital.de (bugs.kde.org:193843) - Fix slider for scaling the video Changes since version 0.11.1 - Add title to blip.tv information page - Enable more text attributes for smilText - Fix resizing generators information page making text area smaller - Fix title on youtube information page started with a newline Changes since version 0.11.0a - Merged generators from Maemo port - Enable clear history - Also a summary if RSS has media tags - Implement still missing tvscanner using it (FWIW) - Support SMIL region backgroundOpacity and media type mediaBackgroundOpacity - Save toolbar settings - Don't set aspects for NPP - Support 'fill="transition"` inside SMIL 'seq' tags - Support more than one begin and end triggers for SMIL elements - Fix playing paths having spaces Changes since version 0.11.0 - Implement NPNPostUrl, fixes some not working flash cases - Set correct version in about dialog - Delay completed signal with npp until first stream is finished - Disable powermanager when we watch a film - Add dbus interface for part, inluding org.kdeKMediaPlayer - Fix for eof doesn't exit fullscreen - Fix pressing play button doing nothing when there are child links - Fix MPlayer often inserting the same link Changes since version 0.11.0-rc4 - Extend Atom feed for Youtube queries - Fix crash with npp if we get a javascript call before the plugin is loaded - Report npp plugin loading failure - Fix crash with D&D in playlist Changes since version 0.11.0-rc3 - Silence most of the QDBus warnings about missing members or spurious replies - Fix crash in npplayer for the GetVariable call from Javascript - Bookmark updates from Edgar Klingberg - Commented out lots of not (yet) implemented or empty menu's - Phonon stream information is now shown - Fix leaking XPixmap's in the back buffer code Changes since version 0.11.0-rc2 - Change LoadOnDemand icon to default KDE's video icon - Begin of support for SMIL::PriorityClass - Fix controlpanel leaking menu's - Support for simple calls to the npp plugin, onces that don't pass or return object, such as flash' GotoFrame - Replace cairo_push_group by using XPixmap instead - Save half of the dbus calls with npp's NPRuntime Changes since version 0.11.0-rc1 - Fix browser function 'evalutate' in npp - Make forward/backward buttons work again - Add default region to smil layout, fixes some audio only cases - Simple 'target' attribute support for smil a/area elements for plugin - Hide controlpanel in khtml by default - Skip OnDemand plugin loading if we expect too little space to click on - Make collaboratiog kparts work again Changes since version 0.10.0c - Never start playing directly if we detected a HREF attribute - Rename option 'Click to Play' to 'Grab image when 'Click to Play' is detected - Add option for load on demand for when embedded in khtml - Remove xine and gstreamer, add phonon backend - Port to KDE4 - Support for simultaneous audio/video streams with SMIL
2010-04-10 06:09:21 +02:00
bin/knpplayer
bin/kphononplayer
lib/kde4/libkmplayerpart.so
lib/libkdeinit4_kmplayer.so
lib/libkmplayercommon.so
share/applications/kde4/kmplayer.desktop
share/doc/kde/HTML/en/kmplayer/common
share/doc/kde/HTML/en/kmplayer/index.cache.bz2
share/doc/kde/HTML/en/kmplayer/index.docbook
share/icons/hicolor/128x128/apps/kmplayer.png
share/icons/hicolor/16x16/apps/kmplayer.png
share/icons/hicolor/22x22/apps/kmplayer.png
share/icons/hicolor/32x32/apps/kmplayer.png
share/icons/hicolor/48x48/apps/kmplayer.png
share/icons/hicolor/64x64/apps/kmplayer.png
share/icons/hicolor/scalable/apps/kmplayer.svgz
Update kmplayer to 0.11.2a Changes since version 0.11.2 - Add 'escape-uri' and 'contains' expression functions, support for '.' node - Fix slider hiding when mplayer starts and no length available - TV device scanner fix, recognize v4l2 inputs and fix detection when done - Fix opening multiple files on commandline - smilText improvements, support transition and background attributes - Fix load-on-demand icon not shown for plugin - SMIL support for paramGroup and mediaAlign attributes Changes since version 0.11.1b - Add pulse and vpau output drivers for MPlayer - Fix audio language and sub title selection for MPlayer - Port all K3Process to use QProcess - Update npp to xulrunner-1.9 - Begin of SMIL state support, limited implementation of XPath Changes since version 0.11.1a - Hopefully fix crash reported in bugs.kde.org:195464 - Implement animateColor - Don't set plugins background color (bugs.kde.org:161282) - Fix animation timer not killed - Update hardcoded flash version to 10.0r22 - Fix audio previews with flash on www.7digital.de (bugs.kde.org:193843) - Fix slider for scaling the video Changes since version 0.11.1 - Add title to blip.tv information page - Enable more text attributes for smilText - Fix resizing generators information page making text area smaller - Fix title on youtube information page started with a newline Changes since version 0.11.0a - Merged generators from Maemo port - Enable clear history - Also a summary if RSS has media tags - Implement still missing tvscanner using it (FWIW) - Support SMIL region backgroundOpacity and media type mediaBackgroundOpacity - Save toolbar settings - Don't set aspects for NPP - Support 'fill="transition"` inside SMIL 'seq' tags - Support more than one begin and end triggers for SMIL elements - Fix playing paths having spaces Changes since version 0.11.0 - Implement NPNPostUrl, fixes some not working flash cases - Set correct version in about dialog - Delay completed signal with npp until first stream is finished - Disable powermanager when we watch a film - Add dbus interface for part, inluding org.kdeKMediaPlayer - Fix for eof doesn't exit fullscreen - Fix pressing play button doing nothing when there are child links - Fix MPlayer often inserting the same link Changes since version 0.11.0-rc4 - Extend Atom feed for Youtube queries - Fix crash with npp if we get a javascript call before the plugin is loaded - Report npp plugin loading failure - Fix crash with D&D in playlist Changes since version 0.11.0-rc3 - Silence most of the QDBus warnings about missing members or spurious replies - Fix crash in npplayer for the GetVariable call from Javascript - Bookmark updates from Edgar Klingberg - Commented out lots of not (yet) implemented or empty menu's - Phonon stream information is now shown - Fix leaking XPixmap's in the back buffer code Changes since version 0.11.0-rc2 - Change LoadOnDemand icon to default KDE's video icon - Begin of support for SMIL::PriorityClass - Fix controlpanel leaking menu's - Support for simple calls to the npp plugin, onces that don't pass or return object, such as flash' GotoFrame - Replace cairo_push_group by using XPixmap instead - Save half of the dbus calls with npp's NPRuntime Changes since version 0.11.0-rc1 - Fix browser function 'evalutate' in npp - Make forward/backward buttons work again - Add default region to smil layout, fixes some audio only cases - Simple 'target' attribute support for smil a/area elements for plugin - Hide controlpanel in khtml by default - Skip OnDemand plugin loading if we expect too little space to click on - Make collaboratiog kparts work again Changes since version 0.10.0c - Never start playing directly if we detected a HREF attribute - Rename option 'Click to Play' to 'Grab image when 'Click to Play' is detected - Add option for load on demand for when embedded in khtml - Remove xine and gstreamer, add phonon backend - Port to KDE4 - Support for simultaneous audio/video streams with SMIL
2010-04-10 06:09:21 +02:00
share/kde/apps/kmplayer/blip-api.xsl
Update kmplayer to 0.8.3rc4 pkgsrc changes: dont install some files that kdelibs already has versions of. Changes since version 0.8.3-rc3a - Downloading of .m3u/.pls also eats .asx, so try to read this one too. This fixes also MPlayer-1.0pre not been able to read .asx files. - Make sure if we're downloading a playlist file, it isn't bigger than 50k - More or less revert the alsa5/alsa9 change to just alsa. Seems latest MPlayer doesn't work with alsa5/alsa9. Although they are still available. Changes since version 0.8.3-rc3 - add AM_MAINTAINER_MODE in configure.in.in, no recheck/automake/autoconf version mismatch Changes since version 0.8.3-rc2 - All QtoolTips to QWhatsThis and help from Xine for whatsthis by xine options - Store xine settings in ~/.kde/share/apps/kmplayer/xine_config and not in ~/.xine/config2. Save the first time if file does not exist (Automaticly sets the misc.memcpy_method). - Added a debian build directory, builds a kmplayer-lib, kmplayer-plugin and a kmplayer-app package. Eg. install only kmplayer-lib and kmplayer-plugin if you prefer another player but do want the plugin for konqueror. - Added protocol files for mms://, rtsp:// and pnm:// - Position slider now also shows progress of the cache fill Changes since version 0.8.3-rc1 - Remove configure options for control buttons. Simply always autohide for fullscreen and embedded part and show them otherwise - Fix another case of video widget stays black cause in kxineplayer - If position slider is hidden, make buttons small again (like <= 0.8.2) - Support for AUTOSTART attribute - Support for FULLSCREENMODE attribute - Seeking while sliding :-) - Local .pls and .m3u playlist files support. Works too if autodownloaded, eg pls' on http://www.shoutcast.com should work now Changes since version 0.8.2 - fix for the "video window stays (sometimes/often) black" bug, which seems to occur more with the latest Qt versions. KMPlayer uses a XSimpleWindow now that is managed by QXEmbed - Support for Real's CONTROLS/CONSOLE attributes. This makes it possible multible plugins cooperate with imagewindow/controlpanel - Combine control buttons and position slider to one control panel
2004-08-22 03:01:52 +02:00
share/kde/apps/kmplayer/bookmarks.xml
Update kmplayer to 0.11.2a Changes since version 0.11.2 - Add 'escape-uri' and 'contains' expression functions, support for '.' node - Fix slider hiding when mplayer starts and no length available - TV device scanner fix, recognize v4l2 inputs and fix detection when done - Fix opening multiple files on commandline - smilText improvements, support transition and background attributes - Fix load-on-demand icon not shown for plugin - SMIL support for paramGroup and mediaAlign attributes Changes since version 0.11.1b - Add pulse and vpau output drivers for MPlayer - Fix audio language and sub title selection for MPlayer - Port all K3Process to use QProcess - Update npp to xulrunner-1.9 - Begin of SMIL state support, limited implementation of XPath Changes since version 0.11.1a - Hopefully fix crash reported in bugs.kde.org:195464 - Implement animateColor - Don't set plugins background color (bugs.kde.org:161282) - Fix animation timer not killed - Update hardcoded flash version to 10.0r22 - Fix audio previews with flash on www.7digital.de (bugs.kde.org:193843) - Fix slider for scaling the video Changes since version 0.11.1 - Add title to blip.tv information page - Enable more text attributes for smilText - Fix resizing generators information page making text area smaller - Fix title on youtube information page started with a newline Changes since version 0.11.0a - Merged generators from Maemo port - Enable clear history - Also a summary if RSS has media tags - Implement still missing tvscanner using it (FWIW) - Support SMIL region backgroundOpacity and media type mediaBackgroundOpacity - Save toolbar settings - Don't set aspects for NPP - Support 'fill="transition"` inside SMIL 'seq' tags - Support more than one begin and end triggers for SMIL elements - Fix playing paths having spaces Changes since version 0.11.0 - Implement NPNPostUrl, fixes some not working flash cases - Set correct version in about dialog - Delay completed signal with npp until first stream is finished - Disable powermanager when we watch a film - Add dbus interface for part, inluding org.kdeKMediaPlayer - Fix for eof doesn't exit fullscreen - Fix pressing play button doing nothing when there are child links - Fix MPlayer often inserting the same link Changes since version 0.11.0-rc4 - Extend Atom feed for Youtube queries - Fix crash with npp if we get a javascript call before the plugin is loaded - Report npp plugin loading failure - Fix crash with D&D in playlist Changes since version 0.11.0-rc3 - Silence most of the QDBus warnings about missing members or spurious replies - Fix crash in npplayer for the GetVariable call from Javascript - Bookmark updates from Edgar Klingberg - Commented out lots of not (yet) implemented or empty menu's - Phonon stream information is now shown - Fix leaking XPixmap's in the back buffer code Changes since version 0.11.0-rc2 - Change LoadOnDemand icon to default KDE's video icon - Begin of support for SMIL::PriorityClass - Fix controlpanel leaking menu's - Support for simple calls to the npp plugin, onces that don't pass or return object, such as flash' GotoFrame - Replace cairo_push_group by using XPixmap instead - Save half of the dbus calls with npp's NPRuntime Changes since version 0.11.0-rc1 - Fix browser function 'evalutate' in npp - Make forward/backward buttons work again - Add default region to smil layout, fixes some audio only cases - Simple 'target' attribute support for smil a/area elements for plugin - Hide controlpanel in khtml by default - Skip OnDemand plugin loading if we expect too little space to click on - Make collaboratiog kparts work again Changes since version 0.10.0c - Never start playing directly if we detected a HREF attribute - Rename option 'Click to Play' to 'Grab image when 'Click to Play' is detected - Add option for load on demand for when embedded in khtml - Remove xine and gstreamer, add phonon backend - Port to KDE4 - Support for simultaneous audio/video streams with SMIL
2010-04-10 06:09:21 +02:00
share/kde/apps/kmplayer/find-media.sh
share/kde/apps/kmplayer/generators/blip-tv.xml
share/kde/apps/kmplayer/generators/find-media.xml
share/kde/apps/kmplayer/generators/shoutcast.xml
share/kde/apps/kmplayer/generators/youtube-query.xml
share/kde/apps/kmplayer/kmplayerpartui.rc
share/kde/apps/kmplayer/kmplayerui.rc
Update kmplayer to 0.8.3rc4 pkgsrc changes: dont install some files that kdelibs already has versions of. Changes since version 0.8.3-rc3a - Downloading of .m3u/.pls also eats .asx, so try to read this one too. This fixes also MPlayer-1.0pre not been able to read .asx files. - Make sure if we're downloading a playlist file, it isn't bigger than 50k - More or less revert the alsa5/alsa9 change to just alsa. Seems latest MPlayer doesn't work with alsa5/alsa9. Although they are still available. Changes since version 0.8.3-rc3 - add AM_MAINTAINER_MODE in configure.in.in, no recheck/automake/autoconf version mismatch Changes since version 0.8.3-rc2 - All QtoolTips to QWhatsThis and help from Xine for whatsthis by xine options - Store xine settings in ~/.kde/share/apps/kmplayer/xine_config and not in ~/.xine/config2. Save the first time if file does not exist (Automaticly sets the misc.memcpy_method). - Added a debian build directory, builds a kmplayer-lib, kmplayer-plugin and a kmplayer-app package. Eg. install only kmplayer-lib and kmplayer-plugin if you prefer another player but do want the plugin for konqueror. - Added protocol files for mms://, rtsp:// and pnm:// - Position slider now also shows progress of the cache fill Changes since version 0.8.3-rc1 - Remove configure options for control buttons. Simply always autohide for fullscreen and embedded part and show them otherwise - Fix another case of video widget stays black cause in kxineplayer - If position slider is hidden, make buttons small again (like <= 0.8.2) - Support for AUTOSTART attribute - Support for FULLSCREENMODE attribute - Seeking while sliding :-) - Local .pls and .m3u playlist files support. Works too if autodownloaded, eg pls' on http://www.shoutcast.com should work now Changes since version 0.8.2 - fix for the "video window stays (sometimes/often) black" bug, which seems to occur more with the latest Qt versions. KMPlayer uses a XSimpleWindow now that is managed by QXEmbed - Support for Real's CONTROLS/CONSOLE attributes. This makes it possible multible plugins cooperate with imagewindow/controlpanel - Combine control buttons and position slider to one control panel
2004-08-22 03:01:52 +02:00
share/kde/apps/kmplayer/pluginsinfo
Update kmplayer to 0.11.2a Changes since version 0.11.2 - Add 'escape-uri' and 'contains' expression functions, support for '.' node - Fix slider hiding when mplayer starts and no length available - TV device scanner fix, recognize v4l2 inputs and fix detection when done - Fix opening multiple files on commandline - smilText improvements, support transition and background attributes - Fix load-on-demand icon not shown for plugin - SMIL support for paramGroup and mediaAlign attributes Changes since version 0.11.1b - Add pulse and vpau output drivers for MPlayer - Fix audio language and sub title selection for MPlayer - Port all K3Process to use QProcess - Update npp to xulrunner-1.9 - Begin of SMIL state support, limited implementation of XPath Changes since version 0.11.1a - Hopefully fix crash reported in bugs.kde.org:195464 - Implement animateColor - Don't set plugins background color (bugs.kde.org:161282) - Fix animation timer not killed - Update hardcoded flash version to 10.0r22 - Fix audio previews with flash on www.7digital.de (bugs.kde.org:193843) - Fix slider for scaling the video Changes since version 0.11.1 - Add title to blip.tv information page - Enable more text attributes for smilText - Fix resizing generators information page making text area smaller - Fix title on youtube information page started with a newline Changes since version 0.11.0a - Merged generators from Maemo port - Enable clear history - Also a summary if RSS has media tags - Implement still missing tvscanner using it (FWIW) - Support SMIL region backgroundOpacity and media type mediaBackgroundOpacity - Save toolbar settings - Don't set aspects for NPP - Support 'fill="transition"` inside SMIL 'seq' tags - Support more than one begin and end triggers for SMIL elements - Fix playing paths having spaces Changes since version 0.11.0 - Implement NPNPostUrl, fixes some not working flash cases - Set correct version in about dialog - Delay completed signal with npp until first stream is finished - Disable powermanager when we watch a film - Add dbus interface for part, inluding org.kdeKMediaPlayer - Fix for eof doesn't exit fullscreen - Fix pressing play button doing nothing when there are child links - Fix MPlayer often inserting the same link Changes since version 0.11.0-rc4 - Extend Atom feed for Youtube queries - Fix crash with npp if we get a javascript call before the plugin is loaded - Report npp plugin loading failure - Fix crash with D&D in playlist Changes since version 0.11.0-rc3 - Silence most of the QDBus warnings about missing members or spurious replies - Fix crash in npplayer for the GetVariable call from Javascript - Bookmark updates from Edgar Klingberg - Commented out lots of not (yet) implemented or empty menu's - Phonon stream information is now shown - Fix leaking XPixmap's in the back buffer code Changes since version 0.11.0-rc2 - Change LoadOnDemand icon to default KDE's video icon - Begin of support for SMIL::PriorityClass - Fix controlpanel leaking menu's - Support for simple calls to the npp plugin, onces that don't pass or return object, such as flash' GotoFrame - Replace cairo_push_group by using XPixmap instead - Save half of the dbus calls with npp's NPRuntime Changes since version 0.11.0-rc1 - Fix browser function 'evalutate' in npp - Make forward/backward buttons work again - Add default region to smil layout, fixes some audio only cases - Simple 'target' attribute support for smil a/area elements for plugin - Hide controlpanel in khtml by default - Skip OnDemand plugin loading if we expect too little space to click on - Make collaboratiog kparts work again Changes since version 0.10.0c - Never start playing directly if we detected a HREF attribute - Rename option 'Click to Play' to 'Grab image when 'Click to Play' is detected - Add option for load on demand for when embedded in khtml - Remove xine and gstreamer, add phonon backend - Port to KDE4 - Support for simultaneous audio/video streams with SMIL
2010-04-10 06:09:21 +02:00
share/kde/apps/kmplayer/shoutcast.xsl
share/kde/apps/kmplayer/youtube.xsl
share/kde/config/kmplayerrc
Update kmplayer to 0.11.2a Changes since version 0.11.2 - Add 'escape-uri' and 'contains' expression functions, support for '.' node - Fix slider hiding when mplayer starts and no length available - TV device scanner fix, recognize v4l2 inputs and fix detection when done - Fix opening multiple files on commandline - smilText improvements, support transition and background attributes - Fix load-on-demand icon not shown for plugin - SMIL support for paramGroup and mediaAlign attributes Changes since version 0.11.1b - Add pulse and vpau output drivers for MPlayer - Fix audio language and sub title selection for MPlayer - Port all K3Process to use QProcess - Update npp to xulrunner-1.9 - Begin of SMIL state support, limited implementation of XPath Changes since version 0.11.1a - Hopefully fix crash reported in bugs.kde.org:195464 - Implement animateColor - Don't set plugins background color (bugs.kde.org:161282) - Fix animation timer not killed - Update hardcoded flash version to 10.0r22 - Fix audio previews with flash on www.7digital.de (bugs.kde.org:193843) - Fix slider for scaling the video Changes since version 0.11.1 - Add title to blip.tv information page - Enable more text attributes for smilText - Fix resizing generators information page making text area smaller - Fix title on youtube information page started with a newline Changes since version 0.11.0a - Merged generators from Maemo port - Enable clear history - Also a summary if RSS has media tags - Implement still missing tvscanner using it (FWIW) - Support SMIL region backgroundOpacity and media type mediaBackgroundOpacity - Save toolbar settings - Don't set aspects for NPP - Support 'fill="transition"` inside SMIL 'seq' tags - Support more than one begin and end triggers for SMIL elements - Fix playing paths having spaces Changes since version 0.11.0 - Implement NPNPostUrl, fixes some not working flash cases - Set correct version in about dialog - Delay completed signal with npp until first stream is finished - Disable powermanager when we watch a film - Add dbus interface for part, inluding org.kdeKMediaPlayer - Fix for eof doesn't exit fullscreen - Fix pressing play button doing nothing when there are child links - Fix MPlayer often inserting the same link Changes since version 0.11.0-rc4 - Extend Atom feed for Youtube queries - Fix crash with npp if we get a javascript call before the plugin is loaded - Report npp plugin loading failure - Fix crash with D&D in playlist Changes since version 0.11.0-rc3 - Silence most of the QDBus warnings about missing members or spurious replies - Fix crash in npplayer for the GetVariable call from Javascript - Bookmark updates from Edgar Klingberg - Commented out lots of not (yet) implemented or empty menu's - Phonon stream information is now shown - Fix leaking XPixmap's in the back buffer code Changes since version 0.11.0-rc2 - Change LoadOnDemand icon to default KDE's video icon - Begin of support for SMIL::PriorityClass - Fix controlpanel leaking menu's - Support for simple calls to the npp plugin, onces that don't pass or return object, such as flash' GotoFrame - Replace cairo_push_group by using XPixmap instead - Save half of the dbus calls with npp's NPRuntime Changes since version 0.11.0-rc1 - Fix browser function 'evalutate' in npp - Make forward/backward buttons work again - Add default region to smil layout, fixes some audio only cases - Simple 'target' attribute support for smil a/area elements for plugin - Hide controlpanel in khtml by default - Skip OnDemand plugin loading if we expect too little space to click on - Make collaboratiog kparts work again Changes since version 0.10.0c - Never start playing directly if we detected a HREF attribute - Rename option 'Click to Play' to 'Grab image when 'Click to Play' is detected - Add option for load on demand for when embedded in khtml - Remove xine and gstreamer, add phonon backend - Port to KDE4 - Support for simultaneous audio/video streams with SMIL
2010-04-10 06:09:21 +02:00
share/kde4/services/kmplayer_part.desktop
share/locale/bg/LC_MESSAGES/kmplayer.mo
share/locale/bs/LC_MESSAGES/kmplayer.mo
share/locale/ca/LC_MESSAGES/kmplayer.mo
share/locale/ca@valencia/LC_MESSAGES/kmplayer.mo
share/locale/cs/LC_MESSAGES/kmplayer.mo
share/locale/da/LC_MESSAGES/kmplayer.mo
share/locale/de/LC_MESSAGES/kmplayer.mo
share/locale/el/LC_MESSAGES/kmplayer.mo
share/locale/en_GB/LC_MESSAGES/kmplayer.mo
share/locale/eo/LC_MESSAGES/kmplayer.mo
share/locale/es/LC_MESSAGES/kmplayer.mo
share/locale/et/LC_MESSAGES/kmplayer.mo
share/locale/fr/LC_MESSAGES/kmplayer.mo
share/locale/ga/LC_MESSAGES/kmplayer.mo
share/locale/gl/LC_MESSAGES/kmplayer.mo
share/locale/hr/LC_MESSAGES/kmplayer.mo
share/locale/hu/LC_MESSAGES/kmplayer.mo
share/locale/it/LC_MESSAGES/kmplayer.mo
share/locale/ja/LC_MESSAGES/kmplayer.mo
share/locale/km/LC_MESSAGES/kmplayer.mo
share/locale/ku/LC_MESSAGES/kmplayer.mo
share/locale/lt/LC_MESSAGES/kmplayer.mo
share/locale/lv/LC_MESSAGES/kmplayer.mo
share/locale/mai/LC_MESSAGES/kmplayer.mo
share/locale/nb/LC_MESSAGES/kmplayer.mo
share/locale/nds/LC_MESSAGES/kmplayer.mo
share/locale/nl/LC_MESSAGES/kmplayer.mo
share/locale/nn/LC_MESSAGES/kmplayer.mo
share/locale/pl/LC_MESSAGES/kmplayer.mo
share/locale/pt/LC_MESSAGES/kmplayer.mo
share/locale/pt_BR/LC_MESSAGES/kmplayer.mo
share/locale/ro/LC_MESSAGES/kmplayer.mo
share/locale/ru/LC_MESSAGES/kmplayer.mo
share/locale/sk/LC_MESSAGES/kmplayer.mo
share/locale/sr/LC_MESSAGES/kmplayer.mo
share/locale/sr@latin/LC_MESSAGES/kmplayer.mo
share/locale/sv/LC_MESSAGES/kmplayer.mo
share/locale/th/LC_MESSAGES/kmplayer.mo
share/locale/tr/LC_MESSAGES/kmplayer.mo
share/locale/ug/LC_MESSAGES/kmplayer.mo
share/locale/uk/LC_MESSAGES/kmplayer.mo
share/locale/zh_CN/LC_MESSAGES/kmplayer.mo
share/locale/zh_TW/LC_MESSAGES/kmplayer.mo