Magellan Linux

Contents of /trunk/extras/libvisual/libvisual-0.4.0-r5.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 13535 - (show annotations) (download)
Thu Oct 11 14:10:38 2012 UTC (11 years, 7 months ago) by niro
File size: 642 byte(s)
auto added: ver bump to 0.4.0-r5
1 # $Id$
2
3 PNAME="libvisual"
4 PVER="0.4.0"
5 PBUILD="r5"
6
7 PCAT="media-libs"
8
9 DESCRIPTION="Libvisual is an abstraction library that comes between applications and audio visualisation plugins."
10 HOMEPAGE="http://libvisual.sourceforge.net/v2/"
11
12 DEPEND=">= dev-libs/glib2-2.34"
13
14 SDEPEND=">= dev-util/pkgconfig-0.25
15 >= sys-dev/gettext-0.18"
16
17 SRCFILE="${PNAME}-${PVER}.tar.bz2"
18 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
19
20 sminclude multilib
21
22 SRC_URI=(
23 sourceforge://${PNAME}/${SRCFILE}
24 mirror://${PNAME}/${SRCFILE}
25 )
26
27 UP2DATE="updatecmd_sourceforge ${PNAME}"
28
29 src_compile()
30 {
31 mconfigure --enable-nls --enable-threads --disable-debug || die
32 mmake || die
33 }