Commit Graph

24 Commits (3d40d7fb37f70cd4c3f368b9355255647e96a166)

Author SHA1 Message Date
Slávek Banko 24c7af0ccb
Added translation of .desktop files.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit c81945a082)
3 years ago
Slávek Banko 1d58dd5c61
Drop automake build support.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 3e30a7a744)
3 years ago
aneejit1 a8754a961b
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>
(cherry picked from commit 18ea1e7a94)
3 years ago
aneejit1 ea1dbe7ba9
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>
(cherry picked from commit 9d90dd583d)
3 years ago
aneejit1 fad8c6359d
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>
(cherry picked from commit 8e7556b9a8)
3 years ago
François Andriot fded15bc40
Fix FTBFS on RHEL6
Signed-off-by: François Andriot <francois.andriot@free.fr>
(cherry picked from commit 6a10a4b693)
4 years ago
Michele Calgaro 469637bdbf
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>
(cherry picked from commit f76cc7b31d)
4 years ago
Michele Calgaro 75f9bf49ef
Replace nullptr with NULL.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit e24ff5c0cf)
4 years ago
Mashiro 3db05eac69
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>
(cherry picked from commit 095c3186b1)
4 years ago
François Andriot bd93d7599e cmake: Fix FTBFS due to ffmpeg includes
This relates to bug 2714

Signed-off-by: François Andriot <francois.andriot@free.fr>
(cherry picked from commit a30375c69f)
9 years ago
Alexander Golubev 49c75bd470 Initial cmake conversion
(cherry picked from commit 737e53d58c)
10 years ago
Michele Calgaro 73875333f1 Fixed typo in comment. 11 years ago
Michele Calgaro a6902f81bb Fixed FTBFS caused by migration to libav10 (Debian/Jessie). This resolves bug 2064. 11 years ago
Francois Andriot 7de21d9e22 Fix FTBFS due to deprecated AVCODEC_MAX_AUDIO_FRAME_SIZE in ffmpeg 12 years ago
Timothy Pearson 281d226f74 Rename additional header files to avoid conflicts with KDE4 13 years ago
Slávek Banko e49a3521c0 Enhance ffmpeg compatibility with older versions 13 years ago
Darrell Anderson cc573f2493 Fix build failures against ffmpeg >=0.11.
Thanks to David C. Rankin.
13 years ago
Timothy Pearson ffd0ac254d Remove spurious TQ_OBJECT instances 14 years ago
Timothy Pearson cbe6a4e28d Rename additional instances of KDE to TDE 14 years ago
tpearson 435ca112de Fix k3b FTBFS under older versions of ffpmeg
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/k3b@1258938 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
14 years ago
tpearson 4b97664c5d Fix k3b FTBFS under oneiric
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/k3b@1258926 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
14 years ago
tpearson df8e67b866 rename the following methods:
tqparent parent
tqmask mask


git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/k3b@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
14 years ago
tpearson d8cc8bdfa7 TQt4 port k3b
This enables compilation under both Qt3 and Qt4


git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/k3b@1233803 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
14 years ago
tpearson 50b48aec6d Added abandoned KDE3 version of K3B
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/k3b@1084400 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
16 years ago