diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-01-30 23:09:06 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-01-30 23:09:06 +0000 |
commit | 74222edbb3e6616789e812323e2d25f525b1b770 (patch) | |
tree | fbe86176a7ede69c55d8c06201c8758f7ce629c5 | |
parent | a789420971f4b670980ecf2f5b06b1581bff1ef6 (diff) | |
download | pkgsrc-74222edbb3e6616789e812323e2d25f525b1b770.tar.gz |
Update sweep to 0.8.0. Changes in this version:
* a new monitoring subsystem for use in DJing and live performance.
Users with two sound cards can use headphones for monitoring, to
prepare mixes and cue samples without disrupting the main output.
* A usability bug was fixed in keyboard playback controls
* the Italian translation of the user interface was updated by
Yuri Bongiorno.
-rw-r--r-- | audio/sweep/Makefile | 5 | ||||
-rw-r--r-- | audio/sweep/distinfo | 8 | ||||
-rw-r--r-- | audio/sweep/patches/patch-aa | 12 |
3 files changed, 12 insertions, 13 deletions
diff --git a/audio/sweep/Makefile b/audio/sweep/Makefile index 91e1b319829..50097a583e0 100644 --- a/audio/sweep/Makefile +++ b/audio/sweep/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2003/01/27 12:31:29 jmmv Exp $ +# $NetBSD: Makefile,v 1.3 2003/01/30 23:09:06 jmmv Exp $ # -DISTNAME= sweep-0.5.13 -PKGREVISION= 1 +DISTNAME= sweep-0.8.0 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sweep/} diff --git a/audio/sweep/distinfo b/audio/sweep/distinfo index ba91a22a2d2..938978baddf 100644 --- a/audio/sweep/distinfo +++ b/audio/sweep/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2002/12/21 23:25:18 jmmv Exp $ +$NetBSD: distinfo,v 1.2 2003/01/30 23:09:06 jmmv Exp $ -SHA1 (sweep-0.5.13.tar.gz) = e3201e7ea02cec6cac238506b35c73724774306d -Size (sweep-0.5.13.tar.gz) = 753432 bytes -SHA1 (patch-aa) = 9def202596b9bcc5cc742531a9089046f17d28d4 +SHA1 (sweep-0.8.0.tar.gz) = 441df80f63c7159f82728d83c9084f667924f83a +Size (sweep-0.8.0.tar.gz) = 765497 bytes +SHA1 (patch-aa) = 52beb225560cf5e6266a9c6d40492e882381e7a9 diff --git a/audio/sweep/patches/patch-aa b/audio/sweep/patches/patch-aa index 107f4af40b4..fc03148e5cf 100644 --- a/audio/sweep/patches/patch-aa +++ b/audio/sweep/patches/patch-aa @@ -1,6 +1,6 @@ -$NetBSD: patch-aa,v 1.1.1.1 2002/12/21 23:25:18 jmmv Exp $ +$NetBSD: patch-aa,v 1.2 2003/01/30 23:09:06 jmmv Exp $ ---- src/driver_oss.c.orig Mon Oct 7 04:24:51 2002 +--- src/driver_oss.c.orig Sat Jan 18 04:57:43 2003 +++ src/driver_oss.c @@ -49,7 +49,7 @@ #ifdef DRIVER_OSS @@ -8,10 +8,10 @@ $NetBSD: patch-aa,v 1.1.1.1 2002/12/21 23:25:18 jmmv Exp $ #include <sys/soundcard.h> -#define DEV_DSP "/dev/dsp" +#define DEV_DSP DEVOSSAUDIO + #define MONITOR_DEV_DSP "/dev/dsp1" - #define LOG_FRAGS 6 - #define LOG_FRAGS_MIN 1 -@@ -400,6 +400,7 @@ setup_dev_dsp (sw_handle * handle, sw_fo + #define DEFAULT_LOG_FRAGS 6 +@@ -778,6 +778,7 @@ setup_dev_dsp (sw_handle * handle, sw_fo exit (1) ; } @@ -19,7 +19,7 @@ $NetBSD: patch-aa,v 1.1.1.1 2002/12/21 23:25:18 jmmv Exp $ fmt = AFMT_QUERY; if ((error = ioctl (dev_dsp, SOUND_PCM_SETFMT, &fmt)) != 0) { perror ("open_dsp_device 8") ; -@@ -416,6 +417,7 @@ setup_dev_dsp (sw_handle * handle, sw_fo +@@ -794,6 +795,7 @@ setup_dev_dsp (sw_handle * handle, sw_fo if (fmt == AFMT_S16_BE || fmt == AFMT_U16_BE) { handle->custom_data = GINT_TO_POINTER(1); } |