diff options
author | wiz <wiz@pkgsrc.org> | 2006-08-07 23:37:49 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-08-07 23:37:49 +0000 |
commit | c15432b6d354a923bf86ef3b08b09aa780be60d1 (patch) | |
tree | e1b77e925eb421e212db273deb90eaf201de85ec /audio/snd | |
parent | cd7ba6925f2ce99baa631d1e2e310e9d49b4e5a2 (diff) | |
download | pkgsrc-c15432b6d354a923bf86ef3b08b09aa780be60d1.tar.gz |
Update to 8.3:
1-Aug: Snd 8.3.
31-Jul: windowed-maxamp renamed moving-max, added moving-rms,
moving-sum, moving-length (dsp.scm)
average renamed moving-average in clm.
overlay-rms-env in draw.scm.
28-Jul: snd8.scm, removed make-ppolar|zpolar (use make-two-pole|zero).
27-Jul: mfilter in dsp.scm.
17-Jul: merged new-icons.scm into new-buttons.scm and renamed the latter toolbar.scm.
12-Jul: green.scm.
10-Jul: dlocsig.scm.
3-July: removed vct-map.
28-Jun: moved rmsgain code to clm-ins.scm.
23-Jun: Snd 8.2.
12-Jun: fmviolin.clm.
6-Jun: changed after-apply-hook to after-apply-controls-hook.
2-Jun: removed mus-make-error.
25-May: Walter Zorn's wz_tooltip.js to spruce up the documentation.
7-May: Snd 8.1.
21-Apr: many .fs files thanks to Mike Scholz (removed obsolete gfm directory).
15-Apr: first portion of Gauche support.
12-Apr: clm-load (ws.scm) for cm.
31-Mar: rt-player.scm (Kjetil).
28-Mar: Snd 8.0.
Forth as extension language, thanks to Mike Scholz.
shorten, tta, wavpack support.
20-Mar: heart.scm (use Snd with non-sound data).
14-Mar: x-axis-as-clock for more informative x-axis tick labels in very large files.
10-Mar: added a stop sign to interrupt long computations (equivalent to C-g).
8-Mar: kmenu.scm thanks to Maxim Krikun.
3-Mar: show-selection (extensions.scm).
27-Feb: Snd 7.19.
tracking-cursor-style.
21-Feb: bind-key now takes a character or string 1st arg (as
well as an integer); if a string, it's treated
as the X/Gtk key name (e.g. "Home" or "plus"). It
also has a 6th optional arg, a preferences
dialog name (so that the dialog can reflect current key bindings by functionality).
with-tracking-cursor and with-verbose-cursor as synonyms for cursor-follows-play and verbose-cursor.
17-Feb: mus-file-data-clipped -> mus-clipping, added mus-file-clipping for local settings
data-clipped -> clipping
mus-prescaler (global) alongside previous mus-file-prescaler
added pausing -- returns #t if DAC is paused, can be set to #t or #f to start/stop pausing
similarly playing -- #t if DAC is running (may be paused), settable to start/stop playing
removed dac-is-running (it's in snd7.scm)
9-Feb: Bill Sack's stochastic.scm and snd-stochastic.pd, stochastic.png in grfsnd.html.
2-Feb: mus_audio_sun_outputs -> mus_sun_set_outputs, added mus_netbsd_set_outputs.
mus_audio_set_oss_buffers -> mus_oss_set_buffers.
changed ALSA environment variable names to use MUS, not SNDLIB.
changed ALSA default device to "default" from "hw:0"
30-Jan: new-sound-dialog.
Diffstat (limited to 'audio/snd')
-rw-r--r-- | audio/snd/Makefile | 7 | ||||
-rw-r--r-- | audio/snd/distinfo | 8 |
2 files changed, 7 insertions, 8 deletions
diff --git a/audio/snd/Makefile b/audio/snd/Makefile index cd936f010ef..19f7a8ddae0 100644 --- a/audio/snd/Makefile +++ b/audio/snd/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.46 2006/03/09 21:04:41 jlam Exp $ +# $NetBSD: Makefile,v 1.47 2006/08/07 23:37:49 wiz Exp $ # -DISTNAME= snd-7.18 -PKGREVISION= 2 +DISTNAME= snd-8.3 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=snd/} @@ -20,7 +19,7 @@ USE_TOOLS+= gmake pkg-config BUILD_TARGET= snd MAKEFILE= makefile -WRKSRC= ${WRKDIR}/snd-7 +WRKSRC= ${WRKDIR}/snd-8 post-install: ${INSTALL_DATA} ${WRKSRC}/po/de.gmo \ diff --git a/audio/snd/distinfo b/audio/snd/distinfo index ad94bfb8730..b502af01fbd 100644 --- a/audio/snd/distinfo +++ b/audio/snd/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.11 2006/01/15 01:42:53 wiz Exp $ +$NetBSD: distinfo,v 1.12 2006/08/07 23:37:49 wiz Exp $ -SHA1 (snd-7.18.tar.gz) = d6bc1ac752ed146116e4cf36cb6d199f6c61475a -RMD160 (snd-7.18.tar.gz) = f3619a63034ee0b0ce9acf1d0a19f7de0599abe0 -Size (snd-7.18.tar.gz) = 6672637 bytes +SHA1 (snd-8.3.tar.gz) = ce9143f6354b576800b44ba91d1f334dcdd49ed6 +RMD160 (snd-8.3.tar.gz) = e9fb5ec5aa6b8025257a0256c726c3f5f1938d37 +Size (snd-8.3.tar.gz) = 8035162 bytes |