[SCM] jackd2/master: Remove leftover sh4.patch

adiknoth-guest at users.alioth.debian.org adiknoth-guest at users.alioth.debian.org
Tue May 29 20:31:24 UTC 2012


The following commit has been merged in the master branch:
commit 499129783a8cdb1f011bd49d8f59c95b0bd6fca3
Author: Adrian Knoth <adi at drcomp.erfurt.thur.de>
Date:   Tue May 29 21:25:04 2012 +0200

    Remove leftover sh4.patch

diff --git a/debian/patches/sh4.patch b/debian/patches/sh4.patch
deleted file mode 100644
index 49f58d1..0000000
--- a/debian/patches/sh4.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-From: Nobuhiro Iwamatsu <iwamatsu at nigauri.org>
-Forwarded: http://trac.jackaudio.org/ticket/223
-Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=622713
-Applied-Upstream: 1.9.8, http://trac.jackaudio.org/changeset/4321
-Description: Make it work on SH4 architectures
-diff --git a/linux/JackLinuxTime.c b/linux/JackLinuxTime.c
-index 93f7f03..c80eb17 100644
---- a/linux/JackLinuxTime.c
-+++ b/linux/JackLinuxTime.c
-@@ -166,6 +166,8 @@ static jack_time_t 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

-- 
jackd2 packaging



More information about the pkg-multimedia-commits mailing list