Bug 143670

Summary: New port: audio/deadbeef DeaDBeeF is an audio player for GNU/Linux systems with X11
Product: Ports & Packages Reporter: Veniamin <g.veniamin>
Component: Individual Port(s)Assignee: Dmitry Marakasov <amdmi3>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.shar none

Description Veniamin 2010-02-08 13:10:00 UTC
DeaDBeeF (as in 0xDEADBEEF) is an audio player for GNU/Linux systems with
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)
- and etc...
Comment 1 Dmitry Marakasov freebsd_committer freebsd_triage 2010-02-08 18:12:54 UTC
Responsible Changed
From-To: freebsd-ports-bugs->amdmi3

I'll take it.
Comment 2 Dmitry Marakasov freebsd_committer freebsd_triage 2010-02-09 12:38:46 UTC
State Changed
From-To: open->feedback

Does not configure: http://people.freebsd.org/~amdmi3/deadbeef-0.3.3.log
Comment 3 dfilter service freebsd_committer freebsd_triage 2010-02-09 23:23:37 UTC
amdmi3      2010-02-09 23:23:27 UTC

  FreeBSD ports repository

  Modified files:
    audio                Makefile 
  Added files:
    audio/deadbeef       Makefile distinfo pkg-descr pkg-plist 
    audio/deadbeef/files patch-Makefile.am patch-Makefile.in 
                         patch-configure patch-configure.ac 
  Log:
  DeaDBeeF (as in 0xDEADBEEF) is an audio player for GNU/Linux systems with
  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>
  
  Revision  Changes    Path
  1.1092    +1 -0      ports/audio/Makefile
  1.1       +35 -0     ports/audio/deadbeef/Makefile (new)
  1.1       +3 -0      ports/audio/deadbeef/distinfo (new)
  1.1       +13 -0     ports/audio/deadbeef/files/patch-Makefile.am (new)
  1.1       +21 -0     ports/audio/deadbeef/files/patch-Makefile.in (new)
  1.1       +57 -0     ports/audio/deadbeef/files/patch-configure (new)
  1.1       +34 -0     ports/audio/deadbeef/files/patch-configure.ac (new)
  1.1       +23 -0     ports/audio/deadbeef/pkg-descr (new)
  1.1       +87 -0     ports/audio/deadbeef/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 Dmitry Marakasov freebsd_committer freebsd_triage 2010-02-11 23:24:57 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!