pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/jack If we're using dynamic SIMD detection, we _...
details: https://anonhg.NetBSD.org/pkgsrc/rev/1c5c8164940b
branches: trunk
changeset: 550161:1c5c8164940b
user: bjs <bjs%pkgsrc.org@localhost>
date: Sun Nov 16 11:55:19 2008 +0000
description:
If we're using dynamic SIMD detection, we _do not_ want to build
with -msse et. al.
s/HOST_HAS_BSD_POLL/JACK_&/
diffstat:
audio/jack/Makefile | 4 ++--
audio/jack/distinfo | 6 +++---
audio/jack/patches/patch-ai | 12 +-----------
audio/jack/patches/patch-aj | 17 +++++++++++++----
4 files changed, 19 insertions(+), 20 deletions(-)
diffs (97 lines):
diff -r a4f572309542 -r 1c5c8164940b audio/jack/Makefile
--- a/audio/jack/Makefile Sun Nov 16 11:53:09 2008 +0000
+++ b/audio/jack/Makefile Sun Nov 16 11:55:19 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2008/11/16 11:22:55 bjs Exp $
+# $NetBSD: Makefile,v 1.13 2008/11/16 11:55:19 bjs Exp $
#
DISTNAME= jack-audio-connection-kit-${JACK_VERSION}
@@ -43,7 +43,7 @@
.include "../../mk/bsd.prefs.mk"
.if !empty(OPSYS:M*BSD) || ${OPSYS} == "DragonFly" || ${OPSYS} == "Darwin"
-CFLAGS+= -DHOST_HAS_BSD_POLL
+CFLAGS+= -DJACK_HOST_HAS_BSD_POLL
.endif
###
### XXX Is there a way to properly use the emulation framework
diff -r a4f572309542 -r 1c5c8164940b audio/jack/distinfo
--- a/audio/jack/distinfo Sun Nov 16 11:53:09 2008 +0000
+++ b/audio/jack/distinfo Sun Nov 16 11:55:19 2008 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.7 2008/11/16 11:41:28 bjs Exp $
+$NetBSD: distinfo,v 1.8 2008/11/16 11:55:19 bjs Exp $
SHA1 (jack-audio-connection-kit-0.115.1.tar.bz2) = 13c07dd4c9bc53475084f8e7a9c5bd9791f76838
RMD160 (jack-audio-connection-kit-0.115.1.tar.bz2) = fa4e0eace1a21cdfb29b2fe32b38a0c12b98434a
@@ -10,8 +10,8 @@
SHA1 (patch-af) = 2a40f3a51a088e62352d7cdcc27eb41f3064ae7e
SHA1 (patch-ag) = 2d64e9b454ed813308b58f888045f955d8df9d58
SHA1 (patch-ah) = cbc69bad1548f4dc67a4fa4d81e2b6448964321a
-SHA1 (patch-ai) = 54dcc152ecf202e99eba71cad394a9a8c431d9e4
-SHA1 (patch-aj) = f0c1fb6681b04f56566b56846fa2c381cbd1d4e1
+SHA1 (patch-ai) = 6ba07c9c4a3997bc7b121f60d79a997d0b9fe646
+SHA1 (patch-aj) = 9fc6492b6aa28d9b61b7abeced22af9ad90850dc
SHA1 (patch-ak) = 8e6d8f92d496991f3de02eeb2fffc89c865a3f63
SHA1 (patch-am) = 1453ff3a3e49359e281fcad9a4dbd4096a0b2356
SHA1 (patch-ao) = 60930e5ecd408ebccbca8342083189b7d2d06a1b
diff -r a4f572309542 -r 1c5c8164940b audio/jack/patches/patch-ai
--- a/audio/jack/patches/patch-ai Sun Nov 16 11:53:09 2008 +0000
+++ b/audio/jack/patches/patch-ai Sun Nov 16 11:55:19 2008 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-ai,v 1.2 2008/11/16 11:22:55 bjs Exp $
+$NetBSD: patch-ai,v 1.3 2008/11/16 11:55:19 bjs Exp $
--- libjack/client.c.orig 2008-11-11 17:36:29.000000000 -0500
+++ libjack/client.c
@@ -27,13 +27,3 @@
}
char *
-@@ -1529,7 +1528,9 @@ jack_wake_next_client (jack_client_t* cl
- jack_error ("cannot continue execution of the "
- "processing graph (%s)",
- strerror(errno));
-+#ifndef JACK_HOST_HAS_BSD_POLL
- return -1;
-+#endif
- }
-
- DEBUG ("client sent message to next stage by %" PRIu64 "",
diff -r a4f572309542 -r 1c5c8164940b audio/jack/patches/patch-aj
--- a/audio/jack/patches/patch-aj Sun Nov 16 11:53:09 2008 +0000
+++ b/audio/jack/patches/patch-aj Sun Nov 16 11:55:19 2008 +0000
@@ -1,11 +1,11 @@
-$NetBSD: patch-aj,v 1.2 2008/11/16 11:41:28 bjs Exp $
+$NetBSD: patch-aj,v 1.3 2008/11/16 11:55:19 bjs Exp $
Kill all of the overzealous optimization; if the user wants this,
there is devel/cpuflags and mk.conf.
---- configure.orig 2008-07-27 09:01:02.000000000 -0400
+--- configure.orig 2008-11-11 17:43:06.000000000 -0500
+++ configure
-@@ -23713,7 +23713,7 @@ cat >>confdefs.h <<\_ACEOF
+@@ -23714,7 +23714,7 @@ cat >>confdefs.h <<\_ACEOF
#define x86 1
_ACEOF
@@ -14,7 +14,16 @@
if test x$with_cpu_target != x ; then
JACK_OPT_CFLAGS="-march=$with_cpu_target"
-@@ -26081,7 +26081,7 @@ else
+@@ -23748,7 +23748,7 @@ cat >>confdefs.h <<\_ACEOF
+ #define USE_DYNSIMD 1
+ _ACEOF
+
+- SIMD_CFLAGS="-msse -msse2 -m3dnow"
++ SIMD_CFLAGS=""
+
+ fi
+
+@@ -26082,7 +26082,7 @@ else
fi
Home |
Main Index |
Thread Index |
Old Index