Magellan Linux

Contents of /branches/branch-xorg18/deprecated/esound/esound-0.2.41-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 969 - (show annotations) (download)
Sun Dec 28 23:04:37 2008 UTC (15 years, 4 months ago) by niro
Original Path: trunk/core/esound/esound-0.2.41-r1.smage2
File size: 938 byte(s)
-multilib - 'cd ${SRCDIR}' not needed
1 # $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 mconfigure \
32 --sysconfdir=/etc/esd \
33 --enable-alsa \
34 --enable-ipv6 \
35 --enable-libwrap \
36 || die
37
38 mmake || die
39 }
40
41 src_install()
42 {
43 multilib_src_install || die
44
45 # install a bit32 binary as well
46 only-m32 minstallexec esddsp /usr/bin/esddsp32 || die
47 }

Properties

Name Value
svn:keywords Id