summaryrefslogtreecommitdiff
path: root/audio/sweep
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2003-04-30 17:13:02 +0000
committerjmmv <jmmv@pkgsrc.org>2003-04-30 17:13:02 +0000
commit3cbba928fc5dd7e53a36372d6b2ecd1402c00151 (patch)
treef436345acd7bf86806e35b88e270c34394fd6250 /audio/sweep
parentceeb8c0900b563257bb1f1055a2a370e682d2a2b (diff)
downloadpkgsrc-3cbba928fc5dd7e53a36372d6b2ecd1402c00151.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')
-rw-r--r--audio/sweep/Makefile5
-rw-r--r--audio/sweep/PLIST3
-rw-r--r--audio/sweep/distinfo8
-rw-r--r--audio/sweep/patches/patch-aa27
4 files changed, 21 insertions, 22 deletions
diff --git a/audio/sweep/Makefile b/audio/sweep/Makefile
index 30284046111..98e4e474d03 100644
--- a/audio/sweep/Makefile
+++ b/audio/sweep/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2003/03/24 09:22:24 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2003/04/30 17:13:02 jmmv Exp $
#
-DISTNAME= sweep-0.8.0
-PKGREVISION= 1
+DISTNAME= sweep-0.8.2
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sweep/}
diff --git a/audio/sweep/PLIST b/audio/sweep/PLIST
index 79960f90d13..198f86a88f3 100644
--- a/audio/sweep/PLIST
+++ b/audio/sweep/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2003/01/27 12:31:29 jmmv Exp $
+@comment $NetBSD: PLIST,v 1.3 2003/04/30 17:13:02 jmmv Exp $
bin/sweep
include/sweep/sweep.h
include/sweep/sweep_filter.h
@@ -43,6 +43,7 @@ lib/sweep/libreverse.so.1.0
man/man1/sweep.1
share/gnome/apps/Multimedia/sweep.desktop
${PKGLOCALEDIR}/locale/de/LC_MESSAGES/sweep.mo
+${PKGLOCALEDIR}/locale/el/LC_MESSAGES/sweep.mo
${PKGLOCALEDIR}/locale/en_AU/LC_MESSAGES/sweep.mo
${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/sweep.mo
${PKGLOCALEDIR}/locale/hu/LC_MESSAGES/sweep.mo
diff --git a/audio/sweep/distinfo b/audio/sweep/distinfo
index 938978baddf..72c60e1ed6e 100644
--- a/audio/sweep/distinfo
+++ b/audio/sweep/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2003/01/30 23:09:06 jmmv Exp $
+$NetBSD: distinfo,v 1.3 2003/04/30 17:13:02 jmmv Exp $
-SHA1 (sweep-0.8.0.tar.gz) = 441df80f63c7159f82728d83c9084f667924f83a
-Size (sweep-0.8.0.tar.gz) = 765497 bytes
-SHA1 (patch-aa) = 52beb225560cf5e6266a9c6d40492e882381e7a9
+SHA1 (sweep-0.8.2.tar.gz) = a1ddb14198934fc601db2aaa55d5eb6276d8d66f
+Size (sweep-0.8.2.tar.gz) = 833973 bytes
+SHA1 (patch-aa) = fb4f123c1abcef93a53530961ad07bb67354aa2f
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
+ {