aboutsummaryrefslogtreecommitdiff
path: root/audio/deadbeef
Commit message (Collapse)AuthorAgeFilesLines
* Do not link plugins to libsupc++ which is apparently PIC-unsafe with systemAlexey Dokuchaev2011-11-221-4/+8
| | | | | | | | | | compiler, and thus remove requirement for GCC 4.5+ on amd64. Approved by: maintainer Feature safe: yes Notes: svn path=/head/; revision=286224
* Reduce GCC 4.5+ requirement to amd64 only.Alexey Dokuchaev2011-11-191-1/+4
| | | | | | | | | PR: ports/162683 Submitted by: maintainer Feature safe: yes Notes: svn path=/head/; revision=286099
* Remove 0-byte filesDoug Barton2011-09-251-0/+0
| | | | Notes: svn path=/head/; revision=282353
* - Update to 0.5.1Beech Rintoul2011-09-074-46/+93
| | | | | | | | PR: ports/160393 Submitted by: Gvozdikov Veniamin <g.veniamin@googlemail.com> (maintainer) Notes: svn path=/head/; revision=281401
* Build fixes with glib 2.28. gtk 2.24, gtkmm 2.24 and vala 0.12.Koop Mast2011-07-302-1/+3
| | | | Notes: svn path=/head/; revision=278564
* Bump due to ffmpeg update to 0.7.1Martin Matuska2011-06-241-0/+1
| | | | Notes: svn path=/head/; revision=276239
* - Update to 0.4.4Dennis Herrmann2011-04-014-20/+209
| | | | | | | | PR: ports/156070 Submitted by: Gvozdikov Veniamin <g.veniamin@googlemail.com> (maintainer) Notes: svn path=/head/; revision=272087
* - Mark BROKEN on 9.X and recent 8-STABLE:Pav Lucistnik2011-03-251-1/+7
| | | | | | | | | dumb-kode54/src/it/itrender.c:3541: error: conflicting types for 'log2' Reported by: pointyhat Notes: svn path=/head/; revision=271748
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - Update ffmpeg to 0.6Martin Matuska2010-07-241-0/+1
| | | | Notes: svn path=/head/; revision=258164
* - Update to 0.4.1Dmitry Marakasov2010-06-233-11/+23
| | | | | | | | | PR: 147656 Submitted by: Gvozdikov Veniamin <g.veniamin@googlemail.com> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=256880
* - Fix INDEXMartin Wilke2010-06-071-3/+3
| | | | | | | Thanks to: fluffy :) Notes: svn path=/head/; revision=256014
* - Update to 0.4.0Martin Wilke2010-06-078-203/+278
| | | | | | | | PR: 146463 Submitted by: Gvozdikov Veniamin <g.veniamin@googlemail.com> (maintainer) Notes: svn path=/head/; revision=256004
* Bump PORTREVISION for ports that depend on libogg, directly or indirectlyChristian Weisgerber2010-06-061-1/+1
| | | | | | | (via libvorbis, libtheora). Notes: svn path=/head/; revision=255958
* - Chase wavpack's lib dumpSylvio Cesar Teixeira2010-04-101-2/+2
| | | | | | | Approved by: itetcu (mentor, implicit) Notes: svn path=/head/; revision=252527
* Chase the ftp/curl shlib version bump.Peter Pentchev2010-04-031-2/+2
| | | | Notes: svn path=/head/; revision=252125
* - update to 1.4.1Dirk Meyer2010-03-281-0/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* DeaDBeeF (as in 0xDEADBEEF) is an audio player for GNU/Linux systems withDmitry Marakasov2010-02-098-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> Notes: svn path=/head/; revision=249492