[Pkg-kde-extras] Processing of kwave_0.9.0-1-2_source.changes

2015-12-13 Thread Debian FTP Masters
kwave_0.9.0-1-2_source.changes uploaded successfully to localhost
along with the files:
  kwave_0.9.0-1-2.dsc
  kwave_0.9.0-1-2.debian.tar.xz

Greetings,

Your Debian queue daemon (running on host franck.debian.org)

___
pkg-kde-extras mailing list
pkg-kde-extras@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-kde-extras


[Pkg-kde-extras] Bug#807801: Patch

2015-12-13 Thread Pierre Schweitzer
Hi,

Please find attached a debdiff for Jessie backporting the fix for this
vulnerability.

Cheers,
-- 
Pierre Schweitzer 
System & Network Administrator
Senior Kernel Developer
ReactOS Deutschland e.V.
diff -Nru quassel-0.10.0/debian/changelog quassel-0.10.0/debian/changelog
--- quassel-0.10.0/debian/changelog	2015-05-10 16:41:35.0 +0200
+++ quassel-0.10.0/debian/changelog	2015-12-13 11:06:32.0 +0100
@@ -1,3 +1,12 @@
+quassel (1:0.10.0-2.3+deb8u2) jessie-security; urgency=high
+
+  * Non-maintainer upload.
+  * Fix CVE-2015-8547: remote DoS in quassel core, using /op * command.
+(Closes: #807801)
+- Add debian/patches/CVE-2015-8547.patch, cherry-picked from upstream.
+
+ -- Pierre Schweitzer   Sun, 13 Dec 2015 11:04:05 +0100
+
 quassel (1:0.10.0-2.3+deb8u1) jessie-security; urgency=high
 
   * Fix CVE-2015-3427: SQL injection vulnerability in PostgreSQL backend.
diff -Nru quassel-0.10.0/debian/patches/CVE-2015-8547.patch quassel-0.10.0/debian/patches/CVE-2015-8547.patch
--- quassel-0.10.0/debian/patches/CVE-2015-8547.patch	1970-01-01 01:00:00.0 +0100
+++ quassel-0.10.0/debian/patches/CVE-2015-8547.patch	2015-12-13 11:03:42.0 +0100
@@ -0,0 +1,22 @@
+From 476aaa050f26d6a31494631d172724409e4c569b Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Konstantin=20Bl=C3=A4si?= 
+Date: Wed, 21 Oct 2015 03:26:02 +0200
+Subject: [PATCH] Fixes a crash of the core when executing "/op *" in a query.
+
+---
+ src/core/coreuserinputhandler.cpp | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/core/coreuserinputhandler.cpp b/src/core/coreuserinputhandler.cpp
+index 7887a92..73aac48 100644
+--- a/src/core/coreuserinputhandler.cpp
 b/src/core/coreuserinputhandler.cpp
+@@ -232,7 +232,7 @@ void CoreUserInputHandler::doMode(const BufferInfo , const QChar& add
+ if (!isNumber || maxModes == 0) maxModes = 1;
+ 
+ QStringList nickList;
+-if (nicks == "*") { // All users in channel
++if (nicks == "*" && bufferInfo.type() == BufferInfo::ChannelBuffer) { // All users in channel
+ const QList users = network()->ircChannel(bufferInfo.bufferName())->ircUsers();
+ foreach(IrcUser *user, users) {
+ if ((addOrRemove == '+' && !network()->ircChannel(bufferInfo.bufferName())->userModes(user).contains(mode))
diff -Nru quassel-0.10.0/debian/patches/series quassel-0.10.0/debian/patches/series
--- quassel-0.10.0/debian/patches/series	2015-05-05 16:48:55.0 +0200
+++ quassel-0.10.0/debian/patches/series	2015-12-13 11:03:58.0 +0100
@@ -2,3 +2,4 @@
 CVE-2014-8483.patch
 CVE-2015-2778.patch
 CVE-2015-3427.patch
+CVE-2015-8547.patch
Format: 3.0 (quilt)
Source: quassel
Binary: quassel-core, quassel-client, quassel, quassel-data, 
quassel-client-kde4, quassel-kde4, quassel-data-kde4
Architecture: any all
Version: 1:0.10.0-2.3+deb8u2
Maintainer: Thomas Mueller 
Homepage: http://www.quassel-irc.org
Standards-Version: 3.9.5
Build-Depends: debhelper (>= 9.20120417), libqt4-dev, cmake, 
libfontconfig1-dev, libfreetype6-dev, libpng-dev, libsm-dev, libice-dev, 
libxi-dev, libxrandr-dev, libxrender-dev, zlib1g-dev, libssl-dev, 
libdbus-1-dev, pkg-kde-tools, kdelibs5-dev, libqca2-dev, qt4-dev-tools, 
libqtwebkit-dev, libindicate-qt-dev, libdbusmenu-qt-dev
Package-List:
 quassel deb net optional arch=any
 quassel-client deb net optional arch=any
 quassel-client-kde4 deb net optional arch=any
 quassel-core deb net optional arch=any
 quassel-data deb net optional arch=all
 quassel-data-kde4 deb net optional arch=all
 quassel-kde4 deb net optional arch=any
Checksums-Sha1:
 305d56774b1af2a891775a5637174d9048d875a7 2873233 quassel_0.10.0.orig.tar.bz2
 620cae3e1c59c193eb9b6620b7568bbf0c9d0dc8 22964 
quassel_0.10.0-2.3+deb8u2.debian.tar.xz
Checksums-Sha256:
 68228ce23aa3a992add3d00cb1e8b4863d8ca64bea99c881edf6d16ff9ec7c23 2873233 
quassel_0.10.0.orig.tar.bz2
 4dd55466a791826c75072999aa3899d1078ddbe1f25afe991a9be2a444a73b9d 22964 
quassel_0.10.0-2.3+deb8u2.debian.tar.xz
Files:
 382466a7790979c172b7d7edf10a2981 2873233 quassel_0.10.0.orig.tar.bz2
 b5a5acf4c81be0d48b2bf2c0a9045e5a 22964 quassel_0.10.0-2.3+deb8u2.debian.tar.xz


signature.asc
Description: OpenPGP digital signature
___
pkg-kde-extras mailing list
pkg-kde-extras@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-kde-extras

[Pkg-kde-extras] Processed: tagging 807801

2015-12-13 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 807801 + patch
Bug #807801 [quassel] CVE-2015-8547: quassel: op command denial of service 
vulnerability
Added tag(s) patch.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
807801: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=807801
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

___
pkg-kde-extras mailing list
pkg-kde-extras@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-kde-extras


[Pkg-kde-extras] Processed: found 807801 in 1:0.10.0-2.3, tagging 807801

2015-12-13 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> found 807801 1:0.10.0-2.3
Bug #807801 [quassel] CVE-2015-8547: quassel: op command denial of service 
vulnerability
Marked as found in versions quassel/1:0.10.0-2.3.
> tags 807801 + upstream fixed-upstream
Bug #807801 [quassel] CVE-2015-8547: quassel: op command denial of service 
vulnerability
Added tag(s) upstream and fixed-upstream.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
807801: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=807801
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

___
pkg-kde-extras mailing list
pkg-kde-extras@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-kde-extras


[Pkg-kde-extras] kwave_0.9.0-1-2_source.changes ACCEPTED into unstable

2015-12-13 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 13 Dec 2015 10:24:12 +0100
Source: kwave
Binary: kwave kwave-dbg
Architecture: source
Version: 0.9.0-1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian KDE Extras Team 
Changed-By: Pino Toscano 
Description:
 kwave  - sound editor for KDE
 kwave-dbg  - sound editor for KDE - debug symbols
Changes:
 kwave (0.9.0-1-2) unstable; urgency=medium
 .
   * Team upload.
   * Backport part of upstream commit 90f6e432e06e9ec1480a24b37f5ffe5dec4f75fc
 to fix a double vs float mismatch in sonagram plugin (fixing build on arm*
 architectures); patch upstream_compile-fix-for-armv7l.patch.
   * Extend the dh_strip hack into an helper function, and apply it also to
 dh_shlibdeps: this way we have proper dependencies for all the libraries
 used by plugins.
Checksums-Sha1:
 82713d52df8fa3a5052d7e02244a38da12545d4a 2278 kwave_0.9.0-1-2.dsc
 e42062c2a428179c8abdd3dc76a7dbb96f10d51e 15716 kwave_0.9.0-1-2.debian.tar.xz
Checksums-Sha256:
 345dec74a6ecacb5595e8c58f481dddeb2c4730f3a342c5f86a004f002e0654d 2278 
kwave_0.9.0-1-2.dsc
 69187818d5f5a39a552dcff0c348fea0e1d5204051b3e4382a14f3521b891503 15716 
kwave_0.9.0-1-2.debian.tar.xz
Files:
 238e819423cd440971c70b129e3eea69 2278 kde optional kwave_0.9.0-1-2.dsc
 8a144b7d9b0dbdb95ed5ae9dcd29c626 15716 kde optional 
kwave_0.9.0-1-2.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIVAwUBVm09oS0ZHIhDsT9NAQLIYQ/+MdAY0GZqfzmW8r+rEraQ9sx0h79MNSth
OCvs/C76b49AloOx8z6cOk9Jki0KAO6DPXHZ2aoJF6hKRI3lkKZ73eeXkjFQp9cY
2i+6cl9BdKvVrlZrLJ1+rR1pR5RmauPQPnZoHo05/LYNkKai9M5WV67i97691ZBc
Qrcapjl3hHWtQ0FDIu6kgJxOvdby944CXoh39kSrV68z/mVCwezwfiilowpksH/9
/pGhnuoMbVtrdMPhuEGBelOd484clXXy9MM5SyjMUXM/GM2Hw6u9ebNGmI+3/WCd
Oj+FOCV8JY7jzZqu91Hp8MuCiGyZ4nuJtXL0xJnJD87d31NKgLmG5X/OhWl469ZX
us/PxlQYcUVc35mt1OeMX6GLDQFAmi8A7Vd5dkGGqOH07mNRPQtas6sN8pTcYUZ4
uwOTnilF0WMBZR8pRpsOvjgLjcWL3B1qZMn2zdthM6a7vXB+oZncBOza6g/VWPso
X8sKGcZcGR67v0cSsOOXLl0UJQ//4hyW7/Q8Lzk6Nk8+sCFkqX8EyJtTanFN4Lk8
wBCE7Si7Ohrvv8uAnJ484xLg9uN4PPJduze5PD/+4MIsHOXXTdsfrVgTgKFLnyM3
puuTZlucU4AFuyn4/mNedKA/1eN8vd0nvASstVCap3y0QhgJc8tQcOyEvOEL1LxF
iCoVHVBHyiY=
=GCBK
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

___
pkg-kde-extras mailing list
pkg-kde-extras@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-kde-extras


[Pkg-kde-extras] Bug#807564: digikam: FTBFS, cannot find Marble

2015-12-13 Thread Danny Edel
Hello List,

I'm looking into this aswell, since I want to use digikam again and got
some free time to fix it.  I hope I can provide a source-patch in the
next few days that allows the currently packaged version of digikam to
build again.

In case I get it to work, where do I send the patch?  It would affect
both #807564 and #802966 since they both say FTBFS (although for
different reasons).

Cheers,

- Danny

___
pkg-kde-extras mailing list
pkg-kde-extras@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-kde-extras


[Pkg-kde-extras] kmess is marked for autoremoval from testing

2015-12-13 Thread Debian testing autoremoval watch
kmess 2.0.6.1-3 is marked for autoremoval from testing on 2015-12-28

It is affected by these RC bugs:
803297: kmess: prepare for giflib5


___
pkg-kde-extras mailing list
pkg-kde-extras@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-kde-extras


[Pkg-kde-extras] Processing of kchmviewer_7.5-1_source.changes

2015-12-13 Thread Debian FTP Masters
kchmviewer_7.5-1_source.changes uploaded successfully to localhost
along with the files:
  kchmviewer_7.5-1.dsc
  kchmviewer_7.5.orig.tar.gz
  kchmviewer_7.5-1.debian.tar.xz

Greetings,

Your Debian queue daemon (running on host franck.debian.org)

___
pkg-kde-extras mailing list
pkg-kde-extras@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-kde-extras


[Pkg-kde-extras] kchmviewer_7.5-1_source.changes ACCEPTED into unstable

2015-12-13 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 13 Dec 2015 12:54:05 +0100
Source: kchmviewer
Binary: kchmviewer
Architecture: source
Version: 7.5-1
Distribution: unstable
Urgency: medium
Maintainer: Debian KDE Extras Team 
Changed-By: Pino Toscano 
Description:
 kchmviewer - CHM viewer for KDE
Changes:
 kchmviewer (7.5-1) unstable; urgency=medium
 .
   * Team upload.
   * New upstream release.
   * Add the libzip-dev and libx11-dev build dependencies, needed by the new
 version.
   * Update watch file, handling "beta" versions using tilde.
   * Bump Standards-Version to 3.9.6, no changes required.
   * Fix linking to X11, as explicitly used; patch link-x11.diff.
   * Drop the menu file and its icon, as kchmviewer already provides a .desktop
 file.
Checksums-Sha1:
 7279a6eab6515bcac6c807979678d1617e0b942c 2050 kchmviewer_7.5-1.dsc
 53ee176f44337faba0da1fbca20ee2cc74bdd773 342487 kchmviewer_7.5.orig.tar.gz
 dc5dd9b734f6873a4865a23e0b88b96f824c040e 4980 kchmviewer_7.5-1.debian.tar.xz
Checksums-Sha256:
 29a9a26ec6f45d07c59a9cadbc304f9755fd3d986bfebc465be2d6bb4be384cb 2050 
kchmviewer_7.5-1.dsc
 c81f8fb7ac1fe8a5284e03b0d91def61cbd5638f2276c5de8046251755352e53 342487 
kchmviewer_7.5.orig.tar.gz
 48d7ed791c57ff4dfcebbe57eed3bc4c25f6c4a3a08bb2163dabf5e3a2a58aab 4980 
kchmviewer_7.5-1.debian.tar.xz
Files:
 bc2b0c4b7e1cab85b49aaa1c9f152d37 2050 kde optional kchmviewer_7.5-1.dsc
 8de084103375a33833ba5331a89ff7b9 342487 kde optional kchmviewer_7.5.orig.tar.gz
 d5011e6dad0fd54ec380afe92072dbf4 4980 kde optional 
kchmviewer_7.5-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIVAwUBVm1fjS0ZHIhDsT9NAQLmtA/+LMqVDkicLfX63CoymNP4PeSksaRxZBFF
Fromqybeyb20GohzOPKZVKCj75FpNoibwpVUtHw63SlNkHXwV/XCOppHo+4ok6EJ
PIWdFntRzfDegXKZwpM+y4X7/m5309JZtN4VgTVaIkSsPgiRdr/OTTWuJ0kOHr8V
NfbkRJpYeWSS1p1wCnDDUzAEdiml4+BvU6QNHNETz7eW6qrK9AVKT9RJPdWHaMfY
cyDPS8FRfoyI7cWcTlXT6LqRCQe7YiytjkeAmJvbsnmcTWXXtCrNlkQSbE6VIgaV
SE28SxnRTbay6wFaAlsnHvohk1IiqToxaFaAyWpsSSkCXNfwKBHwZIxf3/W21vjJ
RynjxzjT732vHGreRLxEdiPQFVQN//NwcFp32ri8cjeLYxnK2qJBPiUrH88jibyd
exJLx14ea2LDcKazYnNf32aHnUkNyMg+N/moGOtw7vzSnnNDhxku8T8mbN4edTHl
bmVFCma/JeEhSfwXBYg9GMiPB0l1v1tm+lL0RJP9v/maYwzTewH+hKy0QXcPbWQ3
qHJ5KY+wJ8ly5Wstr+3D0NEv4jeHmo/AOiNh/OpuLGhBMJ+rx1WCC4ZziOsE1U0U
AU/OKEoCBrF7xS2KaJfyXghLwLRfBAusdBzGL8BQzpQnS/eSL82Xx5BOO3SGsEOO
zqJmSUK/bvc=
=KbgH
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

___
pkg-kde-extras mailing list
pkg-kde-extras@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-kde-extras


[Pkg-kde-extras] Bug#807564: Fix "Can't find marble" FTBFS [patch]

2015-12-13 Thread Danny Edel
Control: tags -1 patch

Hi List,

I've tried to reproduce the build failure and it turns out that the
FindMarble.cmake file is in a path that is not in the default cmake
module search path.

If the search path is passed to cmake with EXTRA_CMAKE_ARGS, digikam
compiles successfully again.

Also the libsoprano-dev dependency is no longer a problem, because
digikam build-depends on kdelibs5-dev, which (now?) depends on
libsoprano-dev.

I hope that helps in at least building digikam again, making it easier
to look into the other remaining tickets.

PS: If you test the patch locally, don't forget to increment digikam's
version number! libstdc++6 in sid has a "Breaks: digikam-private-libs"
on versions <= 4:4.4.0-1.1+b2 defined.


I must add that although it compiles, it does *not* start out-of-the-box
on my system, it now crashes with the following error message:

*** Error in `digikam': realloc(): invalid old size: 0x00c21f80 ***
Aborted


Maybe someone with more C debugging skills can look into that?  (or
maybe it is an issue with my system)


Cheers,

- Danny
diff -ru orig/digikam-4.4.0/debian/rules digikam-4.4.0/debian/rules
--- orig/digikam-4.4.0/debian/rules	2014-01-18 00:19:58.0 +0100
+++ digikam-4.4.0/debian/rules	2015-12-13 14:39:07.711699472 +0100
@@ -12,6 +12,9 @@
   EXTRA_CMAKE_ARGS += -DDIGIKAMSC_USE_PRIVATE_KDEGRAPHICS=OFF
 endif
 
+# Location of FindMarble.cmake
+EXTRA_CMAKE_ARGS += -DCMAKE_MODULE_PATH=/usr/share/marble/cmake
+
 %:
 	dh $@ --with kde --parallel 
 
___
pkg-kde-extras mailing list
pkg-kde-extras@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-kde-extras

[Pkg-kde-extras] Processed: Fix "Can't find marble" FTBFS [patch]

2015-12-13 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 patch
Bug #807564 [src:digikam] digikam: FTBFS: Could not find a package 
configuration file provided by "Marble"
Added tag(s) patch.

-- 
807564: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=807564
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

___
pkg-kde-extras mailing list
pkg-kde-extras@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-kde-extras


[Pkg-kde-extras] Bug#802228: [plasma-systray-legacy] bug confirmed by many people at KDE bugtracker

2015-12-13 Thread Alex Volkov
Package: plasma-systray-legacy

--- Please enter the report below this line. ---

https://bugs.kde.org/show_bug.cgi?id=355684

So I wouldn't be too hasty closing it. It clearly exists, and closing your 
eyes on it won't make it go away.


--- System information. ---
Architecture: amd64
Kernel:   Linux 4.0.8-custom2-amd64

Debian Release: stretch/sid
  990 stable  security.debian.org 
  990 stable  ftp.fi.debian.org 
  990 stable  dl.google.com 
  990 stable  deb.torproject.org 
   90 unstabledeb.i2p2.no 
  500 testing security.debian.org 
  500 testing ftp.fi.debian.org 
  500 testing deb.torproject.org 

--- Package information. ---
Package's Depends field is empty.

Package's Recommends field is empty.

Package's Suggests field is empty.

___
pkg-kde-extras mailing list
pkg-kde-extras@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-kde-extras


[Pkg-kde-extras] Bug#807853: k3b: FTBFS with FFmpeg 2.9

2015-12-13 Thread Andreas Cadhalpun
Package: k3b
Version: 2.0.3a-1
Severity: important
Tags: patch
User: pkg-multimedia-maintain...@lists.alioth.debian.org
Usertags: ffmpeg2.9

Dear Maintainer,

thanks for re-enabling the ffmpeg plugin, but unfortunately
your package fails to build with the upcoming ffmpeg 2.9.
This bug will become release-critical at some point when the
ffmpeg2.9 transition gets closer.

Attached is a patch replacing the deprecated functionality.
It also works with ffmpeg 2.8.
Please apply this patch and forward it upstream, if necessary.

These changes are non-trivial and should be runtime-tested.

Best regards,
Andreas
diff --git a/debian/patches/ffmpeg-2.9.patch b/debian/patches/ffmpeg-2.9.patch
new file mode 100644
index 000..07ee5bc
--- /dev/null
+++ b/debian/patches/ffmpeg-2.9.patch
@@ -0,0 +1,56 @@
+Description: Replace deprecated FFmpeg API
+Author: Andreas Cadhalpun 
+Last-Update: <2015-12-13>
+
+--- k3b-2.0.3a.orig/plugins/decoder/ffmpeg/k3bffmpegwrapper.cpp
 k3b-2.0.3a/plugins/decoder/ffmpeg/k3bffmpegwrapper.cpp
+@@ -329,6 +329,11 @@ int K3bFFMpegFile::fillOutputBuffer()
+ d->outputBufferPos = d->alignedOutputBuffer;
+ d->outputBufferSize = AVCODEC_MAX_AUDIO_FRAME_SIZE;
+ 
++#ifdef HAVE_FFMPEG_AVCODEC_DECODE_AUDIO4
++AVFrame *frame = av_frame_alloc();
++int got_frame = 0;
++int len = ::avcodec_decode_audio4(FFMPEG_CODEC(d->formatContext->streams[0]), frame, _frame, >packet);
++#else
+ #ifdef HAVE_FFMPEG_AVCODEC_DECODE_AUDIO3
+ int len = ::avcodec_decode_audio3(
+ #else
+@@ -347,14 +352,24 @@ int K3bFFMpegFile::fillOutputBuffer()
+ #else
+ d->packetData, d->packetSize );
+ #endif
++#endif
+ 
+ if( d->packetSize <= 0 || len < 0 )
+ ::av_free_packet( >packet );
+ if( len < 0 ) {
++#ifdef HAVE_FFMPEG_AVCODEC_DECODE_AUDIO4
++av_frame_free();
++#endif
+ kDebug() << "(K3bFFMpegFile) decoding failed for " << m_filename;
+ return -1;
+ }
+ 
++#ifdef HAVE_FFMPEG_AVCODEC_DECODE_AUDIO4
++d->outputBufferSize = av_get_bytes_per_sample(FFMPEG_CODEC(d->formatContext->streams[0])->sample_fmt) * FFMPEG_CODEC(d->formatContext->streams[0])->channels * frame->nb_samples;
++memcpy(d->alignedOutputBuffer, frame->data[0], d->outputBufferSize);
++av_frame_free();
++#endif
++
+ d->packetSize -= len;
+ d->packetData += len;
+ }
+@@ -420,9 +435,9 @@ K3bFFMpegFile* K3bFFMpegWrapper::open( c
+ // mp3 being one of them sadly. Most importantly: allow the libsndfile decoder to do
+ // its thing.
+ //
+-if( file->type() == CODEC_ID_WMAV1 ||
+-file->type() == CODEC_ID_WMAV2 ||
+-file->type() == CODEC_ID_AAC )
++if( file->type() == AV_CODEC_ID_WMAV1 ||
++file->type() == AV_CODEC_ID_WMAV2 ||
++file->type() == AV_CODEC_ID_AAC )
+ #endif
+ return file;
+ }
diff --git a/debian/patches/series b/debian/patches/series
index 9db785e..f150af0 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -5,3 +5,4 @@
 112_dont_require_mp3.diff
 113_initial_preference.diff
 cmake-duplicate-doc.diff
+ffmpeg-2.9.patch
___
pkg-kde-extras mailing list
pkg-kde-extras@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-kde-extras

[Pkg-kde-extras] Processed: tagging 807705, tagging 728955, tagging 807737, found 807502 in 2.25+Atmel3.5.0-1, tagging 807564

2015-12-13 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 807705 + sid stretch
Bug #807705 [src:xserver-xorg-video-openchrome] xserver-xorg-video-openchrome: 
FTBFS: /usr/include/xorg/os.h:558:1: error: expected identifier or '(' before 
'__extension__'
Added tag(s) stretch and sid.
> tags 728955 + sid stretch
Bug #728955 [src:libatomic-ops] FTBFS on powerpc: FAIL: test_stack
Added tag(s) stretch and sid.
> tags 807737 + sid stretch
Bug #807737 [src:sqwebmail-de] sqwebmail-de: FTBFS: debian/rules:14: recipe for 
target 'override_dh_auto_build' failed
Added tag(s) stretch and sid.
> found 807502 2.25+Atmel3.5.0-1
Bug #807502 {Done: Hakan Ardo } [binutils-avr] gcc-avr: 
Missing support for atxmega384d3 since last upload
Marked as found in versions binutils-avr/2.25+Atmel3.5.0-1.
> tags 807564 + sid
Bug #807564 [src:digikam] digikam: FTBFS: Could not find a package 
configuration file provided by "Marble"
Added tag(s) sid.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
728955: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=728955
807502: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=807502
807564: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=807564
807705: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=807705
807737: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=807737
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

___
pkg-kde-extras mailing list
pkg-kde-extras@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-kde-extras