summaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Collapse)AuthorFilesLines
2006-05-18Mark as BROKEN_IN pkgsrc-2006Q1 according towiz1-1/+3
ftp://ftp.NetBSD.org/pub/pkgsrc/misc/kristerw/pkgstat/i386-3.0/20060501.1050/broken.html
2006-05-16Mark as using c and c++. Closes PR 33497 by martijn.wiz1-2/+3
2006-05-16Add forgotten patches.ben2-0/+44
2006-05-16Update abcmidi to version 20060422.ben3-11/+13
Apply security patches from Debian. Changes include: (Mike Scott) The 'y' spacing character used by Barfly and abcm2ps was being silently dropped in parseabc.c. Added support for this (including a length specifier - is this used by anything?) to parseabc.c and abc2abc.c; stubs in the other modules including yaps mean they behave as before. http://lists.debian.org/debian-security-announce/debian-security-announce-2006/msg00127.html
2006-05-16Add a compiler option to find a header file on Darwin. This addresses theminskim1-1/+3
first problem reported in PR pkg/33420. The second problem (link errors) is not reproducible on my Darwin 8.6.0.
2006-05-15Uses C++.joerg4-4/+8
2006-05-15Uses C++ and msgfmt.joerg1-2/+3
2006-05-15Forgotten patch sum.joerg1-1/+2
2006-05-14Regen patch-ci so that it can be applied with GNU patch.minskim2-6/+5
2006-05-14This package installs perl scripts. Add a dependency on perl using USE_TOOLS.minskim1-2/+3
Bump PKGREVISION.
2006-05-14Uses C++.joerg2-2/+4
2006-05-14add missing USE_LANGUAGES+=c c++dogcow1-1/+2
2006-05-13Update to 20060219, provided by ISIHARA Takanori in PR 33475:wiz3-8/+38
20060218 Walt@w-gregg.juneau.ak.us (Walt Gregg) uploaded patches to fill out drumset 0 and a ridiculously commented 'full.cfg' to take advantage of them. Like 'crude.cfg' it uses substitute instruments to fill out missing patches: 035_Kick_1.pat 036_Kick_2.pat 039_Clap_Hand.pat 041_Tom_Low_2.pat 043_Tom_Low_1.pat 045_Tom_Mid_2.pat 047_Tom_Mid_1.pat 048_Tom_High_2.pat 050_Tom_High_1.pat 053_Cymbal_Ride_Bell.pat 062_Conga_High_1_Mute.pat 069_Cabasa.pat 075_Claves.pat 078_Cuica_1_Mute.pat 079_Cuica_2_Open.pat
2006-05-13Uses C++.joerg1-1/+3
2006-05-13Uses C++.joerg1-1/+2
2006-05-13Uses C++.joerg1-1/+2
2006-05-12Set INSTALLATION_DIRS to create directories before installing files intominskim1-1/+3
them.
2006-05-11Fixed pkglint warnings.rillig2-7/+7
2006-05-09Uses C++.joerg1-1/+2
2006-05-09Fixed pkglint warnings.rillig3-7/+7
2006-05-04Force presence of zlib on all platforms for consistency. Bump PKGREVISIONtv1-1/+3
due to change on platforms where zlib is not in the base system.
2006-05-01Fixed pkglint warnings.rillig1-7/+4
2006-04-30Converted to the SUBST framework.rillig1-7/+7
2006-04-30Converted to using the SUBST framework.rillig1-7/+6
2006-04-30Changes 1.0.16:adam4-14/+14
* Add support for Broadcast (BEXT) chunks in WAV files. * Implement new commands SFC_GET_SIGNAL_MAX and SFC_GET_MAX_ALL_CHANNELS. * Add support for RIFX (big endian WAV variant). * Fix configure script bugs. * Fix bug in INST and MARK chunk writing for AIFF files.
2006-04-28Fix compilation on DragonFly (errno, missing types from regex.h).joerg3-1/+23
2006-04-26Added a patch to support SunPro.rillig2-1/+25
2006-04-23Update daapd to 0.2.4btonio4-28/+11
- remove patch-ab, as it is applied upstream This should fix PR 33258 Changelog: 05/03/2006 daapd 0.2.4b. Two small changes to adapt daapd to the current versions of MaxOS X (10.4.x) and iTunes (6.0.4)
2006-04-23Modify packages that set PKG_USERS and PKG_GROUPS to follow the newjlam1-2/+2
syntax as specified in pkgsrc/mk/install/bsd.pkginstall.mk:1.47.
2006-04-22Removed the superfluous "quotes" and 'quotes' from variables that don'trillig20-42/+42
need them, for example RESTRICTED and SUBST_MESSAGE.*.
2006-04-22Reset MAINTAINER; I don't have the time nor inclination to maintainlukem3-6/+6
these any more.
2006-04-22Fix typo or mispelling.reed12-15/+15
2006-04-21Changes 0.7.7:adam5-19/+35
* Fixed bug with reading broken wav files with bad sizes * Fixed bug causing seg fault on non-PCM wav files * Fixed bug with reading wav files that have stuff after the data chunk * Fixed Windows "no such file" bug * Fixed small memory leak * Fixed cosmetic bug with negative gains * Fixed bad basename regexp in normalize-mp3 script * Fixed --oggdecode option in normalize-mp3 script * Turned audiofile support on by default * Upgraded to latest GNU autotools Pkgsrc: * Build xmms plug-in as an option
2006-04-20Use OSS on DragonFly as well.joerg2-1/+15
2006-04-19Fix build with GCC 3.4+ by adding explicit this references for templatejoerg2-1/+30
members.
2006-04-19Add libtool dependency. Add readline dependency for jack_transport.joerg4-3/+56
Fix pthread detection. Bump revision.
2006-04-17More PKGREVISION bumps for png-1.2.9nb2 update.wiz11-22/+22
2006-04-17Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.wiz43-85/+86
2006-04-17Strip ${PKGLOCALEDIR} from PLISTs of packages that already obeyjlam30-440/+440
PKGLOCALEDIR and which install their locale files directly under ${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries. From now on, pkgsrc/mk/plist/plist-locale.awk will automatically handle transforming the PLIST to refer to the correct locale directory.
2006-04-16Fix statvfs support on NetBSD and Solaris (block counts are in unitsmarkd5-9/+64
of f_frsize, not f_bsize). Also add DragonFly support from the old tunepimp package (untested). Package uses c++ and libtool so say so in Makefile. Bump PKGREVISION.
2006-04-13Fixed pkglint warnings.rillig2-72/+73
2006-04-13Mention this is used on many BSD systems as well as Solaris.reed1-0/+2
2006-04-13Improve DESCR more, by mentioning the file outputs.reed2-4/+9
In +DISPLAY mention that the plugins are not all available on every platform. (Ride on PKGREVISION bump from a few minutes ago.)
2006-04-13Add a MESSAGE.common to tell user to install a libao plugin.reed3-11/+17
I used MESSAGE.common so a MESSAGE.${OPSYS} could also be added. Bump PKGREVISION. Clarify DESCR and do not mention all the outputs it supports as this may make it appear it is works without installing another plugin. TODO: What about NULL, WAV, IRIX, and ALSA?
2006-04-13xgettext is now a proper tool, so we can just add it to USE_TOOLS.jlam1-3/+2
2006-04-13Remove tunepimp, dependencies have been switched to libtunepimp.wiz10-154/+1
2006-04-13BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace withjlam13-43/+27
USE_TOOLS+=msgfmt.
2006-04-13Fix adding LIBS in configureadam2-4/+20
2006-04-13Add CONFLICTS with tunepimp, old version of the same package.wiz1-1/+2
2006-04-13Remove tunepimp dependency, libtunepimp is a newer version.wiz1-2/+1
Noted by markd.