Commit Graph

364 Commits (a25cd57110855dec263ea0bededfe603b118a61c)
 

Author SHA1 Message Date
Slávek Banko 9915779aa5
Remove generated files from source tree.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
2 years ago
TDE Weblate b2378fbccd Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: applications/k9copy
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/
2 years ago
TDE Gitea ce95cda572 Update translation template. 2 years ago
Michele Calgaro 62b2fc0050
Remove unnecessary accelerators from .ui files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
Michele Calgaro f0475ecbe7
Add man page from tde packaging repo.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
aneejit1 bd83eb0951 Fix problems for older ffmpeg versions
Fix the following issues when building against older ffmpeg versions

- the call to avcodec_free_context exceptions as avformat_close_input
  already performs cleanup of the AVCodecContext, so link the calling of
  avcodec_free_context in the close method of k9avidecode.cpp to the
  version of libavformat in which codecpar appeared rather than when
  avcodec_free_context appeared.
- avcodec_decode_video2 was deprecated in libavcodec 57.106.100, not
  57.12.100, so the version has been corrected.

Signed-off-by: aneejit1 <aneejit1@gmail.com>
3 years ago
TDE Weblate beaa801c7b Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: applications/k9copy
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/
3 years ago
TDE Gitea ff1e096444 Update translation template. 3 years ago
aneejit1 e71518b16c Implement ffmpeg version 5 support
Version 5.0 of ffmpeg drops a load of deprecated API functions causing
k9copy to fail its build. The necessary changes have been made to
enable k9copy to build against ffmpeg 5.0 as well as retaining support
for older versions. Support for older pre-0.5.1 versions has been
dropped as has runtime linking of the ffmpeg libraries. libswscale is
now mandatory.

Signed-off-by: aneejit1 <aneejit1@gmail.com>
3 years ago
Michele Calgaro 67d45db6d6
Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
3 years ago
TDE Weblate bc683e4a87 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: applications/k9copy
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/
3 years ago
TDE Gitea 1646f09a20 Update translation template. 3 years ago
Slávek Banko 505c55b2e1
Fix FTBFS due to narrowing conversions in x86 mmx code.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
3 years ago
Michele Calgaro da10cdaf05
Removed HAL dependant code.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
3 years ago
TDE Gitea 9f2311f262 Reset submodule main/applications/multimedia/k9copy/admin to latest HEAD 3 years ago
Slávek Banko 5caf64c6c5
Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
3 years ago
TDE Weblate 0705f5058e Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: applications/k9copy
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/
4 years ago
Michele Calgaro b6f3b5d2a4 Translated using Weblate (Italian)
Currently translated at 100.0% (507 of 507 strings)

Translation: applications/k9copy
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/it/
4 years ago
TDE Weblate d3e17eb419 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: applications/k9copy
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/
4 years ago
TDE Gitea 4bb1b49dd4 Update translation template. 4 years ago
TDE Weblate b32d8a692d Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: applications/k9copy
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/
4 years ago
Slávek Banko da1ddec13d
Remove cmake submodule since it has now been replaced by cmake-trinity dependency.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
4 years ago
TDE Gitea d880471ef7 Reset submodule main/applications/k9copy/cmake to latest HEAD 4 years ago
blu.256 57de49c3dd Translated using Weblate (Greek)
Currently translated at 68.0% (345 of 507 strings)

Translation: applications/k9copy
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/el/
4 years ago
TDE Gitea 84f97eac44 Reset submodule main/applications/k9copy/cmake to latest HEAD 4 years ago
TDE Gitea 6608bd7fd6 Reset submodule main/applications/k9copy/admin to latest HEAD 4 years ago
TDE Gitea 05276df738 Reset submodule main/applications/k9copy/cmake to latest HEAD 4 years ago
TDE Gitea ff42c7705c Reset submodule main/applications/k9copy/cmake to latest HEAD 4 years ago
TDE Gitea 32c0a27791 Reset submodule main/applications/k9copy/admin to latest HEAD 4 years ago
TDE Gitea 12c36c5f11 Reset submodule main/applications/k9copy/cmake to latest HEAD 4 years ago
TDE Gitea 19ca8b9eaa Reset submodule main/applications/k9copy/cmake to latest HEAD 4 years ago
TDE Gitea d876b2dcb2 Reset submodule main/applications/k9copy/admin to latest HEAD 4 years ago
TDE Gitea 8357148690 Reset submodule main/applications/k9copy/cmake to latest HEAD 4 years ago
TDE Gitea 2261915844 Reset submodule main/applications/k9copy/admin to latest HEAD 4 years ago
Michele Calgaro a7568f7b85
Removed code formatting modelines.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
4 years ago
TDE Gitea 2255d6b95f Reset submodule main/applications/k9copy/cmake to latest HEAD 4 years ago
TDE Gitea dec12ecfcf Reset submodule main/applications/k9copy/admin to latest HEAD 4 years ago
TDE Gitea ee43fdb8a5 Reset submodule main/applications/k9copy/cmake to latest HEAD 4 years ago
TDE Gitea 93a6a1ae68 Reset submodule main/applications/k9copy/admin to latest HEAD 4 years ago
TDE Gitea 61b3299243 Reset submodule main/applications/k9copy/cmake to latest HEAD 5 years ago
TDE Gitea d736918e43 Reset submodule main/applications/k9copy/cmake to latest HEAD 5 years ago
TDE Gitea e39618409a Reset submodule main/applications/k9copy/cmake to latest HEAD 5 years ago
TDE Gitea 2947965d0f Reset submodule main/applications/k9copy/admin to latest HEAD 5 years ago
TDE Gitea 17a0b7b7ca Reset submodule main/applications/k9copy/cmake to latest HEAD 5 years ago
TDE Gitea 1ce76f863a Reset submodule main/applications/k9copy/cmake to latest HEAD 5 years ago
TDE Gitea 8527334e26 Reset submodule main/applications/k9copy/cmake to latest HEAD 5 years ago
TDE Gitea dc5921744b Reset submodule main/applications/k9copy/cmake to latest HEAD 5 years ago
TDE Gitea a0518955a7 Reset submodule main/applications/k9copy/admin to latest HEAD 5 years ago
Michele Calgaro cfc1fd7dd2
Improved support for bluray discs.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
5 years ago
TDE Gitea 5093d44abc Reset submodule main/applications/k9copy/cmake to latest HEAD 5 years ago