1 DESCRIPTION
= "ALSA Utilities"
2 HOMEPAGE
= "http://www.alsa-project.org"
3 SECTION
= "console/utils"
5 DEPENDS
= "alsa-lib ncurses"
8 SRC_URI
= "ftp://ftp.alsa-project.org/pub/utils/alsa-utils-${PV}.tar.bz2"
10 # lazy hack. needs proper fixing in gettext.m4
, see
11 # http
://bugs.openembedded.net
/show_bug.cgi?id
=2348
12 # please close bug
and remove this comment when properly fixed
14 EXTRA_OECONF_linux
-uclibc
= "--disable-nls"
15 EXTRA_OECONF_linux
-uclibcgnueabi
= "--disable-nls"
19 # This are all packages that we need
to make. Also
, the now empty alsa
-utils
23 alsa-utils-alsamixer \
29 alsa-utils-speakertest \
33 # We omit alsaconf
, because
34 # a
) this is a bash script
35 # b
) it creates config files
not suitable
for OE
-based distros
38 FILES_alsa
-utils
-aplay
= "${bindir}/aplay ${bindir}/arecord"
39 FILES_alsa
-utils
-amixer
= "${bindir}/amixer"
40 FILES_alsa
-utils
-alsamixer
= "${bindir}/alsamixer"
41 FILES_alsa
-utils
-speakertest
= "${bindir}/speaker-test"
42 FILES_alsa
-utils
-midi
= "${bindir}/aplaymidi ${bindir}/arecordmidi ${bindir}/amidi"
43 FILES_alsa
-utils
-aconnect
= "${bindir}/aconnect"
44 FILES_alsa
-utils
-aseqnet
= "${bindir}/aseqnet"
45 FILES_alsa
-utils
-iecset
= "${bindir}/iecset"
46 FILES_alsa
-utils
-alsactl
= "${sbindir}/alsactl"
48 DESCRIPTION_alsa
-utils
-aplay
= "play (and record) sound files via ALSA"
49 DESCRIPTION_alsa
-utils
-amixer
= "command-line based control for ALSA mixer and settings"
50 DESCRIPTION_alsa
-utils
-alsamixer
= "ncurses based control for ALSA mixer and settings"
51 DESCRIPTION_alsa
-utils
-speakertest
= "speaker test tone generator for ALSA"
52 DESCRIPTION_alsa
-utils
-midi
= "miscalleanous MIDI utilities for ALSA"
53 DESCRIPTION_alsa
-utils
-aconnect
= "ALSA sequencer connection manager"
54 DESCRIPTION_alsa
-utils
-aseqnet
= "network client/server on ALSA sequencer"
55 DESCRIPTION_alsa
-utils
-alsactl
= "saves/restores ALSA-settings in /etc/asound.state"
56 DESCRIPTION_alsa
-utils
-alsaconf
= "a bash script that creates ALSA configuration files"
58 RDEPENDS_alsa
-utils
-aplay
+= "alsa-conf"
59 RDEPENDS_alsa
-utils
-amixer
+= "alsa-conf"
60 RDEPENDS_alsa
-utils
-alsamixer
+= "alsa-conf"
61 RDEPENDS_alsa
-utils
-speakertest
+= "alsa-conf"
63 ALLOW_EMPTY_alsa
-utils
= "1"