Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2001-04-23 | Fix bugs in memory management. | tron | 2 | -1/+40 | |
2001-04-22 | Update to 2.39b (.1) since 2.35 isn't available anymore. | wiz | 4 | -24/+8 | |
Changes unknown, sorry, but patch-ab doesn't seem to be necessary anymore. Move to sha1 checksum and add size information. | |||||
2001-04-22 | Make patches Linux friendly so that they can be submitted back to the | tron | 4 | -15/+17 | |
author. | |||||
2001-04-22 | Use "/dev/vbi" instead of "/dev/vbi0" as default device. | tron | 2 | -1/+15 | |
2001-04-22 | Add and enable "nbc-vbi". | tron | 1 | -1/+2 | |
2001-04-22 | Fix typo. | tron | 1 | -2/+2 | |
2001-04-22 | Import new "nbc-vbi" package: Client for r@dio.mp3 broadcast service | tron | 6 | -0/+77 | |
2001-04-20 | fix uninitialized struct member passed to ioctl() | drochner | 2 | -1/+14 | |
2001-04-19 | Move madplay to mad. | wiz | 6 | -77/+2 | |
2001-04-19 | Rename package from madplay to mad, and move it to audio/mad instead of | wiz | 5 | -0/+76 | |
audio/madplay. | |||||
2001-04-19 | Oops. Make kscd actually compile. Some tidyup. | skrll | 3 | -11/+25 | |
Pointed out by Kent Polk <kent@goathill.org> in private email. | |||||
2001-04-18 | Move to sha1 digests, and add distfile sizes. | agc | 37 | -74/+115 | |
2001-04-18 | Move to sha1 digests, and add distfile sizes. | agc | 63 | -120/+190 | |
2001-04-18 | Use /dev/sound not /dev/audio. Thanks to Charles for pointing this out. | skrll | 2 | -4/+4 | |
2001-04-17 | Build and install kscd. Doesn't let me play CDs on my laptop, but I think | skrll | 7 | -20/+150 | |
that's a problem elsewhere. | |||||
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. |