Your message dated Mon, 18 Oct 2010 11:47:54 +0000
with message-id <e1p7oc2-0007vq...@franck.debian.org>
and subject line Bug#597700: fixed in kradio4 4.0.1-1
has caused the Debian Bug report #597700,
regarding kradio: FTBFS on armel and with newer avutils
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
597700: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=597700
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: kradio
Version: 0.1.1.1~20061112-4
Severity: normal
Fails to build on armel due to implicit conversion between qreal and double
Fails to build with newer avutils due to needing missing <stdint.h> in avutils
common.h
Attached is the debdiff used in ubuntu to fix these problems if its useful for
inclusion into debian. thanks
niall
+ - Fixes non existent call to qMin(qreal, double) on armel bug
+ by casting double arg to qreali (LP: #642117)
+ * debian/rules:
+ - Make sure __STDC_CONSTANT_MACROS is defined in cxxflags to
+ ensure build catches missing <stdint.h> in avutils common.h
-- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.32-5-686 (SMP w/1 CPU core)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages kradio depends on:
ii kdelibs4c2a 4:3.5.10.dfsg.1-5 core libraries and binaries for al
ii libasound2 1.0.23-1 shared library for ALSA applicatio
ii libc6 2.11.2-6 Embedded GNU C Library: Shared lib
ii libgcc1 1:4.4.4-15 GCC support library
ii liblircclient0 0.8.3-5 infra-red remote control support -
ii libogg0 1.2.0~dfsg-1 Ogg bitstream library
ii libqt3-mt 3:3.3.8b-7+b1 Qt GUI Library (Threaded runtime v
ii libsndfile1 1.0.21-3 Library for reading/writing audio
ii libstdc++6 4.4.4-15 The GNU Standard C++ Library v3
ii libvorbisenc2 1.3.1-1 The Vorbis General Audio Compressi
kradio recommends no packages.
kradio suggests no packages.
diff -u kradio-4.0.0/debian/rules kradio-4.0.0/debian/rules
--- kradio-4.0.0/debian/rules
+++ kradio-4.0.0/debian/rules
@@ -1,4 +1,5 @@
#!/usr/bin/make -f
+CXXFLAGS+=-D__STDC_CONSTANT_MACROS
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/pkg-kde-tools/makefiles/1/cdbs/kde.mk
diff -u kradio-4.0.0/debian/changelog kradio-4.0.0/debian/changelog
--- kradio-4.0.0/debian/changelog
+++ kradio-4.0.0/debian/changelog
@@ -1,3 +1,14 @@
+kradio (4.0.0-0ubuntu5) maverick; urgency=low
+
+ * armel-qreal-fix:
+ - Fixes non existent call to qMin(qreal, double) on armel bug
+ by casting double arg to qreali (LP: #642117)
+ * debian/rules:
+ - Make sure __STDC_CONSTANT_MACROS is defined in cxxflags to
+ ensure build catches missing <stdint.h> in avutils common.h
+
+ -- Niall Creech <niallcre...@gmail.com> Tue, 21 Sep 2010 17:37:24 +0100
+
kradio (4.0.0-0ubuntu4) maverick; urgency=low
* Add cmake to build-dependencies as kdelibs5-dev no longer depends on it.
only in patch2:
unchanged:
--- kradio-4.0.0.orig/plugins/gui-standard-display/radioview_frequencyradio.cpp
+++ kradio-4.0.0/plugins/gui-standard-display/radioview_frequencyradio.cpp
@@ -408,7 +408,7 @@
// auxiliary variables
qreal margin = qMax(4.0, qMin(width / 50.0, height / 50.0));
- qreal tmp = qMin(height, (width - 2 * margin) / 6.0);
+ qreal tmp = qMin(height, (width - 2 * margin) / qreal(6.0));
qreal xd_st = qMin((height - margin * 2) / 3.0, tmp / 3.0);
qreal xw = qMin(tmp / 2.0, xd_st * 1.5);
qreal penw = qMax(1.0, xw / 25.0);
--- End Message ---
--- Begin Message ---
Source: kradio4
Source-Version: 4.0.1-1
We believe that the bug you reported is fixed in the latest version of
kradio4, which is due to be installed in the Debian FTP archive:
kradio4_4.0.1-1.debian.tar.gz
to main/k/kradio4/kradio4_4.0.1-1.debian.tar.gz
kradio4_4.0.1-1.dsc
to main/k/kradio4/kradio4_4.0.1-1.dsc
kradio4_4.0.1-1_amd64.deb
to main/k/kradio4/kradio4_4.0.1-1_amd64.deb
kradio4_4.0.1.orig.tar.bz2
to main/k/kradio4/kradio4_4.0.1.orig.tar.bz2
kradio_4.0.1-1_all.deb
to main/k/kradio4/kradio_4.0.1-1_all.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to 597...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Pino Toscano <p...@kde.org> (supplier of updated kradio4 package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Sat, 16 Oct 2010 15:08:56 +0200
Source: kradio4
Binary: kradio4 kradio
Architecture: source amd64 all
Version: 4.0.1-1
Distribution: experimental
Urgency: low
Maintainer: Debian QA Group <packa...@qa.debian.org>
Changed-By: Pino Toscano <p...@kde.org>
Description:
kradio - dummy transition package for Wheezy
kradio4 - comfortable radio application for KDE
Closes: 597700
Changes:
kradio4 (4.0.1-1) experimental; urgency=low
.
[ Pino Toscano ]
* QA upload.
* New upstream release:
- Fixes build on armel and with newer avutils. (Closes: #597700)
* Add libglib2.0-dev to the build-dependencies, otherwise querying libmms
via pkg-config cannot be done.
* Update copyright.
* Small touches to the descriptions.
* Small touches to the menu file.
* Update a bit the man page.
* Bump Standards-Version to 3.9.1, no changes required.
Checksums-Sha1:
e9da92f99e4c7caaa7b9eee53cfa4814747f064a 1302 kradio4_4.0.1-1.dsc
1febf30fdec8ce020288912ad9fdda0208503b5b 1471627 kradio4_4.0.1.orig.tar.bz2
8e9bdfaa881172442a72485d0ee9430fc1904961 8568 kradio4_4.0.1-1.debian.tar.gz
20b43f3ee2586313b202f4122a4b7600ae6e8aff 2493346 kradio4_4.0.1-1_amd64.deb
ae388be7735829096be7fc1b730986934848720a 18778 kradio_4.0.1-1_all.deb
Checksums-Sha256:
35634c9533321286833801f73bb20ac3d8ea9fd676163d799cadc349a999beac 1302
kradio4_4.0.1-1.dsc
647fb814ee1b704c0d3eae0b43730f73c87edc3f30ae0c787433b045d432f62a 1471627
kradio4_4.0.1.orig.tar.bz2
42341dfb4754801860c73728248b859af97f9c10997d314992f51694fa23863b 8568
kradio4_4.0.1-1.debian.tar.gz
77674401dbb1720ab9bfb6d61fb6560c77b35f7eb6b956c889700e82891afb72 2493346
kradio4_4.0.1-1_amd64.deb
52ce2078a0dde725ff792f3924dd3158783663d78eaf9a172bf02a58d8bbcbd8 18778
kradio_4.0.1-1_all.deb
Files:
10652c74988aa3b909859f6981945f06 1302 sound optional kradio4_4.0.1-1.dsc
de7a02b77ae5d960b273f125b17b83bc 1471627 sound optional
kradio4_4.0.1.orig.tar.bz2
e178bc820d623d2833aad50fdd044903 8568 sound optional
kradio4_4.0.1-1.debian.tar.gz
ac14755f5c03846ff777c8ee66a8687f 2493346 sound optional
kradio4_4.0.1-1_amd64.deb
9a5be2e61e3f292cda9cdc898a7afd88 18778 sound optional kradio_4.0.1-1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Signed by Ana Guerrero
iEYEARECAAYFAky8MMEACgkQn3j4POjENGF9bACdGJfz8BGjzPy6fApwaIoooa/c
n+cAn05E1zBhC4y2k3o6mufRZ1PCX8Ep
=3dkS
-----END PGP SIGNATURE-----
--- End Message ---