Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added translation of .desktop files. | Slávek Banko | 2022-08-28 | 174 | -1547/+19872 |
| | | | | | Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit c81945a0823af6177bc05263edf11ba379e60e7c) | ||||
* | Drop automake build support. | Slávek Banko | 2022-08-28 | 103 | -2643/+0 |
| | | | | | Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit 3e30a7a74408b3217e3f5a22754cdd39c29d3ca2) | ||||
* | Move the documentation to a new directory layout. | Slávek Banko | 2022-08-27 | 28 | -28/+5 |
| | | | | | Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit 0a7dd146a5b291c69f6f3d4a82b7209e6f4e2847) | ||||
* | Add man page from tde packaging repo. | Michele Calgaro | 2022-08-27 | 3 | -0/+214 |
| | | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit eaa160d9ab5c3cc86af4258dbe8214e2fcfa7f10) | ||||
* | Add a check for a pkg-config package named libmad next to mad. | Slávek Banko | 2022-07-12 | 1 | -1/+1 |
| | | | | | Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit 16b6cf39ca633acc8178542da9f72f585403c21b) | ||||
* | Use TDE cmake macro to set version | Michele Calgaro | 2022-06-25 | 1 | -0/+5 |
| | | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 95f279a9db263c2d3679ea1af7488a48e42da4fc) | ||||
* | Fix problems for older ffmpeg versions | aneejit1 | 2022-05-22 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | 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 k3bffmpegwrapper.cpp to the version of libavformat in which codecpar appeared rather than when avcodec_free_context appeared. - avcodec_decode_audio4 was deprecated in libavcodec 57.106.100, not 57.12.100, so the version has been corrected. Signed-off-by: aneejit1 <[email protected]> (cherry picked from commit 18ea1e7a9489bf811dd33b7652866015f6340432) | ||||
* | Correct API version check | aneejit1 | 2022-05-09 | 1 | -1/+1 |
| | | | | | | | | The version check for "av_register_all" is being performed against the AVCodec API. Correct it to the AVFormat API. Signed-off-by: aneejit1 <[email protected]> (cherry picked from commit 9d90dd583d66b06d059b544e25a3ef1b8ca8f0f6) | ||||
* | Enable ffmpeg 5.0 compatibility | aneejit1 | 2022-05-06 | 1 | -18/+83 |
| | | | | | | | | | The release of version 5.0 of ffmpeg removes a lot of deprecated API functions, some of which are being used by k3b. The ffmpeg support has been modified to support 5.0 as well as older versions. Signed-off-by: aneejit1 <[email protected]> (cherry picked from commit 8e7556b9a85e88f6d6f83bfba5b22657fa87848f) | ||||
* | Make s_codecFeatures a "const char *" to remove ISO C++ warning | aneejit1 | 2022-05-06 | 1 | -2/+2 |
| | | | | | | | | | | | "libk3b/jobs/k3bvideodvdtitletranscodingjob.cpp" declares two instances of "s_codecFeatures" as "static char *" and initialises them with string constants. This produces the compiler warning "ISO C++ forbids converting a string constant to 'char*'". Both declarations have been changed to "const". Signed-off-by: aneejit1 <[email protected]> (cherry picked from commit 1f4a3ab86ef18f5c8416ed1f7da72f82476529a2) | ||||
* | Remove obsolete setting of CMAKE_MODULE_PATH in cmake files. | Michele Calgaro | 2022-05-04 | 2 | -2/+0 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Reset submodule main/applications/multimedia/k3b/admin to latest HEADr14.0.12 | Automated System | 2022-01-28 | 1 | -0/+0 |
| | |||||
* | Raise the minimum required version of CMake to 3.1 in CMakeL10n rules. | Slávek Banko | 2021-12-31 | 1 | -1/+1 |
| | | | | | Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit 257144817bf957ff1d1595ecb231d36fdcc4cf04) | ||||
* | Raise the minimum required version of CMake to 3.1. | Slávek Banko | 2021-12-29 | 1 | -1/+1 |
| | | | | | Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit fe06115e6c87a437042fed043dda3d1815435917) | ||||
* | Fix FTBFS on RHEL6 | François Andriot | 2021-11-02 | 1 | -1/+2 |
| | | | | | Signed-off-by: François Andriot <[email protected]> (cherry picked from commit 6a10a4b6932c56366133b2bc034005fc7dc83c42) | ||||
* | Fixed building with older version of libav* libraries.r14.0.11 | Michele Calgaro | 2021-09-27 | 1 | -8/+29 |
| | | | | | | Signed-off-by: Michele Calgaro <[email protected]> Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit f76cc7b31d3c0421a5e2659fd38e0800fd3e80d4) | ||||
* | Replace nullptr with NULL. | Michele Calgaro | 2021-09-27 | 1 | -18/+18 |
| | | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit e24ff5c0cf1257771d663bf710901c1c7e378c09) | ||||
* | Fix metainfo processing, AAC decoding, some domestic code clearance | Mashiro | 2021-09-27 | 1 | -283/+229 |
| | | | | | | | | | | Initially code entirely taken and adopted from k3b upstream https://github.com/KDE/k3b/commit/1e09c7d77f6f8af7d108519528e41a9093fdbd94 with subsequent fix of the read() function and reducing of the compiler warnings. Signed-off-by: Mashiro <[email protected]> (cherry picked from commit 095c3186b162445ebbfccad9a3e1ceb5db7f3e04) | ||||
* | Remove cmake submodule since it has now been replaced by cmake-trinity ↵ | Slávek Banko | 2021-05-24 | 2 | -3/+0 |
| | | | | | | dependency. Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Reset submodule main/applications/k3b/cmake to latest HEAD | Automated System | 2021-05-15 | 1 | -0/+0 |
| | |||||
* | Fixed FTBFS when building without tdehw lib but with HAL enabled. | Michele Calgaro | 2021-05-04 | 3 | -1/+26 |
| | | | | | | Signed-off-by: Michele Calgaro <[email protected]> Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit 804f6a4d46fa519558a321c4f86c72fd11610759) | ||||
* | Fixed building without tdehw and without HAL. This resolves bug 2495. | Michele Calgaro | 2021-05-03 | 2 | -25/+60 |
| | | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit cc51bb4eb48522433b14b1e584dd5dbdb9a0969e) | ||||
* | Reset submodule main/applications/k3b/cmake to latest HEADr14.0.10 | Automated System | 2021-02-28 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/applications/k3b/admin to latest HEAD | Automated System | 2021-02-28 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/applications/k3b/cmake to latest HEAD | Automated System | 2021-01-27 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/applications/k3b/cmake to latest HEAD | Automated System | 2021-01-27 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/applications/k3b/admin to latest HEAD | Automated System | 2021-01-27 | 1 | -0/+0 |
| | |||||
* | Raise the minimum required version of CMake to 2.8.12. | Slávek Banko | 2021-01-18 | 1 | -1/+1 |
| | | | | | Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit 78630455d836182f3bdaecd24ca723ab5870379c) | ||||
* | Reset submodule main/applications/k3b/cmake to latest HEAD | Automated System | 2021-01-13 | 1 | -0/+0 |
| | |||||
* | Renaming of files in preparation for code style tools. | Michele Calgaro | 2020-12-28 | 5 | -2/+2 |
| | | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 3413da9f84485deaf6416fe6cf9a9a48adb4e0c1) | ||||
* | Reset submodule main/applications/k3b/cmake to latest HEAD | Automated System | 2020-12-07 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/applications/k3b/admin to latest HEAD | Automated System | 2020-12-07 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/applications/k3b/cmake to latest HEADr14.0.9 | Automated System | 2020-10-09 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/applications/k3b/admin to latest HEAD | Automated System | 2020-10-09 | 1 | -0/+0 |
| | |||||
* | Removed code formatting modelines. | Michele Calgaro | 2020-09-28 | 3 | -3/+0 |
| | | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 4809123108dc265cab0ad1334b681ad278cdbe67) | ||||
* | Reset submodule main/applications/k3b/cmake to latest HEAD | Automated System | 2020-09-20 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/applications/k3b/admin to latest HEAD | Automated System | 2020-09-20 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/applications/k3b/cmake to latest HEAD | Automated System | 2020-09-18 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/applications/k3b/admin to latest HEAD | Automated System | 2020-09-18 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/applications/k3b/cmake to latest HEAD | Automated System | 2020-07-29 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/applications/k3b/cmake to latest HEAD | Automated System | 2020-06-26 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/applications/k3b/cmake to latest HEAD | Automated System | 2020-06-24 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/applications/k3b/admin to latest HEAD | Automated System | 2020-06-24 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/applications/k3b/cmake to latest HEAD | Automated System | 2020-06-14 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/applications/k3b/cmake to latest HEAD | Automated System | 2020-06-14 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/applications/k3b/cmake to latest HEAD | Automated System | 2020-06-12 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/applications/k3b/cmake to latest HEAD | Automated System | 2020-06-07 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/applications/k3b/admin to latest HEAD | Automated System | 2020-06-07 | 1 | -0/+0 |
| | |||||
* | Improved support for bluray discs. | Michele Calgaro | 2020-05-30 | 2 | -73/+73 |
| | | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit ad2d32af877f0736f14099735a2b7ae261390932) | ||||
* | Reset submodule main/applications/k3b/cmake to latest HEAD | Automated System | 2020-05-28 | 1 | -0/+0 |
| |