[Pkg-kde-extras] Bug#747778: kradio4: FTBFS: error: QFile: No such file or directory

2014-05-14 Thread Moritz Mühlenhoff
On Sun, May 11, 2014 at 07:20:34PM +0200, David Suárez wrote:
 Source: kradio4
 Version: 4.0.7-2
 Severity: serious
 Tags: jessie sid
 User: debian...@lists.debian.org
 Usertags: qa-ftbfs-20140510 qa-ftbfs
 Justification: FTBFS on amd64
 
 Hi,
 
 During a rebuild of all packages in sid, your package failed to build on
 amd64.
 
 Relevant part (hopefully):
  /usr/bin/c++   -DKDE3_SUPPORT -DKDE4_CMAKE_TOPLEVEL_DIR_LENGTH=21 
  -DKDE_DEPRECATED_WARNINGS -DQT3_SUPPORT -DQT3_SUPPORT_WARNINGS 
  -DQT_NO_CAST_TO_ASCII -DQT_NO_STL -D_BSD_SOURCE -D_REENTRANT 
  -D_XOPEN_SOURCE=500 -g -O2 -fstack-protector --param=ssp-buffer-size=4 
  -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2  -Wnon-virtual-dtor 
  -Wno-long-long -Wundef -Wcast-align -Wchar-subscripts -Wall -W 
  -Wpointer-arith -Wformat-security -fno-exceptions -DQT_NO_EXCEPTIONS 
  -fno-check-new -fno-common -Woverloaded-virtual -fno-threadsafe-statics 
  -fvisibility=hidden -Werror=return-type -fvisibility-inlines-hidden 
  -DNDEBUG -DQT_NO_DEBUG -I/«PKGBUILDDIR»/obj-x86_64-linux-gnu 
  -I/«PKGBUILDDIR» -I/«PKGBUILDDIR»/obj-x86_64-linux-gnu/src 
  -I/«PKGBUILDDIR»/src -I/«PKGBUILDDIR»/interfaces 
  -I/«PKGBUILDDIR»/radiostations -I/usr/include/qt4
  -DKRADIO_VERSION=\4.0.7\ -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -o 
  CMakeFiles/kradio4.dir/src/stationlist.o -c 
  /«PKGBUILDDIR»/src/stationlist.cpp
  In file included from /usr/include/kio/netaccess.h:28:0,
   from /«PKGBUILDDIR»/src/stationlist.cpp:28:
  /usr/include/kio/global.h:29:44: fatal error: QFile: No such file or 
  directory
   #include QFile  // for QFile::Permissions
  ^
  compilation terminated.
  make[3]: *** [CMakeFiles/kradio4.dir/src/stationlist.o] Error 1

This appears to be a bug in /usr/include/kio/global.h from kdelibs5-dev. It's 
causing a FTBFS
in kradio4: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=747778

It suppose it should use this one instead? At least it fixes the build for me

Cheers,
Moritz

--- /usr/include/kio/global.h.orig  2014-05-14 02:56:25.280512870 +0200
+++ /usr/include/kio/global.h   2014-05-14 02:56:35.844258306 +0200
@@ -26,7 +26,7 @@
 #include QtCore/QMap
 #include QtCore/QList
 #include QtCore/QVariant
-#include QFile  // for QFile::Permissions
+#include QtCore/QFile  // for QFile::Permissions

 #include kiconloader.h
 #include QtGui/QPixmap // for pixmapForUrl

___
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#741361: Bug#741361: Please migrate to xine-lib-1.2

2014-04-09 Thread Moritz Mühlenhoff
On Thu, Mar 27, 2014 at 04:03:15PM +0100, Moritz Mühlenhoff wrote:
 On Sat, Mar 22, 2014 at 10:16:42PM -0300, Lisandro Damián Nicanor Pérez Meyer 
 wrote:
  tag 741361 moreinfo
  thanks
  
  On Tuesday 11 March 2014 18:14:17 Moritz Muehlenhoff wrote:
   Source: kaffeine
   Severity: important
   
   Hi,
   xine-lib is scheduled for removal in jessie. Please build-depend on
   libxine2-dev instead of libxine-dev (a test compile worked fine for me)
   
   The severity will be bumped to RC status in a few weeks/months.
  
  Hi Moritz! If libxine is going to be *removed*, can't you simply make 
  libxine-
  dev provide libxine2 stuff? In that way you will only need binNMUs for this 
  packages. You normally add the soname to dev packages if you intend to 
  provide 
  more than one version at the time.
 
 Note that I'm not the xine-lib maintainer, I'm adding Darren to CC.
 
 Since there are only three packages still using libxine-dev (plus one which 
 needs to be removed), simply fixing these three packages and removing the 
 package might be simpler.

kaffeine is now the only package left (beside pyxine, which is filed for 
removal),
so it would be nice if you could either fix this soon or give me the green light
to fix it myself (this is indirectly holding the libav10 transition)

Cheers,
Moritz

___
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#741361: Bug#741361: Please migrate to xine-lib-1.2

2014-03-27 Thread Moritz Mühlenhoff
On Sat, Mar 22, 2014 at 10:16:42PM -0300, Lisandro Damián Nicanor Pérez Meyer 
wrote:
 tag 741361 moreinfo
 thanks
 
 On Tuesday 11 March 2014 18:14:17 Moritz Muehlenhoff wrote:
  Source: kaffeine
  Severity: important
  
  Hi,
  xine-lib is scheduled for removal in jessie. Please build-depend on
  libxine2-dev instead of libxine-dev (a test compile worked fine for me)
  
  The severity will be bumped to RC status in a few weeks/months.
 
 Hi Moritz! If libxine is going to be *removed*, can't you simply make libxine-
 dev provide libxine2 stuff? In that way you will only need binNMUs for this 
 packages. You normally add the soname to dev packages if you intend to 
 provide 
 more than one version at the time.

Note that I'm not the xine-lib maintainer, I'm adding Darren to CC.

Since there are only three packages still using libxine-dev (plus one which 
needs to be removed), simply fixing these three packages and removing the 
package might be simpler.

Cheers,
Moritz

___
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#638546: Needs to be adapted for libav/0.7.1

2011-08-27 Thread Moritz Mühlenhoff
tags 638546 fixed-upstream
thanks

On Fri, Aug 19, 2011 at 07:22:56PM +0200, Moritz Muehlenhoff wrote:
 Package: k3b
 Severity: important
 
 Hi,
 the transition from ffmpeg/0.6.2 to libav/0.7 is planned soonish.
 (libav is a ffmpeg fork, to which Debian will switch, see
 http://en.wikipedia.org/wiki/FFmpeg for more information)
 
 Your package currently fails to build from source when built against
 libav/0.7.1 and needs to be adapted. You can test this yourself by
 building against the packages from experimental:

This is fixed upstream:
http://quickgit.kde.org/?p=k3b.gita=commitdiffh=4d869c8a9377f3f319f60015dd2960d257966043

Cheers,
Moritz



___
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] Remove dvr?

2011-08-21 Thread Moritz Mühlenhoff
Hi,
Shall we remove dvr from the archive? It hasn't been in testing
since three years, is only available on i386 and amd64 and
depends on legacy libs.

Cheers,
Moritz

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