summaryrefslogtreecommitdiff
path: root/audio/cdplay/files/patch-ae (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename audio/ patch-xy patches to reflect the files they modify.Adam Weinberger2014-07-281-85/+0
| | | | Notes: svn path=/head/; revision=363157
* Patches for:Tim Vanderhoek2003-05-191-7/+65
| | | | | | | | | | | | | | | | | | | 1) Avoid becoming confused about the current state of "pause" when rewinding/forwarding to the prev/next track. 2) Use capital 'E' instead of lower 'e' for Eject. The 'e' button is too close to the 'r' button and accidentally ejecting when you're trying to rewind is really annoying. 3) When multiple subsequent r)ewind or f)orward operations are used before the ioctl() from an earlier r)ewind or f)orward has returned, perform the delayed 'r' and 'f' operations all at once rather than individually (and serially). This avoids a buffer overflow crash that could occur and also makes the 'r' and 'f' controls much more usable Update PORTREVISION for these improvements. Notes: svn path=/head/; revision=81489
* Grab the default CDROM device from $CDROM, just like cdcontrol(1).Tim Vanderhoek2003-01-041-1/+12
| | | | Notes: svn path=/head/; revision=72520
* Add patches to support IDE cd-roms. While I'm here, respectTim Vanderhoek1998-06-271-0/+16
${CFLAGS}. Heck, why not go all the way and respect ${PREFIX}, too (respect now added). As an intentional side-effect, these patches also prevent the pause function from blasting the listener's ears off (the way cdcontrol currently does (and cdplay used to)). Notes: svn path=/head/; revision=11553