summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2002-12-21 23:25:18 +0000
committerjmmv <jmmv@pkgsrc.org>2002-12-21 23:25:18 +0000
commit23ee678a0085458d6ac22aa54df8280d21c93b28 (patch)
tree27ad89baf3020be6f94ec99b862cb1ae0d80ccd6 /audio
parent6845ea5ab663ae55658eae8869be4f9fe142bb8f (diff)
downloadpkgsrc-23ee678a0085458d6ac22aa54df8280d21c93b28.tar.gz
Initial import of sweep, version 0.5.13.
Sweep is a sound wave editor, and it is also generally useful as a flexible recording and playback tool. Inside lives a pesky little virtual stylus called Scrubby who enjoys mixing around in your files. Version 0.5.1 was provided in my own PR pkg/18124.
Diffstat (limited to 'audio')
-rw-r--r--audio/sweep/DESCR3
-rw-r--r--audio/sweep/Makefile40
-rw-r--r--audio/sweep/PLIST56
-rw-r--r--audio/sweep/distinfo5
-rw-r--r--audio/sweep/patches/patch-aa29
5 files changed, 133 insertions, 0 deletions
diff --git a/audio/sweep/DESCR b/audio/sweep/DESCR
new file mode 100644
index 00000000000..8686fbf7780
--- /dev/null
+++ b/audio/sweep/DESCR
@@ -0,0 +1,3 @@
+Sweep is a sound wave editor, and it is also generally useful as a
+flexible recording and playback tool. Inside lives a pesky little
+virtual stylus called Scrubby who enjoys mixing around in your files.
diff --git a/audio/sweep/Makefile b/audio/sweep/Makefile
new file mode 100644
index 00000000000..ce5ab1732de
--- /dev/null
+++ b/audio/sweep/Makefile
@@ -0,0 +1,40 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/12/21 23:25:18 jmmv Exp $
+#
+
+DISTNAME= sweep-0.5.13
+CATEGORIES= audio
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sweep/}
+
+MAINTAINER= jmmv@netbsd.org
+HOMEPAGE= http://sweep.sourceforge.net/
+COMMENT= Full-featured digital sound editor
+
+BUILD_USES_MSGFMT= YES
+
+GNU_CONFIGURE= YES
+USE_BUILDLINK2= YES
+USE_GMAKE= YES
+USE_PKGLOCALEDIR= YES
+USE_X11= YES
+
+USE_LIBTOOL= YES
+LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
+
+CONFIGURE_ARGS+= --disable-oggtest
+CONFIGURE_ARGS+= --disable-vorbistest
+
+CPPFLAGS+= -DDEVOSSAUDIO=\"\\\"${DEVOSSAUDIO}\\\"\"
+MAKE_ENV+= EXPORT_SYMBOLS_LDFLAGS=${EXPORT_SYMBOLS_LDFLAGS}
+
+.include "../../audio/libvorbis/buildlink2.mk"
+.include "../../audio/libsamplerate/buildlink2.mk"
+.include "../../audio/libsndfile/buildlink2.mk"
+.include "../../audio/mad/buildlink2.mk"
+.include "../../audio/Speex/buildlink2.mk"
+.include "../../converters/libiconv/buildlink2.mk"
+.include "../../databases/tdb/buildlink2.mk"
+.include "../../devel/gettext-lib/buildlink2.mk"
+.include "../../x11/gtk/buildlink2.mk"
+.include "../../mk/ossaudio.buildlink2.mk"
+.include "../../mk/pthread.buildlink2.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/audio/sweep/PLIST b/audio/sweep/PLIST
new file mode 100644
index 00000000000..b4eacd9e705
--- /dev/null
+++ b/audio/sweep/PLIST
@@ -0,0 +1,56 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2002/12/21 23:25:18 jmmv Exp $
+bin/sweep
+include/sweep/sweep.h
+include/sweep/sweep_filter.h
+include/sweep/sweep_i18n.h
+include/sweep/sweep_sample.h
+include/sweep/sweep_selection.h
+include/sweep/sweep_sounddata.h
+include/sweep/sweep_typeconvert.h
+include/sweep/sweep_types.h
+include/sweep/sweep_undo.h
+include/sweep/sweep_version.h
+lib/sweep/libbyenergy.a
+lib/sweep/libbyenergy.la
+lib/sweep/libbyenergy.so
+lib/sweep/libbyenergy.so.1
+lib/sweep/libbyenergy.so.1.0
+lib/sweep/libecho.a
+lib/sweep/libecho.la
+lib/sweep/libecho.so
+lib/sweep/libecho.so.1
+lib/sweep/libecho.so.1.0
+lib/sweep/libfade.a
+lib/sweep/libfade.la
+lib/sweep/libfade.so
+lib/sweep/libfade.so.1
+lib/sweep/libfade.so.1.0
+lib/sweep/libladspameta.a
+lib/sweep/libladspameta.la
+lib/sweep/libladspameta.so
+lib/sweep/libladspameta.so.1
+lib/sweep/libladspameta.so.1.0
+lib/sweep/libnormalise.a
+lib/sweep/libnormalise.la
+lib/sweep/libnormalise.so
+lib/sweep/libnormalise.so.1
+lib/sweep/libnormalise.so.1.0
+lib/sweep/libreverse.a
+lib/sweep/libreverse.la
+lib/sweep/libreverse.so
+lib/sweep/libreverse.so.1
+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/en_AU/LC_MESSAGES/sweep.mo
+${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/sweep.mo
+${PKGLOCALEDIR}/locale/hu/LC_MESSAGES/sweep.mo
+${PKGLOCALEDIR}/locale/it/LC_MESSAGES/sweep.mo
+${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/sweep.mo
+${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/sweep.mo
+share/pixmaps/sweep.png
+share/sweep/sweep_logo.ppm
+@dirrm share/sweep
+@dirrm lib/sweep
+@dirrm include/sweep
diff --git a/audio/sweep/distinfo b/audio/sweep/distinfo
new file mode 100644
index 00000000000..ba91a22a2d2
--- /dev/null
+++ b/audio/sweep/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2002/12/21 23:25:18 jmmv Exp $
+
+SHA1 (sweep-0.5.13.tar.gz) = e3201e7ea02cec6cac238506b35c73724774306d
+Size (sweep-0.5.13.tar.gz) = 753432 bytes
+SHA1 (patch-aa) = 9def202596b9bcc5cc742531a9089046f17d28d4
diff --git a/audio/sweep/patches/patch-aa b/audio/sweep/patches/patch-aa
new file mode 100644
index 00000000000..107f4af40b4
--- /dev/null
+++ b/audio/sweep/patches/patch-aa
@@ -0,0 +1,29 @@
+$NetBSD: patch-aa,v 1.1.1.1 2002/12/21 23:25:18 jmmv Exp $
+
+--- src/driver_oss.c.orig Mon Oct 7 04:24:51 2002
++++ src/driver_oss.c
+@@ -49,7 +49,7 @@
+ #ifdef DRIVER_OSS
+
+ #include <sys/soundcard.h>
+-#define DEV_DSP "/dev/dsp"
++#define DEV_DSP DEVOSSAUDIO
+
+ #define LOG_FRAGS 6
+ #define LOG_FRAGS_MIN 1
+@@ -400,6 +400,7 @@ setup_dev_dsp (sw_handle * handle, sw_fo
+ exit (1) ;
+ }
+
++#if 0
+ 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
+ if (fmt == AFMT_S16_BE || fmt == AFMT_U16_BE) {
+ handle->custom_data = GINT_TO_POINTER(1);
+ }
++#endif
+ #endif
+
+ #ifdef DEBUG