summaryrefslogtreecommitdiff
path: root/audio/sweep/patches
diff options
context:
space:
mode:
authorjmmv <jmmv>2003-04-30 17:13:02 +0000
committerjmmv <jmmv>2003-04-30 17:13:02 +0000
commit5d134f9a9caeb98955a6040e84154730382f1c9f (patch)
treef436345acd7bf86806e35b88e270c34394fd6250 /audio/sweep/patches
parentfefc06e54ef67d067970f4504e8b08a16ae3f2b8 (diff)
downloadpkgsrc-5d134f9a9caeb98955a6040e84154730382f1c9f.tar.gz
Update to 0.8.2. Changes since 0.8.0:
Wed Apr 30 2003 -- Version 0.8.2 -------------------------------- This release contains support for ALSA 0.9. Internationalization (i18n) improvements: * a complete audit of untranslateable strings, including mis-configured source files and unmarked strings, by Silvia Pfeiffer. * a new Greek translation by Dokianakis Fanis * a new Russian translation by Alexandre Prokoudine * an updated Italian translation by Yuri Bongiorno * an updated German translation by Silvia Pfeiffer Additional changes include: * added VBR without DTX option for Speex 1.0 speech encoding * improved accuracy of sliders in processing dialogs Thu Feb 6 2003 -- Version 0.8.1 -------------------------------- This release contains performance improvements for basic editing operations, including reduced memory consumption during cut and paste insert. It also includes support for creation of new files on the command line, updated handling of raw file loading through libsndfile, and updated support for voice activity detection and intensity stereo coding features of the Speex speech codec.
Diffstat (limited to 'audio/sweep/patches')
-rw-r--r--audio/sweep/patches/patch-aa27
1 files changed, 13 insertions, 14 deletions
diff --git a/audio/sweep/patches/patch-aa b/audio/sweep/patches/patch-aa
index fc03148e5cf..bc4c4d09915 100644
--- a/audio/sweep/patches/patch-aa
+++ b/audio/sweep/patches/patch-aa
@@ -1,17 +1,16 @@
-$NetBSD: patch-aa,v 1.2 2003/01/30 23:09:06 jmmv Exp $
+$NetBSD: patch-aa,v 1.3 2003/04/30 17:13:02 jmmv Exp $
---- src/driver_oss.c.orig Sat Jan 18 04:57:43 2003
+--- src/driver_oss.c.orig 2003-04-27 07:37:14.000000000 +0200
+++ src/driver_oss.c
-@@ -49,7 +49,7 @@
- #ifdef DRIVER_OSS
+@@ -85,6 +85,7 @@ oss_get_names (void)
+ {
+ GList * names = NULL;
- #include <sys/soundcard.h>
--#define DEV_DSP "/dev/dsp"
-+#define DEV_DSP DEVOSSAUDIO
- #define MONITOR_DEV_DSP "/dev/dsp1"
-
- #define DEFAULT_LOG_FRAGS 6
-@@ -778,6 +778,7 @@ setup_dev_dsp (sw_handle * handle, sw_fo
++ names = g_list_append (names, DEVOSSAUDIO);
+ names = g_list_append (names, "/dev/dsp");
+ names = g_list_append (names, "/dev/dsp1");
+ names = g_list_append (names, "/dev/sound/dsp");
+@@ -212,6 +213,7 @@ setup_dev_dsp (sw_handle * handle, sw_fo
exit (1) ;
}
@@ -19,11 +18,11 @@ $NetBSD: patch-aa,v 1.2 2003/01/30 23:09:06 jmmv Exp $
fmt = AFMT_QUERY;
if ((error = ioctl (dev_dsp, SOUND_PCM_SETFMT, &fmt)) != 0) {
perror ("open_dsp_device 8") ;
-@@ -794,6 +795,7 @@ setup_dev_dsp (sw_handle * handle, sw_fo
- if (fmt == AFMT_S16_BE || fmt == AFMT_U16_BE) {
+@@ -229,6 +231,7 @@ setup_dev_dsp (sw_handle * handle, sw_fo
handle->custom_data = GINT_TO_POINTER(1);
}
-+#endif
#endif
++#endif
#ifdef DEBUG
+ {