summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorskrll <skrll@pkgsrc.org>2002-07-17 07:54:03 +0000
committerskrll <skrll@pkgsrc.org>2002-07-17 07:54:03 +0000
commit687d6d1cb49d543e9bde1f20f2f68cf876f4eb55 (patch)
tree87bc8e9a4f1d63839300c9d41f79fedf353b16a4 /audio
parentde072a7d4561b5b8f16e553c97228dd2516f312d (diff)
downloadpkgsrc-687d6d1cb49d543e9bde1f20f2f68cf876f4eb55.tar.gz
Update to KDE 3.0.2
Also, allow the arts SSE detection code to run on modern NetBSD systems. Changes are: arts Again Build fixes. Realtime priority configuration fix kdelibs dcop: Make it possible to disable the Qt bridge. make sure tooltip effects can be configured. kbuildsycoca: avoid crash on unreadable directories. kdockwidget: fixing reading of configuration. kedittoolbar: fix leak. khtml: many fixes. kded: signal handling fixes. kio-http slave: fixes related to form posts and cache handling. kjs: added max recursion limit. kjs: leak and compatibility fixes. kdebase kicker: &-escaping fix audiocd: fix cddb computation thumbnail previewer: calculate the number of bytes to read instead of hardcoding it.
Diffstat (limited to 'audio')
-rw-r--r--audio/arts/Makefile4
-rw-r--r--audio/arts/distinfo10
-rw-r--r--audio/arts/patches/patch-ab8
-rw-r--r--audio/arts/patches/patch-ac12
-rw-r--r--audio/kdemultimedia3/Makefile4
-rw-r--r--audio/kdemultimedia3/distinfo6
6 files changed, 21 insertions, 23 deletions
diff --git a/audio/arts/Makefile b/audio/arts/Makefile
index d4e5a3c17ce..cd7c6f177c2 100644
--- a/audio/arts/Makefile
+++ b/audio/arts/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2002/06/03 14:40:16 skrll Exp $
+# $NetBSD: Makefile,v 1.3 2002/07/17 07:54:03 skrll Exp $
-DISTNAME= arts-1.0.1
+DISTNAME= arts-1.0.2
CATEGORIES= audio
COMMENT= Analog Real-Time Synthesizer
diff --git a/audio/arts/distinfo b/audio/arts/distinfo
index 8704799e136..e5d47973cd7 100644
--- a/audio/arts/distinfo
+++ b/audio/arts/distinfo
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.1.1.1 2002/05/31 15:02:58 skrll Exp $
+$NetBSD: distinfo,v 1.2 2002/07/17 07:54:03 skrll Exp $
-SHA1 (arts-1.0.1.tar.bz2) = 88e845d9fa588a254e0e98bcc5391d92722bcdc2
-Size (arts-1.0.1.tar.bz2) = 1018246 bytes
+SHA1 (arts-1.0.2.tar.bz2) = ad22ce03239de351f47e317b21050edace810fce
+Size (arts-1.0.2.tar.bz2) = 1017488 bytes
SHA1 (patch-aa) = 23dd79c83f7e0905cef66e002387f44c18438fed
-SHA1 (patch-ab) = c18aa3dbb98d916cba99da03e51d53ee72649e9e
-SHA1 (patch-ac) = cd5cd30ff4d35de2a11a05e475dfaf5e1fb36f24
+SHA1 (patch-ab) = 5b3eb01f2e66e7533c729f64ad17bfc6d560e1da
+SHA1 (patch-ac) = 73cc8b5398d4191dfbf817d4b2e03917ab2ba6f6
SHA1 (patch-ad) = f030e7f34e4c32d0df6e1c0bcdb9e1bd82e687c5
SHA1 (patch-ae) = 4913eab125a37e2cb95d1574cad5c7eb84e80956
SHA1 (patch-af) = 9a130ccd7f56656bb55e2c5edf223c38c69be591
diff --git a/audio/arts/patches/patch-ab b/audio/arts/patches/patch-ab
index 7a20237a747..b213df8a127 100644
--- a/audio/arts/patches/patch-ab
+++ b/audio/arts/patches/patch-ab
@@ -1,6 +1,6 @@
-$NetBSD: patch-ab,v 1.1.1.1 2002/05/31 15:02:58 skrll Exp $
+$NetBSD: patch-ab,v 1.2 2002/07/17 07:54:04 skrll Exp $
---- artsc/artsdsp.c.orig Fri Jul 27 11:49:53 2001
+--- artsc/artsdsp.c.orig Mon Jun 24 17:55:50 2002
+++ artsc/artsdsp.c
@@ -127,6 +127,9 @@
@@ -39,7 +39,7 @@ $NetBSD: patch-ab,v 1.1.1.1 2002/05/31 15:02:58 skrll Exp $
}
static void artsdspdebug(const char *fmt,...)
-@@ -230,13 +246,18 @@
+@@ -231,13 +247,18 @@
return sndfd;
}
@@ -58,7 +58,7 @@ $NetBSD: patch-ab,v 1.1.1.1 2002/05/31 15:02:58 skrll Exp $
/*
* FreeBSD needs ioctl with varargs. However I have no idea how to "forward"
* the variable args ioctl to the orig_ioctl routine. So I expect the ioctl
-@@ -248,6 +269,7 @@
+@@ -249,6 +270,7 @@
va_start(args,request);
argp = va_arg(args, void *);
va_end(args);
diff --git a/audio/arts/patches/patch-ac b/audio/arts/patches/patch-ac
index 481fc95c8ff..cb944ae37bf 100644
--- a/audio/arts/patches/patch-ac
+++ b/audio/arts/patches/patch-ac
@@ -1,18 +1,16 @@
-$NetBSD: patch-ac,v 1.1.1.1 2002/05/31 15:02:58 skrll Exp $
+$NetBSD: patch-ac,v 1.2 2002/07/17 07:54:04 skrll Exp $
---- flow/cpuinfo.cc.orig Wed May 8 19:57:52 2002
+--- flow/cpuinfo.cc.orig Mon Mar 18 12:39:39 2002
+++ flow/cpuinfo.cc
-@@ -204,6 +204,9 @@
+@@ -204,6 +204,7 @@
: /* no input */
: "memory"
);
-+#if defined(__NetBSD__)
-+ CpuInfo::s_flags = 0;
-+#else
++#if defined(__NetBSD__) && __NetBSD_Version__ >= 105260000
// SSE must be supported by the OS, if it's not, any SSE insn will
// trigger an invalid opcode exception, to check for this, a SIGILL
// handler is installed and a SSE insn run. If the handler is called,
-@@ -226,6 +229,7 @@
+@@ -226,6 +227,7 @@
}
signal(SIGILL, oldHandler);
}
diff --git a/audio/kdemultimedia3/Makefile b/audio/kdemultimedia3/Makefile
index 50f5952ffed..629bbfa8925 100644
--- a/audio/kdemultimedia3/Makefile
+++ b/audio/kdemultimedia3/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1.1.1 2002/05/31 14:46:46 skrll Exp $
+# $NetBSD: Makefile,v 1.2 2002/07/17 07:54:04 skrll Exp $
-DISTNAME= kdemultimedia-3.0.1
+DISTNAME= kdemultimedia-3.0.2
CATEGORIES= audio
COMMENT= Audio tools for the KDE integrated X11 desktop
diff --git a/audio/kdemultimedia3/distinfo b/audio/kdemultimedia3/distinfo
index 377076b8573..f3893a02f75 100644
--- a/audio/kdemultimedia3/distinfo
+++ b/audio/kdemultimedia3/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.3 2002/06/25 19:38:28 skrll Exp $
+$NetBSD: distinfo,v 1.4 2002/07/17 07:54:04 skrll Exp $
-SHA1 (kdemultimedia-3.0.1.tar.bz2) = 0d957474431d636d429f64003f38beee48dd97f3
-Size (kdemultimedia-3.0.1.tar.bz2) = 5789849 bytes
+SHA1 (kdemultimedia-3.0.2.tar.bz2) = e8b96abc3467d680b69448878713edf01245a50f
+Size (kdemultimedia-3.0.2.tar.bz2) = 5790681 bytes
SHA1 (patch-aa) = e7b1587d8efb48c48484ca90ed9c7d8fe8d7bc94
SHA1 (patch-ab) = 85b8216b50ab22435835b07e068d326563d0e217
SHA1 (patch-ac) = ffc738496170c34c8c3ee84544ec1eeac27992ec