summaryrefslogtreecommitdiff
path: root/audio/snd
AgeCommit message (Collapse)AuthorFilesLines
2006-03-09Replace references to ossaudio.buildlink3.mk with oss.buildlink3.mk.jlam1-2/+2
Remove deprecated ossaudio.buildlink3.mk.
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz1-1/+2
of the shlib major bump. PKGREVISION++ for the dependencies.
2006-01-15Update to 7.18:wiz2-7/+6
Snd 7.18 snd_pd_external.c, help-snd-fm.pd, and pd-fm.scm and other changes for Pd, thanks to Kjetil. Many more improvements thanks to Mike. default sample type is now float. This should only affect the "peak-env" files which will need to be rebuilt (just delete the current peak files, and they'll be rebuilt as needed automatically). analog-filter.scm: Butterworth, Chebyshev, inverse-Chebyshev, Bessel(-Thompson), Elliptic filters. (These functions are based on code of Anders Johansson) new fft windows: samaraki and ultraspherical (related to the dolph-chebyshev window) ultraspherical window has an additional parameter (side lobe shape) named fft-window-alpha here (to parallel fft-window-beta). new sound effects: sinc-train (clm.html) reverse-by-blocks and reverse-within-blocks (examp.scm) pulse-voice (examp.scm) moved make-iir-low|high-pass-1 to snd7.scm (from dsp.scm) removed the various sorting indices (sort-by-name|size|date|entry), and changed the way the user-defined sorter works. (snd7.scm defines the old names). Also removed (unimplemented, but documented) file-sorters list, and the now useless just-sounds-hook. added sound-file? for easier file-filter definition. in both Motif and Gtk, the file selection dialogs have been changed -- there are fewer visible widgets, but popup menus are scattered around to handle uncommon chores (sorting, filtering, etc). libgamin is connected to the file list as elsewhere. Right-click in the file list brings up a menu of sorting/filtering choices; in the directory list it brings up a menu that splits out the parent directories (single-click in the directory list moves to that directory); in the file and filter entry widgets it brings up a list of previous choices. If you type in the file entry widget, the file list tries to move to the apparent choice. The "preview area" is as before -- a description of the selected sound file, with "play" and "just-sounds" buttons. In the xm module, XmNpopupEnabled is now an enum (it was boolean -- I was following the incorrect info in the Motif docs -- use XmPOPUP_AUTOMATIC rather than #t). the happy buttons have hunkered down for the winter. checked: gtk 2.8.8|9|10, sbcl 0.9.7|8, clisp 2.36|7 (cmn), motif 2.3.0, ruby 1.8.4, Mesa 6.4.1 (openGL), gamin 0.1.7 (fam) with much help from: Kjetil, Mike, Russell Aspinwall Snd 7.17 Mike made many improvements in the ruby support Kjetil added a -volume argument to sndplay all dlp directory files moved to main directory (to simplify load-path handling) added: *clm-notehook* and *definstrument-hook* added to Guile version of with-sound (thanks to Rick) the rest of the preferences dialog mus-header-raw-defaults sync-max SND_PATH environment variable (optional load path directory list) if --with-float-samples and --with-doubles, the internal sample data type is double. (this also affects CLM) moved snd-apropos to snd7.scm. clm: fixed various instruments that were using mus-location with src: backandforth.ins, scratch in ug1.ins, granular.ins, various test ins. added optional srate envelope arg to fullmix. Rick added clm.asd. Fernando updated dlocsig and friends. *clm-tempfile-data-format* and *clm-tempfile-header-type*. cmn: *dynamics-minimum-vertical-separation* added by Anders. Anders also added support for dy0 and dy1 messages in wedge.lisp. Rick added cmn.asd. *dot-vertical-spacing* checked: ACL 8.0, openmcl 1.0, cmucl 19c, clisp 2.35 (cmn), gtk 2.8.7 with much help from Mike, R Mattes, Rick, Anders, J Reyes, Kjetil, T Blechmann J Rundall, H Fugal, Fernando, J Sandgren, M Klingbeil 7.16: tarball with NEWS file not found
2005-12-12Bump all motif packages for recent openmotif update. The major versionjoerg1-1/+2
of the shared libXm has changed.
2005-11-23Update to 7.15:wiz24-498/+69
About 7 years of development. Includes among others: support for flac, speex, ogg/vorbis; a choice of frontends between motif and gtk; esound support; guile scripting support; and native NetBSD audio code. Some possible future work on this package: Add options for fftw2 fftw3 ladspa gamin/fam mpg123 timidity ruby
2005-09-06Fix NetBSD statvfs check to be >= 299000900 not >= 200040000abs2-4/+4
No pkgrevision bumps needed.
2005-06-01Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.jlam1-2/+1
Several changes are involved since they are all interrelated. These changes affect about 1000 files. The first major change is rewriting bsd.builtin.mk as well as all of the builtin.mk files to follow the new example in bsd.builtin.mk. The loop to include all of the builtin.mk files needed by the package is moved from bsd.builtin.mk and into bsd.buildlink3.mk. bsd.builtin.mk is now included by each of the individual builtin.mk files and provides some common logic for all of the builtin.mk files. Currently, this includes the computation for whether the native or pkgsrc version of the package is preferred. This causes USE_BUILTIN.* to be correctly set when one builtin.mk file includes another. The second major change is teach the builtin.mk files to consider files under ${LOCALBASE} to be from pkgsrc-controlled packages. Most of the builtin.mk files test for the presence of built-in software by checking for the existence of certain files, e.g. <pthread.h>, and we now assume that if that file is under ${LOCALBASE}, then it must be from pkgsrc. This modification is a nod toward LOCALBASE=/usr. The exceptions to this new check are the X11 distribution packages, which are handled specially as noted below. The third major change is providing builtin.mk and version.mk files for each of the X11 distribution packages in pkgsrc. The builtin.mk file can detect whether the native X11 distribution is the same as the one provided by pkgsrc, and the version.mk file computes the version of the X11 distribution package, whether it's built-in or not. The fourth major change is that the buildlink3.mk files for X11 packages that install parts which are part of X11 distribution packages, e.g. Xpm, Xcursor, etc., now use imake to query the X11 distribution for whether the software is already provided by the X11 distribution. This is more accurate than grepping for a symbol name in the imake config files. Using imake required sprinkling various builtin-imake.mk helper files into pkgsrc directories. These files are used as input to imake since imake can't use stdin for that purpose. The fifth major change is in how packages note that they use X11. Instead of setting USE_X11, package Makefiles should now include x11.buildlink3.mk instead. This causes the X11 package buildlink3 and builtin logic to be executed at the correct place for buildlink3.mk and builtin.mk files that previously set USE_X11, and fixes packages that relied on buildlink3.mk files to implicitly note that X11 is needed. Package buildlink3.mk should also include x11.buildlink3.mk when linking against the package libraries requires also linking against the X11 libraries. Where it was obvious, redundant inclusions of x11.buildlink3.mk have been removed.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 digests to the SHA1 ones.agc1-1/+2
2005-02-23Enable pkgviews installation. Patches provided by Joachim Kuebart onminskim1-1/+5
tech-pkg@.
2005-02-21Sign over maintainership to tech-pkg@hubertf1-2/+2
2004-12-03Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.wiz1-2/+2
Suggested by Roland Illig, ok'd by various.
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-09-15Use statvfs instead of statfs on NetBSD>=2.0D.minskim2-7/+10
2004-07-28audio/snd uses its own round() function, incompatible with the one inagc7-5/+147
math.h in -current - work around this. XXX still statfs problems in -current in this package.
2004-04-11bl3ify now that we have motif.buildlink3.mk.xtraeme1-4/+4
2004-01-28There's no need to use 'USE_X11BASE' in snd package, we'll usextraeme1-2/+3
USE_X11 instead, bump PKGREVISION.
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-2/+2
2002-09-21buildlink1 -> buildlink2jlam3-11/+13
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-10-24I am a triple idiot. The only relevant variable that x11.buildlink.mkjlam1-2/+2
redefines about which buildlink.mk files would care is BUILDLINK_X11_DIR, which points to the location of the X11R6 hierarchy used during building. If x11.buildlink.mk isn't included, then BUILDLINK_X11_DIR defaults to ${X11BASE} (set in bsd.pkg.mk), so its value is always safe to use. Remove the ifdefs surrounding the use of BUILDLINK_X11_DIR in tk/buildlink.mk and revert changes to move x11.buildlink.mk before the other buildlink.mk files.
2001-10-23x11.buildlink.mk needs to be included before any buildlink.mk files thatjlam1-2/+2
use X11_BUILDLINK_MK as a test value. Generally just reordering the inclusions so that x11.buildlink.mk comes before the other buildlink.mk files will make everthing work.
2001-09-09Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:agc1-2/+2
WRKSRC= ${WRKDIR} This is much cleaner, much more indicative of what happens, and removes another of the negative definitions (NO_.* = value).
2001-09-08Use mk/motif.buildlink.mk instead of lesstif/buildlink.mk.jlam1-2/+2
2001-08-29Use x11.buildlink.mk instead of USE_X11. Also convert hard-coded referencesjlam3-6/+7
to ${X11BASE} in the header and library search paths into references to ${LOCALBASE}/share/x11-links. These packages should now be strongly- buildlinked regardless of whether xpkgwedge is installed. Changes well-tested on NetBSD-1.5X/i386 with and without xpkgwedge and lightly-tested on NetBSD-1.5.1/alpha without xpkgwedge.
2001-07-16Add USE_X11BASE to fix install target.nra1-1/+2
2001-06-30Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.jlam4-31/+32
2001-04-18Move to sha1 digests, and add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-19/+17
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-25Cleanup MKDIR usage => INSTALL_*_DIRhubertf1-2/+2
XXX need to teach pkglint to be more picky about this
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-09-22Make this package work in environment where X11 and Motif isminoura3-6/+7
installed in non-standard directories, typically with xpkgwedge. Reviewed by hubertf.
2000-08-23Use "USE_XPM" option instead of direct dependence on the "xpm" package.tron1-4/+3
2000-08-18Replace MIRROR_DISTFILES and NO_CDROM with the more descriptive andhubertf1-3/+4
more fine-grained NO_{BIN,SRC}_ON_{FTP,CDROM} definitions. MIRROR_DISTFILES and NO_CDROM are now dead.
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
1999-08-09Add run time library path and link with "SM" library to make "snd" worktron2-7/+7
on ELF platforms. Fixes PR pkg/8166 by Thilo Manske.
1999-07-09Add package patch-sum filesagc1-0/+16
1998-08-20The Grand Homepagification:tsarna1-1/+2
- New, optional Makefile variable HOMEPAGE, specifies a URL for the home page of the software if it has one. - The value of HOMEPAGE is used to add a link from the README.html files. - pkglint updated to know about it. The "correct" location for HOMEPAGE in the Makefile is after MAINTAINER, in that same section.
1998-08-07Add NetBSD RCS Ids.agc1-0/+2
1998-08-07Add NetBSD RCS Ids.agc14-0/+28
1998-07-04Update xpm to 3.4k.mycroft1-2/+2
1998-07-03Don't mirror distribution files which are kept locally anyway.tron1-1/+2
1998-06-20Remove unnecessary "USE_X11= yes".tron1-2/+1
1998-06-09Rationalise Motif/Lesstif handling.agc1-2/+2
Get rid of HAVE_MOTIF, MOTIF_STATIC, REQUIRES_MOTIF and MOTIF_ONLY. Standardise on USE_MOTIF, which uses the pkgsrc dependency checks to use Motif, if it's available, or Lesstif, if not.
1998-05-19Rather than using sed to patch the makefile.netbsd file for @X11BASE@agc2-13/+6
and @LOCALBASE@ values, use the X11BASE and LOCALBASE values that are passed through the environment.
1998-05-11Remove BUILD_DEPENDS on lesstif, REQUIRES_MOTIF=yes should be enough.frueauf2-4/+10
Don't hardcode LOCALBASE and X11BASE.