Magellan Linux

Annotation of /trunk/core/esound/esound-0.2.41-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 967 - (hide annotations) (download)
Sun Dec 28 23:03:03 2008 UTC (15 years, 8 months ago) by niro
File size: 953 byte(s)
-ver bump to 0.2.41-r1
1 niro 967 # $Header: /magellan-cvs/smage/esound/esound-0.2.38-r3.smage2,v 1.1 2008/02/13 19:22:05 niro Exp $
2    
3     PNAME="esound"
4     PVER="0.2.41"
5     PBUILD="r1"
6    
7     PCATEGORIE="media-sound"
8     STATE="unstable"
9    
10     DESCRIPTION="Esound (ESD) is a stand-alone sound daemon which abstracts the system sound device to multiple clients."
11     HOMEPAGE="http://gnome.org/"
12    
13     DEPEND=">= media-libs/audiofile-0.2.6
14     >= media-libs/alsa-lib-1.0.18
15     >= sys-apps/tcp-wrappers-7.6"
16    
17     SRCFILE="${PNAME}-${PVER}.tar.bz2"
18     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
19    
20     sminclude mbuild mtools multilib
21    
22     SRC_URI=(
23     gnome://${PNAME}/${PVER%.*}/${SRCFILE}
24     mirror://${PNAME}/${SRCFILE}
25     )
26    
27     UP2DATE="updatecmd_gnome ${PNAME}"
28    
29     src_compile()
30     {
31     cd ${SRCDIR}
32    
33     mconfigure \
34     --sysconfdir=/etc/esd \
35     --enable-alsa \
36     --enable-ipv6 \
37     --enable-libwrap \
38     || die
39    
40     mmake || die
41     }
42    
43     src_install()
44     {
45     multilib_src_install || die
46    
47     # install a bit32 binary as well
48     only-m32 minstallexec esddsp /usr/bin/esddsp32 || die
49     }

Properties

Name Value
svn:keywords Id