Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | skrll | 2 | -4/+3 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo + include distfile filesizes in distinfo | |||||
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 243 | -696/+534 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-04-17 | Use /dev/audio in kmidi not /dev/dsp | skrll | 2 | -4/+14 | |
2001-04-16 | add & enable shorten | zuntum | 1 | -1/+2 | |
2001-04-16 | Initial import of shorten-3.1 | zuntum | 8 | -0/+102 | |
Shorten is a lossless compressing tool specialized for Audio files where it usually performs better than gzip/bzip2. Package submitted by Ben Collver <collver@linuxfreemail.com> in pkg/12586 | |||||
2001-04-16 | Fix MASTER_SITES | zuntum | 1 | -2/+2 | |
2001-04-14 | Update libsidplay to 1.36.47 | pooka | 2 | -6/+4 | |
Changes since 1.36.45: * the default is now 16bit 44.1kHz stereo * minor fixes | |||||
2001-04-14 | distname has changed | pooka | 2 | -5/+4 | |
2001-04-13 | Include the experimental tty controls patches. | simonb | 2 | -2/+6 | |
2001-04-13 | Update package to 0.13.0 (beta). | simonb | 4 | -92/+5 | |
Major changes include: - The last complete audio frame should now be properly decoded even when it is not followed by other data - Ancillary data is now properly extracted from Layer III streams. - Rewrote the Layer III joint stereo decoding routine to correct a major MPEG-2 problem and a minor MPEG-1 problem decoding intensity stereo. Other changes in the CHANGES file in the distribution. | |||||
2001-04-11 | Update package list for changed version number. | tron | 4 | -130/+134 | |
2001-04-09 | Remove unneeded '-' before ${MKDIR} or ${INSTALL_DATA_DIR} | wiz | 1 | -2/+2 | |
2001-04-07 | Update gnome-audio to 1.4.0. Includes new and improved sounds. | rh | 3 | -11/+15 | |
2001-04-06 | Update esound to 0.2.22. Changes include: | rh | 3 | -8/+8 | |
o esd supports for multiple recording clients - multiple esd_record_stream or esd_record_stream_fallback can now run simultaneously o security improvements - you should upgrade to 0.2.21 - older version have security holes, which can compromite account of any esd user | |||||
2001-04-06 | Use wildcard dependence on "pth" package. | tron | 1 | -2/+2 | |
2001-04-05 | Make timidity build environment honour LDFLAGS settings. This should fix | skrll | 2 | -5/+23 | |
build problems when using xpkgwedge. Reported by Rex McMaster <rmcm@compsoft.com.au> in pkg/12555 | |||||
2001-04-05 | Standardize patch names. | wiz | 4 | -13/+13 | |
2001-04-05 | Make dewey in PKGNAME sane, and update dependencies. | wiz | 3 | -6/+9 | |
2001-04-04 | Make this package work under Solaris. The patches were contributed by | tron | 4 | -1/+103 | |
Christian Weisgerber in private e-mail. | |||||
2001-04-04 | Add missing build dependences on "autoconf" and "automake". | tron | 1 | -3/+5 | |
2001-04-02 | Move BUILD_USES_MSGFMT in DEPENDS block, mostly by removing empty | wiz | 1 | -3/+2 | |
lines. | |||||
2001-03-31 | Fix MAKE_ENV (quoting) | zuntum | 1 | -18/+18 | |
2001-03-31 | More cleanup of audio init code. | mycroft | 2 | -24/+42 | |
2001-03-31 | Samples are stored in the audio buffer in host order, not little-endian. Don't | mycroft | 2 | -4/+38 | |
generate static on big-endian machines. (Haven't I fixed this before??) | |||||
2001-03-31 | Use /dev/sound, not /dev/audio. | mycroft | 2 | -25/+26 | |
2001-03-31 | Use /dev/sound, not /dev/audio. | mycroft | 2 | -5/+18 | |
2001-03-29 | enable recent additions | drochner | 1 | -1/+3 | |
2001-03-29 | a tool to produce covers for audio CDs | drochner | 6 | -0/+48 | |
2001-03-29 | Audio-CD perl module for use with disc-cover | drochner | 6 | -0/+43 | |
2001-03-28 | Don't try to remove "share/pixmaps" which is part of the standard | tron | 1 | -2/+1 | |
directory structure now. | |||||
2001-03-28 | Fix PLIST, noted in recent i386 bulk build. | wiz | 2 | -7/+8 | |
2001-03-27 | Change BUILD_DEPENDS semantics: | hubertf | 10 | -22/+31 | |
first component is now a package name+version/pattern, no more executable/patchname/whatnot. While there, introduce BUILD_USES_MSGFMT as shorthand to pull in devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current). Patch by Alistair Crooks <agc@netbsd.org> | |||||
2001-03-25 | Update gqmpeg to 0.8.3nb1, to play Ogg Vorbis properly. | hubertf | 3 | -4/+26 | |
Patch sent in PR 12470 by Rui-Xiang Guo <rxg@ms25.url.com.tw> | |||||
2001-03-25 | Hand-fudge patch-ab so that an RCS Id doesn't get in the way. | simonb | 2 | -6/+4 | |
2001-03-25 | Add a patch from Andre McCurdy <armccurdy@yahoo.co.uk> to fix the arm32 | simonb | 3 | -6/+92 | |
PIC code. Fixes PR pkg/12312 from Ignatios Souvatzis. | |||||
2001-03-24 | Fix MASTER_SITES | zuntum | 1 | -2/+2 | |
2001-03-23 | Add a patch supplied by Christian Weisgerber <naddy@openbsd.org>: | wiz | 2 | -1/+16 | |
Remove shared memory segments (created when using -b) after exiting. | |||||
2001-03-21 | Add a patch forwarded from the Xiphophorus CVS repository by | wiz | 2 | -0/+16 | |
Christian Weisgerber: Fixes encoder core dumps on 64-bit architectures. | |||||
2001-03-20 | replace "oss" by "sun", since libao-0.6.0nb1 comes with NetBSD audio | wiz | 1 | -5/+5 | |
support. | |||||
2001-03-20 | Add native Open/NetBSD audio support, supplied by Christian Weisgerber | wiz | 10 | -25/+754 | |
<naddy@openbsd.org> in private communication; a patch against a memory leak in the wav file writer, forwarded from the vorbis-dev list by Jeremy C. Reed; also use pkgsrc libtool instead of included one, and don't depend on esd anymore. Bump version to 0.6.0nb1. | |||||
2001-03-19 | add and enable gmodplay | wiz | 1 | -1/+2 | |
2001-03-19 | Initial import of gmodplay, based on a package provided by Ben Collver | wiz | 14 | -0/+458 | |
in pkg/12071: Module player for IT, XM, S3M, MOD, MTM, STM, FAR, ULT, 669, AMS, DBM, MDL and OKT modules (on little endian machines only, for now :( ), based on modplug source code. | |||||
2001-03-16 | Fix PLIST problem noted by Matthias Scheler <tron@zhadum.de> in private | skrll | 1 | -3/+4 | |
email. | |||||
2001-03-16 | Remove obsolete comment. | wiz | 1 | -3/+1 | |
2001-03-16 | remove vorbis | wiz | 1 | -2/+1 | |
2001-03-16 | Replaced by vorbis-tools & friends. | wiz | 11 | -153/+0 | |
2001-03-16 | Fix wave-file output on big-endian machines. | wiz | 2 | -1/+15 | |
2001-03-15 | Don't default to oss, use the standard way (null device). Note in a | wiz | 3 | -17/+16 | |
MESSAGE how to set the default to oss. By Jeremy C. Reed. | |||||
2001-03-15 | add CONFLICTS with vorbis-tools (don't deprecate this version yet, | wiz | 1 | -1/+3 | |
since -d wav works here) | |||||
2001-03-15 | add and enable libao, libogg, libvorbis, and vorbis-tools. | wiz | 1 | -1/+5 | |