summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authordrochner <drochner>2000-05-30 19:20:12 +0000
committerdrochner <drochner>2000-05-30 19:20:12 +0000
commiteaa7611a98a4199715da4990dd1566382f390b68 (patch)
treecc76ea66c4f83a603137041af0fe29a3f3dc0ae5 /audio
parentd359d8734e8d5863d6f22a5da827dec5dfa3a967 (diff)
downloadpkgsrc-eaa7611a98a4199715da4990dd1566382f390b68.tar.gz
update to 0.2.18
The "NEWS" file id one of the oldest files in the distribution:-(
Diffstat (limited to 'audio')
-rw-r--r--audio/esound/Makefile4
-rw-r--r--audio/esound/files/md54
-rw-r--r--audio/esound/files/patch-sum4
-rw-r--r--audio/esound/patches/patch-ab10
-rw-r--r--audio/esound/pkg/PLIST4
5 files changed, 13 insertions, 13 deletions
diff --git a/audio/esound/Makefile b/audio/esound/Makefile
index 5a9da6b654c..c813adc9548 100644
--- a/audio/esound/Makefile
+++ b/audio/esound/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2000/02/06 03:33:51 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2000/05/30 19:20:12 drochner Exp $
-DISTNAME= esound-0.2.17
+DISTNAME= esound-0.2.18
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/esound/}
diff --git a/audio/esound/files/md5 b/audio/esound/files/md5
index d7375ec7fde..8d674e32970 100644
--- a/audio/esound/files/md5
+++ b/audio/esound/files/md5
@@ -1,3 +1,3 @@
-$NetBSD: md5,v 1.4 2000/02/06 03:33:52 wiz Exp $
+$NetBSD: md5,v 1.5 2000/05/30 19:20:13 drochner Exp $
-MD5 (esound-0.2.17.tar.gz) = 4f96bddcb51c1c424c809d95ea1a0317
+MD5 (esound-0.2.18.tar.gz) = ea7959ec3761e02061270677322d7266
diff --git a/audio/esound/files/patch-sum b/audio/esound/files/patch-sum
index 1d48bd2b679..e39cbc7ac13 100644
--- a/audio/esound/files/patch-sum
+++ b/audio/esound/files/patch-sum
@@ -1,5 +1,5 @@
-$NetBSD: patch-sum,v 1.3 2000/02/06 04:19:48 wiz Exp $
+$NetBSD: patch-sum,v 1.4 2000/05/30 19:20:13 drochner Exp $
MD5 (patch-aa) = 3e55bbe6f335839c5e8d16ccca53737d
-MD5 (patch-ab) = d6eced75405f7633523e7cb6adb19094
+MD5 (patch-ab) = dc76edcd1c5e0a5b22e16f905a60fea5
MD5 (patch-ac) = 3fabea7de34e7a1b1c0f8241f4d50094
diff --git a/audio/esound/patches/patch-ab b/audio/esound/patches/patch-ab
index d765deeb199..6fd37eb92e0 100644
--- a/audio/esound/patches/patch-ab
+++ b/audio/esound/patches/patch-ab
@@ -1,7 +1,7 @@
-$NetBSD: patch-ab,v 1.2 2000/02/06 03:33:53 wiz Exp $
+$NetBSD: patch-ab,v 1.3 2000/05/30 19:20:13 drochner Exp $
---- ./audio_oss.c.orig Tue Oct 5 00:10:32 1999
-+++ ./audio_oss.c Sun Feb 6 03:42:31 2000
+--- audio_oss.c.orig Wed Mar 15 19:00:49 2000
++++ audio_oss.c Tue May 30 17:05:24 2000
@@ -19,7 +19,7 @@
#define ARCH_esd_audio_devices
const char *esd_audio_devices()
@@ -11,8 +11,8 @@ $NetBSD: patch-ab,v 1.2 2000/02/06 03:33:53 wiz Exp $
}
-@@ -36,7 +36,7 @@
- mode = O_RDWR;
+@@ -38,7 +38,7 @@
+ mode |= O_NONBLOCK;
/* open the sound device */
- device = esd_audio_device ? esd_audio_device : "/dev/dsp";
diff --git a/audio/esound/pkg/PLIST b/audio/esound/pkg/PLIST
index f5fc98e9dad..5e776b04977 100644
--- a/audio/esound/pkg/PLIST
+++ b/audio/esound/pkg/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2000/02/06 03:33:53 wiz Exp $
+@comment $NetBSD: PLIST,v 1.5 2000/05/30 19:20:13 drochner Exp $
bin/esd
bin/esd-config
bin/esdcat
@@ -12,5 +12,5 @@ bin/esdsample
etc/esd.conf
include/esd.h
lib/libesd.a
-lib/libesd.so.2.17
+lib/libesd.so.2.18
share/aclocal/esd.m4