Magellan Linux

Annotation of /branches/R11-stable/extras/audacious/audacious-3.5-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 21696 - (hide annotations) (download)
Mon Jul 21 09:34:47 2014 UTC (9 years, 9 months ago) by niro
File size: 847 byte(s)
-release branches/R11-stable
1 niro 21531 # $Id$
2    
3     PNAME="audacious"
4     PVER="3.5"
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.40
13     >= dev-libs/libguess-1.1
14     >= sys-apps/dbus-1.8
15     >= dev-libs/dbus-glib-0.102
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.12
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     }