Commit Graph

49 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)
3 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)
3 years ago
Michele Calgaro 75f9bf49ef
Replace nullptr with NULL.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit e24ff5c0cf)
3 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)
3 years ago
Michele Calgaro c71ba8e51c
Add includes to UI files to resolve FTBFS.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 59340c8595)
7 years ago
Slávek Banko b12000555e cmake: Fix FTBFS due to artsc includes
This relates to bug 2714

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 1602d89a8f)
8 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)
8 years ago
Slávek Banko 60e00a1068 Fix FTBFS with GCC6
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit dfbb57e394)
9 years ago
Alexander Golubev 49c75bd470 Initial cmake conversion
(cherry picked from commit 737e53d58c)
9 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
Slávek Banko 722cb8fe4e Additional k => tde renaming and fixes 12 years ago
Timothy Pearson 281d226f74 Rename additional header files to avoid conflicts with KDE4 12 years ago
Timothy Pearson bba095a5aa Rename many classes and header files to avoid conflicts with KDE4 12 years ago
Timothy Pearson 08e6e3d01b Rename a number of classes to enhance compatibility with KDE4 12 years ago
Timothy Pearson 5f3c4af105 Rename KStandard for enhanced compatibility with KDE4 12 years ago
Timothy Pearson b539e51290 Fix up remaining references to -lkio 12 years ago
Timothy Pearson d796716f1d Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
Timothy Pearson 83b79bb29a Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 12 years ago
Timothy Pearson 2a3ced9fbd Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 12 years ago
Slávek Banko 730967a47c Update autotools for new DSO linkage style
Thanks to Francois Andriot for the patch
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 13 years ago
Timothy Pearson ba335c4be7 Rename obsolete tq methods to standard names 13 years ago
Timothy Pearson 5183781c5d Remove additional unneeded tq method conversions 13 years ago
Timothy Pearson 09c8631832 Rename old tq methods that no longer need a unique name 13 years ago
Timothy Pearson 650b58e8e6 Revert "Rename a number of old tq methods that are no longer tq specific"
This reverts commit ef5831dd5c.
13 years ago
Timothy Pearson ef5831dd5c Rename a number of old tq methods that are no longer tq specific 13 years ago
Timothy Pearson c8db20a9b8 Additional renaming of kde to tde 13 years ago
Timothy Pearson cbe6a4e28d Rename additional instances of KDE to TDE 13 years ago
Timothy Pearson 8317f65d8e Additional kde to tde renaming 13 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 33881ea444 rename the following methods:
tqfind find
tqreplace replace
tqcontains contains


git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/k3b@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
14 years ago
tpearson abc21952ac Fix k3b FTBFS under Qt4
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/k3b@1242628 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
14 years ago
tpearson 85723d544d Remove the tq in front of these incorrectly TQt4-converted methods/data members:
tqrepaint[...]
tqinvalidate[...]
tqparent[...]
tqmask[...]
tqlayout[...]
tqalignment[...]


git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/k3b@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
14 years ago
tpearson 464e0b5c32 Rename all instances of "tqgeometry" (including quotes) to the more-correct "geometry" string
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/k3b@1236712 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 2a39a08057 Try #2 to get MPC detected...
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/k3b@1164898 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
15 years ago
tpearson 345ae2bf47 Makefile fixes
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/k3b@1085718 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
15 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
15 years ago