Magellan Linux

Contents of /trunk/extras/audacious/audacious-3.3.2-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 13816 - (show annotations) (download)
Wed Oct 24 18:35:24 2012 UTC (11 years, 7 months ago) by niro
File size: 745 byte(s)
auto added: ver bump to 3.3.2-r1
1 # $Id$
2
3 PNAME="audacious"
4 PVER="3.3.2"
5 PBUILD="r1"
6
7 PCAT="media-sound"
8
9 DESCRIPTION="Lightweight advanced audio player based on GTK3 focused on audio quality."
10 HOMEPAGE="http://audacious-media-player.org/"
11
12 DEPEND=">= dev-libs/glib2-2.34
13 >= dev-libs/libguess-1.1
14 >= sys-apps/dbus-1.6
15 >= dev-libs/dbus-glib-0.100
16 >= dev-libs/atk-2.6
17 >= x11-libs/cairo-1.12
18 >= x11-libs/gdk-pixbuf-2.26
19 >= x11-libs/pango-1.32
20 >= x11-libs/gtk3+-3.6
21 >= x11-themes/hicolor-icon-theme-0.12"
22
23 SRCFILE="${PNAME}-${PVER}.tar.bz2"
24 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
25
26 sminclude mbuild
27 msetfeature "!check"
28
29 SRC_URI=(
30 http://distfiles.audacious-media-player.org/${SRCFILE}
31 mirror://${PNAME}/${SRCFILE}
32 )
33
34 UP2DATE="updatecmd ${HOMEPAGE}/download | firsttarball"