aboutsummaryrefslogtreecommitdiffstats
path: root/audio/deadbeef
Commit message (Collapse)AuthorAgeFilesLines
* - Update ffmpeg to 0.6mm2010-07-251-0/+1
|
* - Update to 0.4.1amdmi32010-06-243-11/+23
| | | | | | PR: 147656 Submitted by: Gvozdikov Veniamin <g.veniamin@googlemail.com> (maintainer) Feature safe: yes
* - Fix INDEXmiwi2010-06-071-3/+3
| | | | Thanks to: fluffy :)
* - Update to 0.4.0miwi2010-06-078-203/+278
| | | | | PR: 146463 Submitted by: Gvozdikov Veniamin <g.veniamin@googlemail.com> (maintainer)
* Bump PORTREVISION for ports that depend on libogg, directly or indirectlynaddy2010-06-071-1/+1
| | | | (via libvorbis, libtheora).
* - Chase wavpack's lib dumpsylvio2010-04-101-2/+2
| | | | Approved by: itetcu (mentor, implicit)
* Chase the ftp/curl shlib version bump.roam2010-04-031-2/+2
|
* - update to 1.4.1dinoex2010-03-281-0/+1
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* DeaDBeeF (as in 0xDEADBEEF) is an audio player for GNU/Linux systems withamdmi32010-02-108-0/+273
X11 (though now it also runs in plain console without X, in FreeBSD, and in OpenSolaris). Main features: - mp3, ogg vorbis, flac, ape, wv, wav, m4a, mpc, cd audio (and many more) - sid, nsf and lots of other popular chiptune formats - ID3v1, ID3v2.2, ID3v2.3, ID3v2.4, APEv2, xing/info tags support - character set detection for non-unicode id3 tags - supports cp1251 and iso8859-1 - unicode tags are fully supported as well (both utf8 and ucs2) - cuesheet (.cue files) support, with charset detection (utf8/cp1251/iso8859-1) - tracker modules like mod, s3m, it, xm, etc - HVSC song length database support for sid - minimize to tray, with scrollwheel volume control - drag and drop, both inside of playlist, and from filemanagers and such - control playback from command line - plugin support; bundled with lots of plugins, such as global hotkeys and last.fm scrobbler; sdk is included - duration calculation is as precise as possible for vbr mp3 files (with and without xing/info tags) WWW: http://deadbeef.sourceforge.net/ PR: 143670 Submitted by: zloidemon <g.veniamin@googlemail.com>