On 14/05/12 3:16 PM, Alexandr Shadchin wrote:
Hi,

pkg/DESCR:
DeaDBeeF (as in 0xDEADBEEF) is an audio player for GNU/Linux, BSD,
OpenSolaris and probably other UNIX-like systems.

Some features (more can be found on the homepage):

* mp3, ogg vorbis, flac, ape, wv, wav, cd audio (and many more)
* ID3v1, ID3v2.2, ID3v2.3, ID3v2.4, APEv2, xing/info tags support
* no GNOME or KDE dependencies
* minimize to tray, with scrollwheel volume control
* drag and drop, both inside the playlist, and from other applications
* control playback from command line
* global hotkeys
* multiple playlists
* album artwork display
* 18-band graphical equalizer
* metadata editor
* user-customizable groups in playlists
* user-customizable columns with flexible title formatting
* radio and podcast support for ogg vorbis, mp3 and aac streams
* gapless playback
* plugin support; bundled with lots of plugins, such as global
   hotkeys and last.fm scrobbler; sdk is included

Tested on amd64.

Comments ? OK ?

So far I'm just taking a quick look over the port.

Check the usage of yasm. That is usually only used on amd64 and/or i386.

Change CONFIGURE_STYLE to gnu. Get rid of the pre-configure target and
change the aclocal to autoreconf.

The Makefile.am does not make any sense.

The alloca patching should probably do something similar to what naddy@ did for misc/dvtm..

+#if defined(__GNUC__) && defined(__STRICT_ANSI__)
+#define alloca(size)   __builtin_alloca(size)
+#endif

--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

Reply via email to