39 lines
1.5 KiB
Text
39 lines
1.5 KiB
Text
# Template file for 'audacious'.
|
|
pkgname=audacious
|
|
version=3.3.3
|
|
revision=2
|
|
hostmakedepends="pkg-config"
|
|
makedepends="libSM-devel gtk+3-devel dbus-glib-devel libguess-devel"
|
|
build_style=gnu-configure
|
|
short_desc="Lightweight, advanced audio player focused on audio quality"
|
|
maintainer="davehome <davehome@redthumb.info.tm>"
|
|
license="GPL-3"
|
|
homepage="http://audacious-media-player.org/"
|
|
distfiles="http://distfiles.${pkgname}-media-player.org/${pkgname}-${version}.tar.bz2"
|
|
checksum=bda1074c98284471b8ded1caa5f640cdde6e8723fa8b3f4fd685de97228f7c94
|
|
long_desc="
|
|
Audacious is an open source audio player. A descendant of XMMS, Audacious plays
|
|
your music how you want it, without stealing away your computers 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 CDs 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-devel_package() {
|
|
depends="audacious>=${version}"
|
|
short_desc+=" -- development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/pkgconfig
|
|
}
|
|
}
|
|
|
|
audacious_package() {
|
|
depends="desktop-file-utils hicolor-icon-theme"
|
|
pkg_install() {
|
|
vmove usr
|
|
}
|
|
}
|