Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 20449 - (show annotations) (download)
Mon Jan 27 09:21:11 2014 UTC (10 years, 3 months ago) by niro
File size: 849 byte(s)
-release branches/R11-stable
1 # $Id$
2
3 PNAME="audacious"
4 PVER="3.4.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.38
13 >= dev-libs/libguess-1.1
14 >= sys-apps/dbus-1.6
15 >= dev-libs/dbus-glib-0.100
16 >= dev-libs/atk-2.10
17 >= x11-libs/cairo-1.12
18 >= x11-libs/gdk-pixbuf-2.30
19 >= x11-libs/pango-1.36
20 >= x11-libs/gtk3+-3.10
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 }