Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4242 - (show annotations) (download)
Tue Dec 1 08:07:06 2009 UTC (14 years, 5 months ago) by niro
File size: 677 byte(s)
auto added: ver bump to 0.4.0-r4
1 # $Id$
2
3 PNAME="libvisual"
4 PVER="0.4.0"
5 PBUILD="r4"
6
7 PCATEGORIE="media-libs"
8 STATE="unstable"
9
10 DESCRIPTION="Libvisual is an abstraction library that comes between applications and audio visualisation plugins."
11 HOMEPAGE="http://libvisual.sourceforge.net/v2/"
12
13 DEPEND=">= dev-libs/glib2-2.22"
14
15 SDEPEND=">= dev-util/pkgconfig-0.23
16 >= sys-dev/gettext-0.17"
17
18 SRCFILE="${PNAME}-${PVER}.tar.bz2"
19 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
20
21 sminclude mbuild
22
23 SRC_URI=(
24 sourceforge://${PNAME}/${SRCFILE}
25 mirror://${PNAME}/${SRCFILE}
26 )
27
28 UP2DATE="updatecmd_sourceforge ${PNAME}"
29
30 src_compile()
31 {
32 cd ${SRCDIR}
33 mconfigure --enable-nls --enable-threads --disable-debug || die
34 mmake || die
35 }

Properties

Name Value
svn:keywords Id