Magellan Linux

Contents of /branches/R11-stable/extras/audacious/audacious-3.4-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 18756 - (show annotations) (download)
Wed Aug 14 12:06:32 2013 UTC (10 years, 8 months ago) by niro
File size: 845 byte(s)
-release branches/R11-stable
1 # $Id$
2
3 PNAME="audacious"
4 PVER="3.4"
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"
35
36 src_compile()
37 {
38 cd ${SRCDIR}
39
40 mconfigure --with-buildstamp='Magellan-Linux' || die
41 mmake || die
42 }