Your message dated Thu, 23 Jun 2011 23:03:04 +0000
with message-id <e1qzsvq-00011n...@franck.debian.org>
and subject line Bug#623295: fixed in jack-audio-connection-kit 
1:0.121.0+svn4469-1
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-1

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-1.debian.tar.gz
  to 
main/j/jack-audio-connection-kit/jack-audio-connection-kit_0.121.0+svn4469-1.debian.tar.gz
jack-audio-connection-kit_0.121.0+svn4469-1.dsc
  to 
main/j/jack-audio-connection-kit/jack-audio-connection-kit_0.121.0+svn4469-1.dsc
jack-audio-connection-kit_0.121.0+svn4469.orig.tar.bz2
  to 
main/j/jack-audio-connection-kit/jack-audio-connection-kit_0.121.0+svn4469.orig.tar.bz2
jackd1-firewire_0.121.0+svn4469-1_i386.deb
  to main/j/jack-audio-connection-kit/jackd1-firewire_0.121.0+svn4469-1_i386.deb
jackd1_0.121.0+svn4469-1_i386.deb
  to main/j/jack-audio-connection-kit/jackd1_0.121.0+svn4469-1_i386.deb
libjack-dev_0.121.0+svn4469-1_i386.deb
  to main/j/jack-audio-connection-kit/libjack-dev_0.121.0+svn4469-1_i386.deb
libjack0_0.121.0+svn4469-1_i386.deb
  to main/j/jack-audio-connection-kit/libjack0_0.121.0+svn4469-1_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-1
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-1) 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: 
 64801a4153355d6e545d6d8d2aab6041e1da5f42 2693 
jack-audio-connection-kit_0.121.0+svn4469-1.dsc
 fbb820fc3ddd0b0bbec49fa146352f21a70c0b8c 378840 
jack-audio-connection-kit_0.121.0+svn4469.orig.tar.bz2
 a21227e5e376424ea347208ba126f8a5d920f9a8 31267 
jack-audio-connection-kit_0.121.0+svn4469-1.debian.tar.gz
 329cc106d712ac0ccd633a92848ec73cdbfb1397 305656 
jackd1_0.121.0+svn4469-1_i386.deb
 f4d4ec21824f61227d2bc18bc197f3f04155e727 59756 
libjack0_0.121.0+svn4469-1_i386.deb
 9d51acb790ee1d5fe82a7da1ed59352c2fcdf177 31980 
jackd1-firewire_0.121.0+svn4469-1_i386.deb
 2cdf7f3659268310c55ee69d691518ac5efc71d3 346854 
libjack-dev_0.121.0+svn4469-1_i386.deb
Checksums-Sha256: 
 f165e83330c4734bf404ffd667e73d15e3cf0fe797187b9d50f6b7fefae12c6c 2693 
jack-audio-connection-kit_0.121.0+svn4469-1.dsc
 5671f6a94711e32ca940cf2a8534481809ff88ae66faa8facec0eab03d140128 378840 
jack-audio-connection-kit_0.121.0+svn4469.orig.tar.bz2
 911116949439a9f30e76faf7b5ef0d720019e5d5ec1a7c36939c319bbeaea3ab 31267 
jack-audio-connection-kit_0.121.0+svn4469-1.debian.tar.gz
 de8ccc0a63b9ccb30d52d0fc7f6e82f530cdfaaa0e89905053c2622da20dea15 305656 
jackd1_0.121.0+svn4469-1_i386.deb
 1b7695e108719677b7d493667177c5166f6d4a94cc4cf188cf3b36fdf20bd6a1 59756 
libjack0_0.121.0+svn4469-1_i386.deb
 32ad64ab1674a06059041d28ed14814bc13c7c7636399c425c933f0d35c87a30 31980 
jackd1-firewire_0.121.0+svn4469-1_i386.deb
 6bcdc1e2b32ab2c41586674b9668e9f92c3ddc5814ca6670e52ab523e806aa97 346854 
libjack-dev_0.121.0+svn4469-1_i386.deb
Files: 
 b340c474aa83ef2bb2a3a31b90e90eb7 2693 sound optional 
jack-audio-connection-kit_0.121.0+svn4469-1.dsc
 be1968e787066846087668e2f498641f 378840 sound optional 
jack-audio-connection-kit_0.121.0+svn4469.orig.tar.bz2
 0563a977dc713d5d10d4c2960a8dceaf 31267 sound optional 
jack-audio-connection-kit_0.121.0+svn4469-1.debian.tar.gz
 e367e7217fec0f9719b6e6667880149e 305656 sound optional 
jackd1_0.121.0+svn4469-1_i386.deb
 d6168f03b217b44a8ac0d3f2c61b4b5f 59756 libs optional 
libjack0_0.121.0+svn4469-1_i386.deb
 b9f05d2dd098e7b65e28e4b377b81076 31980 sound optional 
jackd1-firewire_0.121.0+svn4469-1_i386.deb
 266e13b7ccbc89f21d9262006857ace2 346854 libdevel optional 
libjack-dev_0.121.0+svn4469-1_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iQIcBAEBCAAGBQJOA8T7AAoJEI8ytEIvUhB/TCQP/Ar0i19Ctp5qgZyeKzqhEZsS
/xT6GVxijUVgK+PRT3GQ8aJelcXSQ9K3g69/8h+gpbx6Rmd9CejBl/H/Z/g6j3G2
C5GTs5080MbJ/BebtvcIhtOyPULpQCVOgAsYkpplcTDpilQshP0uDEEzUc9rqo0w
G9Ig6ieVs/3gCjiTYNjgePykFyk3BzLK8o7HlwnoLu+DgH00Cb7pOTekt1jzRBnw
lE9rrxWMwaEuRgDGCcAeXsGK1Gdjd4Gq6MOTKKjZ0UDNLmYBPHeVwUAN2aoPmFZv
AttIMPDpzrWveiCAWLf9Wpny2xFbfuRAs5sOUFqnNbSGAAOHHANFWfJlX8qpFClR
Nvv/p3H6rClJyxEOBYtQyODV4JAXsaIyc3vkvp5V/I9fI3p/S7eV8yezIf7HBPhx
f2e/U7HFdQrCSSMgjud2y62Xvs++VaphEVi/GNfGliqm0Kym1mxRjKf5oJiAZMPs
/OHhrTv6SY7lJusR6IjNuxufoI2tnNMZCan2M+40bZoRbdlaaeAknaPast0nXEaS
ZFm5aX/AburPA3ykXpYkwYIsBo+D1UPTqNs+Nkk8+L3v+idGCbZOWvtMDPXIIJs+
UwygS7JxHq5YyfS0MyvWrLyxcyxoJAmCD/jrekXBm3j1Jx75VR5ymKRMRBtR51lo
p4a8p75fMGtRNeHi4IZj
=dgax
-----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

Reply via email to