Import audacious-3.2.2 as wip/audacious.

Audacious is an open source audio player. A descendant of XMMS, Audacious plays your music how you want it, without stealing away your computer resources from other tasks. Drag and drop folders and individual song files, search for artists and albums in your entire music library, or create and edit your own custom playlists. Listen to CD or stream music from the Internet. Tweak the sound with the graphical equalizer or experiment with LADSPA effects. Enjoy the modern GTK-themed interface or change things up with Winamp classic skins. Use the plugins included with Audacious to fetch lyrics for your music, to set an alarm in the morning, and more.

Audacious runs on Linux, on BSD derivatives, and on Microsoft Windows.

This was tried only on DragonFly and only with SDL as sound engine
TODO: try OSS as output plugin
This commit is contained in:
Vitaly Shevtsov 2012-05-18 18:52:59 +00:00 committed by Thomas Klausner
parent 2b3d285f44
commit 8cf5dc934d

12
audacious/options.mk Normal file
View file

@ -0,0 +1,12 @@
PKG_OPTIONS_VAR= PKG_OPTIONS.audacious
PKG_SUPPORTED_OPTIONS= gtk3
PKG_SUGGESTED_OPTIONS=
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mgtk3)
CONFIGURE_ARGS+= --enable-gtk3
.include "../../x11/gtk3/buildlink3.mk"
.else
CONFIGURE_ARGS+= --disable-gtk3
.endif