Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions
+3
View File
@@ -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.
+38
View File
@@ -0,0 +1,38 @@
# $NetBSD: Makefile,v 1.61 2013/06/06 12:54:06 wiz Exp $
#
DISTNAME= sweep-0.9.3
PKGREVISION= 20
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_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 "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../mk/oss.buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
+32
View File
@@ -0,0 +1,32 @@
@comment $NetBSD: PLIST,v 1.10 2009/06/14 17:32:23 joerg 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/ja/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
+22
View File
@@ -0,0 +1,22 @@
# $NetBSD: buildlink3.mk,v 1.14 2011/04/22 13:41:59 obache Exp $
BUILDLINK_TREE+= sweep
.if !defined(SWEEP_BUILDLINK3_MK)
SWEEP_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.sweep+= sweep>=0.8.2nb6
BUILDLINK_ABI_DEPENDS.sweep+= sweep>=0.9.3nb8
BUILDLINK_PKGSRCDIR.sweep?= ../../audio/sweep
.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"
.endif # SWEEP_BUILDLINK3_MK
BUILDLINK_TREE+= -sweep
+7
View File
@@ -0,0 +1,7 @@
$NetBSD: distinfo,v 1.8 2012/02/15 22:57:55 hans Exp $
SHA1 (sweep-0.9.3.tar.gz) = 1257e2c5544ca45708f8d99bf2ec0116a22708e4
RMD160 (sweep-0.9.3.tar.gz) = 54c1e6ea94d58494dfc362150551b6a02268476d
Size (sweep-0.9.3.tar.gz) = 1248948 bytes
SHA1 (patch-aa) = a2465a985e0bd0593bdfb9181d83b79e5144af15
SHA1 (patch-ab) = 370e388b2d7cb6f2279e49299a01ef553226b07b
+41
View File
@@ -0,0 +1,41 @@
$NetBSD: patch-aa,v 1.4 2012/02/15 22:57:55 hans Exp $
--- src/driver_oss.c.orig 2003-04-27 07:37:14.000000000 +0200
+++ src/driver_oss.c
@@ -51,6 +51,12 @@
#include <sys/soundcard.h>
+#ifdef __sun
+#define SOUND_PCM_WRITE_CHANNELS SNDCTL_DSP_CHANNELS
+#define SOUND_PCM_WRITE_RATE SNDCTL_DSP_SPEED
+#define SOUND_PCM_WRITE_BITS SNDCTL_DSP_SETFMT
+#endif
+
#ifdef DEVEL_CODE
/*#define DEBUG*/
#endif
@@ -85,6 +91,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 +219,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 +237,7 @@ setup_dev_dsp (sw_handle * handle, sw_fo
handle->custom_data = GINT_TO_POINTER(1);
}
#endif
+#endif
#ifdef DEBUG
{
+13
View File
@@ -0,0 +1,13 @@
$NetBSD: patch-ab,v 1.2 2008/06/30 10:38:23 wiz Exp $
--- configure.orig 2008-04-11 14:09:14.000000000 +0000
+++ configure
@@ -31765,7 +31765,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=no