Magellan Linux

Annotation of /branches/R11-unstable/extras/libvisual/libvisual-0.4.0-r5.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 25585 - (hide annotations) (download)
Tue Nov 25 03:59:23 2014 UTC (9 years, 6 months ago) by niro
File size: 642 byte(s)
-release branches/R11-unstable
1 niro 13535 # $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     }