Package: k3b / 2.0.3a-2

Metadata

Package Version Patches format
k3b 2.0.3a-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
101_rename_normalize.diff | (download)

libk3b/core/k3bdefaultexternalprograms.cpp | 8 7 + 1 - 0 !
libk3b/core/k3bdefaultexternalprograms.h | 3 3 + 0 - 0 !
libk3b/projects/audiocd/k3baudiodoc.cpp | 4 2 + 2 - 0 !
libk3b/projects/audiocd/k3baudionormalizejob.cpp | 12 6 + 6 - 0 !
src/k3bprojectmanager.cpp | 4 2 + 2 - 0 !
src/projects/k3baudioburndialog.cpp | 12 6 + 6 - 0 !
src/projects/k3bmixedburndialog.cpp | 12 6 + 6 - 0 !
7 files changed, 32 insertions(+), 23 deletions(-)

 normalize is named "normalize-audio" in debian.
 Change that everywhere.... for real this time
104_dont_require_suid_cdrecord_or_cdrdao.diff | (download)

src/k3bsystemproblemdialog.cpp | 4 4 + 0 - 0 !
1 file changed, 4 insertions(+)

---
110_disable_no_problems_found_popup.diff | (download)

src/k3bsystemproblemdialog.cpp | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
111_advice_debian_libk3b3 extracodes.diff | (download)

src/k3bsystemproblemdialog.cpp | 3 1 + 2 - 0 !
1 file changed, 1 insertion(+), 2 deletions(-)

---
112_dont_require_mp3.diff | (download)

src/k3bsystemproblemdialog.cpp | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

---
113_initial_preference.diff | (download)

src/k3b.desktop | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 set k3b as the default handler for iso files rather than ark
cmake duplicate doc.diff | (download)

CMakeLists.txt | 3 0 + 3 - 0 !
1 file changed, 3 deletions(-)

 do not add_subdirectory(doc) twice
 Adding the same subdirectory in cmake will duplicate its targets, erroring
 out during build.
upstream_Fixed compilation on newer ffmpeg libav.patch | (download)

plugins/decoder/ffmpeg/k3bffmpegwrapper.cpp | 60 50 + 10 - 0 !
1 file changed, 50 insertions(+), 10 deletions(-)

 [patch] fixed compilation on newer ffmpeg/libav
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Oldich Jedlika took the API example and modified the code to match it.
The code compiles fine with libav-11.2 with no deprecation warnings.

REVIEW: 122569
CCMAIL: debian@kitterman.com

upstream_Fix build failure when compiling with GCC 5.patch | (download)

libk3b/projects/k3bcdrdaowriter.cpp | 2 1 + 1 - 0 !
libk3b/tools/k3bwavefilewriter.cpp | 4 2 + 2 - 0 !
plugins/encoder/external/k3bexternalencoder.cpp | 6 3 + 3 - 0 !
3 files changed, 6 insertions(+), 6 deletions(-)

 [patch] fix build failure when compiling with gcc 5

REVIEW: 123431