Commit Graph

335 Commits (a71adf538f8febd0686d98bd4d2f7b1531431be7)
 

Author SHA1 Message Date
Michele Calgaro a71adf538f
Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
Hugo Carvalho 894069eb4d Translated using Weblate (Portuguese)
Currently translated at 100.0% (7 of 7 strings)

Translation: applications/k3b - events
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-events/pt/
2 years ago
Heimen Stoffels 578af5afd2 Translated using Weblate (Dutch)
Currently translated at 100.0% (7 of 7 strings)

Translation: applications/k3b - events
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-events/nl/
2 years ago
Roman Savochenko 9e17545b16 Translated using Weblate (Ukrainian)
Currently translated at 100.0% (7 of 7 strings)

Translation: applications/k3b - events
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-events/uk/
2 years ago
aneejit1 fc90ff2d61 Add sndfile include directories
When sndfile is not installed in /usr, a compilation failure in
plugins/decoder/libsndfile may occur due to a missing specification of
the include directory. The required directory variable is now added to
the "include_directories" statement.

Signed-off-by: aneejit1 <aneejit1@gmail.com>
2 years ago
Michele Calgaro cc4aa0ad92
Remove unnecessary accelerators from .ui files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
TDE Weblate 2a48c4ed4e Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: applications/k3b - desktop files
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-desktop-files/
3 years ago
TDE Gitea 5a1f9497de Update translation template. 3 years ago
Slávek Banko 7f9d56c5a4
Konqi actions: Fix the wrongly moved "Exec" for new data CD.
Delete duplicate and incorrect action name for new data DVD.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
3 years ago
Slávek Banko 59fc6198ba
Fix destination path for events translations template.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
3 years ago
Slávek Banko c81945a082
Added translation of .desktop files.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
3 years ago
Slávek Banko 3e30a7a744
Drop automake build support.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
3 years ago
Slávek Banko 0a7dd146a5
Move the documentation to a new directory layout.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
3 years ago
Michele Calgaro eaa160d9ab
Add man page from tde packaging repo.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
3 years ago
Slávek Banko 16b6cf39ca
Add a check for a pkg-config package named libmad next to mad.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
3 years ago
Michele Calgaro 95f279a9db
Use TDE cmake macro to set version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
3 years ago
aneejit1 18ea1e7a94 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 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 <aneejit1@gmail.com>
3 years ago
aneejit1 9d90dd583d Correct API version check
The version check for "av_register_all" is being performed against
the AVCodec API. Correct it to the AVFormat API.

Signed-off-by: aneejit1 <aneejit1@gmail.com>
3 years ago
aneejit1 8e7556b9a8 Enable ffmpeg 5.0 compatibility
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 <aneejit1@gmail.com>
3 years ago
aneejit1 1f4a3ab86e Make s_codecFeatures a "const char *" to remove ISO C++ warning
"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 <aneejit1@gmail.com>
3 years ago
Michele Calgaro f477690f7f
Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
3 years ago
Michele Calgaro ce3d9531b6
Removed HAL dependant code.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
3 years ago
TDE Gitea acefd32da2 Reset submodule main/applications/multimedia/k3b/admin to latest HEAD 3 years ago
Slávek Banko 257144817b
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
Slávek Banko fe06115e6c
Raise the minimum required version of CMake to 3.1.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
3 years ago
François Andriot 6a10a4b693 Fix FTBFS on RHEL6
Signed-off-by: François Andriot <francois.andriot@free.fr>
3 years ago
Michele Calgaro f76cc7b31d
Fixed building with older version of libav* libraries.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
3 years ago
Michele Calgaro e24ff5c0cf
Replace nullptr with NULL.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
3 years ago
Mashiro 095c3186b1
Fix metainfo processing, AAC decoding, some domestic code clearance
Initially code entirely taken and adopted from k3b upstream
1e09c7d77f
with subsequent fix of the read() function and reducing of the
compiler warnings.

Signed-off-by: Mashiro <m.t.0x73@gmail.com>
3 years ago
Slávek Banko da0ee3a001
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 655af17913 Reset submodule main/applications/k3b/cmake to latest HEAD 4 years ago
Slávek Banko 69e6b34bab
Updated to use new standalone tdehw library.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
4 years ago
Michele Calgaro 804f6a4d46
Fixed FTBFS when building without tdehw lib but with HAL enabled.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
4 years ago
Michele Calgaro cc51bb4eb4
Fixed building without tdehw and without HAL. This resolves bug 2495.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
4 years ago
TDE Gitea 0f3a20732c Reset submodule main/applications/k3b/cmake to latest HEAD 4 years ago
TDE Gitea 73a17de8a4 Reset submodule main/applications/k3b/admin to latest HEAD 4 years ago
TDE Gitea db6a813b8b Reset submodule main/applications/k3b/cmake to latest HEAD 4 years ago
TDE Gitea f26f1ec0a7 Reset submodule main/applications/k3b/cmake to latest HEAD 4 years ago
TDE Gitea 8b1f1aee8f Reset submodule main/applications/k3b/admin to latest HEAD 4 years ago
Slávek Banko 78630455d8
Raise the minimum required version of CMake to 2.8.12.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
4 years ago
TDE Gitea 29da2b3b77 Reset submodule main/applications/k3b/cmake to latest HEAD 4 years ago
Michele Calgaro 3413da9f84
Renaming of files in preparation for code style tools.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
4 years ago
TDE Gitea dc155277f6 Reset submodule main/applications/k3b/cmake to latest HEAD 4 years ago
TDE Gitea f1ba8a8e74 Reset submodule main/applications/k3b/admin to latest HEAD 4 years ago
TDE Gitea 83352bd7d8 Reset submodule main/applications/k3b/cmake to latest HEAD 4 years ago
TDE Gitea 9276d0bc4f Reset submodule main/applications/k3b/admin to latest HEAD 4 years ago
Michele Calgaro 4809123108
Removed code formatting modelines.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
4 years ago
TDE Gitea 0c040eac73 Reset submodule main/applications/k3b/cmake to latest HEAD 4 years ago
TDE Gitea bc84081638 Reset submodule main/applications/k3b/admin to latest HEAD 4 years ago
TDE Gitea 7d6612a135 Reset submodule main/applications/k3b/cmake to latest HEAD 4 years ago