Slávek Banko
4f37ec7d7b
Fix compatibility with ffmpeg 7.x.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
3 months ago
Michele Calgaro
61b79fc392
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
11 months ago
Michele Calgaro
766478630b
Remove various '#define' strings - part 6
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
12 months ago
Michele Calgaro
b67830aae3
Replaced various '#define' with actual strings - part 5
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
12 months ago
Michele Calgaro
a505e95cbf
Replaced various '#define' with actual strings - part 3
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro
5efc277625
Replace Qt with TQt
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro
85f5856c55
Fix detection and linking of taglib
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro
147aca7d8e
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro
e1e7558d74
Replace Q_OBJECT with TQ_OBJECT
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year 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
Slávek Banko
c81945a082
Added translation of .desktop files.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
2 years ago
Slávek Banko
3e30a7a744
Drop automake build support.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
2 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
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
Michele Calgaro
59340c8595
Add includes to UI files to resolve FTBFS.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro
483f780704
LIB_QT -> LIB_TQT conversion to align to updated admin module
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Slávek Banko
1602d89a8f
cmake: Fix FTBFS due to artsc includes
...
This relates to bug 2714
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
8 years ago
François Andriot
a30375c69f
cmake: Fix FTBFS due to ffmpeg includes
...
This relates to bug 2714
Signed-off-by: François Andriot <francois.andriot@free.fr>
8 years ago
Slávek Banko
dfbb57e394
Fix FTBFS with GCC6
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
8 years ago
Alexander Golubev
737e53d58c
Initial cmake conversion
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
11 years ago
Slávek Banko
722cb8fe4e
Additional k => tde renaming and fixes
11 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
12 years ago
Slávek Banko
e49a3521c0
Enhance ffmpeg compatibility with older versions
12 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
13 years ago