Your message dated Thu, 23 Jun 2011 23:32:28 +0000
with message-id <e1qztns-0004v9...@franck.debian.org>
and subject line Bug#623295: fixed in jack-audio-connection-kit
1:0.121.0+svn4469-2
has caused the Debian Bug report #623295,
regarding jack-audio-connection-kit: Please support Renesas SH
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.)
--
623295: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=623295
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: jack-audio-connection-kit
Version: 1:0.120.1+svn4142-1
Severity: wishlist
Tags: patch
User: debian-...@superh.org
Usertags: sh4
X-Debbugs-CC: debian-sup...@lists.debian.org
Hi,
Support of sh is necessary for jack in the same way as #622713.
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=622713
I made patch to support SH. Could you apply this patch?
Best regards,
Nobuhiro
diff --git a/config/os/gnu-linux/time.c b/config/os/gnu-linux/time.c
index 0fc6ae6..7301200 100644
--- a/config/os/gnu-linux/time.c
+++ b/config/os/gnu-linux/time.c
@@ -157,6 +157,8 @@ jack_get_mhz (void)
ret = sscanf(buf, "Clocking: %" SCNu64, &mhz);
#elif defined( __s390__ )
ret = sscanf(buf, "bogomips per cpu: %" SCNu64, &mhz);
+#elif defined( __sh__ )
+ ret = sscanf(buf, "bogomips : %" SCNu64, &mhz);
#else /* MIPS, ARM, alpha */
ret = sscanf(buf, "BogoMIPS : %" SCNu64, &mhz);
#endif
diff --git a/drivers/oss/oss_driver.c b/drivers/oss/oss_driver.c
index e2d417b..0c3605d 100644
--- a/drivers/oss/oss_driver.c
+++ b/drivers/oss/oss_driver.c
@@ -1244,7 +1244,7 @@ jack_driver_t * driver_initialize (jack_client_t *client,
{
# ifndef OSS_ENDIAN
# ifdef __GNUC__
-# if (defined(__i386__) || defined(__alpha__) || defined(__arm__) || defined(__x86_64__))
+# if (defined(__i386__) || defined(__alpha__) || defined(__arm__) || defined(__x86_64__) || (defined(__sh__) && !defined(__LITTLE_ENDIAN__)))
# define OSS_LITTLE_ENDIAN 1234
# define OSS_ENDIAN OSS_LITTLE_ENDIAN
# else
--- End Message ---
--- Begin Message ---
Source: jack-audio-connection-kit
Source-Version: 1:0.121.0+svn4469-2
We believe that the bug you reported is fixed in the latest version of
jack-audio-connection-kit, which is due to be installed in the Debian FTP
archive:
jack-audio-connection-kit_0.121.0+svn4469-2.debian.tar.gz
to
main/j/jack-audio-connection-kit/jack-audio-connection-kit_0.121.0+svn4469-2.debian.tar.gz
jack-audio-connection-kit_0.121.0+svn4469-2.dsc
to
main/j/jack-audio-connection-kit/jack-audio-connection-kit_0.121.0+svn4469-2.dsc
jackd1-firewire_0.121.0+svn4469-2_i386.deb
to main/j/jack-audio-connection-kit/jackd1-firewire_0.121.0+svn4469-2_i386.deb
jackd1_0.121.0+svn4469-2_i386.deb
to main/j/jack-audio-connection-kit/jackd1_0.121.0+svn4469-2_i386.deb
libjack-dev_0.121.0+svn4469-2_i386.deb
to main/j/jack-audio-connection-kit/libjack-dev_0.121.0+svn4469-2_i386.deb
libjack0_0.121.0+svn4469-2_i386.deb
to main/j/jack-audio-connection-kit/libjack0_0.121.0+svn4469-2_i386.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 623...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Adrian Knoth <a...@drcomp.erfurt.thur.de> (supplier of updated
jack-audio-connection-kit 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: SHA256
Format: 1.8
Date: Thu, 23 Jun 2011 18:25:28 +0200
Source: jack-audio-connection-kit
Binary: jackd1 libjack0 jackd1-firewire libjack-dev
Architecture: source i386
Version: 1:0.121.0+svn4469-2
Distribution: unstable
Urgency: low
Maintainer: Debian Multimedia Maintainers
<pkg-multimedia-maintainers@lists.alioth.debian.org>
Changed-By: Adrian Knoth <a...@drcomp.erfurt.thur.de>
Description:
jackd1 - JACK Audio Connection Kit (server and example clients)
jackd1-firewire - JACK Audio Connection Kit (FFADO backend)
libjack-dev - JACK Audio Connection Kit (development files)
libjack0 - JACK Audio Connection Kit (libraries)
Closes: 618982 623295
Changes:
jack-audio-connection-kit (1:0.121.0+svn4469-2) unstable; urgency=low
.
* Don't use /dev/shm on non-Linux archictures (Closes: #618982)
* Apply patch to enable jackd on Renesas SH (Closes: #623295)
* Imported Upstream version 0.121.0+svn4469
* Include python example code in the example directory
Checksums-Sha1:
d9e5d7eb0275e229db8350c1e47465f0c88c2d61 2693
jack-audio-connection-kit_0.121.0+svn4469-2.dsc
fbb820fc3ddd0b0bbec49fa146352f21a70c0b8c 378840
jack-audio-connection-kit_0.121.0+svn4469.orig.tar.bz2
e23834c1cee7a34d731c45616fa29f11aef555ea 31178
jack-audio-connection-kit_0.121.0+svn4469-2.debian.tar.gz
1dc2d23d69abdd6277dc421667752dda24868faf 305468
jackd1_0.121.0+svn4469-2_i386.deb
7f76a934e8f71f3e8888d6f0a1e13a28ab640ef0 59546
libjack0_0.121.0+svn4469-2_i386.deb
2318a0d247a915152151003049bbe94196e11816 31762
jackd1-firewire_0.121.0+svn4469-2_i386.deb
4ea663e5ad45c2f44b3b2b9598f8498151e820ee 346546
libjack-dev_0.121.0+svn4469-2_i386.deb
Checksums-Sha256:
f6abfc249782e7a67ca6063d1bc34f0927b867724d9774c720454d71ded2313a 2693
jack-audio-connection-kit_0.121.0+svn4469-2.dsc
5671f6a94711e32ca940cf2a8534481809ff88ae66faa8facec0eab03d140128 378840
jack-audio-connection-kit_0.121.0+svn4469.orig.tar.bz2
aef9846e87733b58167968912f0e1933804516a1327f6a9f5d7b40f73e35fd52 31178
jack-audio-connection-kit_0.121.0+svn4469-2.debian.tar.gz
105b95e646f587c177170dd9857005c7f28ef3912ab5184b6e35575fe9dc1e8e 305468
jackd1_0.121.0+svn4469-2_i386.deb
40583acfc2e5a1a1e516799e666b8d34fbb9fa854f05513ed978b16cb9db9cf6 59546
libjack0_0.121.0+svn4469-2_i386.deb
8ae0f4a0d50b73a6ac6e310a767633b69a08e863ff8c74fc462a9749f5f28ed9 31762
jackd1-firewire_0.121.0+svn4469-2_i386.deb
934b7e75c94b539dba7203f4b10034f6272749d5e2419a2f8bc10f73ff4156d2 346546
libjack-dev_0.121.0+svn4469-2_i386.deb
Files:
f96d63ba2b4887ecb26aa3725048f16d 2693 sound optional
jack-audio-connection-kit_0.121.0+svn4469-2.dsc
be1968e787066846087668e2f498641f 378840 sound optional
jack-audio-connection-kit_0.121.0+svn4469.orig.tar.bz2
b1d90da46c967cf409538a68cce88bd1 31178 sound optional
jack-audio-connection-kit_0.121.0+svn4469-2.debian.tar.gz
56cfb833687459ca69f8055fa57a4c05 305468 sound optional
jackd1_0.121.0+svn4469-2_i386.deb
0bdd7e3de73d14831abd844812eee07f 59546 libs optional
libjack0_0.121.0+svn4469-2_i386.deb
9466230f8a3ebff50c19f901b3a29b7f 31762 sound optional
jackd1-firewire_0.121.0+svn4469-2_i386.deb
8ad0aeacfca86b2f058f41b1d55cf3b1 346546 libdevel optional
libjack-dev_0.121.0+svn4469-2_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iQIcBAEBCAAGBQJOA8swAAoJEI8ytEIvUhB/yscP/jBiIwyxDb8U8OHXD4IVl19K
iJxO7OvxkVwPVOp0PvD4NWAPVqwy60fZXvxt+slbaL6oM6Fv92Z3KAjeFAdRsFfd
Iuq3hZolMQ/HGK+5bbk/UKV/iZorrj4o4R4UV1VLxJlxXTR9ULVRIdUMGV5IDAFo
hjh/2NL4azntC9A60rbU2wh45TYDI6nSr+tlJev2ARlYhXwNajk/mcz0oGbR1J3V
MoxcP9JGokXKeO7i0WynBNYGQVv29ouX/fsy1gZdfWzcd9sAECTPHE8eomAMz/Z4
RWbcyNAhwUNb2HpCPPrVrL/vyYv/bAMpLoBrUKqCHlgzPUbznyIY30ZcO4ErZ2iV
Nax15ItIWitckKNrgMC9ikk4mIfzK1ifmfie1LGZCHVGD2FwTILQuv0dPLNMaf6S
jrjI1Xi1lrero0oXfPWLtr9AmErmKODJcfcnndMhXNuLUvq3oFg3uoknay6tPtS0
0fNrgoc6Ux5Z3Y0+cGAFsZxVlEGgIBYxQL9ladps8702RPpiR1Xqj6OEJoun8xpE
t+A/6ZBszyI32PHBQLG0jT4LHJUpmn5tzg/obhDatqxgaoAYlfz9hBhmcXN0yKTi
qfA2zc5+oSzskkanuB+1kAAaX02h1FIpSJxBkvULDO/swSabxtXMevkVvY2x+jH7
05pRUkvMymF+shSa4jDO
=MrBi
-----END PGP SIGNATURE-----
--- End Message ---
_______________________________________________
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers