Magellan Linux

Contents of /branches/R11-unstable/extras/audacious/audacious-3.8.2-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 32864 - (show annotations) (download)
Mon Apr 29 13:50:26 2019 UTC (5 years ago) by niro
File size: 1032 byte(s)
-release branches/R11-unstable
1 # $Id$
2
3 PNAME="audacious"
4 PVER="3.8.2"
5 PBUILD="r1"
6
7 PCAT="media-sound"
8
9 DESCRIPTION="Lightweight advanced audio player based on GTK2 focused on audio quality."
10 HOMEPAGE="http://audacious-media-player.org/"
11
12 DEPEND=">= dev-libs/glib2-2.52
13 >= sys-libs/libstdc++-6.3
14 >= dev-libs/libguess-1.1
15 >= sys-apps/dbus-1.10
16 >= dev-libs/dbus-glib-0.108
17 >= dev-libs/atk-2.24
18 >= x11-libs/cairo-1.14
19 >= x11-libs/gdk-pixbuf-2.36
20 >= x11-libs/pango-1.40
21 >= x11-libs/gtk2+-2.24
22 >= x11-themes/hicolor-icon-theme-0.12"
23
24 SRCFILE="${PNAME}-${PVER}.tar.bz2"
25 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
26
27 sminclude mbuild fdo-mime gtk2
28 msetfeature "!check"
29
30 SRC_URI=(
31 http://distfiles.audacious-media-player.org/${SRCFILE}
32 mirror://${PNAME}/${SRCFILE}
33 )
34
35 UP2DATE="updatecmd ${HOMEPAGE}/download | firsttarball"
36
37 src_compile()
38 {
39 cd ${SRCDIR}
40
41 mconfigure --with-buildstamp='Magellan-Linux' || die
42 mmake || die
43 }
44
45 postinstall()
46 {
47 fdo-mime_update_desktop_db
48 gtk2_update_icon_cache
49 }
50
51 postremove()
52 {
53 fdo-mime_update_desktop_db
54 gtk2_update_icon_cache
55 }