Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Change MP3 dependency on libmad, no need to depend on full mad player | pav | 2005-09-13 | 1 | -1/+2 |
| | | | | Approved by: Integral <rzinkov@gmail.com> (maintainer) | ||||
* | - Update to 2.3.1 | pav | 2005-09-09 | 11 | -171/+9 |
| | | | | Approved by: maintainer | ||||
* | Add missing dependency on libid3tag | lawrance | 2005-08-05 | 1 | -1/+2 |
| | | | | | | PR: ports/84526 Submitted by: Nicola Vitale <nivit@email.it> Approved by: portmgr (marcus), Integral <rzinkov@gmail.com> (maintainer) | ||||
* | - Patches to fix crash involving deleted files. Not bumping PORTREVISION | pav | 2005-07-29 | 2 | -0/+76 |
| | | | | | | | because the crash is rare (unless you delete files as you listen to them) Approved by: maintainer Obtained from: author | ||||
* | - Fix crash when finishing the track [1] | pav | 2005-07-29 | 3 | -0/+26 |
| | | | | | | | - Fix yellow-red theme Approved by: maintainer Obtained from: author [1] | ||||
* | Add moc. | jylefort | 2005-07-28 | 9 | -0/+229 |
MOC (music on console) is a console audio player designed to be powerful and easy to use. MOC plays smoothly, regardless of system or I/O load, because it handles the output buffer in a separate thread. It does not cause gaps between files, because the next file to be played is pre-cached while playing the current file. Supported file formats are: MP3, Ogg Vorbis, FLAC, Musepack (mpc), Speex, WAVE, AIFF, AU, SVX, Sphere Nist WAV, IRCAM SF, Creative VOC. WWW: http://moc.daper.net/ PR: ports/84153 Submitted by: Integral <rzinkov@gmail.com> |