arts-1.0.0, final.

This commit is contained in:
espie 2002-04-03 16:54:43 +00:00
parent c1ed9c125e
commit e01a6e0105
5 changed files with 10 additions and 34 deletions

View File

@ -1,16 +1,15 @@
# $OpenBSD: Makefile,v 1.3 2002/04/02 17:06:23 espie Exp $
# $OpenBSD: Makefile,v 1.4 2002/04/03 16:54:43 espie Exp $
COMMENT= "X11 toolkit, multimedia hub"
CATEGORIES= x11 x11/kde
NEED_VERSION= 1.504
VERSION= 3.0rc3
DISTNAME= arts-0.9.9
VERSION= 3.0
DISTNAME= arts-1.0.0
DIST_SUBDIR= kde
HOMEPAGE= http://www.kde.org
#MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITES= http://gd.tuwien.ac.at/pub/kde/%SUBDIR%/
MASTER_SITE_SUBDIR= unstable/kde-${VERSION}/src
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= stable/kde-${VERSION}/src
EXTRACT_SUFX= .tar.bz2
# Parts of kde want shared libraries to work, as some symbols are

View File

@ -1,3 +1,3 @@
MD5 (kde/arts-0.9.9.tar.bz2) = bb71899a09796c990ef60f86e3a53d52
RMD160 (kde/arts-0.9.9.tar.bz2) = 0d1463648869e78704ecbc6edad99b6d251b7b93
SHA1 (kde/arts-0.9.9.tar.bz2) = 7e8c8471dce45cd660f1ea9b916c093873ec2829
MD5 (kde/arts-1.0.0.tar.bz2) = 6bcbd969769550668d717cdc1d9081f9
RMD160 (kde/arts-1.0.0.tar.bz2) = 95637bc1222ee1d68dbe8760127b5b18cad551b7
SHA1 (kde/arts-1.0.0.tar.bz2) = e92898d855c97655d8c3f4b685c7150dc1a2a55c

View File

@ -1,23 +0,0 @@
$OpenBSD: patch-flow_gsl_gslcommon_c,v 1.1.1.1 2002/03/23 14:57:58 espie Exp $
--- flow/gsl/gslcommon.c.orig Tue Mar 5 16:15:55 2002
+++ flow/gsl/gslcommon.c Tue Mar 5 16:17:12 2002
@@ -858,7 +858,9 @@ gsl_mutex_spin_lock (GslMutex *mutex)
/* on uni processor systems, there's no point in busy spinning */
do
{
+#ifdef _POSIX_PRIORITY_SCHEDULING
sched_yield ();
+#endif
if (g_mutex_trylock (mutex->mutex_pointer))
return;
}
@@ -887,7 +889,9 @@ gsl_mutex_sync_lock (GslMutex *mutex)
return;
/* already locked, share processor */
+#ifdef _POSIX_PRIORITY_SCHEDULING
sched_yield ();
+#endif
/* sharing didn't help, perform lengthy wait in mutex_lock() */
g_mutex_lock (mutex->mutex_pointer);

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2002/03/23 14:57:58 espie Exp $
@comment $OpenBSD: PFRAG.shared,v 1.2 2002/04/03 16:54:43 espie Exp $
lib/libartsc.so.0.0
lib/libartscbackend.so.0.0
lib/libartsdsp.so.0.0

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2002/03/23 14:57:58 espie Exp $
@comment $OpenBSD: PLIST,v 1.2 2002/04/03 16:54:43 espie Exp $
@pkgcfl kdelibs-2.*
bin/artsc-config
bin/artscat