Magellan Linux

Annotation of /branches/R11-unstable/extras/audacious/audacious-3.6-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 25126 - (hide annotations) (download)
Tue Nov 25 03:05:04 2014 UTC (9 years, 5 months ago) by niro
File size: 1002 byte(s)
-release branches/R11-unstable
1 niro 24741 # $Id$
2    
3     PNAME="audacious"
4     PVER="3.6"
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.42
13     >= dev-libs/libguess-1.1
14     >= sys-apps/dbus-1.8
15     >= dev-libs/dbus-glib-0.102
16     >= dev-libs/atk-2.14
17     >= x11-libs/cairo-1.12
18     >= x11-libs/gdk-pixbuf-2.30
19     >= x11-libs/pango-1.36
20 niro 24742 >= x11-libs/gtk2+-2.24
21 niro 24741 >= x11-themes/hicolor-icon-theme-0.12"
22    
23     SRCFILE="${PNAME}-${PVER}.tar.bz2"
24     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
25    
26     sminclude mbuild fdo-mime gtk2
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     }
43    
44     postinstall()
45     {
46     fdo-mime_update_desktop_db
47     gtk2_update_icon_cache
48     }
49    
50     postremove()
51     {
52     fdo-mime_update_desktop_db
53     gtk2_update_icon_cache
54     }