summaryrefslogtreecommitdiff
path: root/audio/sweep
diff options
context:
space:
mode:
Diffstat (limited to 'audio/sweep')
-rw-r--r--audio/sweep/DESCR3
-rw-r--r--audio/sweep/Makefile37
-rw-r--r--audio/sweep/PLIST36
-rw-r--r--audio/sweep/buildlink3.mk29
-rw-r--r--audio/sweep/distinfo7
-rw-r--r--audio/sweep/patches/patch-aa28
-rw-r--r--audio/sweep/patches/patch-ab13
7 files changed, 0 insertions, 153 deletions
diff --git a/audio/sweep/DESCR b/audio/sweep/DESCR
deleted file mode 100644
index 367465bdf3c..00000000000
--- a/audio/sweep/DESCR
+++ /dev/null
@@ -1,3 +0,0 @@
-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
deleted file mode 100644
index 5b7545c8426..00000000000
--- a/audio/sweep/Makefile
+++ /dev/null
@@ -1,37 +0,0 @@
-# $NetBSD: Makefile,v 1.37 2007/02/07 20:18:41 drochner Exp $
-#
-
-DISTNAME= sweep-0.9.2
-CATEGORIES= audio
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sweep/}
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://www.metadecks.org/software/sweep/
-COMMENT= Full-featured digital sound editor
-
-USE_DIRS+= xdg-1.1
-USE_LIBTOOL= YES
-USE_TOOLS+= gmake msgfmt pkg-config
-USE_PKGLOCALEDIR= YES
-
-GNU_CONFIGURE= YES
-CONFIGURE_ARGS+= --disable-oggtest
-CONFIGURE_ARGS+= --disable-vorbistest
-# XXX this doesn't work
-#CONFIGURE_ARGS+= --disable-alsa
-
-CPPFLAGS+= -DDEVOSSAUDIO="\"${DEVOSSAUDIO}\""
-MAKE_ENV+= EXPORT_SYMBOLS_LDFLAGS=${EXPORT_SYMBOLS_LDFLAGS:Q}
-
-.include "../../audio/libvorbis/buildlink3.mk"
-.include "../../audio/libsamplerate/buildlink3.mk"
-.include "../../audio/libsndfile/buildlink3.mk"
-.include "../../audio/libmad/buildlink3.mk"
-.include "../../audio/speex/buildlink3.mk"
-.include "../../converters/libiconv/buildlink3.mk"
-.include "../../databases/tdb/buildlink3.mk"
-.include "../../devel/gettext-lib/buildlink3.mk"
-.include "../../x11/gtk2/buildlink3.mk"
-.include "../../mk/oss.buildlink3.mk"
-.include "../../mk/pthread.buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/audio/sweep/PLIST b/audio/sweep/PLIST
deleted file mode 100644
index 7c0ec9f740d..00000000000
--- a/audio/sweep/PLIST
+++ /dev/null
@@ -1,36 +0,0 @@
-@comment $NetBSD: PLIST,v 1.8 2007/02/07 20:18:41 drochner 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.so
-lib/sweep/libecho.so
-lib/sweep/libfade.so
-lib/sweep/libladspameta.so
-lib/sweep/libnormalise.so
-lib/sweep/libreverse.so
-man/man1/sweep.1
-share/applications/sweep.desktop
-share/locale/de/LC_MESSAGES/sweep.mo
-share/locale/el/LC_MESSAGES/sweep.mo
-share/locale/en_AU/LC_MESSAGES/sweep.mo
-share/locale/es_ES/LC_MESSAGES/sweep.mo
-share/locale/fr/LC_MESSAGES/sweep.mo
-share/locale/hu/LC_MESSAGES/sweep.mo
-share/locale/it/LC_MESSAGES/sweep.mo
-share/locale/pl/LC_MESSAGES/sweep.mo
-share/locale/ru/LC_MESSAGES/sweep.mo
-share/pixmaps/sweep.svg
-share/sweep/sweep_splash.png
-@dirrm share/sweep
-@comment in xdg-dirs: @dirrm share/pixmaps
-@comment in xdg-dirs: @dirrm share/applications
-@dirrm lib/sweep
-@dirrm include/sweep
diff --git a/audio/sweep/buildlink3.mk b/audio/sweep/buildlink3.mk
deleted file mode 100644
index 4d450f29fb7..00000000000
--- a/audio/sweep/buildlink3.mk
+++ /dev/null
@@ -1,29 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.11 2007/02/07 20:18:41 drochner Exp $
-
-BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
-SWEEP_BUILDLINK3_MK:= ${SWEEP_BUILDLINK3_MK}+
-
-.if !empty(BUILDLINK_DEPTH:M+)
-BUILDLINK_DEPENDS+= sweep
-.endif
-
-BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nsweep}
-BUILDLINK_PACKAGES+= sweep
-BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}sweep
-
-.if !empty(SWEEP_BUILDLINK3_MK:M+)
-BUILDLINK_API_DEPENDS.sweep+= sweep>=0.8.2nb6
-BUILDLINK_ABI_DEPENDS.sweep+= sweep>=0.8.3nb4
-BUILDLINK_PKGSRCDIR.sweep?= ../../audio/sweep
-.endif # SWEEP_BUILDLINK3_MK
-
-.include "../../audio/libmad/buildlink3.mk"
-.include "../../audio/libsamplerate/buildlink3.mk"
-.include "../../audio/libsndfile/buildlink3.mk"
-.include "../../audio/libvorbis/buildlink3.mk"
-.include "../../audio/speex/buildlink3.mk"
-.include "../../converters/libiconv/buildlink3.mk"
-.include "../../databases/tdb/buildlink3.mk"
-.include "../../devel/gettext-lib/buildlink3.mk"
-
-BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
diff --git a/audio/sweep/distinfo b/audio/sweep/distinfo
deleted file mode 100644
index f2513e094c1..00000000000
--- a/audio/sweep/distinfo
+++ /dev/null
@@ -1,7 +0,0 @@
-$NetBSD: distinfo,v 1.6 2007/02/07 20:18:41 drochner Exp $
-
-SHA1 (sweep-0.9.2.tar.gz) = 688075a645d5782584e5fd6e9f1a1062aeee3599
-RMD160 (sweep-0.9.2.tar.gz) = f44a27c0ce050c7871c8b6c6b32c116c968273b0
-Size (sweep-0.9.2.tar.gz) = 1177803 bytes
-SHA1 (patch-aa) = fb4f123c1abcef93a53530961ad07bb67354aa2f
-SHA1 (patch-ab) = 42d6d165a55c19cd046672dbd91775517f79372f
diff --git a/audio/sweep/patches/patch-aa b/audio/sweep/patches/patch-aa
deleted file mode 100644
index bc4c4d09915..00000000000
--- a/audio/sweep/patches/patch-aa
+++ /dev/null
@@ -1,28 +0,0 @@
-$NetBSD: patch-aa,v 1.3 2003/04/30 17:13:02 jmmv Exp $
-
---- src/driver_oss.c.orig 2003-04-27 07:37:14.000000000 +0200
-+++ src/driver_oss.c
-@@ -85,6 +85,7 @@ oss_get_names (void)
- {
- GList * names = NULL;
-
-+ 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) ;
- }
-
-+#if 0
- fmt = AFMT_QUERY;
- if ((error = ioctl (dev_dsp, SOUND_PCM_SETFMT, &fmt)) != 0) {
- perror ("open_dsp_device 8") ;
-@@ -229,6 +231,7 @@ setup_dev_dsp (sw_handle * handle, sw_fo
- handle->custom_data = GINT_TO_POINTER(1);
- }
- #endif
-+#endif
-
- #ifdef DEBUG
- {
diff --git a/audio/sweep/patches/patch-ab b/audio/sweep/patches/patch-ab
deleted file mode 100644
index 81a026ab066..00000000000
--- a/audio/sweep/patches/patch-ab
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ab,v 1.1 2007/02/07 20:18:41 drochner Exp $
-
---- configure.orig 2007-02-07 14:49:41.000000000 +0100
-+++ configure
-@@ -33858,7 +33858,7 @@ fi
-
-
-
--ac_enable_alsa=yes
-+ac_enable_alsa=no
- # Check whether --enable-alsa was given.
- if test "${enable_alsa+set}" = set; then
- enableval=$enable_alsa; ac_enable_alsa=yes